:root {
  --black: black;
  --white: white;
  --silver: #c7c7c7;
  --gold: #ffc300;
  --light-grey: #f4f4f4;
  --white-smoke: #edf2f4;
  --reddy: #e7472f;
  --dim-grey: #756e6e;
}

.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-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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--black);
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: none;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  margin-bottom: .5rem;
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: var(--white);
  font-size: .875rem;
  display: none;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.text-size-small.bloga {
  color: var(--black);
}

.text-rich-text {
  color: var(--black);
  font-size: 1.2rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text h6 {
  color: var(--black);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  color: var(--black);
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  color: var(--black);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text li {
  color: var(--black);
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  margin-top: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.blogpage {
  margin-bottom: 5%;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  margin-top: 0;
  padding-top: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.margin-bottom.margin-small.blogpage {
  flex-direction: column;
  align-items: center;
  display: none;
}

.margin-bottom.margin-medium {
  flex: 1;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 2rem;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-medium {
  flex: 0 auto;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  color: var(--white);
  padding-bottom: 2rem;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  padding-top: 2.2rem;
  padding-bottom: 0;
}

.padding-vertical.padding-xhuge.analysi, .padding-vertical.padding-xhuge._2 {
  padding-top: 0;
}

.padding-vertical.padding-xhuge._1 {
  margin-bottom: 35px;
}

.padding-vertical.padding-xhuge.client {
  border-top: 1px solid var(--silver);
}

.padding-vertical.padding-xxlarge, .padding-vertical.padding-xxlarge-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.take-control {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  margin-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  line-height: .9;
  display: block;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}

.field-label {
  margin-top: 10px;
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px none var(--black);
  background-color: var(--gold);
  color: #000;
  text-align: center;
  border-radius: 20px;
  margin-top: 10px;
  padding: .75rem 1.5rem;
  display: inline-block;
}

.button.is-alternate {
  background-color: var(--white);
  color: #000;
}

.button.is-button-small {
  background-color: #919191;
  padding: .5rem 1.25rem;
}

.button.is-button-small.background-color-gray100 {
  background-color: var(--gold);
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
}

.button.is-button-small.background-color-gray100:hover {
  background-color: var(--white);
}

.button.is-button-small.background-color-gray100.nav {
  margin-top: 0;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button.max-width-full {
  background-color: var(--gold);
  width: auto;
  color: var(--black);
  border-style: none;
  border-radius: 20px;
  flex: 0 auto;
  align-self: center;
  margin-top: 15px;
  display: block;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--black);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6rem;
  overflow: clip;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-select-input {
  background-color: var(--white);
  background-image: none;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
  display: none;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  padding: .75rem 2rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  display: none;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.blogpage {
  color: var(--black);
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 2rem;
  height: 1.5rem;
  margin-left: -3px;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.section-16 {
  z-index: 5;
  height: 40px;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-links {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px #0000;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: color .275s, background-color;
}

.nav-menu-links:hover {
  color: #d6b600;
  direction: ltr;
  border-style: none;
  border-width: 0;
  text-decoration: none;
}

.nav-menu-links.w--current {
  color: #d6b600;
  text-decoration: none;
}

.nav-menu-links.contactlink {
  color: #fff;
  cursor: pointer;
}

.nav-menu-links.contactlink:hover {
  color: #d6b600;
}

.navbar {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080);
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: 0% 0% 0% auto;
}

.navbar.nav-perm {
  z-index: 5;
  background-color: #000;
  background-image: none;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.heading-18 {
  color: #fff;
  margin-top: auto;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link.w--current {
  float: right;
}

.div-block-48 {
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.text-span {
  color: #fff;
}

.nav-menu {
  background-color: #0000;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.section-15 {
  opacity: 1;
  filter: grayscale();
  text-shadow: 0 1px 6px #000;
  background-image: linear-gradient(#00000045, #00000045), url('../images/meghan-holmes-buWcS7G1_28-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 50vh;
  position: static;
}

.div-block-37 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 400px;
  margin: auto auto 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  overflow: hidden;
}

.heading-19 {
  clear: none;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
}

.section-11 {
  background-color: #fff;
  margin-top: 95px;
  overflow: hidden;
}

.container-17 {
  max-width: 1200px;
}

.div-block-17 {
  margin-left: 60px;
  margin-right: 60px;
}

.all-posts-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: stretch stretch;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.collection-item-5 {
  min-height: 550px;
}

.rl-styleguide_class-label-2 {
  color: var(--white);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_color-sample {
  padding: 8rem 1rem 1rem;
}

.rl-styleguide_color-sample.is-gray25 {
  background-color: #fcfcfd;
}

.rl-styleguide_color-sample.is-gray600 {
  background-color: #475467;
}

.rl-styleguide_color-sample.is-gray700 {
  background-color: #344054;
}

.rl-styleguide_color-sample.is-gray300 {
  background-color: #d0d5dd;
}

.rl-styleguide_color-sample.is-gray200 {
  background-color: #eaecf0;
}

.rl-styleguide_color-sample.is-gray900 {
  background-color: #101828;
}

.rl-styleguide_color-sample.is-gray100 {
  background-color: #f2f4f7;
}

.rl-styleguide_color-sample.is-gray50 {
  background-color: #f9fafb;
}

.rl-styleguide_color-sample.is-gray500 {
  background-color: #667085;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.rl-styleguide_color-sample.is-gray800 {
  background-color: #1d2939;
}

.rl-styleguide_color-sample.is-gray400 {
  background-color: #98a2b3;
}

.rl-styleguide_color-sample.is-gray500 {
  background-color: #667085;
}

.rl-styleguide_color-sample-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: row;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.background-color-gray900 {
  background-color: #101828;
}

.background-color-gray700 {
  background-color: #344054;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.background-color-gray50 {
  background-color: #f9fafb;
}

.background-color-gray100 {
  background-color: #f2f4f7;
}

.background-color-gray500 {
  background-color: #667085;
}

.background-color-gray600 {
  background-color: #475467;
}

.background-color-gray25 {
  background-color: #fcfcfd;
}

.background-color-gray200 {
  background-color: #eaecf0;
}

.background-color-gray400 {
  background-color: #98a2b3;
}

.background-color-gray800 {
  color: #f5f5f5;
  background-color: #1d2939;
}

.background-color-gray300 {
  background-color: #d0d5dd;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--black);
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar1_component {
  background-color: var(--black);
  border-bottom: 1px #0000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar1_dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
}

.navbar1_menu {
  color: var(--white);
  align-items: center;
  display: flex;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_link {
  color: var(--white);
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}

.navbar1_link:hover {
  color: var(--gold);
}

.navbar1_link.w--current {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
}

.navbar1_link.white {
  color: var(--black);
}

.heading-header-100vh {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.text-block-9 {
  color: #ffc300;
  text-align: left;
  flex: 1;
  margin-top: 6px;
  margin-bottom: 1px;
  font-size: 40px;
  font-weight: 700;
  line-height: 29px;
}

.hero-heading {
  margin-bottom: 9px;
}

.small-text-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.this-is-page-padding {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-section {
  filter: grayscale(0%);
  cursor: auto;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#0000003b, #0000003b), url('../images/pexels-victor-freitas-791763_1pexels-victor-freitas-791763.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.hero-section:hover {
  transform: translate(0);
}

.div-block-82 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  display: flex;
}

.h1-heading {
  font-size: 11vw;
  line-height: 110px;
}

.button-7 {
  background-color: var(--black);
  border: 1px solid #686868;
  border-radius: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-2 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  place-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 6.6rem;
  display: block;
  position: relative;
}

.button-6 {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
  position: relative;
}

.button-6:hover {
  background-color: var(--white);
  color: var(--black);
}

.hero-divider {
  background-color: #fff;
  border-radius: 20px;
  width: 100px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-83 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: #edf2f4;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
}

.layout16_image-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.layout16_item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.layout16_item-icon-wrapper {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 100px;
  flex: none;
  align-self: flex-start;
  width: 10px;
  height: 10px;
  margin-right: 1rem;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: .1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout16_content {
  white-space: normal;
  padding-left: 20px;
}

.layout16_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  height: auto;
  margin-top: 25px;
  padding-top: 29px;
  padding-bottom: 31px;
  display: grid;
}

.image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
}

.hero-take-control-section {
  margin-top: 35px;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.meet-your-trainer-section {
  background-color: var(--black);
  display: block;
}

.layout229_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.heading-medium-2 {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.layout229_item {
  background-color: var(--white);
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.layout229_image-wrapper {
  flex: 1;
  width: auto;
  display: flex;
  overflow: visible;
}

.section-layout229 {
  border-top: 1px solid #000;
  padding-top: 40px;
}

.image-24 {
  opacity: 1;
  object-fit: cover;
  background-color: #000;
  width: 100%;
}

.div-block-71 {
  margin-top: 0;
}

.h3-heading {
  color: var(--white);
  border-top: 1px solid #000;
  font-family: Oswald, sans-serif;
  font-size: 43px;
}

.divider {
  color: #d6b600;
  background-color: #ffc300;
  width: 104px;
  height: 3px;
  margin: 20px 0;
}

.divider.blogs {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.why-train-with-ma {
  margin-top: 0;
  margin-bottom: 50px;
}

.div-block-84 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-85 {
  background-color: #0000;
}

.background-video {
  width: 100%;
  left: auto;
}

.heading-31 {
  width: auto;
  color: var(--black);
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  font-size: 74px;
  line-height: 61px;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-86 {
  background-color: var(--black);
  width: 100%;
}

.div-block-87 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.paragraph-4 {
  color: #232323;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  margin: auto;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 19px;
  line-height: 22px;
  display: flex;
}

.div-block-88 {
  background-color: var(--light-grey);
}

.lightbox-play-icon {
  z-index: 2;
  color: #fff;
  width: 64px;
  height: 64px;
  position: absolute;
}

.section-layout2 {
  position: relative;
}

.why-train-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 1rem;
  padding: 30px;
  display: grid;
  overflow: hidden;
}

.layout2_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.layout2_content {
  width: 100%;
  margin-top: 46px;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout2_lightbox-image {
  object-fit: cover;
  width: 100%;
}

.whytrain-heading {
  padding-left: 0%;
  padding-right: 5%;
  font-family: Roboto Condensed, sans-serif;
  font-size: 2.1rem;
  line-height: .9;
}

.image-25 {
  filter: saturate(122%);
  object-fit: fill;
  width: 100%;
}

.image-25:hover {
  filter: none;
}

.testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonial1_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.testimonial1_logo {
  max-height: 3.5rem;
}

.testimonial1_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_content {
  max-width: 48rem;
  height: 100%;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.testimonial7_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  color: var(--white);
  background-color: #ebebeb;
  margin-top: auto;
  margin-bottom: auto;
  top: -11px;
}

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  color: var(--white);
  padding-bottom: 0;
  font-size: .5rem;
}

.testimonial7_slide {
  height: auto;
  margin: 0 auto auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.heading-small-2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

.testimonial7_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
}

.section-testimonial7 {
  border-top: .5px none var(--silver);
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 20px;
  padding-bottom: 0;
  display: block;
}

.testimonials-padding {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-30 {
  text-align: center;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog34_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog34_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.blog_component {
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
}

.blog34_meta-wrapper {
  margin-bottom: 1rem;
}

.button-secondary-2 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  padding: .75rem 1.5rem;
}

.blog34_category-link {
  background-color: var(--light-grey);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog34_category-link.w--current {
  border-bottom: 2px solid #000;
}

.section-blog34 {
  margin-bottom: 40px;
}

.blog34_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog34_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog34_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog34_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.form-label {
  color: var(--white);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.contactuspageparagraph {
  color: #cecece;
  text-transform: uppercase;
  align-self: auto;
  margin-top: 11px;
  margin-bottom: 39px;
  padding-top: 12px;
  padding-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  display: none;
}

.div-block-3 {
  align-self: flex-end;
  margin-top: 15px;
}

.text-block-4 {
  color: var(--white);
  font-weight: 400;
}

.submit-button {
  clear: none;
  background-color: var(--gold);
  color: var(--black);
  text-align: left;
  border-style: none;
  border-color: #fff;
  border-radius: 20px;
  margin-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  transition: color .325s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--black);
  border-color: #d6b600;
}

._1-hr-description {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
}

.div-block-51 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: stretch;
  height: 500px;
  margin-bottom: 3px;
  display: none;
  overflow: visible;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: minmax(377px, 6fr) 6fr;
  grid-auto-flow: row;
  justify-content: space-between;
}

.contact_us_form_page {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1_hour_free_heading {
  background-image: linear-gradient(#0000, #0000);
  width: 40%;
  margin-right: 20px;
}

.text-field {
  min-height: auto;
  color: var(--white);
  background-color: #0000;
  border: 1px solid #d3d3d3;
}

._1hr-header {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 21px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.book-session {
  background-color: var(--white);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_4829IMG_4828.webp');
  background-position: 0 0, 50% 40%;
  background-size: auto, cover;
  border: 1px solid #0000;
  min-height: 50vh;
  padding-top: 65px;
  padding-bottom: 40px;
  overflow: hidden;
}

.form-block-2 {
  object-fit: contain;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 60%;
  max-width: 800px;
  margin: 10px auto 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.map {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.form-2 {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog_link {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  transition: background-color .275s;
  display: flex;
}

.blog_link:hover {
  background-color: var(--white-smoke);
}

.div-block-75 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-26 {
  margin-top: auto;
}

.div-block-74 {
  border: 1px none var(--silver);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.div-block-74:hover {
  background-color: var(--white-smoke);
}

.blog-posts-heading-1 {
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
}

.text-block-23 {
  padding-bottom: 26px;
}

.link-3 {
  color: var(--black);
  margin-bottom: 14px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  color: var(--white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-rows: minmax(auto, 1fr);
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_component {
  background-color: #000;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_credit-text {
  font-size: .875rem;
}

.footer4_link {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_link:hover {
  color: var(--gold);
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_legal-link {
  font-size: .875rem;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--white);
  margin-right: 10px;
}

.social-icon.insta {
  display: none;
}

.heading-32 {
  font-family: Roboto, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  display: inline;
}

.heading-33 {
  font-family: Oswald, sans-serif;
}

.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-35 {
  color: var(--white);
  margin-top: 2rem;
  font-size: 1.5rem;
}

.section-testimonial26 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.testimonial26_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial26_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial26_component {
  column-count: 2;
  column-gap: 2rem;
}

.testimonial26_content {
  border: 1px solid var(--silver);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.testimonial26_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.text-size-medium-2 {
  color: var(--black);
  font-size: 1rem;
  display: block;
}

.testimonial26_rating-wrapper {
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial26_client-image-wrapper {
  margin-right: 1rem;
}

.paragraph-5 {
  width: auto;
  color: var(--white);
  text-align: left;
  margin-bottom: 1rem;
  margin-right: 0;
  padding-top: 0;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-5.meet {
  margin-top: 9px;
}

.sports-conditioning {
  background-color: var(--white);
  text-align: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: none;
}

.reviews-section {
  background-color: var(--black);
  color: var(--white);
  background-image: none;
  background-position: 0 0;
}

.blog1_author-image-wrapper {
  margin-right: 1rem;
}

.blog1_image-wrapper {
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}

.blog1_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog1_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.section-blog1 {
  margin-top: 0;
}

.blog1_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog1_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog1_menu-link.w--current {
  border-color: var(--black);
}

.blog1_item {
  flex-direction: column;
  justify-content: space-between;
  height: 480px;
  margin-bottom: 40px;
  display: flex;
}

.blog1_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog1_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog1_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.blog1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog1_date-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog1_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .75rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.about5-testimonial_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.about5-team_slide {
  padding-right: 3rem;
}

.left {
  right: 4rem;
}

.success-message {
  background-color: var(--light-grey);
  padding: 1.5rem;
}

.footer1_logo-link {
  padding-left: 0;
}

.about5-header_background-image-wrapper {
  z-index: -1;
  background-image: url('../images/ambitious-creative-co-rick-barrett-g_bglWB48JA-unsplash.jpg'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  position: absolute;
  inset: 0%;
}

.is-button-small {
  padding: .5rem 1.25rem;
}

.about5-overview_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer1_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.navbar1_component-2 {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-about5-locations {
  height: 500px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
}

.about5-testimonial_client-image-wrapper {
  margin-right: 1.25rem;
}

.about5-team_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer1_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.section-about5-overview {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.button-secondary-3 {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.about5-team_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.section-about5-team {
  overflow: hidden;
}

.about5-header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar1_button-wrapper {
  margin-left: 1rem;
}

.about5-locations_tab-pane {
  height: 100%;
}

.about5-testimonial_divider {
  background-color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.footer1_social-link {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.about5-team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.about5-testimonial_logo {
  max-height: 3rem;
}

.about5-locations_map-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-wrapper-2 {
  z-index: 0;
  margin-top: 0;
}

.navbar1_menu-2 {
  align-items: center;
  display: flex;
}

.text-color-white-2 {
  color: var(--white);
}

.section-about5-header {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/victor-freitas-hOuJYX2K5DA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.footer1_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.about5-locations_map {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.about5-testimonial_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.section-about5-testimonial {
  background-color: var(--black);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer1_credit-text {
  font-size: .875rem;
}

.about5-testimonial_rating-wrapper {
  display: flex;
}

.about5-team_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 6rem;
  position: relative;
}

.margin-medium {
  margin-top: 0;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.margin-small {
  align-items: flex-start;
}

.align-center {
  color: var(--white);
}

.about5-locations_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer1_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.about5-testimonial_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.about5-team_mask {
  width: 33.33%;
  overflow: visible;
}

.about5-locations_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 280px;
  display: grid;
}

.about5-locations_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.about5-locations_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.footer1_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.navbar1_link-2 {
  padding: .5rem 1rem;
}

.navbar1_link-2.w--current {
  color: var(--black);
}

.about5-team_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.footer1_legal-link {
  font-size: .875rem;
}

.footer1_left-wrapper {
  flex-direction: column;
  display: flex;
}

.about5-testimonial_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--gold);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.about5-team_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.paragraph-3 {
  float: none;
  color: #232323;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 43px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5rem;
  display: flex;
}

.image-27 {
  width: 100%;
}

.catgegory-line-type {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.category-divider {
  border: .5px solid #d6b600;
  flex: 0 auto;
  width: 50px;
  height: .5px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 12px;
  padding-right: 0;
}

.text-block-26 {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block-41 {
  justify-content: space-between;
  align-items: center;
  height: 37px;
  display: flex;
}

.blog-read-more-main {
  color: #000;
  text-transform: uppercase;
  background-color: #efefef;
  border: 1px #000;
  border-radius: 6px;
  margin-right: 10px;
  padding: 0 13px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.blog-read-more-main:hover {
  color: #fff;
  background-color: #000;
}

.image-28 {
  margin-left: -15px;
}

.heading-small-2-copy {
  color: var(--white);
  padding-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.we-offer-div-text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-right: 2rem;
  display: flex;
}

.div-block-91, .div-block-92 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-padding-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .875rem;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small {
  margin-bottom: .5rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_legal-link {
  font-size: .875rem;
}

.pricing18_plan {
  border: 1px #000;
  padding: 2rem;
  box-shadow: 0 0 16px 6px #0003;
}

.pricing18_content-top {
  align-self: stretch;
}

.section-pricing18 {
  margin-top: 0;
  position: relative;
}

.pricing18_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing18_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing18_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-medium-3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing18_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing18_feature {
  display: flex;
}

.heading-xxlarge-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-36 {
  color: var(--black);
}

.link-4, .link-5 {
  color: var(--white);
}

.section-contact6 {
  margin-top: 150px;
}

.contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.contact6_item {
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.contact-page-form {
  flex-direction: column;
  align-items: stretch;
}

.error-text {
  color: #e23939;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  display: none;
}

.text-size-medium-3.text-weight-bold {
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
}

.text-size-medium-3.text-weight-bold.why-train {
  text-transform: uppercase;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.success-text {
  font-weight: 600;
}

.content6_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.paragraph-6 {
  margin-bottom: 3.2rem;
}

.blog-home-heading {
  color: var(--black);
  margin-top: 2rem;
  font-family: Roboto Condensed, sans-serif;
}

.img-effect-section {
  margin-top: 0;
}

.blog-page-heading {
  color: var(--black);
  margin-top: 2rem;
  display: none;
}

.blogpost1_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.blogpost1_author-wrapper {
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.blogpost1_author-image-wrapper {
  margin-right: 1rem;
}

.blogpost1_breadcrumb {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.blogpost1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.blogpost1_content {
  margin-bottom: 0;
}

.blogpost1_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost1_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.blogpost1_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blogpost1_date-wrapper {
  margin-top: .25rem;
  display: flex;
}

.blogpost1_content-top {
  width: 100%;
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogpost1_tag-item {
  background-color: var(--black);
  flex: 0 auto;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.blogpost1_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.blogpost1_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.section-blogpost1 {
  margin-top: 114px;
}

.blogpost1_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.blogpost1_tag-list-wrapper {
  width: 50%;
}

.blogpost1_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost1_image-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45%;
  position: relative;
  overflow: hidden;
}

.breadcrumb-link {
  color: var(--black);
  margin-top: 0;
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.blogpost1_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: none;
}

.blogpost1_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}

.blogpost1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.body-2, .testimonials-header {
  color: var(--black);
}

.navbar1_component-dark {
  background-color: #0000;
  border-bottom: 1px #0000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_link-dark {
  color: var(--black);
  padding: .5rem 1rem;
}

.navbar1_link-dark.w--current {
  color: #fff;
}

.navbar1_link-dark.white {
  color: var(--black);
}

.blogs-header {
  background-image: url('../images/ambitious-creative-co-rick-barrett-g_bglWB48JA-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  width: 100%;
  position: static;
}

.blog-section {
  display: block;
}

.heading-37 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
}

.grid-6 {
  border-style: solid none none;
  border-color: var(--white-smoke) #fff #fff;
  width: 100%;
  color: var(--white);
  background-color: #000;
  border-top-width: .5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 5%;
  padding-right: 5%;
}

.training-options {
  background-color: var(--black);
}

.training-option-grid {
  padding: 0 0 20px 20px;
}

.training-option-grid._1 {
  display: none;
}

.training-heading {
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
  padding-top: 20px;
  display: flex;
}

.heading-38 {
  color: var(--white);
  flex: 1;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  display: block;
}

.image-29 {
  width: 50px;
  margin-right: 10px;
}

.paragraph-7 {
  margin-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
}

.text-span-2 {
  flex: 0 auto;
}

.faq4_answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: stretch stretch;
  display: grid;
}

.section-faq4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.faq4_question {
  border: .5px solid var(--silver);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 0;
  transition: background-color .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.faq4_question:hover {
  background-color: #ffc300;
}

.faq4_accordion {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-05_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.heading-39 {
  color: var(--black);
}

.div-block-93 {
  display: none;
}

.meet-your-traininer {
  border: .5px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar1_link-blog {
  color: var(--white);
  text-transform: none;
  padding: .5rem 1rem;
  display: block;
}

.navbar1_link-blog.w--current {
  color: #fff;
}

.navbar1_link-blog.white {
  color: var(--black);
}

.testimonial11_slide {
  padding-right: 4rem;
}

.testimonial11_divider {
  background-color: var(--black);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial11_logo {
  max-height: 3rem;
}

.testimonial11_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial11_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial11_mask {
  width: 50%;
  overflow: visible;
}

.testimonial11_client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.section-testimonial11 {
  margin-top: 20px;
}

.testimonial11_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 250px;
  display: flex;
}

.testimonial11_rating-wrapper {
  margin-bottom: 15px;
  display: flex;
}

.testimonial11_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  overflow: hidden;
}

.testimonial11_slide-nav {
  color: #fff;
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial11_arrow {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial11_arrow.left {
  right: 4rem;
}

.tick {
  width: 100%;
  margin-right: 10px;
}

.text-span-3 {
  color: var(--gold);
}

.paragraph-8 {
  border-style: none solid solid;
  border-width: .5px;
  border-color: var(--silver);
  margin-top: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.more-testimonials-button {
  margin-top: 31px;
  margin-left: -17px;
}

.more-me {
  clear: none;
  border: 1px #fff;
  border-radius: 0;
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  width: 220px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 2px 5px 5px;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-5 {
  cursor: pointer;
  background-color: #0000;
  border-bottom: 3px solid #d6b600;
  font-size: 27px;
  font-weight: 700;
}

.button-5:hover {
  transform: translate(0);
  box-shadow: inset 0 0 0 -20px #000;
}

.button-5.text-wrapper {
  z-index: 1;
  color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  align-self: center;
  padding-left: 0;
  padding-right: 3px;
  font-size: 20px;
  position: relative;
}

.colour-box {
  background-color: var(--gold);
  flex: 0 auto;
  align-self: auto;
  height: 15px;
  position: absolute;
  inset: auto 14% 19% -1%;
}

.colour-box._1 {
  right: 33%;
}

.arrow {
  flex-direction: column;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-end;
  display: block;
  position: relative;
  top: -51px;
  left: 259px;
  right: -298px;
}

.arrow.header {
  position: static;
  left: 273px;
  right: auto;
}

.image-30 {
  margin-left: 6px;
  padding-top: 10px;
}

.why-train-continer {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.contact-page-header {
  background-image: linear-gradient(#00000080, #00000080), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.training-opt-gird {
  width: 100%;
  max-width: 1500px;
  color: var(--white);
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-27 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
}

.div-block-94 {
  height: 390px;
  display: none;
  position: absolute;
  inset: 26% auto auto -6%;
  overflow: hidden;
}

.why-train-gym-photo {
  width: 100%;
  padding-top: 1rem;
  position: relative;
}

.div-block-96 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  left: auto;
  overflow: visible;
}

.image-31 {
  filter: brightness(92%);
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}

.image-31:hover {
  filter: none;
}

.div-block-97 {
  border: .5px solid var(--silver);
  width: 100px;
  margin-bottom: 1rem;
  padding: 11px;
}

.link-6, .link-7 {
  color: var(--white);
}

.heading-41 {
  margin-bottom: 1rem;
}

.blogpost-border {
  border: 1px solid var(--silver);
  cursor: pointer;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.blogpost-border:hover {
  background-color: var(--white-smoke);
}

.testimonial-header {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.pricing-header {
  background-image: linear-gradient(#000c, #000c), url('../images/ambitious-creative-co-rick-barrett-g_bglWB48JA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.blogpost1_image-2 {
  object-fit: cover;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.text-size-medium-4 {
  color: #fff;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-size-medium-4.text-weight-semibold {
  color: var(--black);
  display: none;
}

.text-size-medium-4.text-color-white {
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.blogpost1_content-top-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-nav-menu {
  background-color: #0000;
  border-bottom: 1px #0000;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.blog-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-blog-right {
  color: var(--white);
  align-items: center;
  display: flex;
}

.navbar1_link-copy {
  color: var(--white);
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}

.navbar1_link-copy:hover {
  color: var(--gold);
}

.navbar1_link-copy.w--current {
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.2rem;
}

.navbar1_link-copy.white {
  color: var(--black);
}

.navbar1_menu-buttons-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.margin-xsmall-copy {
  flex-direction: column;
  align-items: flex-start;
}

.margin-xxlarge-copy {
  align-items: flex-start;
}

.about5-locations_tabs-link-copy {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.about5-locations_tabs-link-copy.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
  padding-top: 30px;
}

.about-me-grid {
  padding: 0 0 20px 20px;
}

.about-me-grid._1 {
  display: none;
}

.about-me-grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid none none;
  border-color: var(--white-smoke) #fff #fff;
  width: 100%;
  max-width: 1100px;
  color: var(--white);
  background-color: #000;
  border-top-width: .5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.me-container {
  background-color: var(--black);
  border: 1px solid #000;
  display: none;
}

.divider-copy {
  color: #d6b600;
  background-color: #ffc300;
  width: 104px;
  height: 3px;
  margin: 20px 0;
}

.divider-copy.blogs {
  margin: 0 auto;
}

.why-train-divider {
  color: #d6b600;
  background-color: #ffc300;
  width: 104px;
  height: 3px;
  margin: 20px 0 20px 0%;
  padding-left: 0%;
}

.why-train-divider.blogs {
  margin-top: 0;
  margin-bottom: 0;
}

.section-contact6-copy {
  margin-top: 40px;
  padding-top: 50px;
}

.blog-heading {
  color: var(--black);
  margin-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-heading.blogpage {
  color: var(--black);
}

.div-block-98 {
  background-color: var(--black);
  height: 5.3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.section-blog-post-header {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/ryan-de-hamer-WIPIAJW2-P8-unsplash.jpg');
  background-position: 0 0, 50% 34%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.contact_us_form_page-copy {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  max-height: 500px;
  margin: 60px auto;
  display: flex;
}

.text-block-28 {
  margin-top: 20px;
}

.faq3_list {
  border-bottom: 1px solid #000;
}

.faq3_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq3_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
}

.faq3_question {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_answer {
  overflow: hidden;
}

.text-block-29 {
  margin-right: 20px;
}

.read-more-div {
  background-color: var(--light-grey);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.read-more, .read-less {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-page-section {
  margin-top: 60px;
}

.text-size-medium-2-copy {
  color: var(--black);
  font-size: 1rem;
  display: none;
}

.text-block-30 {
  margin-top: 15px;
}

.button-8 {
  border: .5px solid var(--silver);
  background-color: var(--gold);
  max-width: 150px;
  color: var(--black);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  transition: background-color .125s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button-8:hover {
  background-color: var(--white);
}

.button-8.blogs {
  margin-left: auto;
  padding-left: 15px;
}

.button-8.session {
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.request-consult-button {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
  display: inline-block;
  position: relative;
}

.request-consult-button:hover {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
  border-width: 1px;
  border-radius: 20px;
}

.section-about5-locations-copy {
  height: 500px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 0;
  display: none;
}

.map-2 {
  width: 500px;
  height: 200px;
  display: block;
  overflow: hidden;
}

.padding-vertical-landscape, .padding-vertical-landscape.padding-0, .padding-vertical-landscape.padding-xxhuge, .padding-vertical-landscape.padding-large, .padding-vertical-landscape.padding-custom3, .padding-vertical-landscape.padding-medium, .padding-vertical-landscape.padding-tiny, .padding-vertical-landscape.padding-xxlarge, .padding-vertical-landscape.padding-custom1, .padding-vertical-landscape.padding-xsmall, .padding-vertical-landscape.padding-xhuge, .padding-vertical-landscape.padding-xlarge, .padding-vertical-landscape.padding-custom2, .padding-vertical-landscape.padding-xxsmall, .padding-vertical-landscape.padding-huge, .padding-vertical-landscape.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-landscape.padding-xhuge {
  padding-top: 0;
  padding-bottom: 2rem;
}

.padding-vertical-landscape.padding-xxlarge, .padding-vertical-landscape.padding-xxlarge-copy {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_cta13 {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

.button-9 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-9.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.cta13_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 35px;
  display: grid;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.cta13_content-right, .cta13_content-left {
  width: 100%;
}

.padding-global {
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-42 {
  font-size: 2.5rem;
}

.layout28_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.layout28_lightbox-image {
  object-fit: cover;
}

.layout52_text-wrapper {
  margin-top: 65px;
}

.layout52_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout52_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.text-color-white-4 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 2.4rem;
}

.layout52_content-right {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.section_layout52 {
  background-color: #000;
  position: relative;
}

.layout52_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout52_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section-17 {
  background-color: #000;
  display: none;
}

.div-tick {
  width: 30px;
}

.image-33 {
  width: 500px;
}

.section-18 {
  background-color: #000;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 0;
}

.white-divider {
  background-color: var(--silver);
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-18-copy {
  background-color: #000;
  padding-top: 9px;
  display: none;
}

.more-about-button {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 10px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s, opacity .2s;
  display: none;
  position: relative;
}

.more-about-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.request-consult-button-copy {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s, opacity .2s;
  position: relative;
}

.more-about-new-button {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 0;
  margin-left: 16px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
  display: inline-block;
  position: relative;
  top: -43px;
}

.more-about-new-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.request-consult-button-copy {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 20px;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: background-color .2s, opacity .2s;
  display: none;
  position: relative;
}

.request-consult-button-copy:hover {
  background-color: var(--white);
  color: var(--black);
}

.about-me-button {
  z-index: 50;
  color: var(--black);
  cursor: pointer;
  background-color: #ffc300;
  border-radius: 20px;
  margin-top: 0;
  margin-right: 30px;
  padding: 10px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 400;
  transition: background-color .2s, opacity .2s;
  display: inline-block;
  position: relative;
  top: -43px;
}

.about-me-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.text-block-32 {
  flex: 0 auto;
}

.div-block-99 {
  margin-top: 9px;
  display: flex;
}

.contact6_item-copy {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.latest_divider {
  background-color: var(--silver);
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.map-3 {
  display: none;
}

.about-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.about-heading.margin-small {
  margin-bottom: 2rem;
}

.about-heading.margin-small.blogpage {
  flex-direction: column;
  align-items: center;
  display: none;
}

.about-heading.margin-medium {
  flex: 1;
}

.about-heading.margin-xxlarge, .about-heading.margin-medium, .about-heading.margin-custom3, .about-heading.margin-custom1, .about-heading.margin-tiny, .about-heading.margin-small, .about-heading.margin-large, .about-heading.margin-0, .about-heading.margin-xlarge, .about-heading.margin-xhuge, .about-heading.margin-xxhuge, .about-heading.margin-huge, .about-heading.margin-xxsmall, .about-heading.margin-custom2, .about-heading.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.about-heading.margin-xxlarge {
  margin-bottom: 2rem;
}

.offer-heading {
  background-image: url('../images/leslie-jones-urBiLDuUhMU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.heading-45 {
  color: #fff;
  text-align: center;
  align-self: center;
  margin-bottom: 2rem;
  font-size: 4.3rem;
  line-height: 1;
}

.div-block-100 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.button-10 {
  background-color: var(--reddy);
  border-radius: 40px;
  min-width: 690px;
  margin-top: 0;
  padding: 21px 40px;
  font-size: 1.3rem;
}

.button-10._2 {
  margin: 40px auto 29px;
}

.button-10.popup {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
}

.button-10.modal {
  padding-top: 15px;
  padding-bottom: 15px;
}

.grid-7 {
  grid-template-rows: auto;
  max-width: 70%;
  margin: 90px auto;
}

.text-block-33 {
  color: var(--reddy);
  margin-top: 14px;
  font-size: 1.5rem;
}

.text-block-34 {
  font-size: 1.5rem;
  font-weight: 300;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  place-content: center;
  height: auto;
  margin-bottom: 0;
  margin-left: 60px;
  padding-bottom: 0;
  overflow: visible;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-101 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.paragraph-heading {
  color: var(--light-grey);
  flex: 0 auto;
  padding-top: 38px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.9rem;
  font-weight: 400;
}

.paragraph-heading._1 {
  color: #343434;
}

.text-block-35 {
  color: #1c1c1c;
  margin-top: 20px;
}

.section-19 {
  background-color: #2d3c43;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-46 {
  color: #fff;
}

.div-block-102 {
  align-self: center;
  width: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-101-copy {
  background-color: var(--reddy);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.how-many {
  background-color: #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.paragraph-10 {
  color: #4c4c4c;
  margin-top: 40px;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.div-block-103 {
  width: 100%;
  height: auto;
}

.image-35 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-104 {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-105 {
  flex: 1;
  width: 100%;
  margin-left: 60px;
}

.div-block-106 {
  flex: 1;
}

.heading-47 {
  align-self: flex-end;
  width: 60%;
  margin-left: auto;
  margin-right: 60px;
  padding-top: 28px;
  font-size: 2.5rem;
  font-weight: 400;
}

.div-block-107 {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.image-36 {
  width: 100%;
  margin-top: 115px;
}

.image-37 {
  width: 80%;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-11 {
  align-self: flex-end;
  width: 70%;
  margin-top: 57px;
  margin-right: 55px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.image-38 {
  align-self: center;
  width: 80%;
  margin-top: 66px;
}

.image-39 {
  margin-top: 81px;
}

.paragraph-12 {
  width: 75%;
}

.div-block-108 {
  width: 75%;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.7rem;
}

.paragraph-13 {
  font-size: 1.5rem;
}

.div-block-109 {
  justify-content: space-between;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.div-block-110 {
  flex: 1;
  margin-left: 60px;
  margin-right: 60px;
}

.div-block-111 {
  flex: 1;
  margin-right: 60px;
}

.new-para {
  align-self: flex-end;
  margin-top: 57px;
  margin-right: 0;
  font-size: 1.1rem;
  line-height: 1.3;
}

.section-20 {
  flex-direction: column;
  align-items: center;
  margin-top: 97px;
  margin-bottom: 50px;
  display: flex;
}

.div-block-112 {
  background-color: var(--gold);
  flex: 0 auto;
  width: 80%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.mouse-hover-link {
  position: relative;
}

.section-21 {
  background-color: #e4e4e4;
}

.section-22 {
  background-color: #2d3c43;
  flex-direction: column;
  display: flex;
}

.div-block-113 {
  align-self: center;
  width: 60%;
  margin-left: 10%;
  margin-right: 0;
  padding-top: 55px;
}

.heading-48 {
  color: #fff;
  padding-left: 22px;
}

.about-div {
  justify-content: space-between;
  width: 80%;
  margin-left: 10%;
  margin-right: 0;
  padding-top: 55px;
  padding-bottom: 88px;
  display: flex;
}

.div-block-114 {
  flex: 1;
}

.div-block-115 {
  flex: 1;
  max-width: none;
}

.paragraph-white {
  color: #bbb;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.2rem;
}

.section-23 {
  justify-content: space-between;
  margin-bottom: -16px;
  display: flex;
  overflow: visible;
}

.div-block-116 {
  flex: 1;
  max-width: 100%;
  height: 100%;
}

.div-block-117 {
  justify-content: space-between;
  margin-top: 20px;
  margin-left: 10%;
  margin-right: 5%;
  padding-bottom: 78px;
  display: flex;
}

.div-block-118 {
  flex: 1;
  padding-right: 40px;
}

.div-block-119 {
  flex: 1;
}

.heading-49 {
  font-size: 2.7rem;
  font-weight: 700;
}

.div-block-120 {
  width: 60%;
  margin-top: 50px;
  margin-left: 10%;
}

.paragraph-14 {
  padding-left: 0%;
  font-size: 1.2rem;
}

.paragraph-15 {
  font-size: 1.1rem;
}

.quiote-red {
  background-color: var(--reddy);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px 81px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.section-24 {
  background-color: var(--reddy);
  margin-top: 77px;
}

.bold-text {
  color: #333;
}

.claim-consult {
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.section-25 {
  flex-direction: column;
  display: flex;
}

.section-26 {
  background-image: url('../images/last-section-bglanding.jpeg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-121 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
}

.div-block-122 {
  display: flex;
}

.div-block-123, .div-block-124 {
  flex: 1;
}

.rich-text-block, .rich-text-block-2 {
  font-size: 1.2rem;
}

.heading-50 {
  font-size: 1.9rem;
  display: inline-block;
}

.paragraph-10-copy {
  color: #4c4c4c;
  margin-top: 40px;
  margin-bottom: 3.5rem;
  padding-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-button {
  background-color: var(--reddy);
  border-radius: 40px;
  margin-top: 25px;
  padding: 21px 40px;
}

.heading-button._2 {
  margin: 40px auto 29px;
}

.div-block-125 {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal1_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.modal1_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  display: block;
  overflow: scroll;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.heading-52 {
  color: var(--reddy);
}

.div-block-126 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_contact-modal1 {
  position: relative;
}

.contact-modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contact-modal1_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 70%;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: clip;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-53 {
  color: var(--black);
}

.text-block-36 {
  color: var(--black);
  margin-top: 20px;
}

.image-40, .image-40-copy {
  display: none;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.background-video-3 {
  background-color: #0000;
  width: 600px;
  height: 500px;
  overflow: visible;
}

.background-video-4 {
  position: absolute;
}

.image-41 {
  display: none;
}

.background-video-5 {
  z-index: 50;
  width: 100%;
  height: 100%;
}

.rich-text-block-3 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  position: static;
}

.text-block-37, .body-4, .body-5 {
  font-family: Roboto, sans-serif;
}

.modal1_content-wrapper-2 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: 100%;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.div-block-127 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.modal2_content-wrapper {
  background-color: var(--white);
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

.modal2_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal2_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal2_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal3_content-wrapper {
  background-color: var(--white);
  width: 100vw;
  height: 100vh;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.modal3_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal3_component {
  z-index: 99;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_component-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-3 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  overflow: scroll;
}

.recaptcha {
  margin-top: 5px;
}

.div-block-128 {
  justify-content: flex-end;
  display: flex;
}

.div-block-129 {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.recaptcha-2 {
  margin-top: 20px;
}

.tlc-desc {
  color: #112631;
  margin-top: .9rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  position: relative;
}

.ts-left {
  display: block;
}

.ts-bottom-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  padding-top: 0;
  display: flex;
}

.ts-content {
  padding: 40px 25px;
}

.tlc-head {
  text-transform: uppercase;
  width: 100%;
  max-width: 624px;
  font-size: 55px;
  font-weight: 700;
  line-height: 66px;
  position: relative;
}

.tlc-content {
  width: 80%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.ts-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-left: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.ts-card {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  width: 99%;
  max-width: 484px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px -3px #00000080;
}

.ts-card:hover {
  background-color: var(--gold);
  color: var(--black);
  border-top-left-radius: 0;
}

.ts-imgblock {
  border-radius: 0;
  width: auto;
  height: auto;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}

.ts-review {
  cursor: auto;
  font-size: 18px;
  line-height: 25px;
  position: relative;
  overflow: visible;
}

.tlc-head-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.ts-left-content {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.tc-img {
  object-fit: cover;
  border: 3px solid #0074a2;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  position: relative;
}

.ts-block {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.tlc-line {
  background-color: var(--gold);
  width: 50px;
  height: 4px;
  color: var(--gold);
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.tlc-small-head {
  width: 250px;
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.ts-reviewer:hover {
  color: #fff;
}

.tesr-right {
  margin-left: 30px;
  overflow: visible;
}

.ts-reviewer-name {
  color: var(--gold);
  font-size: 18px;
  font-weight: 600;
  line-height: 12px;
}

.ts-reviewer-desi {
  color: #4a494b;
  width: auto;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.ts-reviewer-desi:hover {
  color: #112631;
}

.quote-img {
  opacity: .05;
  color: #fff;
  width: 88px;
  height: 64px;
  display: block;
  position: absolute;
  top: 44px;
  left: 44px;
}

.bold-text-2 {
  color: var(--black);
}

.ts-card-2 {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  width: 99%;
  max-width: 484px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px -3px #00000080;
}

.ts-card-2:hover {
  border-top-left-radius: 0;
}

.tlc-line-2 {
  background-color: var(--black);
  color: #0074a2;
  width: 50px;
  height: 4px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}

.tlc-small-head-2 {
  color: var(--gold);
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

.container {
  max-width: 1920px;
  padding-left: 100px;
  padding-right: 100px;
}

.testimonial-section {
  background-color: var(--light-grey);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.recaptcha-3 {
  margin-top: 10px;
}

.blog1_list-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-54 {
  font-weight: 400;
}

.testimonial26_rating-icon-2 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.text-block-38 {
  color: var(--white);
}

.text-span-5 {
  font-weight: 300;
}

.text-span-6 {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .ts-card {
    background-color: #fff;
  }

  .ts-block {
    flex-wrap: nowrap;
  }

  .ts-reviewer-desi {
    font-size: 16px;
  }

  .ts-card-2 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .container-large {
    max-width: 80rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .heading-xxlarge {
    font-size: 8.5rem;
  }

  .heading-medium {
    font-size: 2.2rem;
  }

  .navbar1_component {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar1_container {
    flex: 1;
  }

  .h1-heading {
    font-size: 9vw;
    line-height: 131px;
  }

  .layout16_component {
    max-width: 90rem;
  }

  .image {
    width: 600px;
    height: auto;
  }

  .image-24 {
    overflow: hidden;
  }

  .why-train-with-ma {
    margin-top: 0;
  }

  .submit-button {
    border-style: none;
  }

  ._1-hr-description {
    font-weight: 300;
  }

  .paragraph-5 {
    width: auto;
  }

  .sports-conditioning {
    align-items: stretch;
  }

  .blog1_item {
    height: 520px;
  }

  .div-block-91 {
    justify-content: center;
  }

  .grid-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-8 {
    font-size: 1.2rem;
  }

  .why-train-continer {
    max-width: 80rem;
  }

  .training-opt-gird {
    max-width: 1500px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-nav-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .blog-nav-container {
    flex: 1;
  }

  .about-me-grid-container {
    max-width: 1100px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-8.session {
    margin-top: 0;
  }

  .section_layout52, .section-17 {
    background-color: #000;
  }

  .white-divider {
    background-color: var(--gold);
    width: 80%;
  }

  .offer-heading {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .heading-45 {
    color: var(--light-grey);
    align-self: center;
    font-size: 4.4rem;
    line-height: 1.1;
  }

  .div-block-100 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .button-10 {
    background-color: #e7472f;
    border-radius: 40px;
    margin-top: 20px;
    padding: 20px 40px;
    font-size: 1.5rem;
  }

  .button-10._2 {
    margin-bottom: 66px;
  }

  .grid-7 {
    max-width: 70%;
    margin: 200px auto;
  }

  .text-block-33 {
    color: var(--reddy);
  }

  .italic-text {
    font-size: 1.9rem;
  }

  .text-block-34 {
    font-size: 1.6rem;
    font-weight: 300;
  }

  .grid-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    width: 100%;
    height: 50%;
  }

  .image-34 {
    width: 100%;
  }

  .div-block-102 {
    width: 800px;
  }

  .div-block-113 {
    align-self: center;
  }

  .about-div {
    padding-bottom: 71px;
  }

  .paragraph-white {
    font-size: 1.5rem;
  }

  .quiote-red {
    padding: 80px;
  }

  .bold-text {
    color: #2c2c2c;
    font-size: 1.3rem;
  }

  .heading-button {
    background-color: #e7472f;
    border-radius: 40px;
    margin-top: 40px;
    padding: 20px 40px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .hide-tablet, .text-size-small {
    display: none;
  }

  .page-padding {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-vertical.padding-xhuge.analysi {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-medium {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .form-input {
    min-height: auto;
    overflow: hidden;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_component {
    background-color: var(--black);
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    color: #000;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    background-color: var(--black);
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    flex: 1;
    justify-content: flex-start;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .hero-section {
    height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .h1-heading {
    font-size: 14vw;
    line-height: 90px;
  }

  .heading-2 {
    font-size: 4rem;
    line-height: 3.8rem;
  }

  .button-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layout16_image-wrapper {
    margin-top: 80px;
    margin-right: 35px;
  }

  .layout16_content {
    padding-left: 20px;
  }

  .layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    max-width: 750px;
    height: auto;
    min-height: 400px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .hero-take-control-section {
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .layout229_component {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .layout229_image-wrapper {
    background-color: #000;
    flex: 1;
    display: block;
  }

  .image-24 {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .divider {
    width: 88px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .why-train-with-ma {
    margin-top: 0;
  }

  .why-train-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-top: 0;
  }

  .layout2_content {
    margin-top: 35px;
  }

  .layout2_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .whytrain-heading {
    margin-top: 1rem;
  }

  .collection-list-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;
  }

  .blog_component {
    padding-left: 0;
    padding-right: 0;
  }

  .blog34_list {
    grid-template-columns: 1fr 1fr;
  }

  .submit-button {
    border-style: none;
    padding: 10px 30px;
    font-size: 1.1rem;
  }

  ._1-hr-description {
    font-size: 17px;
    font-weight: 300;
  }

  .div-block-51 {
    display: none;
  }

  .contact_us_form_page {
    flex-direction: column;
    max-width: 740px;
    max-height: none;
    margin-bottom: 10px;
  }

  ._1_hour_free_heading {
    width: 100%;
  }

  .book-session {
    overflow: visible;
  }

  .form-block-2 {
    width: 100%;
    max-width: none;
  }

  .form-2 {
    flex: 0 auto;
    justify-content: space-between;
  }

  .blog-posts-heading-1 {
    font-size: 1.1rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    justify-items: center;
  }

  .heading-32 {
    font-size: 1.8rem;
  }

  .testimonial26_component {
    column-count: 2;
  }

  .paragraph-5 {
    width: auto;
    font-size: 1rem;
  }

  .blog1_list-wrapper {
    flex: 0 auto;
  }

  .blog1_list {
    grid-column-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .blog1_item {
    height: 100%;
    margin-bottom: 0;
    display: block;
  }

  .about5-team_slide {
    padding-right: 2rem;
  }

  .about5-overview_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section-about5-locations {
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .navbar1_button-wrapper {
    flex-direction: column;
    margin-bottom: 1rem;
    margin-left: 0;
    display: flex;
  }

  .navbar1_menu-2 {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .section-about5-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
    background-size: auto, cover;
  }

  .about5-team_component {
    padding-left: 0;
    padding-right: 0;
  }

  .about5-team_mask {
    width: 50%;
  }

  .about5-locations_component {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .navbar1_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .paragraph-3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .div-block-91 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .page-padding-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2.margin-large {
    margin-bottom: 0;
  }

  .pricing18_components {
    grid-template-columns: 1fr 1fr;
  }

  .heading-medium-3 {
    font-size: 1.75rem;
  }

  .heading-xxlarge-2 {
    font-size: 3.25rem;
  }

  .content6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .img-effect-section {
    margin-top: 0;
    margin-right: 13px;
  }

  .blogpost1_content {
    margin-bottom: 0;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 4rem;
  }

  .blogpost1_image-wrapper {
    margin-bottom: 0;
    padding-top: 47.25%;
  }

  .navbar1_link-dark {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .grid-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
  }

  .training-option-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading-38 {
    flex: 0 auto;
    font-size: 1rem;
  }

  .paragraph-7 {
    font-size: 1rem;
  }

  .faq4_question {
    transition-property: none;
  }

  .navbar1_link-blog {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .testimonial11_slide {
    margin-right: 2.5rem;
    padding-right: 0;
  }

  .testimonial11_mask {
    width: 100%;
  }

  .testimonial11_component {
    padding-left: 0;
    padding-right: 0;
  }

  .tick {
    width: 100%;
  }

  .more-testimonials-button {
    margin-left: 35px;
  }

  .more-me {
    display: none;
  }

  .contact-page-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
    background-size: auto, cover;
  }

  .training-opt-gird {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    overflow: hidden;
  }

  .text-block-27 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .why-train-gym-photo {
    padding-top: 0;
  }

  .div-block-97 {
    justify-content: center;
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .blogpost-border {
    justify-content: space-between;
    align-items: stretch;
    height: 400px;
    margin-bottom: 14px;
  }

  .blogpost-border:hover {
    background-color: var(--white);
  }

  .testimonial-header, .pricing-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
    background-size: auto, cover;
  }

  .nav-menu-blog-right {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar1_link-copy {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_menu-buttons-copy {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .about-me-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .about-me-grid-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
  }

  .divider-copy, .why-train-divider {
    width: 88px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .blog-heading {
    font-size: 2.75rem;
  }

  .section-blog-post-header {
    background-image: linear-gradient(to bottom, null, null), url('../images/heidi-erickson-CPSjcuuV8E8-unsplash.jpg');
    background-size: auto, cover;
  }

  .contact_us_form_page-copy {
    flex-direction: column;
    max-width: 740px;
  }

  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .button-8.blogs {
    max-width: 200px;
    padding: 10px 30px;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .button-8.session {
    max-width: 200px;
    padding: 10px 30px;
  }

  .request-consult-button {
    display: inline-block;
  }

  .map-2 {
    width: 100%;
    height: 300px;
  }

  .padding-vertical-landscape {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-31 {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: inline;
  }

  .cta13_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.gympic {
    padding: 2rem 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .layout28_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .layout52_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .section-17 {
    display: none;
  }

  .div-tick {
    width: 20px;
  }

  .image-33 {
    width: 400px;
  }

  .more-about-button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .request-consult-button-copy {
    display: inline-block;
  }

  .about-me-button {
    top: 0;
  }

  .map-3 {
    display: none;
  }

  .about-heading {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .offer-heading {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .heading-45 {
    font-size: 2.9rem;
  }

  .div-block-100 {
    width: 80%;
  }

  .button-10 {
    font-size: 1rem;
  }

  .button-10._2 {
    margin-top: 0;
  }

  .grid-7 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .italic-text {
    font-size: 1.2rem;
  }

  .text-block-34 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .grid-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1rem;
  }

  .paragraph-heading._1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .text-block-35 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9rem;
  }

  .section-19 {
    margin-top: -3px;
  }

  .div-block-101-copy {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .how-many {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
  }

  .div-block-106 {
    margin-right: 20px;
  }

  .heading-47 {
    width: 100%;
    margin-left: 0;
    margin-right: 10px;
    font-size: 1.9rem;
  }

  .div-block-107 {
    margin-top: 0;
  }

  .div-block-112 {
    display: none;
  }

  .div-block-113 {
    flex: 0 auto;
    width: 80%;
    margin-right: 10%;
  }

  .heading-48 {
    padding-left: 0;
    font-size: 1.5rem;
    display: inline;
  }

  .about-div {
    flex-direction: column;
    align-items: center;
  }

  .paragraph-white {
    padding-bottom: 25px;
    font-size: 1rem;
  }

  .section-23 {
    margin-bottom: 0;
  }

  .heading-49 {
    line-height: .9;
  }

  .paragraph-14 {
    font-size: 1.1rem;
  }

  .quiote-red {
    padding: 35px;
  }

  .section-26 {
    height: auto;
    overflow: hidden;
  }

  .div-block-121 {
    margin-top: 50px;
  }

  .heading-50 {
    margin-bottom: 1.5rem;
  }

  .heading-button {
    font-size: .8rem;
  }

  .heading-51 {
    font-size: 1.8rem;
  }

  .modal1_content-wrapper, .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .background-video-5 {
    width: 600px;
    height: 450px;
  }

  .collection-list-5 {
    padding-bottom: 0;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal2_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .modal3_content-wrapper {
    padding: 4rem 5%;
  }

  .modal1_content-wrapper-3 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tlc-desc {
    margin-top: 0;
  }

  .tlc-head {
    font-size: 50px;
    line-height: 56px;
  }

  .ts-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    display: grid;
  }

  .tlc-head-block {
    justify-content: center;
    align-items: center;
  }

  .ts-left-content {
    text-align: center;
    position: relative;
  }

  .ts-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .tlc-line {
    display: none;
  }

  .tlc-small-head {
    line-height: 26px;
  }

  .tsr-left.infinite-scroll-1 {
    height: auto;
  }

  .ts-card-2 {
    max-width: none;
  }

  .tlc-line-2 {
    display: none;
  }

  .tlc-small-head-2 {
    line-height: 26px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-section {
    overflow: visible;
  }

  .blog1_list-copy {
    grid-column-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-size-small {
    display: none;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .container-large {
    overflow: hidden;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .icon-1x1-xsmall {
    width: 2rem;
  }

  .menu-icon1_line-top, .menu-icon1_line-middle {
    background-color: var(--white);
  }

  .navbar1_component {
    background-color: var(--black);
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
  }

  .hero-section {
    height: auto;
    margin-top: 83px;
  }

  .h1-heading {
    font-size: 12vw;
    line-height: 63px;
  }

  .heading-2 {
    line-height: 4rem;
  }

  .div-block-83 {
    margin-top: 91px;
    margin-bottom: 90px;
  }

  .layout16_image-wrapper {
    width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .layout16_item-list {
    justify-items: start;
  }

  .layout16_content {
    padding-top: 25px;
  }

  .layout16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .image {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .layout229_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout229_item {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .layout229_image-wrapper {
    flex: 1;
    width: auto;
  }

  .image-24 {
    width: 100%;
  }

  .divider.blogs {
    align-self: flex-start;
  }

  .why-train-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout2_content {
    margin-top: 0;
  }

  .whytrain-heading {
    font-size: 1.8rem;
  }

  .testimonial7_content {
    max-width: 40rem;
  }

  .testimonial7_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-small-2 {
    font-size: 1.25rem;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .blog34_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._1-hr-description {
    padding-left: 0;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact_us_form_page {
    max-width: none;
    max-height: none;
  }

  ._1_hour_free_heading {
    align-self: center;
    width: auto;
    padding-left: 1rem;
  }

  ._1hr-header {
    display: block;
  }

  .book-session {
    min-height: auto;
  }

  .form-block-2 {
    width: 100%;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .div-block-74 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-posts-heading-1 {
    align-self: flex-start;
  }

  .collection-list-4 {
    grid-template-columns: 1fr;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-items: center;
    display: flex;
  }

  .footer4_top-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer4_link {
    align-self: center;
    margin: 0 15px;
    padding-right: 0;
  }

  .heading-32 {
    font-size: 2.4rem;
  }

  .section-testimonial26 {
    padding-top: 0;
  }

  .testimonial26_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial26_component {
    column-count: 1;
  }

  .testimonial26_content {
    padding: 1.5rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .testimonial26_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .paragraph-5 {
    margin-bottom: 0;
    padding-top: 9px;
  }

  .sports-conditioning {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .blog1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog1_menu-link.last-link {
    margin-right: 2rem;
  }

  .blog1_item {
    height: auto;
    margin-bottom: 20px;
  }

  .blog1_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog1_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .about5-team_slide {
    padding-right: 1.5rem;
  }

  .left {
    right: 3.5rem;
  }

  .about5-overview_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .section-about5-locations {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .about5-testimonial_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .footer1_top-wrapper {
    grid-row-gap: 3rem;
  }

  .section-about5-overview {
    padding-top: 10px;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .about5-overview_image-wrapper {
    object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .about5-locations_map {
    height: 20rem;
  }

  .about5-testimonial_client {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .about5-testimonial_client-info {
    margin-bottom: 1rem;
  }

  .about5-team_mask {
    width: 80%;
  }

  .about5-locations_component {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about5-locations_tabs-link.w--current {
    height: 300px;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .image-27 {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .heading-small-2-copy {
    font-size: 1.25rem;
  }

  .we-offer-div-text {
    width: auto;
  }

  .div-block-91, .div-block-92 {
    width: 100%;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .pricing18_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing18_components {
    grid-template-columns: 1fr;
  }

  .heading-medium-3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .pricing18_feature-list {
    text-align: left;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .content6_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact-page-section {
    margin-top: 20px;
  }

  .blogpost1_content {
    margin-bottom: 0;
  }

  .blogpost1_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 3rem;
  }

  .navbar1_component-dark {
    height: auto;
    min-height: 4rem;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .heading-38 {
    font-size: 1.5rem;
    display: flex;
  }

  .paragraph-7 {
    font-size: 1.4rem;
  }

  .faq4_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .faq4_question {
    padding: 1rem 0;
  }

  .faq-05_icon {
    width: 1.75rem;
  }

  .testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial11_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial11_component {
    padding-bottom: 3rem;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial11_arrow.left {
    right: 3.5rem;
  }

  .tick {
    width: 30px;
  }

  .heading-40 {
    font-size: 1.5rem;
  }

  .paragraph-8 {
    font-size: 1rem;
  }

  .more-testimonials-button {
    justify-content: center;
    align-items: center;
    margin-left: 27px;
    display: flex;
  }

  .more-me {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 30px;
  }

  .arrow {
    display: none;
  }

  .training-opt-gird {
    grid-template-columns: 1fr;
  }

  .why-train-gym-photo {
    padding-top: 0;
  }

  .div-block-97 {
    align-self: flex-start;
  }

  .blogpost-border {
    height: auto;
    margin-bottom: 0;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .blog-nav-menu {
    background-color: var(--black);
    height: auto;
    min-height: 4rem;
  }

  .about-me-grid-container {
    grid-template-columns: 1fr;
  }

  .blog-heading {
    font-size: 2.25rem;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_icon {
    width: 1.75rem;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium-2-copy {
    font-size: 1rem;
  }

  .button-8 {
    justify-content: center;
    align-items: center;
  }

  .map-2 {
    width: 100%;
  }

  .padding-vertical-landscape {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-landscape.padding-xxlarge-copy {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cta13_component {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout52_text-wrapper {
    margin-top: 10px;
  }

  .layout52_content-right {
    align-items: flex-start;
  }

  .layout52_component {
    grid-template-columns: 1fr;
  }

  .div-tick {
    width: 30px;
  }

  .more-about-button {
    margin-top: 0;
  }

  .more-about-new-button {
    top: -18px;
  }

  .tabs-content {
    height: auto;
    overflow: visible;
  }

  .more-tablet-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-heading {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .offer-heading {
    background-position: 50%;
  }

  .heading-45 {
    font-family: Montserrat, sans-serif;
    font-size: 2.3rem;
    line-height: 1;
  }

  .button-10 {
    font-size: .8rem;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-heading._1 {
    font-size: 1rem;
  }

  .heading-46 {
    font-size: 1.1rem;
  }

  .div-block-102 {
    width: auto;
  }

  .paragraph-10 {
    font-size: 1rem;
  }

  .paragraph-11 {
    width: 100%;
    margin-right: 20px;
  }

  .div-block-110 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-111 {
    margin-right: 0;
  }

  .section-21 {
    padding-bottom: 40px;
  }

  .about-div, .section-23 {
    flex-direction: column;
  }

  .heading-49 {
    font-size: 2.3rem;
  }

  .section-26 {
    height: auto;
  }

  .paragraph-10-copy {
    font-size: 1rem;
  }

  .heading-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .contact-modal1_content-wrapper, .modal1_content-wrapper-2 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal2_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .modal3_content-wrapper {
    padding-bottom: 7rem;
  }

  .modal1_component-2 {
    align-items: flex-start;
  }

  .modal1_content-wrapper-3 {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .tlc-desc {
    font-size: 24px;
  }

  .ts-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tlc-head {
    font-size: 30px;
    line-height: 39px;
  }

  .tlc-content {
    width: auto;
  }

  .ts-right {
    flex-wrap: wrap;
  }

  .ts-card {
    max-width: 100%;
  }

  .ts-block {
    margin-top: 10px;
    margin-bottom: 100px;
  }

  .tlc-line {
    display: none;
  }

  .tesr-right.infinite-scroll-2 {
    margin-left: 0;
  }

  .ts-card-2 {
    max-width: 100%;
  }

  .tlc-line-2 {
    display: none;
  }

  .blog1_list-copy {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small {
    text-align: center;
  }

  .text-rich-text {
    margin-top: 40px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 1.8rem;
    margin-right: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xhuge.analysi {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .padding-vertical.take-control, .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1rem;
    line-height: 1;
    display: inline;
  }

  .heading-xxlarge {
    font-size: 2.8rem;
  }

  .heading-medium {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
  }

  .button {
    margin-top: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.max-width-full {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-xsmall {
    margin-bottom: 21px;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
  }

  .heading-xsmall.ac {
    line-height: 1.2;
  }

  .heading-small {
    font-size: .8rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .icon-1x1-xsmall {
    width: 1.8rem;
    height: 1.3rem;
  }

  .heading-18 {
    float: none;
    font-size: 28px;
  }

  .menu-icon1_line-top, .menu-icon1_line-middle {
    background-color: var(--white);
  }

  .navbar1_component, .navbar1_menu {
    background-color: var(--black);
  }

  .menu-icon1_line-bottom {
    background-color: var(--white);
  }

  .home-page-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 36px;
    display: flex;
  }

  .heading-header-100vh {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-9 {
    text-align: center;
    margin-top: 18px;
    font-size: 25px;
    line-height: 31px;
  }

  .hero-heading {
    text-align: center;
  }

  .hero-heading.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .this-is-page-padding {
    position: absolute;
    inset: 0%;
  }

  .hero-section {
    height: 100svh;
    padding-top: 0;
  }

  .div-block-82 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-heading {
    font-size: 14vw;
    line-height: 48px;
  }

  .button-7 {
    margin-top: 17px;
  }

  .heading-2 {
    text-align: center;
    font-family: Roboto Condensed, sans-serif;
    font-size: 3rem;
    line-height: 3rem;
  }

  .button-6 {
    margin-right: 0;
  }

  .hero-divider {
    margin-top: 7px;
    margin-bottom: -11px;
  }

  .div-block-83 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .layout16_image-wrapper {
    width: auto;
    height: auto;
  }

  .layout16_item {
    font-size: .7rem;
  }

  .layout16_item-icon-wrapper {
    width: 6px;
    height: 6px;
  }

  .layout16_item-list {
    margin-top: 0;
    font-size: .7rem;
    line-height: .2;
  }

  .layout16_content {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout16_component {
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-take-control-section {
    margin-left: 0;
  }

  .layout229_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .heading-medium-2 {
    margin-bottom: 1rem;
  }

  .layout229_item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .layout229_image-wrapper {
    width: auto;
    margin-top: -38px;
  }

  .div-block-71 {
    margin-left: auto;
    margin-right: auto;
  }

  .h3-heading {
    margin-top: 10px;
    font-size: 28px;
  }

  .divider.blogs {
    margin-left: auto;
    margin-right: auto;
  }

  .why-train-with-ma {
    margin-top: 0;
  }

  .background-video {
    width: 390px;
  }

  .heading-31 {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 31px;
  }

  .paragraph-4 {
    max-width: 380px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    overflow: visible;
  }

  .why-train-grid {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .layout2_content {
    width: auto;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.1;
  }

  .whytrain-heading {
    text-align: left;
    padding-left: 5%;
    font-size: 1.1rem;
  }

  .image-25, .section-testimonial7 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-30 {
    font-size: 40px;
  }

  .blog_component {
    padding: 0 0 30px;
  }

  .section-blog34 {
    margin-bottom: 58px;
  }

  .div-block-3 {
    align-self: center;
    margin-top: 10px;
  }

  .submit-button {
    font-size: 1.1rem;
  }

  ._1-hr-description {
    object-fit: fill;
    flex-flow: column wrap;
    font-size: 1rem;
    line-height: 1.2;
    display: block;
  }

  .grid-5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact_us_form_page {
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  ._1_hour_free_heading {
    width: auto;
  }

  ._1hr-header {
    font-size: 24px;
    line-height: 26px;
  }

  .book-session {
    background-image: linear-gradient(#000c, #000c), url('../images/IMG_4829IMG_4828.webp');
    background-position: 0 0, 50% 40%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  .form-block-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-right: 0;
    display: flex;
  }

  .form-2 {
    align-items: stretch;
  }

  .blog_link {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-75 {
    width: auto;
  }

  .div-block-74 {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
  }

  .blog-posts-heading-1 {
    align-self: center;
    padding-top: 5px;
    font-size: .9rem;
  }

  .footer4_link-list {
    flex-direction: column;
  }

  .footer4_top-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer4_social-list {
    margin-top: 14px;
  }

  .footer4_link {
    margin-top: -1px;
    margin-bottom: -1px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-32 {
    font-size: 1.7rem;
    display: inline;
  }

  .section-testimonial26 {
    padding-top: 0;
  }

  .paragraph-5 {
    font-size: 1rem;
  }

  .sports-conditioning {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .blog1_image-wrapper {
    overflow: visible;
  }

  .blog1_item {
    height: auto;
  }

  .about5-overview_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .section-about5-locations {
    height: auto;
  }

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .section-about5-overview {
    padding-top: 0;
  }

  .about5-locations_tab-pane {
    height: auto;
  }

  .about5-overview_image-wrapper {
    margin-top: 20px;
    top: 0;
  }

  .text-color-white-2 {
    font-size: 2rem;
  }

  .about5-locations_map {
    height: 300px;
    overflow: visible;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .about5-team_mask {
    width: 95%;
  }

  .about5-locations_component {
    grid-row-gap: 48px;
    grid-template: "."
    / 1fr;
    height: auto;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    padding-top: 0;
    font-family: Roboto, sans-serif;
  }

  .image-27 {
    object-fit: contain;
    height: auto;
  }

  .heading-small-2-copy {
    font-size: 1rem;
  }

  .we-offer-div-text {
    align-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .div-block-91 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .div-block-92 {
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pricing18_feature-list {
    margin-bottom: 0;
  }

  .text-size-medium-3.text-weight-bold {
    font-size: 1.1rem;
  }

  .content6_component {
    grid-template-columns: 1fr;
  }

  .blog-home-heading {
    font-size: 2rem;
  }

  .img-effect-section {
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .blogpost1_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost1_breadcrumb {
    margin-top: 20px;
  }

  .blogpost1_content-bottom, .blogpost1_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost1_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    display: none;
  }

  .blogpost1_tag-list-wrapper {
    width: 100%;
  }

  .blogpost1_title-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost1_tag-list {
    justify-content: flex-start;
  }

  .heading-38 {
    font-size: 1rem;
  }

  .paragraph-7 {
    font-size: 1rem;
    line-height: 1;
  }

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

  .faq-05_icon {
    margin-right: 10px;
  }

  .testimonial11_slide {
    margin-right: 1rem;
  }

  .testimonial11_component {
    padding-bottom: 8.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial11_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .testimonial11_arrow.left {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.8rem;
  }

  .tick {
    width: 20px;
    margin-right: 5px;
  }

  .text-span-3 {
    text-align: center;
  }

  .heading-40 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }

  .paragraph-8 {
    font-size: 1rem;
    line-height: 1;
  }

  .more-testimonials-button {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .more-me {
    margin-top: -6px;
    padding-top: 0;
  }

  .button-5.text-wrapper {
    margin-top: 34px;
    font-size: 22px;
  }

  .colour-box {
    display: block;
  }

  .text-block-27 {
    text-align: center;
    align-self: auto;
    font-size: 1rem;
  }

  .div-block-97 {
    border-width: 1px;
    align-self: center;
    margin-top: 6px;
  }

  .heading-41 {
    display: none;
  }

  .blogpost-border {
    margin-bottom: 0;
  }

  .blogpost1_image-2 {
    width: 100%;
  }

  .text-size-medium-4.text-color-white {
    font-size: 1rem;
  }

  .blogpost1_content-top-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-nav-menu, .nav-menu-blog-right {
    background-color: var(--black);
  }

  .margin-xsmall-copy {
    margin-left: 0;
  }

  .why-train-divider {
    margin-left: 4%;
  }

  .contact_us_form_page-copy {
    max-height: none;
    padding-left: 22px;
    padding-right: 22px;
  }

  .faq3_component {
    grid-template-columns: 1fr;
  }

  .button-8 {
    font-size: .8rem;
  }

  .button-8.blogs {
    font-size: 1.1rem;
  }

  .button-8.session {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    font-size: 1.1rem;
  }

  .request-consult-button {
    text-align: left;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .map-2 {
    width: auto;
    display: block;
  }

  .padding-vertical-landscape {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-landscape.padding-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-32 {
    margin-bottom: 12px;
    display: none;
  }

  .text-block-31 {
    display: inline;
  }

  .cta13_component, .layout28_component {
    grid-template-columns: 1fr;
  }

  .text-color-white-4 {
    font-size: 2rem;
    line-height: 1;
  }

  .layout52_component, .layout52_item-list {
    grid-template-columns: 1fr;
  }

  .more-about-button {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .request-consult-button-copy {
    margin-right: 0;
  }

  .more-about-new-button {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    top: 0;
  }

  .request-consult-button-copy {
    text-align: left;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .tabs-content {
    height: 300px;
    display: none;
  }

  .heading-43 {
    display: inline;
  }

  .about-me-button {
    text-align: left;
    margin-top: 20px;
    margin-right: 0;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .more-tablet-button {
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    display: flex;
  }

  .map-3 {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    display: block;
  }

  .about-heading {
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2rem;
  }

  .heading-44 {
    flex: 0 auto;
  }

  .offer-heading {
    background-position: 50%;
  }

  .heading-45 {
    font-size: 2.2rem;
    line-height: 1.1;
  }

  .button-10 {
    text-align: center;
    padding: 10px 20px;
  }

  .button-10._2 {
    width: 60%;
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: .6rem;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-8 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-heading._1 {
    font-size: 1rem;
  }

  .text-block-35 {
    padding-bottom: 35px;
  }

  .section-19 {
    display: block;
  }

  .heading-46 {
    font-size: 1.2rem;
    display: inline-block;
  }

  .div-block-102 {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .paragraph-10 {
    font-size: 1rem;
  }

  .div-block-104 {
    flex-direction: column;
  }

  .div-block-105 {
    margin-left: 0;
  }

  .div-block-106 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-47 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .image-36 {
    margin-top: 20px;
  }

  .paragraph-11 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-38 {
    width: 90%;
  }

  .div-block-108 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-109 {
    flex-direction: column;
  }

  .div-block-110 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-111 {
    margin-right: 0;
  }

  .section-20 {
    margin-left: 23px;
    margin-right: 12px;
  }

  .div-block-113 {
    width: 100%;
    padding-left: 23px;
    line-height: 1.3;
  }

  .heading-48 {
    font-size: 1.3rem;
  }

  .about-div, .section-23 {
    flex-direction: column;
  }

  .div-block-117 {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .div-block-118 {
    padding-right: 0;
  }

  .heading-49 {
    font-size: 2rem;
  }

  .claim-consult {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-50 {
    font-size: 1.7rem;
    line-height: 1.1;
  }

  .paragraph-10-copy {
    font-size: 1rem;
  }

  .heading-button {
    text-align: center;
    width: 70%;
    padding: 10px 20px;
    font-size: .7rem;
    line-height: 1;
  }

  .modal1_component, .contact-modal1_component {
    display: none;
  }

  .background-video-5 {
    width: 320px;
    height: 300px;
  }

  .modal2_component, .modal1_component-2 {
    display: none;
  }

  .tlc-desc {
    text-align: center;
    font-size: 20px;
    line-height: 19px;
  }

  .ts-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tlc-head {
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
  }

  .tlc-content {
    margin-top: 15px;
  }

  .ts-right {
    margin-top: 0;
  }

  .ts-review {
    font-size: 14px;
    line-height: 24px;
  }

  .ts-left-content {
    margin-top: 10px;
  }

  .tlc-line {
    width: 38px;
  }

  .tlc-small-head {
    font-size: 18px;
  }

  .tlc-line-2 {
    width: 38px;
  }

  .tlc-small-head-2 {
    font-size: 18px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-4 {
    display: none;
  }
}

#w-node-c382f3ec-4e9d-51db-e88f-8e6fce43f2aa-91044059 {
  order: 0;
}

#w-node-c382f3ec-4e9d-51db-e88f-8e6fce43f2b5-91044059 {
  place-self: center start;
}

#w-node-_074dc6dd-f9d8-78ad-7ed1-8c41908d35fd-91044059, #w-node-_31ade7f6-8408-8e1f-19f0-fe79562017e5-91044059, #w-node-_35f9581b-2e77-ea88-03f3-94fefae8ee47-91044059 {
  align-self: start;
}

#w-node-c382f3ec-4e9d-51db-e88f-8e6fce43f2bb-91044059 {
  place-self: center start;
}

#w-node-_7d700742-d004-19ab-d9b9-e227804f11b9-91044059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_5cf5150e-e751-6fd2-8d70-b6abe7668e30-91044059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start stretch;
}

#w-node-_75e22af8-3cbd-bc86-fddc-72eaa3f64f0a-91044059 {
  align-self: stretch;
}

#w-node-e289353d-bebe-4b7c-9f83-6dc8be76d665-91044059 {
  place-self: stretch center;
}

#w-node-_55cf29b0-7df1-0435-8575-a58b2184721b-91044059, #w-node-da5215e1-fa6c-aaed-6888-8c0ab5355693-91044059 {
  place-self: stretch stretch;
}

#w-node-fae20b52-86af-660a-e602-6b90abd8e24b-91044059, #w-node-fae20b52-86af-660a-e602-6b90abd8e24d-91044059, #w-node-fae20b52-86af-660a-e602-6b90abd8e255-91044059, #w-node-fae20b52-86af-660a-e602-6b90abd8e268-91044059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7777a711-db28-111e-9653-695f67a14a2f-91044059, #w-node-_7777a711-db28-111e-9653-695f67a14a3b-91044059, #w-node-_7777a711-db28-111e-9653-695f67a14a47-91044059 {
  place-self: stretch stretch;
}

#w-node-d4496dfd-004a-459d-992d-6316f9a410d5-91044059 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d4496dfd-004a-459d-992d-6316f9a410dd-91044059 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d4496dfd-004a-459d-992d-6316f9a410e1-91044059 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e203-6b17e1fd {
  justify-self: start;
}

#w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e204-6b17e1fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e205-6b17e1fd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_54e0d150-d599-34fa-1cb3-656e9991d60c-9104405c, #w-node-_29b94401-4dec-881e-cabf-a7d394e67755-9104405c, #w-node-_29b94401-4dec-881e-cabf-a7d394e6775d-9104405c, #w-node-_29b94401-4dec-881e-cabf-a7d394e67764-9104405c, #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdc5-9104405c, #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdcc-9104405c, #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdd3-9104405c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3daa3bf-092c-08b5-9766-1b543af143be-9104405c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_46051301-9e2b-4fae-f223-d94c5681de45-9104405d, #w-node-b9282bfd-8158-9dfc-a1c6-ce5f1ed7698b-9104405d, #w-node-_03c50efd-3a0d-06ff-7d25-8d673df27b39-9104405d, #w-node-_7710ed95-5cc0-2bee-0102-8a1a0410be77-9104405d, #w-node-e10e27ce-dc65-b0ab-c5cf-932767aabff6-9104405d, #w-node-f82229dd-8b4f-7c1d-0c05-494a1f521b8b-9104405d {
  place-self: stretch stretch;
}

#w-node-_1b9c7675-cc3a-68e4-34b9-1b0b203ce69b-9104405e, #w-node-_1b9c7675-cc3a-68e4-34b9-1b0b203ce6ad-9104405e, #w-node-_1b9c7675-cc3a-68e4-34b9-1b0b203ce6a8-9104405e {
  align-self: start;
}

#w-node-_79f49f7f-6d7d-3efa-c285-009637f3dbed-9104405e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9c7675-cc3a-68e4-34b9-1b0b203ce6cc-9104405e {
  justify-self: end;
}

#w-node-c3456448-8691-d937-2ea9-cd9dc91a019f-9104405e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1d77c350-3766-a0cc-82d0-ce716227b246-9104405f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc51f64-0567-0b16-6e3a-0317cdbc1e89-9104405f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_478d32d0-2560-e0e2-614e-75f5ce4bea65-9104405f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_16ffee6c-12a0-29c4-e240-f0fab0a9d1a6-9104405f, #w-node-abdfc37c-577f-eb9d-8927-4cd7df703cb8-9104405f, #w-node-_5995d7f7-3493-1dfe-2153-791ae3882ac6-9104405f, #w-node-_5995d7f7-3493-1dfe-2153-791ae3882ac4-9104405f {
  place-self: stretch stretch;
}

#w-node-_659f69d0-3d69-1cc9-a17b-dd7ad090bad3-9104405f {
  justify-self: center;
}

#w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e3f4-91044060, #w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e3f9-91044060, #w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e3fe-91044060 {
  align-self: start;
}

#w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e403-91044060 {
  place-self: center;
}

#w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e439-91044060, #w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e43e-91044060, #w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e443-91044060 {
  align-self: start;
}

#w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e452-91044060 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-91044061 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec7f-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec80-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec83-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec84-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec87-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec88-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec8b-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec8c-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec8f-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec90-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec93-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec94-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec97-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec98-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec9b-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec9c-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7ec9f-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7eca0-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7eca3-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7eca4-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7eca7-91044061, #w-node-_409f930c-df25-4d95-6dc0-0fddbef7eca8-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-91044061 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-91044061 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-91044061 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-91044061 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-91044061 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-91044061 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-91044061 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-91044061 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-91044061 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-91044061 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-91044061 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-91044061 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-91044061 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-91044061 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-91044061, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-91044061 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-91044061 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-91044061 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-91044061, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-91044061, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-91044061, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-91044061 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_55cf29b0-7df1-0435-8575-a58b2184721b-91044059 {
    place-self: stretch stretch;
  }

  #w-node-da5215e1-fa6c-aaed-6888-8c0ab5355693-91044059 {
    align-self: stretch;
  }

  #w-node-d4496dfd-004a-459d-992d-6316f9a410dd-91044059 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a37b0c3b-46c8-effa-08c0-327ada3b663c-9104405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9fc51f64-0567-0b16-6e3a-0317cdbc1e89-9104405f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_478d32d0-2560-e0e2-614e-75f5ce4bea65-9104405f, #w-node-_16ffee6c-12a0-29c4-e240-f0fab0a9d1a6-9104405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abdfc37c-577f-eb9d-8927-4cd7df703cb8-9104405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }

  #w-node-_5995d7f7-3493-1dfe-2153-791ae3882ac6-9104405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_5995d7f7-3493-1dfe-2153-791ae3882ac4-9104405f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fae20b52-86af-660a-e602-6b90abd8e24d-91044059, #w-node-fae20b52-86af-660a-e602-6b90abd8e255-91044059 {
    justify-self: auto;
  }

  #w-node-fae20b52-86af-660a-e602-6b90abd8e268-91044059 {
    justify-self: stretch;
  }

  #w-node-_7777a711-db28-111e-9653-695f67a14a2f-91044059, #w-node-_7777a711-db28-111e-9653-695f67a14a3b-91044059, #w-node-_7777a711-db28-111e-9653-695f67a14a47-91044059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e203-6b17e1fd {
    justify-self: center;
  }

  #w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e205-6b17e1fd {
    grid-row: span 1 / span 1;
  }

  #w-node-_29b94401-4dec-881e-cabf-a7d394e67755-9104405c, #w-node-_29b94401-4dec-881e-cabf-a7d394e6775d-9104405c {
    justify-self: auto;
  }

  #w-node-_29b94401-4dec-881e-cabf-a7d394e67764-9104405c {
    justify-self: stretch;
  }

  #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdc5-9104405c, #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdcc-9104405c {
    justify-self: auto;
  }

  #w-node-_55c6d9e0-8fb0-0257-7286-e310e5c7cdd3-9104405c {
    justify-self: stretch;
  }

  #w-node-_46051301-9e2b-4fae-f223-d94c5681de45-9104405d, #w-node-b9282bfd-8158-9dfc-a1c6-ce5f1ed7698b-9104405d, #w-node-_03c50efd-3a0d-06ff-7d25-8d673df27b39-9104405d, #w-node-_7710ed95-5cc0-2bee-0102-8a1a0410be77-9104405d, #w-node-e10e27ce-dc65-b0ab-c5cf-932767aabff6-9104405d, #w-node-f82229dd-8b4f-7c1d-0c05-494a1f521b8b-9104405d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d4496dfd-004a-459d-992d-6316f9a410d5-91044059 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e205-6b17e1fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-b3daa3bf-092c-08b5-9766-1b543af1430e-9104405c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-b3daa3bf-092c-08b5-9766-1b543af143e0-9104405c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d4496dfd-004a-459d-992d-6316f9a410d5-91044059 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d4496dfd-004a-459d-992d-6316f9a410dd-91044059 {
    grid-row: 3 / 4;
  }

  #w-node-eba5d7f8-f7c6-3605-8218-5d7d6b17e203-6b17e1fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b3daa3bf-092c-08b5-9766-1b543af1430e-9104405c {
    align-self: stretch;
  }

  #w-node-b3daa3bf-092c-08b5-9766-1b543af143e0-9104405c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch stretch;
  }

  #w-node-_1b9c7675-cc3a-68e4-34b9-1b0b203ce6cc-9104405e {
    justify-self: center;
  }

  #w-node-_9fc51f64-0567-0b16-6e3a-0317cdbc1e89-9104405f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_478d32d0-2560-e0e2-614e-75f5ce4bea65-9104405f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_56c937e3-f436-a9ad-8d38-d20ff5c8e3e5-91044060 {
    place-self: auto;
  }
}


