@font-face {
  font-family: Zodiak;
  src: url('../fonts/Zodiak-Regular.woff2') format("woff2"), url('../fonts/Zodiak-Regular.eot') format("embedded-opentype"), url('../fonts/Zodiak-Regular.woff') format("woff"), url('../fonts/Zodiak-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #1e3348;
  --black: black;
  --white: white;
  --light-grey: #f4f4f4;
  --gold: #bd9966;
  --gold-hover: #a38458;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  color: var(--midnight-blue);
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.438rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Zodiak, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

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

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

.max-width-full.is-bio-right {
  padding-top: 4rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

.text-style-link.decoration-underline {
  color: var(--white);
}

.text-style-link.cta-text {
  font-size: .875rem;
  line-height: .875rem;
}

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

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

.max-width-medium.align-center {
  text-align: center;
}

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

.max-width-xsmall.timings--card {
  background-color: var(--white);
  padding: 2.375rem 4.25rem 2.563rem 3.125rem;
  display: none;
  position: absolute;
  inset: 25% 8% auto;
}

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

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

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

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

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

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

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

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

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

.container-small {
  width: 100%;
  max-width: 48rem;
  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-small.gallery-sec {
  z-index: 1;
  background-image: linear-gradient(#0000, #0a0c1eb3);
  position: absolute;
  inset: auto 0% 0%;
}

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

.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-top.margin-large-2 {
  margin: 3.75rem 0 0;
}

.margin-top.margin-medium-2 {
  margin-top: 2.5rem;
}

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

.margin-bottom.margin-xsmall.text-color-white-0-8 {
  color: #fffc;
}

.margin-bottom.margin-xsmall.text-color-white-0-8.text-weight-semibold.text-underline {
  text-decoration: underline;
}

.margin-bottom.margin-xsmall.text-size-small-2 {
  font-size: 1.125rem;
  line-height: 1.438rem;
}

.margin-bottom.margin-xsmall.terms {
  width: 33.5rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-custom3 {
  margin: 0 0 2.313rem;
}

.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-small.footer--link {
  margin-bottom: .813rem;
  display: flex;
}

.margin-bottom.margin-small.team-image-block {
  overflow: hidden;
}

.margin-bottom.margin-medium2 {
  margin-bottom: 2.5rem;
}

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

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

.margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-large, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.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-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-right.margin-xxsmall.text-color-white.cta--text {
  font-size: .875rem;
  line-height: .875rem;
}

.margin-right.margin-xxsmall.image-play {
  align-self: center;
  width: 24px;
  height: 24px;
}

.margin-right.margin-xxsmall.cta--text {
  font-size: .875rem;
  line-height: .875rem;
}

.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-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-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-top.padding-huge.no--top {
  padding-top: 0;
}

.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-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-custom3 {
  padding: 0 0 2.313rem;
}

.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-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-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-left.padding-xxhuge {
  padding: 0 0 0 8rem;
}

.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-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom3 {
  padding-bottom: 5.688rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium.zero-botton {
  padding-bottom: 0;
}

.padding-vertical.padding-medium.content--block {
  margin-top: -16.25rem;
}

.padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1 {
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom2 {
  padding: 7rem 0 3rem;
}

.padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xhuge, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.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-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  color: #1e3348e6;
  font-size: 1.5rem;
  line-height: 1.938rem;
}

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

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

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

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

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

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

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

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

.heading-style-h6 {
  font-size: 1.25rem;
  line-height: 1.438rem;
}

.heading-style-h6.font--change {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.125rem;
}

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

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

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

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

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

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

.heading-style-h5 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.heading-style-h5.text-weight-semibold.font-change {
  font-family: neuzeit-grotesk, sans-serif;
}

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

.heading-style-h1 {
  font-family: Zodiak, sans-serif;
  font-size: 2.75em;
  line-height: 1.2;
}

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

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

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

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

.field-label {
  letter-spacing: .2px;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.button {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.1rem 2em 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: .938rem;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button:hover {
  border-color: var(--gold-hover);
  background-color: var(--gold-hover);
}

.button.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1e3348b3;
  font-size: .9rem;
}

.button.is-link.is-icon:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  background-color: #0000;
}

.button.is-secondary:hover {
  background-color: var(--gold);
  color: #fff;
}

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

.button.is-secondary.is-alternate.margin-left.margin-xsmall.no--left {
  cursor: pointer;
}

.button.is-secondary.view--all-service {
  background-color: var(--white);
  position: absolute;
  inset: auto auto -2.5% 42%;
}

.button.is-secondary.play-button {
  border-color: #1e334866;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.button.is-secondary.view-results {
  background-color: var(--white);
  display: block;
}

.button.is-secondary.view-results:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.button.is-secondary.is-viewmap {
  border-width: 1px;
  border-color: #1e334899;
}

.button.is-secondary.margin-right.margin-xxsmall.modal--button, .button.is-secondary.modal-button {
  color: var(--white);
}

.button.is-secondary.viewall-service {
  z-index: 1;
  background-color: var(--white);
  margin-top: 4.688rem;
}

.button.is-secondary.viewall-service:hover {
  color: var(--midnight-blue);
  text-decoration: underline;
}

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

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

.button.is-alternate.is-small {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .9rem;
}

.button.is-alternate.is-small.is-ghost {
  color: #fff;
  background-color: #fff0;
}

.button.is-secondary-white-border {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #0000;
  border-color: #fff9;
}

.button.is-secondary-white-border:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

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

.button.is-secondary-white-border.view--all-service {
  background-color: var(--white);
  position: absolute;
  inset: auto auto -2.5% 42%;
}

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

.heading-style-h4 {
  color: var(--white);
  font-size: 2rem;
  line-height: 1.4;
}

.heading-style-h4.text-color-white {
  letter-spacing: .2px;
}

.heading-style-h4.text-color-white.text--shadow {
  box-shadow: 0 0 4px 28px #0000001a;
}

.heading-style-h4.text-color-white.text-align-center.margin-bottom.margin-xsmall.text-weight-bold.service--font {
  font-family: neuzeit-grotesk, sans-serif;
}

.heading-style-h4.font--change {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 700;
}

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

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

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

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

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

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

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

.rl-styleguide_label.is-html-tag {
  background-color: #be4aa5;
}

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

.text-size-regular.text-color-blue-0-8 {
  color: #1e3348cc;
}

.text-size-regular.text-color-white-0-7 {
  color: #ffffffb3;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2em;
  line-height: 1.3;
}

.heading-style-h3.text-color-white.margin-bottom.margin-medium-2 {
  font-family: Zodiak, sans-serif;
}

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

.form-input {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #1e334899;
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.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 {
  color: #1e3348;
  background-image: none;
}

.form-input.is--consultation {
  color: #fff;
  background-color: #0000;
  border-color: #fff9;
}

.form-input.is--consultation:focus {
  border-color: var(--gold);
  background-color: #ffffff1a;
}

.form-input.is--consultation::placeholder {
  color: #fff9;
}

.form-input.is--consultation.is--textarea {
  min-height: 120px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.is-black {
  background-color: var(--black);
}

.rl-styleguide_color.is-gray {
  background-color: var(--light-grey);
}

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

.rl-styleguide_color.is-gold {
  background-color: var(--gold);
}

.rl-styleguide_color.is-navy {
  background-color: var(--midnight-blue);
}

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

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

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

.text-color-white.text-weight-bold.cta-call {
  text-decoration: underline;
}

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

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

.text-weight-semibold.reviwer--name {
  font-size: .938rem;
  line-height: 1.375rem;
}

.text-weight-semibold.text-color-white.footer--text {
  font-size: 1.125rem;
}

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

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

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

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

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

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  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;
}

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

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

.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;
  align-items: start;
}

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

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

.text-size-small.text-lineheight {
  line-height: .875rem;
}

.text-size-small.text-color-white-0-6 {
  color: #fff9;
}

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

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

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

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

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

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

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

.text-rich-text {
  color: #fffc;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text a {
  color: #fffc;
  text-decoration: underline;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text.margin-bottom.margin-medium-2.max-width-medium-2 {
  width: 100%;
  max-width: 33rem;
}

.icon-height-medium {
  height: 3rem;
}

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

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

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

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

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

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

.icon-height-xsmall {
  height: 1.5rem;
}

.rl-styleguide_spacing-all {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-small.vertical--center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #d3d3d3;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.padding-section-large.zero-bottom-padding {
  padding-bottom: 0;
}

.padding-section-large.service--padding {
  padding-bottom: 5.563rem;
}

.padding-section-large.zero-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section-large.bottom-border {
  border-bottom: 1px solid #fff3;
}

.padding-section-large.results-bottom-padding {
  padding-bottom: 0;
}

.padding-section-large.top-zero {
  padding-top: 0;
}

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

.background-color-navy {
  background-color: var(--midnight-blue);
}

.banner10_component {
  z-index: 1;
  color: #fffc;
  letter-spacing: .2px;
  background-color: #1e3348;
  border-bottom: 1px #000;
  line-height: 1.313rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.banner10_content-wrapper {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: grid;
}

.banner10_close-button {
  margin-left: 1rem;
  display: none;
}

.navbar1_component {
  z-index: 100;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1rem 5%;
  display: flex;
  position: sticky;
  top: 45px;
}

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

.navbar1_logo-link {
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navbar1_logo {
  margin-right: .875rem;
}

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

.navbar1_link {
  color: #1e3348e6;
  letter-spacing: .2px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.438rem;
}

.navbar1_link:hover, .navbar1_link.w--current {
  color: var(--midnight-blue);
  text-decoration: underline;
}

.navbar1_link.hide--refferral, .navbar1_link.hide-desktop, .navbar1_menu-dropdown {
  display: none;
}

.navbar1_dropdown-toggle {
  color: #1e3348e6;
  letter-spacing: .2px;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.438rem;
}

.navbar1_dropdown-toggle.text-weight-bold {
  font-size: 1.125rem;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar1_dropdown-list.w--open {
  grid-column-gap: 4rem;
  border: 1px none var(--black);
  background-color: var(--white);
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: 4.4rem auto auto -760px;
  box-shadow: 0 2px 5px #fcfeff3b;
}

.navbar1_dropdown-link {
  color: #1e3348cc;
  padding: .5rem 0;
  font-size: 1.125rem;
  line-height: 1.438rem;
}

.navbar1_dropdown-link:hover {
  text-decoration: underline;
}

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

.navbar1_dropdown-link.text-weight-semibold {
  color: var(--midnight-blue);
  font-weight: 700;
}

.navbar1_dropdown-link.text-weight-semibold:hover, .navbar1_dropdown-link.text-weight-semibold.w--current {
  text-decoration: underline;
}

.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_menu-button {
  padding: 0;
}

.section_gallery15 {
  background-image: linear-gradient(284.84deg, #323f4d05 100%, #fff);
  margin-top: -107px;
}

.gallery15_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery15_slider {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.gallery15_slide {
  padding-left: 6.5rem;
  padding-right: 4.5rem;
}

.slide--wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.slide--wrapper:focus {
  opacity: .5;
}

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

.gallery15_arrow {
  z-index: 1;
  border: 1px none var(--black);
  background-color: #1e334880;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.gallery15_arrow:hover {
  background-color: #1e3348cc;
}

.gallery15_arrow.hide-mobile-landscape {
  color: #1e334880;
  background-color: #1e334880;
  border-style: none;
  width: 2.5rem;
  height: 2.5rem;
  bottom: 4rem;
}

.gallery15_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery15_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.section_testimonial15 {
  display: none;
}

.testimonial15_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.testimonial15_slide {
  margin-right: 5rem;
}

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

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

.testimonial15_content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.testimonial15_rating-wrapper {
  display: flex;
}

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

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

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

.testimonial15_logo {
  max-height: 3rem;
}

.testimonial13_rating-wrapper {
  display: flex;
}

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

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

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

.testimonial13_logo {
  max-height: 3rem;
}

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

.testimonial15_arrow.is-left {
  right: 4rem;
}

.testimonial15_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.section_content2 {
  background-color: #bd9966;
}

.content2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.content2_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.content2_image-wrapper._20years--image--block {
  position: relative;
}

.content2_image {
  width: 100%;
  height: auto;
  display: block;
}

.section_layout241.align-center {
  text-align: center;
  position: relative;
}

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

.layout241_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
}

.layout241_item {
  flex-direction: column;
  align-items: center;
}

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

.margin-top-2.margin-xlarge.align-center {
  text-align: center;
}

.section_content1 {
  background-color: #1e3348;
  position: relative;
}

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

.section_content1.negative-margin {
  margin-top: -25px;
}

.content1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.content1_content-wrapper.left-padding {
  padding-left: 4rem;
}

.content1_image-wrapper {
  flex: 1;
  width: 100%;
  height: 100%;
}

.content1_image-wrapper.help--me {
  position: relative;
}

.content1_image {
  width: 100%;
}

.contact21_component {
  grid-column-gap: 6.375rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.contact21_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.section_testimonial7 {
  text-align: center;
  background-image: linear-gradient(284.84deg, #323f4d1a 100%, #fff);
}

.section_testimonial7.no--background {
  background-image: none;
}

.testimonial7_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 4rem;
}

.testimonial7_mask {
  text-align: center;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_logo {
  max-height: 3.5rem;
}

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

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

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

.testimonial7_arrow.hide-mobile-landscape {
  border-style: none;
  width: 3rem;
  height: 3rem;
  bottom: 4rem;
}

.testimonial7_arrow-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.section_cta1 {
  background-color: #1e3348;
}

.cta1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta1_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.cta1_content.padding-left {
  position: relative;
}

.cta1_content.padding-left.padding-custom1 {
  padding-left: 6.5rem;
}

.margin-top-3, .margin-top-3.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta1_image-wrapper {
  position: relative;
}

.cta1_image {
  width: 100%;
  height: 100%;
}

.footer1_component {
  color: var(--white);
  background-color: #1e3348;
}

.footer1_top-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  align-items: start;
  padding-bottom: 3rem;
}

.footer1_top-wrapper.hide-desktop {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

.footer1_link {
  color: #fffc;
  padding-bottom: .5rem;
  font-size: .938rem;
  line-height: 1.313rem;
  text-decoration: none;
}

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

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

.line-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

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

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

.footer1_legal-list {
  grid-column-gap: 0rem;
  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-content: center;
  place-items: center;
  display: grid;
}

.footer1_legal-link {
  color: #fffc;
  border-right: 1px solid #fffc;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  line-height: 1.25rem;
  text-decoration: underline;
}

.footer1_legal-link.no-right-border {
  border-right-style: solid;
  font-size: .875rem;
}

.logo2_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  margin-bottom: 4rem;
  display: grid;
  overflow: hidden;
}

.logo2_content-left {
  max-width: 20rem;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  display: grid;
}

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

.logo2_logo {
  max-height: 3.5rem;
}

.banner--call {
  color: var(--white);
  font-weight: 700;
  text-decoration: underline;
}

.review--block {
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.text-color-white-0-5 {
  color: #ffffff80;
}

.call--block {
  justify-content: flex-start;
  align-items: center;
  font-size: .9rem;
  display: flex;
}

.call--block.hide-mobile-landscape.hide-mobile-portrait {
  font-size: .9rem;
  line-height: 1;
}

.link-block {
  color: #fffc;
}

.margin-medium-2 {
  margin: 2rem 2rem 2.5rem;
}

.padding-section-xsmall {
  padding-top: .875rem;
}

.tag--line {
  color: #fff9;
  letter-spacing: .2px;
  margin-bottom: 1rem;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: .938rem;
  line-height: 1.188rem;
}

.tag--line.is--dark {
  color: #1e334899;
}

.layout241_list-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: stretch center;
  margin-bottom: 7.125rem;
  display: grid;
}

.layout241_list-2.padding-horizontal.padding-xhuge1 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.layout241_list-2.padding-horizontal.mb-0 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.heading {
  line-height: 3.438rem;
}

.text-rich-text-blue {
  color: #1e3348cc;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.text-rich-text-blue blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.text-rich-text-blue h4 {
  color: var(--midnight-blue);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.text-rich-text-blue p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-rich-text-blue a {
  color: #1e3348cc;
  text-decoration: underline;
}

.text-rich-text-blue figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-rich-text-blue.is-tab {
  margin-bottom: 2rem;
}

.text-rich-text-blue li {
  color: #1e3348cc;
  font-size: 1.1rem;
}

.layout241_content {
  background-image: url('../images/invisilign.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.layout241_item_content {
  letter-spacing: .2px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2.313rem;
  padding-left: 3.688rem;
  padding-right: 3.688rem;
  display: flex;
  position: relative;
}

.intro--wrapper {
  margin-bottom: 2rem;
}

.is--intro--h1 {
  color: #7c42f5;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
}

.tagline {
  text-align: center;
  background-color: #7c42f5;
  width: 100%;
  height: 2px;
  margin-top: 8px;
}

.text-color-blue {
  color: #2b318b;
}

.conditions--grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  width: 100%;
  display: flex;
}

.gallery4_image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 406px;
  position: relative;
}

.gallery4_image-wrapper.conditions--wrapper {
  width: 25%;
  height: 300px;
  overflow: hidden;
}

.condition-header {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.condition-description {
  color: #fff;
  font-size: .9rem;
  line-height: 1.3;
}

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

.image {
  display: none;
  position: absolute;
  inset: 0%;
}

.on--hover--block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service--image {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

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

.div-block-2 {
  text-align: center;
}

.padding-section-huge {
  padding-top: 8.938rem;
  padding-bottom: 7.313rem;
}

.padding-section-medium-2 {
  padding-top: 5.688rem;
  padding-bottom: 5.688rem;
}

.text-size-regular-2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-size-regular-2.text-color-blue-0-8 {
  color: #1e3348cc;
}

.text-size-regular-2.text-weight-semibold.font-change {
  font-family: neuzeit-grotesk, sans-serif;
}

.diamond--wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff9;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  display: flex;
  position: absolute;
  inset: auto auto 3rem 3rem;
}

.diamond--wrapper.is--static {
  background-color: #1e33481a;
  position: static;
}

.diamond--wrapper.is--right {
  inset: auto 3rem 3rem auto;
}

.diamond--wrapper.is--mega {
  width: 6.875rem;
  height: 6.875rem;
  inset: 24px 24px auto auto;
}

.diamond--wrapper.is--small {
  width: 7rem;
  height: 7rem;
  padding: 20px;
  inset: 2rem 2rem auto auto;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews {
  text-decoration: underline;
}

.address--block {
  border: 1px solid #bd9966;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  min-height: 19.563rem;
  display: flex;
}

.location--block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.438rem;
  padding-left: 1.688rem;
  display: flex;
}

.image-3 {
  width: 100%;
}

.footer-text-rich-text {
  color: #fffc;
  font-size: .9rem;
  line-height: 1.313rem;
}

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

.footer-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-text-rich-text h2, .footer-text-rich-text h3, .footer-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

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

.footer-text-rich-text p {
  margin-bottom: 1rem;
  font-size: .938rem;
  line-height: 1.313rem;
}

.footer-text-rich-text a {
  color: var(--white);
  text-decoration: underline;
}

.footer-text-rich-text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.footer-text-rich-text.margin-bottom.margin-medium-2.max-width-medium-2 {
  width: 100%;
  max-width: 33rem;
}

._20-years-absolute {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fff3;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 100%;
  max-width: 186.1px;
  height: 100%;
  max-height: 177.9px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 8% 0% auto;
}

.serve--only--text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.188rem;
  font-weight: 700;
  line-height: 1.438rem;
  display: flex;
}

.copy--right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  opacity: .8;
  flex-direction: row;
  display: flex;
}

.logo3_list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  white-space: nowrap;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  display: grid;
}

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

.logo3_logo {
  max-height: 2.6rem;
}

.logo3_logo.is--wider {
  max-height: 4.5rem;
}

.logo3_logo.less--width {
  max-height: 2rem;
}

.logo3_logo.is--wide {
  max-height: 3.3rem;
}

.footer1_top-wrapper_2 {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  align-items: start;
  display: none;
}

.footer1_top-wrapper_2.hide-desktop {
  grid-column-gap: 1vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: none;
}

.hero {
  background-image: linear-gradient(284.84deg, #323f4d05 100%, #fff);
  margin-top: -107px;
}

.margin-top-4, .margin-top-4.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-section-huge-2 {
  padding-top: 14.063rem;
  padding-bottom: 7.5rem;
}

._20-years-absolute-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 100%;
  max-width: 186.1px;
  height: 100%;
  max-height: 177.9px;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 8% 0% auto;
}

.read-more {
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.readmore--text {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  display: block;
}

.section_team12 {
  color: var(--white);
  background-color: #1e3348;
}

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

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

.team12_image-wrapper {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}

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

.team12_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: center;
  margin-top: 1.5rem;
  display: grid;
}

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

.margin-top-5, .margin-top-5.margin-huge, .margin-top-5.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.church-on-image {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery11_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: center;
  align-items: center;
}

.gallery11_row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.gallery11_lightbox-link {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.gallery11_image-wrapper {
  object-fit: contain;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery11_image {
  object-fit: contain;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0%;
}

.layout18_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;
  margin-top: 2rem;
  display: grid;
}

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

.layout18_item {
  border: 1px solid #1e334833;
  padding: 20px;
  display: flex;
}

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

.layout18_image {
  width: 100%;
  height: 100%;
}

.text-size-medium-2 {
  color: #1e3348e6;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.563rem;
}

.layout3_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  display: grid;
}

.layout3_image {
  display: block;
}

.footer--legal {
  color: #fffc;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  line-height: 1.25;
  display: flex;
}

.text-color-white_0-8 {
  color: #fffc;
}

.text-color-white_0-8.text-weight-bold.cta-call {
  text-decoration: underline;
}

.section_cta26 {
  color: var(--white);
  background-color: #1e3348;
  position: relative;
}

.section_cta26.top-neg-margin {
  margin-top: -26px;
}

.margin-top-6, .margin-top-6.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta26_form-block {
  max-width: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

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

.error-text {
  color: #e23939;
}

.treatment-process {
  font-size: 3rem;
  line-height: 3.25rem;
}

.section_layout228 {
  text-align: center;
  background-image: linear-gradient(284.84deg, #fcfeff40 .27%, #323f4d1a);
}

.section_layout228.no--linear {
  background-image: none;
}

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

.layout228_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.margin-top-7, .margin-top-7.margin-medium, .margin-top-7.margin-xxlarge, .margin-top-7.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.section_faq1 {
  background-image: linear-gradient(10.37deg, #edeeef, var(--white));
}

.faq1_component {
  border-bottom: 1px solid #1e334866;
}

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

.faq1_question {
  cursor: pointer;
  border-top: 1px solid #1e334866;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 2rem;
  display: flex;
}

.faq1_question.first-ques {
  border-top-style: none;
}

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

.faq1_answer {
  overflow: hidden;
}

.faq--header {
  font-size: 2.5rem;
  line-height: 2.5;
}

.heading-style-h3-2 {
  font-size: 2.5rem;
  line-height: 3.25rem;
}

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

.layout1_image {
  width: 100%;
  height: 100%;
}

.layout1_image.is--kuldip {
  max-width: 520px;
}

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

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

.text-color-blue_0-8, .before-after-results {
  color: #1e3348cc;
}

.icon-1x1-medium-2 {
  width: 3.625rem;
  height: 4.375rem;
}

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

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

.gallery3_lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery3_image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.layout239_component.hide {
  display: none;
}

.layout239_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 5.625rem;
  display: grid;
}

.layout239_item {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.layout239_item.text-color-white {
  letter-spacing: .2px;
  background-image: linear-gradient(#00000080 100%, #fff);
}

.layout239_image-wrapper {
  width: 100%;
  position: relative;
}

.layout239_image {
  width: 100%;
  height: 100%;
}

.grid {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.text-color-blue-0-9 {
  color: #1e3348e6;
}

.contact3_component {
  flex-direction: column;
  align-items: stretch;
  width: 33.5rem;
  margin-bottom: 0;
}

.contact3_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--grid {
  grid-template-rows: auto;
  justify-content: center;
  place-items: stretch center;
}

.contact2_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  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;
}

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

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

.contact--info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact--link {
  margin-bottom: 1.125rem;
  display: flex;
}

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

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

.contact16_item {
  display: flex;
}

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

.contact16_map-wrapper, .contact16_map {
  width: 100%;
}

.opening--times {
  padding: 2.375rem 4.25rem 2.563rem 3.125rem;
}

.timings--info {
  color: #1e3348;
  padding-bottom: .5rem;
  font-size: .938rem;
  line-height: 1.313rem;
  text-decoration: none;
}

.section_contact-modal1 {
  position: relative;
}

.form--modal {
  z-index: 101;
  background-color: #1e3348f2;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
  box-shadow: 0 0 8px 60px #0000001a;
}

.contact-modal1_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  padding: 2rem 4rem 4rem;
  line-height: 1.4;
  display: flex;
  overflow: visible;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1rem;
}

.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_close-button {
  z-index: 3;
  color: var(--white);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-modal1_background-overlay:focus {
  border: 1px solid #bd9966;
}

.contact-modal1_logo {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.heading-style-h4-2 {
  font-size: 2rem;
  line-height: 2.625rem;
}

.heading-style-h4-2.text-color-white {
  letter-spacing: .2px;
}

.heading-style-h4-2.text-color-white.text--shadow {
  box-shadow: 0 0 4px 28px #0000001a;
}

.heading-style-h4-2.text-color-white.text-align-center.margin-bottom.margin-xsmall.text-weight-bold.service--font {
  font-family: neuzeit-grotesk, sans-serif;
}

.grid-2 {
  grid-template-rows: auto;
}

.div-block-6 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-row.is--spaced {
  justify-content: space-between;
}

.button-row.is--left {
  justify-content: flex-start;
}

.prior--check {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.form--1 {
  justify-content: center;
  align-items: center;
  display: none;
}

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

.thank-you {
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.form-block-2 {
  width: 33.5rem;
}

.form-input-2 {
  color: #fff;
  letter-spacing: .2px;
  background-color: #0000;
  border: 1px solid #fff9;
  width: 33.5rem;
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: .938rem;
  line-height: .938;
}

.form-input-2:active {
  background-color: #ffffff1a;
  border-color: #bd9966;
}

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

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

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

.form-input-2.is-text-area::placeholder {
  color: var(--white);
}

.form-input-2.is-select-input {
  background-image: none;
}

.field-label-2 {
  text-align: left;
  letter-spacing: .2px;
  width: 33.5rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.form--2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.form-input-3 {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #1e334899;
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

.form-input-3.is-select-input {
  color: #1e3348;
  background-image: none;
}

.field-label-3 {
  letter-spacing: .2px;
  text-transform: capitalize;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.125rem;
}

.readmore--button, .readless--button {
  color: #fffc;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: underline;
}

.image--overlay {
  position: absolute;
  inset: 0%;
}

.service--content {
  margin-top: -104px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.service--grid {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.imagewrapper {
  background-image: linear-gradient(to bottom, var(--white) 51.61%, white);
}

.imagewrapper.is--secondary {
  width: 25%;
}

.contentwrapper {
  padding-bottom: 3rem;
  position: absolute;
  inset: auto 0% 0%;
}

.contentwrapper.is--secondary {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
  top: 0;
}

.contentwrapper.is--menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2rem;
  display: flex;
}

.service--header {
  color: #fff;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 2rem;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.188rem;
}

.service--header.is--dark {
  color: var(--midnight-blue);
}

.service--header.is--dark.and--secondary {
  font-family: Zodiak, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}

.content--hover {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo--block {
  width: 50%;
  margin-bottom: 1rem;
}

.small-header {
  color: #fffc;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.375rem;
  text-decoration: underline;
}

.small-header.zero--margin {
  margin-bottom: 0;
}

.small-header.zero--margin.is--menu {
  font-size: .875rem;
  line-height: 1.25rem;
}

.bottom--bar {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.service--card {
  position: relative;
}

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

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

.section_header37 {
  background-color: #bd9966;
}

.header37_component {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 0;
  display: grid;
}

.header37_image-wrapper {
  position: relative;
}

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

.header37_content {
  margin-right: 5%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.button-2 {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.1rem 2em 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: .938rem;
}

.button-2:hover {
  border-color: var(--gold-hover);
  background-color: var(--gold-hover);
}

.button-2.is-secondary {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  background-color: #0000;
}

.button-2.is-secondary:hover {
  background-color: var(--gold);
  color: #fff;
}

.daimond--logo {
  position: absolute;
  inset: auto 3rem 3rem auto;
}

.readmore {
  color: #fffc;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: underline;
  display: flex;
}

.read--more--text {
  color: #fffc;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.read--more--text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.read--more--text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.read--more--text h2, .read--more--text h3, .read--more--text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.read--more--text h5, .read--more--text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.read--more--text p {
  margin-bottom: 1rem;
}

.read--more--text a {
  color: #fffc;
  text-decoration: underline;
}

.read--more--text figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.read--more--text.margin-bottom.margin-medium-2.max-width-medium-2 {
  width: 100%;
  max-width: 33rem;
}

.read--more--text.no--margin--top {
  margin-top: 0;
}

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

.viewall-services {
  margin-top: 4rem;
}

.fs-radio_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  min-height: 3rem;
  display: grid;
}

.fs-radio_field-4 {
  color: var(--midnight-blue);
  cursor: pointer;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-weight: 700;
  display: flex;
  position: relative;
}

.fs-radio_field-4:hover {
  color: #696969;
  border-color: #696969;
}

.fs-radio_field-4.is-active {
  color: #fff;
  background-color: #501aff;
  border-color: #501aff;
}

.fs-radio_button-4 {
  border-style: none;
  border-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-4.w--redirected-checked {
  color: #fff;
  background-color: #bd996699;
  border-color: #bd996699;
  box-shadow: 1px 1px 3px #0000;
}

.fs-radio_button-4.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.fs-radio_button-4.w--redirected-focus-visible {
  box-shadow: none;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs-radio_label-4 {
  margin-bottom: 0;
  font-weight: 700;
  position: relative;
}

.form--step--2, .form--step--3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form--field--wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success--message {
  background-color: #0000;
}

.sucess--wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider--bg {
  position: absolute;
  inset: 0%;
}

.second--service {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #1e33484d;
  display: flex;
  position: relative;
}

.second--service:hover {
  border-color: var(--midnight-blue);
}

.service--img {
  object-fit: cover;
  width: 100%;
  height: 140px;
}

.topbar--slide {
  width: 100%;
  height: auto;
}

.topbar--slide.right {
  text-align: right;
  font-size: .9rem;
  line-height: 1;
}

.slide-nav {
  display: none;
}

.mask-2 {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.slide--wrap {
  height: 100%;
  padding-top: .25rem;
  font-size: .9rem;
  display: flex;
}

.slide--wrap.right {
  justify-content: flex-end;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile--topslider {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: none;
}

.bottom--sticky {
  display: none;
}

.sticky--phone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.mega--menu-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 2.5fr 2.5fr;
}

.mega--menu {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  padding-top: 1.75rem;
  display: block;
}

.tag--line--bg {
  color: #fff9;
  letter-spacing: .2px;
  background-color: #bd9966;
  width: 64px;
  height: 2px;
  margin-bottom: 1rem;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: .938rem;
  line-height: 1.188rem;
}

.tag--line--bg.is--dark {
  color: #1e334899;
}

.megamenu {
  width: 100%;
}

.megamenu--header {
  margin-bottom: 8px;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 21px;
}

.mega-menu--image {
  height: 315px;
  position: relative;
}

.mega-menu--image.hide-tablet.hide-mobile-landscape.hide-mobile-portrait {
  width: 312px;
}

.mega--menu--image {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.navbar6_dropdown-background-layer {
  background-color: var(--light-grey);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar6_menu {
  grid-column-gap: 2.875rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar6_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar6_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar6_blog-item {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.navbar6_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.navbar6_menu-dropdown {
  position: static;
}

.navbar6_blog-content {
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18rem;
  display: flex;
}

.navbar6_dropdown-content {
  width: 100%;
  display: none;
}

.navbar6_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_link {
  color: #1e3348e6;
  letter-spacing: .2px;
  padding: .5rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.438rem;
}

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

.navbar6_dropdown-content-wrapper {
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar6_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
}

.navbar6_container {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar6_component {
  border-bottom: 1px none var(--black);
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

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

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

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

.button-3.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-3.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.navbar6_icon-wrapper {
  flex: none;
}

.navbar6_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar6_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 20rem;
  padding: 2rem;
  position: relative;
}

.navbar6_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar6_dropdown-list.w--open {
  border-bottom: 1px none var(--black);
  background-color: var(--white);
  width: 100vw;
  max-width: 100%;
  margin-left: 3.75rem;
  padding-top: 3rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar6_dropdown-toggle {
  color: #1e3348e6;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

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

.navbar6_menu-left {
  align-self: center;
  align-items: center;
  display: flex;
}

.navbar6_blog-image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

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

.navbar6_menu-button {
  padding: 0;
}

.navbar6_logo {
  margin-right: .875rem;
}

.mega--menu--block {
  grid-column-gap: 0rem;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

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

.help--me--image {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.church--image {
  position: absolute;
  inset: auto -3% -25px auto;
}

.help--image {
  position: absolute;
  inset: 0%;
}

.helpme--readmore {
  color: #fffc;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: underline;
  display: flex;
}

.navbar-dropdown1_component {
  margin-left: 0;
  margin-right: 0;
}

.navbar-dropdown1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.navbar-dropdown1_dropdown-list.w--open {
  background-color: var(--white);
  padding: .5rem;
}

.navbar-dropdown1_dropdown-link {
  padding: .5rem 1rem;
  font-size: 1.125rem;
}

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

.button--row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.invis--logo {
  width: 15rem;
}

.kuldip--diamond {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 1rem;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.check--list {
  padding-left: 0;
  list-style-type: none;
}

.check--list--item {
  background-image: url('../images/Vector.svg');
  background-position: 0 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
  font-size: 1.125rem;
}

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

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

.button-4 {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.1rem 2em 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: .938rem;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
}

.button-4:hover {
  border-color: var(--gold-hover);
  background-color: var(--gold-hover);
}

.contact-modal1_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: var(--\<unknown\|relume-variable-text-color-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.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_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  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;
}

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

.form_checkbox-label {
  margin-bottom: 0;
}

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

.modal-team {
  object-fit: contain;
  max-height: 320px;
  margin-bottom: 2rem;
}

.bio-info, .bio-info p {
  font-size: 1rem;
}

.job-role-wrapper {
  border-bottom: 1px solid #1e33484d;
  margin-bottom: 1rem;
  padding-bottom: 0;
}

.team-mini-wrap {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.contact-modal3_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.section_contact-modal3 {
  position: relative;
}

.text-style-link-2 {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.contact-modal3_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal3_content-wrapper {
  background-color: var(--white);
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  height: 100vh;
  padding: 2rem 4rem 5rem;
  display: flex;
  position: absolute;
  overflow: scroll;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.contact-modal3_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;
}

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

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

.success-message-2 {
  background-color: var(--\<unknown\|relume-variable-color-neutral-3\>);
  padding: 1.5rem;
}

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

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.contact-modal3_component {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.contact-modal3_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bio-wrap {
  background-image: linear-gradient(180deg, #1e334800 36%, var(--midnight-blue));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab1_component {
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.tab1_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  overflow: auto;
}

.tab1_tabs-menu.no-scrollbar {
  color: var(--white);
}

.tab1_tab-link {
  color: var(--white);
  background-color: #0000;
  border-bottom: 3px solid #0000;
  flex: none;
  padding: .5rem 0;
  font-size: 1.3rem;
  overflow: auto;
}

.tab1_tab-link.w--current {
  border-bottom-color: var(--gold);
  background-color: #0000;
  font-weight: 700;
}

.tab-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
  display: grid;
}

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

.contact-modal1_content-wrapper-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  padding: 2rem 4rem 4rem;
  line-height: 1.4;
  display: flex;
  overflow: visible;
}

.book-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  padding: 9rem 4rem 4rem;
  line-height: 1.4;
  display: flex;
  overflow: visible;
}

.book-overlay {
  z-index: -1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1e334899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.book-overlay:focus {
  border: 1px solid #bd9966;
}

.job-id {
  font-size: 1.25rem;
}

.team-bio {
  background-image: linear-gradient(180deg, #1e334800 36%, var(--midnight-blue));
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.results-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 5rem;
  display: grid;
}

.result-wrapper {
  width: 100%;
  position: relative;
}

.view-more-results {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #1e334880;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .9rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.abc--bottom_wrap {
  order: 9999;
  height: 100%;
}

.abc--card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff6;
  border: 1px solid #1e334880;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  height: 100%;
  padding: 3.688rem 1.5rem;
  display: flex;
}

.process--bottom_wrap {
  order: 9999;
  height: 100%;
}

.process-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff6;
  border: 1px solid #1e334880;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  height: 100%;
  padding: 3.688rem 1.5rem;
  display: flex;
}

.btn-leaflet {
  position: absolute;
  inset: auto 5% 5% auto;
}

.content--section {
  position: relative;
}

.legal--content {
  color: #1e3348cc;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.legal--content h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal--content blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.legal--content h2, .legal--content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.legal--content h4 {
  color: var(--midnight-blue);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.legal--content h5, .legal--content h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.legal--content p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.legal--content a {
  color: #1e3348cc;
  text-decoration: underline;
}

.legal--content figcaption {
  border-left: 2px solid var(--black);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.legal--content.is-tab {
  margin-bottom: 2rem;
}

.legal--content li {
  color: #1e3348cc;
  font-size: 1.1rem;
}

.form--step--4, .form--step--5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.is-required {
  color: #f01606;
}

.sucess--text {
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.sucess--text.text-color-blue-0-8 {
  color: #1e3348cc;
}

.sucess--text.text-color-white-0-7 {
  color: #ffffffb3;
}

.sucess--text a {
  color: var(--white);
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375;
}

.sucess--text p {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375;
}

.section_table5 {
  overflow: hidden;
}

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

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

.pre--implant--wrap {
  background-image: linear-gradient(#efede95e, #f0efeb5e);
  border: 1px solid #a59666;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.preimplant--content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preimplant--text {
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.6;
}

.layout240_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.exp-header {
  color: #111417;
  font-size: 2rem;
  font-weight: 400;
}

.layout240_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: start stretch;
  display: grid;
}

.layout240_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.implant-video--wrap {
  align-self: stretch;
}

.implant--video {
  z-index: 1;
  align-self: stretch;
}

.implant--title-wrap {
  z-index: 1;
  align-self: stretch;
  padding-bottom: 2.5rem;
}

.implant--header {
  font-weight: 700;
}

.implant-overlay {
  background-color: #f5f5f573;
  position: absolute;
  inset: 0%;
}

.implant-overlay.is-dentrues {
  background-color: #f5f5f5cc;
}

.implant-overlay.is-bridges {
  background-color: #f5f5f54d;
}

.megagen--wrap {
  text-align: center;
  background-image: linear-gradient(#efede95e, #f0efeb5e);
  border: 1px solid #a59666;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.megagen-block {
  max-width: 50rem;
}

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

.megagen--grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-content: center space-between;
  place-items: center;
  display: flex;
}

.megagen--content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: auto;
}

.table5_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--gold);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  position: sticky;
}

.table5_header-row {
  background-color: var(--gold-hover);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table5_column {
  color: #061626;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  font-weight: 500;
  display: flex;
}

.table5_column.is-header-column {
  min-height: auto;
}

.table5_column.is-width-large {
  min-width: 12rem;
  max-width: 20rem;
}

.table5_header-link {
  align-items: center;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.table5_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table5_content {
  border-top: 1px solid var(--gold-hover);
  border-bottom: 1px none var(--gold-hover);
  flex-direction: column;
}

.table5_group-header-row {
  background-color: #1e334833;
  border-bottom: 1px solid #bd9966b3;
}

.table5_group-header-column {
  color: #061626;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.table5_item {
  border-bottom: 1px solid #1e3348b3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.table-bottom-wrap {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.table--text {
  color: #11141780;
  font-size: .75rem;
  line-height: 1.5;
}

.section_table6 {
  z-index: 3;
  position: relative;
}

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

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

.table6_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  border-left: 1px solid var(--black);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.table6_button-holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.button-6 {
  border: 2px solid var(--gold);
  background-color: var(--gold);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.1rem 2em 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: .938rem;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button-6:hover {
  border-color: var(--gold-hover);
  background-color: var(--gold-hover);
}

.button-6.is-secondary {
  color: var(--midnight-blue);
  letter-spacing: 2px;
  background-color: #0000;
}

.button-6.is-secondary:hover {
  background-color: var(--gold);
  color: #fff;
}

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

.table6_content {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--black);
  flex-direction: column;
}

.table6_header-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  background-color: #bd9966cc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table6_header-row.is-sticky {
  z-index: 999;
  background-color: #bd9966;
  position: sticky;
  top: 10rem;
}

.table6_header-row.is-teeth {
  background-color: #bd99661a;
}

.table6_column {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  display: flex;
}

.table6_column.is-header-column {
  min-height: auto;
}

.table6_column.is-width-medium {
  min-width: 8rem;
  max-width: 12rem;
}

.table6_column.is-left, .table6_column.is-retainer {
  justify-content: center;
  align-items: flex-start;
}

.table6_header-link {
  align-items: center;
  display: flex;
  position: relative;
}

.table6_header-link:hover {
  background-image: none;
  background-position: 100%;
  background-repeat: no-repeat;
}

.table6_column-button-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-left: auto;
  padding: 1.5rem 1rem;
  display: flex;
}

.table6_accordion {
  overflow: hidden;
}

.table6_group-header-row {
  border-bottom: 1px solid var(--black);
  cursor: pointer;
  background-color: #1e334833;
}

.table6_group-header-row.is-retainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table6_group-column {
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.table6_icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -2.5rem;
  margin-right: 1rem;
}

.table6_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table6_item.is-retainer {
  grid-template-columns: 2.5fr 1fr 1fr 1fr;
}

.table6_link {
  font-weight: 600;
  text-decoration: none;
}

.table6_header-row-2 {
  z-index: 2;
  background-color: #bd996666;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 2rem;
  display: flex;
}

.what-included {
  width: 100%;
}

.text-size-medium-3 {
  color: #1e3348e6;
  font-size: 1.5rem;
  line-height: 1.938rem;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bd9966;
  border: 2px solid #bd9966;
  padding: 1.1rem 2em 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: .938rem;
  transition: all .15s cubic-bezier(.77, 0, .175, 1);
  position: relative;
}

.button-7:hover {
  background-color: #a38458;
  border-color: #a38458;
}

.button-7.is-secondary {
  color: #1e3348;
  letter-spacing: 2px;
  background-color: #0000;
}

.button-7.is-secondary:hover {
  color: #fff;
  background-color: #bd9966;
}

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

.button-8 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.modal1_component {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal-content-replace-this-div {
  border: 2px dashed #0000001a;
  width: 100%;
  height: 150vh;
}

.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;
  position: relative;
  overflow: auto;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

  .hide-tablet {
    display: none;
  }

  .max-width-xsmall.timings--card {
    top: 22%;
    left: 1.5%;
  }

  .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-bottom.margin-small.team-image-block {
    width: 325px;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 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-top.padding-huge.no--top {
    padding-top: 3.75rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-left.padding-xxhuge, .padding-left.padding-xxhuge.no--left {
    padding-left: 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;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .field-label {
    text-align: left;
    width: 100%;
  }

  .button.is-secondary.is-icon {
    color: #fff;
    border-color: #fff;
  }

  .button.is-secondary.is-icon.sticky--btm {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--midnight-blue);
    background-color: #ffffffb3;
    border-style: none;
    border-color: #1e334866;
  }

  .button.is-secondary.view--all-service {
    bottom: -1%;
    left: 37%;
  }

  .button.is-secondary.view-results {
    bottom: -1.5%;
    right: 36%;
  }

  .button.openform.hide--tab {
    display: none;
  }

  .button.is--stickybtm {
    width: 100%;
    line-height: 1.3;
  }

  .button.openformnew.hide--tab {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h3.text-weight-bold.is-modal {
    font-size: 1.75rem;
  }

  .text-rich-text.margin-bottom.margin-medium-2.max-width-medium-2 {
    max-width: none;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .padding-section-large.service--padding {
    padding-bottom: 0;
  }

  .banner10_component {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .banner10_content-wrapper {
    display: none;
  }

  .banner10_content {
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .navbar1_container {
    flex: 1;
  }

  .navbar1_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.hide-desktop {
    padding-top: 1.25rem;
    display: block;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

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

  .navbar1_dropdown-link {
    width: auto;
    padding: 0 0% .5rem;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gallery15_slide {
    height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .slide--wrapper {
    flex-direction: column;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .gallery15_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .testimonial15_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .content2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .content2_content-wrapper.padding-huge.less-padding {
    padding-left: 2rem;
  }

  .section_layout241.align-center.service-block {
    padding-bottom: 5.563rem;
  }

  .layout241_list {
    grid-column-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .layout241_item {
    align-self: stretch;
    width: 684px;
    height: 100%;
  }

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

  .content1_component {
    flex-direction: column;
    display: flex;
  }

  .content1_content-wrapper.left-padding {
    padding-left: 0;
  }

  .content1_content-wrapper.left-padding.max-width-medium {
    max-width: none;
  }

  .contact21_component {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial7_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .section_cta1 {
    text-align: center;
  }

  .cta1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    min-height: auto;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta1_content.padding-left {
    padding-left: 0;
  }

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

  .footer1_top-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 4rem;
    direction: ltr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    display: none;
  }

  .footer1_top-wrapper.hide-desktop {
    grid-column-gap: 1vw;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer1_legal-list {
    grid-template-rows: auto auto;
    grid-template-columns: max-content 1fr;
    place-content: center;
    place-items: stretch stretch;
  }

  .logo2_component {
    grid-column-gap: 0rem;
    flex-wrap: wrap;
    place-content: center;
    display: flex;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content--block {
    text-align: center;
    padding-top: 4rem;
  }

  .layout241_list-2 {
    grid-column-gap: 2rem;
  }

  .layout241_list-2.padding-horizontal.padding-xhuge1 {
    flex-direction: column;
    margin-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .conditions--grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery4_image-wrapper.conditions--wrapper {
    width: 50%;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-3 {
    justify-content: center;
  }

  .copy--right {
    flex-flow: wrap;
    flex: 1;
    align-items: center;
  }

  .footer1_top-wrapper_2 {
    grid-column-gap: 1vw;
    grid-row-gap: 3rem;
    direction: ltr;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch center;
    display: flex;
  }

  .footer1_top-wrapper_2.hide-desktop {
    grid-column-gap: 1vw;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-4, .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .readmore--text {
    margin-bottom: 0;
  }

  .team12_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

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

  .layout18_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout3_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

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

  .treatment-process {
    font-size: 2.5rem;
    line-height: 2.688rem;
  }

  .layout228_component {
    grid-column-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

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

  .layout1_component {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .layout239_list {
    grid-column-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .grid {
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .contact3_component {
    width: auto;
  }

  .contact--grid {
    grid-row-gap: 4rem;
    flex-direction: column;
    display: flex;
  }

  .contact--adress {
    max-width: none;
  }

  .contact16_component {
    grid-column-gap: 3rem;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

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

  .service--grid {
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .small-header {
    font-size: 1rem;
  }

  .header37_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 6rem;
  }

  .header37_image {
    height: auto;
    max-height: none;
  }

  .header37_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .hover--grid {
    flex-direction: column;
    display: flex;
  }

  .fs-radio_field-4 {
    font-size: 1rem;
  }

  .mask-2 {
    width: 100%;
  }

  .slide--wrap, .slide--wrap.right {
    justify-content: center;
  }

  .mobile--topslider {
    display: flex;
  }

  .bottom--sticky {
    z-index: 9998;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(180deg, #1e334800, var(--midnight-blue) 85%);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding: .75rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .sticky--phone {
    width: 1.25rem;
    height: 1.25rem;
  }

  .mega--menu-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    display: flex;
  }

  .mega--menu {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 1rem;
    display: flex;
  }

  .navbar6_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar6_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100dvh;
    margin-left: 0;
    padding: 1rem 5% 6.5rem;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-top, .menu-icon_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar6_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar6_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar6_menu-dropdown {
    width: 100%;
  }

  .navbar6_dropdown-content {
    flex-direction: column;
  }

  .navbar6_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .navbar6_dropdown-list {
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .navbar6_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    margin-left: 0;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar6_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar6_menu-button {
    justify-content: space-between;
    display: flex;
  }

  .navbar6_menu-button.w--open {
    background-color: #0000;
  }

  .mega--menu--block {
    flex-direction: column;
    grid-template-columns: 3fr;
    display: flex;
  }

  .tab--menu {
    grid-column-gap: 1rem;
    flex: 1;
    display: flex;
  }

  .navbar-dropdown1_component {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar-dropdown1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar-dropdown1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar-dropdown1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .invis--logo {
    width: 11.5rem;
  }

  .contact-modal3_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .bio-wrap {
    font-size: .9rem;
  }

  .tab-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-flow: column;
    display: flex;
  }

  .contact-modal1_content-wrapper-copy, .book-wrap {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .team-bio {
    font-size: .9rem;
  }

  .results-grid {
    grid-column-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .page-padding.is-bleed {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_layout240 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .layout240_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .megagen--wrap {
    padding-left: 5%;
    padding-right: 5%;
  }

  .table5_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table5_header-row {
    min-width: 72rem;
    max-width: 100%;
  }

  .table5_column {
    font-size: 1rem;
  }

  .table5_content {
    width: 100%;
  }

  .table5_group-header-row {
    min-width: 72rem;
  }

  .table5_group-header-column {
    font-size: 1.2rem;
  }

  .table5_item {
    min-width: 72rem;
  }

  .table-bottom-wrap {
    padding-left: 1rem;
  }

  .table6_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .table6_header-row, .table6_header-row.is-sticky {
    top: 8rem;
  }

  .table6_column, .table6_column.is-left, .table6_column.is-retainer {
    font-size: 1rem;
  }

  .table6_group-column {
    font-size: 1.2rem;
  }

  .table6_header-row-2 {
    min-width: 72rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

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

  .hide-tablet {
    display: block;
  }

  .max-width-xsmall.timings--card {
    top: 2%;
  }

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

  .max-width-large.cta--button {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .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-top.padding-medium {
    padding-top: 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-size-medium {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .text-size-medium.margin-bottom.margin-medium-2 {
    margin-bottom: 2.5rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .close--icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 2.313rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 2.188rem;
  }

  .button.is-secondary.is-alternate.margin-left.margin-xsmall.no--left {
    margin-left: 0;
  }

  .button.is-secondary.is-alternate.is-icon {
    flex: 1;
  }

  .button.is-secondary.is-icon.sticky--btm {
    padding: .8rem .75rem;
    font-size: .85rem;
  }

  .button.is-secondary.view--all-service {
    left: 31%;
  }

  .button.is-secondary.view-results {
    right: 30%;
  }

  .button.margin-right.margin-xsmall {
    margin-right: 0;
  }

  .button.openform.hide-tablet.show-mobile-landscape, .button.openform.hide--tab {
    display: block;
  }

  .button.openform.is--nav {
    justify-content: center;
    align-items: center;
    padding: .8rem 1.5rem;
    font-size: .8rem;
    line-height: 1;
    display: flex;
  }

  .button.is--stickybtm {
    border-color: var(--midnight-blue);
    background-color: var(--midnight-blue);
    padding: .7rem .75rem .6rem;
    font-size: .85rem;
  }

  .button.openformnew.hide-tablet.show-mobile-landscape, .button.openformnew.hide--tab {
    display: block;
  }

  .button.openformnew.is--nav {
    justify-content: center;
    align-items: center;
    padding: .8rem 1.5rem;
    font-size: .8rem;
    line-height: 1;
    display: flex;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-size-regular.text-color-blue-0-8 {
    font-size: 1rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .heading-style-h3.text-color-white.margin-bottom.margin-medium-2 {
    line-height: 2.313rem;
  }

  .heading-style-h3.text-weight-bold.is-modal {
    font-size: 1.5rem;
  }

  .text-weight-semibold.text-style-link.text-color-white.footer--text {
    font-size: 1.125rem;
  }

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

  .text-rich-text, .text-rich-text p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    grid-template-columns: 1.5fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    width: 48%;
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--white);
    padding-bottom: 6rem;
  }

  .navbar1_link.hide-tablet, .navbar1_link.hide--refferral {
    display: block;
  }

  .gallery15_slider {
    padding-bottom: 0;
  }

  .gallery15_slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide--wrapper {
    text-align: center;
    justify-content: center;
  }

  .testimonial15_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial15_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial15_client, .testimonial13_client {
    align-items: center;
    width: 100%;
  }

  .testimonial15_arrow {
    inset: 0% 0% auto auto;
  }

  .testimonial15_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial15_slide-nav {
    inset: 0% auto auto 0%;
  }

  .content2_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .section_layout241.align-center.service-block {
    padding-bottom: 0;
  }

  .layout241_component {
    align-items: stretch;
  }

  .layout241_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
  }

  .layout241_item {
    width: 100%;
    height: 100%;
  }

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

  .content1_component {
    grid-template-columns: 1fr;
  }

  .contact21_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .testimonial7_component {
    padding-bottom: 3rem;
  }

  .testimonial7_slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .testimonial7_content {
    width: auto;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

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

  .footer1_top-wrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_legal-link.no-right-border {
    border-right-width: 0;
  }

  .logo2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    padding-top: 1rem;
  }

  .logo2_wrapper {
    padding: .75rem 1rem;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .call--block {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    font-size: .9rem;
  }

  .margin-medium-2 {
    margin: 1.5rem;
  }

  .padding-section-xsmall {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layout241_list-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout241_list-2.padding-horizontal.padding-xhuge1 {
    align-items: center;
  }

  .text-rich-text-blue, .text-rich-text-blue p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .service--image--block {
    width: 142px;
    height: 142px;
  }

  .layout241_item_content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tagline {
    height: 1px;
  }

  .conditions--grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .gallery4_image-wrapper.conditions--wrapper {
    width: 100%;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-regular-2.text-color-blue-0-8 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-size-regular-2.text-weight-semibold.font-change {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .text-size-regular-2.reduce--font {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .diamond--wrapper {
    width: 8rem;
    height: 8rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }

  .diamond--wrapper.is--right {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .diamond--wrapper.is--small {
    width: 6rem;
    height: 6rem;
    padding: 0;
    top: 1.5rem;
    right: 1.5rem;
  }

  .button--roq {
    grid-row-gap: 1rem;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-text-rich-text p {
    font-size: .938rem;
    line-height: 1.313rem;
  }

  ._20-years-absolute {
    max-width: 116px;
    max-height: 110px;
    padding-bottom: 12px;
  }

  .serve--only--text {
    font-size: .875rem;
    line-height: 1rem;
  }

  .copy--right {
    flex: 0 auto;
    align-content: center;
    align-items: baseline;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .footer1_top-wrapper_2 {
    grid-row-gap: 3rem;
    display: none;
  }

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

  .team12_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team12_image-wrapper {
    height: 100%;
  }

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

  .gallery11_row {
    grid-template-columns: 1fr;
  }

  .layout18_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .layout18_item-list {
    margin-bottom: 1rem;
  }

  .text-size-medium-2 {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .text-size-medium-2.margin-bottom.margin-medium-2 {
    margin-bottom: 2.5rem;
  }

  .layout3_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .treatment-process {
    font-size: 2rem;
    line-height: 2.188rem;
  }

  .layout228_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .heading-style-h3-2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .heading-style-h3-2.text-color-white.margin-bottom.margin-medium-2 {
    line-height: 2.313rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery3_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .contact--info {
    align-items: stretch;
  }

  .contact16_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form--modal {
    align-items: flex-start;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .button-row.is--left {
    flex-direction: column;
    align-items: stretch;
  }

  .imagewrapper.is--secondary {
    width: 30%;
  }

  .contentwrapper.is--secondary {
    flex: 1;
    width: auto;
  }

  .service--header.is--dark.and--secondary {
    font-size: 1.25rem;
  }

  .logo--block {
    width: 60%;
  }

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

  .bottom--bar {
    padding-bottom: 5rem;
  }

  .header37_component {
    padding-top: 4rem;
  }

  .daimond--logo {
    width: 88.76px;
    bottom: 1.375rem;
    right: 1.75rem;
  }

  .readmore, .read--more--text, .read--more--text p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .fs-radio_column {
    grid-auto-flow: row;
  }

  .mask-2 {
    width: 100%;
  }

  .slide--wrap {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .slide--wrap.right {
    justify-content: center;
  }

  .mobile--topslider {
    align-items: center;
  }

  .invis--badge--logo {
    width: 60%;
  }

  .bottom--sticky {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .sticky--phone {
    width: 1rem;
    height: 1rem;
  }

  .navbar6_menu {
    padding-bottom: 6rem;
  }

  .navbar6_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar6_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar6_component {
    min-height: 4rem;
  }

  .navbar6_dropdown-content-right {
    padding: 1.5rem;
  }

  .tab--menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: center;
  }

  .helpme--readmore {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .button--row {
    flex-direction: column;
  }

  .invis--logo {
    width: auto;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .contact-modal3_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .tab1_tabs-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .tab1_tabs-menu.no-scrollbar {
    margin-bottom: 1.5rem;
  }

  .tab1_tab-link {
    font-size: 1rem;
  }

  .tab-content {
    padding: 1.5rem;
  }

  .contact-modal1_content-wrapper-copy, .book-wrap {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .results-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .abc--card, .process-card {
    width: 100%;
  }

  .btn-leaflet {
    margin-top: 2rem;
    display: block;
    inset: auto 0% 0%;
  }

  .legal--content, .legal--content p {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .sucess--text.text-color-blue-0-8 {
    font-size: 1rem;
  }

  .layout240_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .megagen--grid {
    flex-flow: column;
    align-items: flex-start;
  }

  .table5_component, .table6_component {
    grid-row-gap: 3rem;
  }

  .table6_column, .table6_column.is-left {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table6_column.is-retainer {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .85rem;
  }

  .table6_header-link {
    overflow-wrap: anywhere;
  }

  .table6_accordion.is-retainer {
    overflow: auto;
  }

  .table6_group-header-row.is-retainer {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .table6_group-column.is-retainer {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .table6_item {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
  }

  .table6_item.is-retainer {
    grid-template-columns: 1.25fr 1fr 1fr 1fr;
  }

  .text-size-medium-3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .text-size-medium-3.margin-bottom.margin-medium-2 {
    margin-bottom: 2.5rem;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

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

  .modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .hide-tablet {
    display: block;
  }

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

  .max-width-xsmall.timings--card {
    max-width: 18rem;
    top: 6%;
    left: 5%;
    right: 0%;
  }

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

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

  .margin-bottom.margin-small.team-image-block {
    width: 100%;
  }

  .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-vertical.margin-medium-2 {
    height: auto;
  }

  .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-custom2 {
    padding-top: 4rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-size-medium.margin-bottom.margin-medium-2.text-color-white.text-weight-medium.free-t0-call {
    font-size: .938rem;
    line-height: .938rem;
  }

  .heading-style-h1.home-h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .button, .button.is-secondary {
    font-size: .938rem;
  }

  .button.is-secondary.play-button {
    align-self: stretch;
  }

  .button.is-secondary.view-results {
    bottom: -2.5%;
    right: 13%;
  }

  .button.openform.is--nav, .button.openformnew.is--nav {
    padding: .6rem 1rem;
  }

  .heading-style-h3.text-weight-bold.is-modal {
    font-size: 1.25rem;
  }

  .button-group.is-center {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    place-content: stretch space-between;
    align-items: stretch;
  }

  .banner10_content {
    grid-template-columns: 1.5fr;
    margin-right: 0;
  }

  .navbar1_link.hide-tablet {
    display: block;
  }

  .gallery15_slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .testimonial15_content {
    grid-template-columns: 1fr;
  }

  .testimonial15_divider, .testimonial13_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .content2_content-wrapper.padding-huge.less-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout241_list {
    grid-template-columns: 1fr;
  }

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

  .contact21_component {
    grid-template-columns: 1fr;
  }

  .testimonial7_slide {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .testimonial7_content {
    max-width: 20rem;
  }

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

  .testimonial7_arrow.right {
    justify-content: flex-end;
  }

  .testimonial7_arrow.left, .testimonial7_arrow.rightt {
    justify-content: center;
  }

  .cta1_component {
    grid-template-columns: 1fr;
  }

  .cta1_content.padding-left {
    padding-left: 0;
  }

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

  .footer1_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_legal-link.no-right-border {
    border-right-width: 0;
  }

  .logo2_logo-list {
    justify-content: center;
  }

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

  .review--block {
    flex-wrap: wrap;
    align-content: center;
  }

  .layout241_list-2, .conditions--grid {
    grid-template-columns: 1fr;
  }

  .gallery4_image-wrapper.conditions--wrapper {
    height: 300px;
  }

  .diamond--wrapper {
    width: 6rem;
    height: 6rem;
  }

  .diamond--wrapper.is--small {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1rem;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .footer1_top-wrapper_2 {
    grid-row-gap: 48px;
  }

  .hero {
    margin-top: -78px;
  }

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

  .padding-section-huge-2 {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

  ._20-years-absolute-2 {
    align-items: center;
    inset: auto 0% 0% auto;
  }

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

  .layout18_component, .layout3_component {
    grid-template-columns: 1fr;
  }

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

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout228_component {
    grid-template-columns: 1fr;
  }

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

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .button--group.is-center {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    place-content: stretch space-between;
    align-items: stretch;
  }

  .layout239_list {
    grid-template-columns: 1fr;
  }

  .contact--info {
    align-items: stretch;
  }

  .contact16_component, .contact16_contact-list {
    grid-template-columns: 1fr;
  }

  .service--header {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  .banner--img {
    width: 100%;
    height: auto;
  }

  .text-block {
    font-size: .938rem;
    line-height: .938rem;
  }

  .image-4 {
    text-align: center;
    width: 88.76px;
    height: 88.75px;
  }

  .header37_component {
    grid-template-columns: 1fr;
  }

  .button-2, .button-2.is-secondary {
    font-size: .938rem;
  }

  .navbar6_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar6_blog-item {
    flex-direction: column;
    display: flex;
  }

  .navbar6_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .navbar6_blog-content {
    margin-top: .5rem;
  }

  .navbar6_dropdown-content-wrapper {
    width: 100%;
  }

  .navbar6_dropdown-content-right {
    max-width: none;
  }

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

  .button-group-4.is-center {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    place-content: stretch space-between;
    align-items: stretch;
  }

  .button-4 {
    font-size: .938rem;
  }

  .contact-modal1_component {
    display: none;
  }

  .bio-info p {
    font-size: .9rem;
    line-height: 1.1;
  }

  .contact-modal3_component {
    display: none;
  }

  .results-grid, .layout240_list, .table5_component {
    grid-template-columns: 1fr;
  }

  .table5_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .table6_component {
    grid-template-columns: 1fr;
  }

  .table6_header {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-6, .button-6.is-secondary {
    font-size: .938rem;
  }

  .table6_column {
    text-align: center;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .table6_column.is-retainer {
    text-align: left;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .table6_group-header-row.is-retainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .table6_group-column.is-wax {
    font-size: 1rem;
  }

  .table6_group-column.is-retainer {
    text-align: center;
    letter-spacing: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
    line-height: 1.5;
  }

  .table6_item.is-retainer {
    grid-template-columns: 1.75fr 1fr 1fr 1fr;
  }

  .div-block-7 {
    white-space: break-spaces;
    overflow-wrap: anywhere;
  }

  .button-7, .button-7.is-secondary {
    font-size: .938rem;
  }

  .modal1_component {
    display: none;
  }
}

#w-node-_5027907c-1805-d640-95d4-f1dbb51392b4-327eb1f0 {
  align-self: center;
}

#w-node-_13f0df38-756a-998f-00cc-d60f5c7b4113-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1ba13fe1-b07a-e57e-637e-02a089a94c16-327eb1f0 {
  align-self: center;
}

#w-node-_1ba13fe1-b07a-e57e-637e-02a089a94c1f-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6027dd99-afdd-59b9-af3e-fa20dcb35550-327eb1f0 {
  align-self: center;
}

#w-node-_6027dd99-afdd-59b9-af3e-fa20dcb3555b-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40ea0e1f-75d2-4c73-b816-0c162dd8b1c6-327eb1f0 {
  place-self: center stretch;
}

#w-node-_40ea0e1f-75d2-4c73-b816-0c162dd8b1ce-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a05f44f2-f1d3-adf5-1a95-1d200e6a50ac-327eb1f0 {
  place-self: center stretch;
}

#w-node-a05f44f2-f1d3-adf5-1a95-1d200e6a50b6-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_519b31a3-c781-d4a2-7d19-76fdd1b8c375-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4f21422d-4a26-4c3f-6314-eee8d8209caa-327eb1f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0f03cf67-c673-010d-13b8-0a121e970c3d-327eb1f0, #w-node-_0f03cf67-c673-010d-13b8-0a121e970c3f-327eb1f0, #w-node-f4b7582b-7cac-ae52-c394-6dc676789427-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc676789459-767893c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4b7582b-7cac-ae52-c394-6dc676789488-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc67678948c-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc67678948e-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc676789490-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc676789492-767893c4, #w-node-f4b7582b-7cac-ae52-c394-6dc676789494-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c396-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c398-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c39a-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c39c-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c39e-767893c4, #w-node-_0957d155-3d3c-c31e-e24e-512d7212c3a0-767893c4 {
  justify-self: center;
}

#w-node-_7f00cff4-2d25-22ed-8d6b-b655b3d893a1-b3d8939c {
  justify-self: start;
}

#w-node-_20e6d40e-e083-5eaf-19d3-fa059acf4282-9acf4282, #w-node-a5660787-5696-51ca-8a85-7d465616799d-5616799d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8df59aef-c6c7-123d-5753-6c208c88c0e7-d7487f9c {
  place-self: stretch stretch;
}

#w-node-_65874939-9878-bd2c-f3f9-56eb6e9c8bdf-d7487f9c, #w-node-_45159c5f-0b23-1708-eb23-640abeb173af-d7487f9c, #w-node-bd6c3e97-01e3-d106-bcc5-8d8e0e603f63-d7487f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a4622c-ba9c-4ff8-68d6-35ff3550490d-d7487f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_1c8ce09b-1c4f-026d-1657-baef1b8d40b1-d7487f9c {
  place-self: stretch stretch;
}

#w-node-_1c8ce09b-1c4f-026d-1657-baef1b8d40b2-d7487f9c, #w-node-_1c8ce09b-1c4f-026d-1657-baef1b8d40bd-d7487f9c, #w-node-_1c8ce09b-1c4f-026d-1657-baef1b8d40c8-d7487f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c8ce09b-1c4f-026d-1657-baef1b8d40d1-d7487f9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-d0d74af3-aa94-6ede-dd02-3233a4d1a412-5aee48b7, #w-node-adabf01c-0be8-6c33-9666-560f5aee48c1-5aee48b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adabf01c-0be8-6c33-9666-560f5aee48c8-5aee48b7, #w-node-f987e56a-1f76-b86c-760a-417bc9dcc2b2-5aee48b7 {
  justify-self: end;
}

#w-node-b13222a7-e659-bcbf-c541-56769765c8fc-327eb1fa {
  place-self: center start;
}

#w-node-_0b2ee3d4-55e8-de35-3c83-d83a8d1c064c-327eb1fa, #w-node-_8a0eb6c3-66a3-b8e3-df03-f759f0b9ca33-327eb1fa, #w-node-fc360983-1028-5b00-bcd2-eaf9eea55d10-327eb1fa, #w-node-_3deb17f4-ae3a-4870-6ae7-291e66826854-327eb1fa, #w-node-af02ab39-11d0-ad80-7ae3-b53e3b835601-327eb1fa {
  align-self: stretch;
}

#w-node-a670eb0c-620e-d581-2777-7b095466b42c-327eb1fa, #w-node-_8aab450e-4803-dec9-ad39-e4b41aa46ea5-327eb1fa, #w-node-_9cfee5f4-e22c-ead3-d0b2-793d75416949-327eb1fa, #w-node-_5ca5a600-8afd-6504-9863-130f6fdcb4a0-327eb1fa, #w-node-_22d0f7fe-9f52-cca5-0b5d-112d5f94d1aa-327eb1fa {
  align-self: start;
}

#w-node-_7802dc12-7166-8781-8c1c-70745448d6f5-5448d6f0 {
  place-self: center;
}

#w-node-_62f80640-977e-676f-96b6-9aee28da5b36-28da5b31, #w-node-_62f80640-977e-676f-96b6-9aee28da5b38-28da5b31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d205539-bbd1-cfab-486f-7a3e3bf08347-3bf08345 {
  place-self: stretch stretch;
}

#w-node-_5d205539-bbd1-cfab-486f-7a3e3bf0834a-3bf08345 {
  place-self: center start;
}

#Treatment.w-node-_6e8ec2b7-4837-2630-68e9-a021065bb78b-327eb201, #User-Type.w-node-_5d1bdc37-d583-eca4-9130-fcfb8c885088-327eb201, #w-node-fdc62b96-5fa2-ce89-5439-94a9ea1112e6-327eb201, #w-node-d44193b8-ce6e-3534-a80e-6d0187b6aea9-327eb201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a99aac24-e9ab-a085-8d8d-05c330e90991-327eb201 {
  justify-self: start;
}

#w-node-b609484e-502f-0e33-e711-d12912012f7b-327eb201 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18ebaf04-1789-ae79-e24a-0339dd5d2f04-327eb205, #w-node-e27ef983-bc11-268c-214c-720638c545cc-327eb205, #w-node-_900893eb-5eb9-301f-b0d9-4a357503b954-327eb205 {
  justify-self: stretch;
}

#w-node-_13379c70-ae50-dfd2-6eca-8f9cd57f2c49-327eb206, #w-node-_13379c70-ae50-dfd2-6eca-8f9cd57f2c4b-327eb206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_934b7b3b-8df9-6774-d1e1-ba1b24f543da-327eb216 {
  place-self: center start;
}

#w-node-_98adf7d5-2468-b6cf-e9c9-e757a1ceb193-327eb216, #w-node-_22b15e66-15d3-1ff0-2861-ff6bf7e48e8b-327eb216, #w-node-_5cda1691-b6bd-45f8-0745-ceaa6b667e82-327eb216 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-327eb23e {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-327eb23e {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-327eb23e {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-327eb23e, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-327eb23e, #w-node-_557a2208-cadb-a6cd-e19f-1538a11a125c-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_557a2208-cadb-a6cd-e19f-1538a11a125d-327eb23e {
  justify-self: start;
}

#w-node-_557a2208-cadb-a6cd-e19f-1538a11a125f-327eb23e, #w-node-_557a2208-cadb-a6cd-e19f-1538a11a1260-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-327eb23e, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-327eb23e {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-327eb23e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-327eb23e {
  justify-self: start;
}

#w-node-_934b7b3b-8df9-6774-d1e1-ba1b24f543da-78cfbf78 {
  place-self: center start;
}

#w-node-_98adf7d5-2468-b6cf-e9c9-e757a1ceb193-78cfbf78, #w-node-_22b15e66-15d3-1ff0-2861-ff6bf7e48e8b-78cfbf78, #w-node-_5cda1691-b6bd-45f8-0745-ceaa6b667e82-78cfbf78, #w-node-_06df9e3e-280b-3e9c-1ce1-1719aa2a50b8-c127c803, #w-node-b4e0619e-4152-e806-4f3e-ce9adb98b2c3-c127c803, #w-node-f452db03-636d-ac9e-6849-01cfed1c2447-c127c803, #w-node-_1665e3ed-c44b-fd1b-4684-d2665702c1ad-c127c803, #w-node-_554d30e6-0062-0b44-d286-6e1b459fa044-c127c803, #w-node-ce8b7622-1d21-4b54-3d59-28af0566fb4d-c127c803, #w-node-_7a576be2-57a4-b285-7b97-2643318d4626-c127c803, #w-node-d7d8f9bd-9269-aca7-911b-2be0f31e9dfa-c127c803, #w-node-_3a68ae3d-22f3-7db3-f06f-60eb02deb797-c127c803, #w-node-d1bffbe5-7a42-7636-11e5-832748219830-c127c803, #w-node-_68ab4d1e-a704-3d9b-017c-bb3cb480640e-c127c803, #w-node-d369034c-fe06-44d6-5e32-af47e17cd5b8-c127c803, #w-node-_446388d8-52c9-c1f4-2cfc-f9d357f6885d-c127c803, #w-node-_7eb37692-c722-9913-3179-cf3c3ea383d4-c127c803, #w-node-_1577e809-39bd-a46e-e6bf-ff937622d4fe-c127c803, #w-node-_44cddc2b-e568-fa53-707f-a5a980fad246-c127c803, #w-node-f2492644-2c97-da30-bdcc-bb118ac6d269-c127c803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7f00cff4-2d25-22ed-8d6b-b655b3d893a1-b3d8939c {
    place-self: center;
  }

  #w-node-b13222a7-e659-bcbf-c541-56769765c8fc-327eb1fa, #w-node-_5d205539-bbd1-cfab-486f-7a3e3bf0834a-3bf08345, #w-node-_934b7b3b-8df9-6774-d1e1-ba1b24f543da-327eb216, #w-node-_934b7b3b-8df9-6774-d1e1-ba1b24f543da-78cfbf78 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f21422d-4a26-4c3f-6314-eee8d8209caa-327eb1f0 {
    justify-self: center;
  }

  #w-node-fdc62b96-5fa2-ce89-5439-94a9ea1112e6-327eb201 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f00cff4-2d25-22ed-8d6b-b655b3d893a1-b3d8939c {
    justify-self: stretch;
  }

  #w-node-fdc62b96-5fa2-ce89-5439-94a9ea1112e6-327eb201 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1bffbe5-7a42-7636-11e5-83274821984a-c127c803 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/Zodiak-Regular.woff2') format('woff2'), url('../fonts/Zodiak-Regular.eot') format('embedded-opentype'), url('../fonts/Zodiak-Regular.woff') format('woff'), url('../fonts/Zodiak-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}