.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

body {
  color: #242121;
  font-family: Ibmplexsans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.0625rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.05;
}

h2 {
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #314683;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avantgardeitc, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: #242121;
  border-color: #242121;
  text-decoration: underline;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.hide {
  display: none;
}

.text-style-link {
  font-weight: 500;
  text-decoration: underline;
}

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

.max-width-xlarge.align-center.is--fixed {
  z-index: 1;
  background-color: #fff;
}

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

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

.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 {
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  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-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-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large.texti--wrap {
  align-items: stretch;
  display: block;
  position: relative;
}

.margin-bottom.margin-large.is--flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.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-xsmall.is--flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom.margin-xsmall.is--team--flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

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

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

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

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

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

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

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

.padding-left.padding-custom2 {
  padding: 0 0 0 16rem;
}

.padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge.pb-4 {
  padding-bottom: 4rem;
}

.padding-vertical.padding-custom1 {
  padding: 12rem 0 17rem;
}

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

.padding-vertical.padding-custom2 {
  padding: 6.25rem 0;
}

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

.padding-vertical.padding-hero {
  padding: 12rem 0 17rem;
}

.padding-vertical.padding-hero.pb-10 {
  padding-bottom: 10rem;
}

.padding-vertical.padding-cta {
  padding: 12rem 0;
}

.padding-vertical.padding-cta.pb-10 {
  padding-bottom: 10rem;
}

.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 {
  font-size: 1.125rem;
}

.rl-styleguide-message-delete-this {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.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 {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  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: #f4f4f4;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.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 rgba(0, 0, 0, .14);
}

.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 {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.heading-style-h1 {
  color: #fff;
  font-family: Avantgardeitc, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.05;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #242121;
  border-radius: 0;
  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 {
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #dea085;
  border: 1px solid #dea085;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-family: Avantgardeitc, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button:hover {
  background-color: #c28a72;
  text-decoration: underline;
}

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

.button.is-link.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

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

.button.is-link.is-icon.is--call {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
  border-radius: 50px;
  padding: 1rem 2rem;
}

.button.is-link.is-icon.is--service:hover {
  color: rgba(36, 33, 33, .9);
  text-decoration: underline;
}

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

.button.is-icon.is--call {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

.button.is-icon.is--call:hover {
  text-decoration: underline;
}

.button.is-icon.is--call.no--outline {
  border-style: none;
  text-decoration: none;
}

.button.is-icon.is--call.no--outline.hide-desktop {
  display: none;
}

.button.is-secondary {
  color: #fff;
  background-color: #314683;
  border-color: #314683;
}

.button.is-secondary.is-alternate {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-secondary.is-alternate.is--opacity {
  border-color: rgba(255, 255, 255, .5);
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-color: #dea085;
  border-radius: 50px;
}

.button.is-alternate.is--outline {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(49, 70, 131, .5);
}

.button.is-alternate.is--no--bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.button.is-tertiary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.bookpopup.hidedesk {
  display: none;
}

.button.bookpopup.header:hover {
  text-decoration: underline;
}

.button.bookpopup.header.is--black.is--consultation {
  align-self: center;
}

.button.ghost {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #71c7d9;
  padding-top: 12px;
}

.button.ghost:hover {
  background-color: #71c7d9;
}

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

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

.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;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 rgba(0, 0, 0, .18);
}

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

.rl-styleguide_label {
  color: #fff;
  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: 1.063rem;
  line-height: 1.6;
}

.text-size-regular.opacity-90 {
  color: rgba(36, 33, 33, .9);
}

.text-size-regular.opacity-90 h3 {
  font-size: 1.5rem;
}

.text-size-regular.opacity-80 {
  color: rgba(14, 14, 15, .8);
}

.text-size-regular.is--blue {
  color: #314683;
}

.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 {
  color: #314683;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form-input {
  height: auto;
  min-height: 4rem;
  color: #242121;
  background-color: #fff;
  border: 1px solid rgba(49, 70, 131, .7);
  border-radius: 100px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .55);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .55);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  border-radius: 32px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: auto;
}

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

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  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;
  align-items: center;
  justify-items: 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 {
  width: 1.25rem;
  height: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.rl-styleguide_color.is-black {
  background-color: #242121;
}

.rl-styleguide_color.is-gray {
  background-color: #f4f4f4;
}

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

.button-group {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
}

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

.text-color-white {
  color: #fff;
}

.background-color-white {
  background-color: #fff;
}

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.text-color-black {
  color: #242121;
}

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

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

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

.background-color-black {
  color: #fff;
  background-color: #242121;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.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: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #242121;
  border-radius: 100px;
  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;
  text-decoration: none;
  display: flex;
}

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

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

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

.text-size-small.opacity--90 {
  color: rgba(36, 33, 33, .9);
}

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

.form-field-wrapper.is--flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(0, 0, 0, .03);
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  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 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 {
  text-decoration: underline;
}

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

.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 rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
}

.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 rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .03);
}

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

.text-size-large.text-weight-light {
  font-weight: 400;
}

.text-size-large.text-weight-light.is--review {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

.padding-section-large.pt-0 {
  padding-top: 4rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.navbar__outer {
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 16px 48px;
  display: flex;
  position: relative;
}

.brand {
  margin-right: 40px;
}

.dark__logo {
  opacity: 0;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 14%;
  right: auto;
}

.nav__sep {
  width: 1px;
  height: 46px;
  opacity: .2;
  background-color: #242121;
  margin-right: 24px;
}

.nav-menu-2 {
  display: flex;
}

.dropicon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.dropdown__link {
  letter-spacing: .5px;
  margin-right: 6px;
  font-family: Avantgardeitc, sans-serif;
  font-weight: 600;
}

.dropdown__link.thin {
  color: rgba(255, 255, 255, .7);
}

.dropdown__link.is--white {
  color: #fff;
}

.dropdown__condition {
  box-shadow: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem 1.563rem;
}

.dropdown-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .16px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(36, 33, 33, .1);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Avantgardeitc, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dropdown-link:hover {
  font-weight: 600;
  text-decoration: underline;
}

.dropdown-link.w--current {
  color: #314683;
  text-decoration: underline;
}

.nav-link {
  font-family: Avantgardeitc, sans-serif;
  font-weight: 600;
}

.nav-link.w--current {
  color: #314683;
  text-decoration: underline;
}

.nav-link.is--white {
  color: #fff;
}

.cta__wrap {
  margin-left: auto;
  display: flex;
}

.phone__link {
  margin-right: 16px;
  text-decoration: none;
  position: relative;
}

.phone__link:hover {
  color: #fff;
  text-decoration: underline;
}

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

.layout21_image-wrapper {
  position: relative;
}

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

.review--wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 34px;
  left: 0%;
  right: 0%;
}

.review--text {
  color: rgba(36, 33, 33, .7);
  letter-spacing: .2px;
  margin-left: 5px;
  font-family: PT Sans, sans-serif;
  font-size: .813rem;
  text-decoration: underline;
}

.review--text.is--white {
  color: rgba(255, 255, 255, .89);
}

.review--text.is--blue-90 {
  color: rgba(49, 70, 131, .9);
}

.g-review {
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.g-review.is--transparent {
  background-color: rgba(0, 0, 0, 0);
}

.g-review.is--transparent.text-align-left {
  cursor: pointer;
  justify-content: flex-start;
}

.section_layout209 {
  background-color: rgba(49, 70, 131, .1);
}

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

.layout209_image-wrapper {
  position: relative;
}

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

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

.layout209_item {
  display: flex;
}

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

.section_logo3 {
  background-color: rgba(255, 255, 255, .8);
  overflow: hidden;
}

.logo3_component {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .8);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

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

.logo3_logo {
  max-height: 3.5rem;
}

.section_testimonial21 {
  overflow: hidden;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_content {
  width: 25rem;
  min-width: 25rem;
  text-align: center;
  border: 1px solid rgba(49, 70, 131, .3);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 2rem;
  padding: 5rem 2rem;
  text-decoration: none;
  display: flex;
}

.testimonial21_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial21_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial21_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

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

.text-color-blue {
  color: #314683;
}

.service--text {
  min-height: 86px;
  color: rgba(36, 33, 33, .89);
  font-size: .938rem;
  line-height: 1.4;
}

.is--capitalize {
  color: rgba(36, 33, 33, .8);
  text-transform: capitalize;
  font-size: .938rem;
  font-weight: 600;
  line-height: 1.5;
}

.right--arrow {
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .right-arrow {
  display: none;
}

.section_testimonial20 {
  background-color: rgba(49, 70, 131, .1);
  overflow: hidden;
}

.testimonial20_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 5rem;
  position: relative;
}

.testimonial20_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.testimonial20_content {
  width: 100%;
  height: 100%;
  min-height: 430px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.testimonial20_rating-wrapper {
  margin-bottom: 1rem;
  display: flex;
}

.testimonial20_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial20_client {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  display: flex;
}

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

.testimonial20_customer-image {
  min-height: 20px;
  min-width: 20px;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial20_client-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial20_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(36, 33, 33, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.testimonial20_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.view--more {
  display: inline-block;
}

.testimonial--header-sec {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.via--google {
  color: rgba(49, 70, 131, .77);
  font-size: .875rem;
  line-height: 1.3;
}

.section_product5 {
  overflow: hidden;
}

.product5_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.product5_heading {
  flex: 1;
}

.product5_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product5_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.product5_mask {
  width: 34%;
  overflow: visible;
}

.product5_slide {
  padding-right: 2rem;
}

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

.product5_item-link {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

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

.product5_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product5_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #242121;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.product5_arrow.left {
  right: 4rem;
}

.product5_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product5_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section_gallery18 {
  overflow: hidden;
}

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

.gallery18_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  position: relative;
}

.gallery18_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery18_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

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

.gallery18_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery18_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #242121;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery18_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section_cta25 {
  color: #fff;
  background-image: linear-gradient(52deg, #3f528a, #4b62a4);
  position: relative;
}

.heading {
  font-size: 3.5rem;
}

.section_team1 {
  background-color: rgba(49, 70, 131, .1);
}

.team1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

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

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

.team1_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: 2rem;
  height: 2rem;
}

.section_contact23 {
  z-index: 12;
  margin-top: -118px;
  position: relative;
}

.contact23_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  display: flex;
}

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

.usp--header {
  font-size: 1rem;
}

.ver-divider {
  width: 1px;
  background-color: rgba(36, 33, 33, .1);
  margin-left: 3rem;
  margin-right: 3rem;
}

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

.faq1_question {
  cursor: pointer;
  border-top: 1px solid rgba(100, 100, 100, .5);
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.faq1_question.is--top {
  border-top-style: none;
}

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

.faq1_answer {
  overflow: hidden;
}

.section_cta1 {
  position: relative;
}

.section_cta1.is--linear {
  background-image: none;
}

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

.cta1_content {
  margin-right: -150px;
}

.cta1_content.is--linear {
  z-index: 1;
  background-image: linear-gradient(to right, #3f528a, #4b62a4);
  position: relative;
}

.cta1_image-wrapper {
  z-index: -1;
  display: block;
}

.cta1_image-wrapper.linear {
  background-image: linear-gradient(to right, #fff 41%, rgba(0, 0, 0, 0));
}

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

.bg--white--10 {
  background-color: rgba(255, 255, 255, .1);
  display: inline-block;
}

.usp__section {
  z-index: 1;
  margin-top: -100px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}

.container.widget__container {
  display: flex;
}

.container.usp {
  background-color: #fff;
}

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

.review__widget {
  color: rgba(255, 255, 255, .8);
  background-color: rgba(103, 102, 102, .5);
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.review__widget:hover {
  background-color: rgba(103, 102, 102, .6);
}

.review__img {
  margin-right: 8px;
}

.usp__slide {
  width: 25%;
  padding: 48px 40px 48px 24px;
}

.usp__heading {
  max-width: 18ch;
  margin-top: 16px;
  margin-bottom: 8px;
  line-height: 20px;
}

.usl__sep {
  width: 1px;
  height: 80px;
  background-color: rgba(16, 16, 25, .2);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 24px;
  transform: translate(0, -50%);
}

.image--overlay {
  background-image: none;
  margin-left: -140px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer3_component {
  color: #fff;
  background-color: #314683;
}

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

.footer3_logo-link {
  height: 100%;
  float: none;
  padding-left: 0;
  display: inline-block;
}

.footer3_details-wrapper.is--flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.footer3_link {
  color: rgba(255, 255, 255, .9);
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.line-divider {
  width: 46px;
  height: 1px;
  background-color: #dea085;
  display: inline-block;
}

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

.footer3_credit-text {
  color: rgba(255, 255, 255, .9);
  font-size: .813rem;
  font-weight: 500;
  line-height: 1.25;
}

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

.footer3_legal-link {
  color: rgba(255, 255, 255, .8);
  cursor: pointer;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: underline;
}

.footer--text {
  color: rgba(255, 255, 255, .9);
  font-size: .875rem;
  font-weight: 500;
}

.footer--text.is--bold {
  font-weight: 600;
}

.footer--text.is--bold.is--right {
  text-align: right;
}

.footer--text.is--light {
  font-weight: 400;
}

.line--divider {
  width: 67px;
  height: 1px;
  background-color: #dea085;
  margin-top: 1rem;
}

.footer--header {
  letter-spacing: .16px;
  font-size: 1rem;
}

.footer--header.hide-desktop {
  display: none;
}

.timiings--info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .1rem;
  display: flex;
}

.timiings--info.is--top {
  align-items: flex-start;
}

.footer--logo--wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  opacity: .8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.contact--link {
  display: flex;
}

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

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

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

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

.faq4_answer {
  overflow: hidden;
}

.hide-desktop {
  display: none;
}

.sec__pad {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.sec__pad.overflowx.conditions__sec {
  overflow: hidden;
}

.sec__pad.overflowx.treatment__sec {
  padding-bottom: 0;
}

.sec__pad.overflowx.treatment__sec.grey--bg {
  background-color: rgba(103, 102, 102, .1);
}

.heading__3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.projects-col-list-wrap {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}

.projects-col-list-wrap.condition {
  margin-bottom: 24px;
  overflow: visible;
}

.service-list {
  width: 100%;
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.projects-col-item {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #71c7d9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.projects-col-item.service__card {
  width: 100%;
  text-align: center;
  border-width: 1px;
  border-color: rgba(49, 70, 131, .3);
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 1.688rem;
  display: flex;
}

.projects-col-item.service__card:hover {
  border-color: #314683;
}

.new__service__heading {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.service__desc {
  color: rgba(16, 16, 25, .7);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.service__desc.new__desc {
  text-align: center;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
}

.findout__underline {
  text-align: center;
  border-bottom: 3px solid #71c7d9;
  padding-bottom: 10px;
  font-weight: 500;
}

.service--header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide, .mask {
  width: 33.33%;
}

.slide-2 {
  width: 100100px;
}

.section_cta3 {
  position: relative;
}

.cta3_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: auto;
  bottom: 69%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta3_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.linear--overlay {
  z-index: -1;
  background-image: linear-gradient(to right, #314683 41%, rgba(0, 0, 0, 0) 65%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.cta--review--wrap {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .1);
  display: inline-block;
}

.hero__section {
  height: 740px;
  background-color: #71c7d9;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: -112px;
  display: flex;
  position: relative;
}

.homepage__slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide-3 {
  width: 33.33%;
}

.slide__content__wrap {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero__right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.overlay__top {
  height: 30%;
  background-image: linear-gradient(to top, rgba(16, 16, 25, 0), #71c7d9);
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overlay__left {
  width: 50%;
  background-image: linear-gradient(to right, #71c7d9, rgba(113, 199, 217, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.heroimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.hero__content {
  width: 60%;
}

.hero__content.home {
  width: 70%;
}

.intro__h1 {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.headline {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.4;
}

.headline.home {
  font-size: 4em;
  line-height: 1.2;
}

.subheading {
  width: 50%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}

.subheading.white {
  width: 100%;
  color: rgba(255, 255, 255, .7);
}

.subheading.white.ishome {
  width: 100%;
  max-width: 48ch;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.slide-nav {
  display: none;
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.header102_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.header102_slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.header102_slide-wrapper {
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.header102_slide-content {
  background-color: #f4f4f4;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem 2rem 8rem;
  position: relative;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.header102_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.header102_arrow.is-left {
  left: 4rem;
  right: auto;
}

.product-header7_arrow-icon-copy {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 2.625rem;
  left: 2rem;
  right: auto;
}

.hero-header {
  z-index: 12;
  margin-top: -121px;
  position: relative;
  overflow: hidden;
}

.hero-header.is--bgimage {
  background-image: url('../images/Contact-us---Cannock-road-dental.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.gallery13_slider {
  height: auto;
  background-color: #314683;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.gallery13_slide {
  height: auto;
}

.gallery13_image-wrapper {
  z-index: -1;
  width: 60%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  right: 0;
}

.gallery13_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery13_arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery13_arrow.is--left {
  left: 2rem;
}

.gallery13_arrow.is--right {
  right: 2rem;
}

.gallery13_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
  display: none;
}

.hero--slide--grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: stretch;
}

.gallery13_content {
  width: 100%;
  padding-left: 5rem;
}

.slide--content {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.hero--linear--overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #314683, rgba(49, 70, 131, 0) 59%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.hero--image.is--fill {
  object-fit: fill;
}

.arrow {
  align-items: center;
  display: flex;
}

.logo--onscroll {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_gallery5 {
  display: none;
}

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

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

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

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

.gallery5_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.zoom--icon {
  display: none;
  position: absolute;
  top: 43%;
  bottom: auto;
  left: auto;
  right: 43%;
}

.heading__2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.gold__sep {
  width: 64px;
  height: 2px;
  background-color: #e0cdac;
  margin-left: auto;
  margin-right: auto;
}

.service--grid {
  width: 100%;
  margin-top: 40px;
}

.service--grid--wrap {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.service--card {
  width: 100%;
  height: 100%;
  color: #333;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.service--card:hover {
  border-color: rgba(16, 16, 25, .7);
}

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

.card__content {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, .3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 32px;
  display: flex;
  position: absolute;
}

.service__heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.hero--top--overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(36, 33, 33, .4), rgba(0, 0, 0, 0) 25%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.service--wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding-bottom: 2.5rem;
  display: flex;
}

.learn--more {
  grid-column-gap: 8px;
  display: flex;
}

.content--wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.treatment--name {
  color: #314683;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Avantgardeitc, sans-serif;
  font-weight: 600;
  display: flex;
}

.section_header62 {
  background-image: linear-gradient(52deg, rgba(63, 82, 138, .1), rgba(75, 98, 164, .1));
}

.tag-line {
  letter-spacing: .5px;
  margin-bottom: 4px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.tag-line.is--white {
  color: #fff;
  text-decoration: underline;
}

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

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

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

.team8_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.team--name {
  color: #314683;
  letter-spacing: .5px;
  font-weight: 600;
}

.contact18_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  display: grid;
}

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

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

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

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

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

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

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

.error-text {
  color: #e23939;
}

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

.testimonial18_component {
  column-count: 3;
  column-gap: 2rem;
}

.testimonial18_content {
  width: 100%;
  border: 1px solid rgba(49, 70, 131, .5);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.testimonial18_rating-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.testimonial18_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial18_client {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.testimonial18_customer-image {
  object-fit: cover;
  border-radius: 100%;
}

.testimonial18_client-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.section_contact-modal4 {
  position: relative;
}

.contact-modal4_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-modal4_content-wrapper {
  width: 100%;
  height: 100vh;
  max-width: 40rem;
  background-color: #fff;
  padding: 5rem 4rem;
  position: absolute;
  overflow: scroll;
}

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

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

.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-field-2col.is-mobile-1col {
  grid-row-gap: 0rem;
}

.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-modal4_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal4_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.section_gallery23 {
  overflow: hidden;
}

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

.gallery23_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_mask {
  width: 33.33%;
  overflow: visible;
}

.gallery23_slide {
  padding-right: 2rem;
}

.gallery23_lightbox-link {
  width: 100%;
  border-radius: 8px;
}

.gallery23_image-wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid rgba(49, 70, 131, .3);
  flex-direction: column;
  align-items: center;
  padding: 3rem 1.5rem;
  display: flex;
  position: relative;
}

.gallery23_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery23_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(36, 33, 33, .5);
  border: 1px #242121;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.gallery23_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.treat--name {
  text-align: center;
  padding-top: 1rem;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 0%;
  right: 0%;
}

.facial--name {
  color: #314683;
  letter-spacing: .5px;
  font-size: 1rem;
  font-weight: 600;
}

.team--readmore {
  font-size: .938rem;
  display: inline-block;
}

.is--number {
  color: #242121;
  font-weight: 600;
}

.is--number.is--white {
  color: #fff;
}

.review--text--page {
  font-size: 1rem;
  font-weight: 400;
}

.review--text--page.text-weight-light {
  font-weight: 400;
}

.review--text--page.text-weight-light.is--review {
  font-size: 1rem;
}

.gallery23_arrow-2 {
  width: 3rem;
  height: 3rem;
  background-color: rgba(36, 33, 33, .5);
  border: 1px #242121;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery23_arrow-2.is-left {
  right: 4rem;
}

.facial--name-2 {
  color: #314683;
  letter-spacing: .5px;
  font-size: 1rem;
  font-weight: 600;
}

.gallery23_image-wrapper-2 {
  width: 100%;
  border-radius: 8px;
  padding-top: 100%;
  position: relative;
}

.gallery23_arrow-icon-2 {
  width: 1rem;
  height: 1rem;
  color: #242121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.treat--overaly {
  background-image: linear-gradient(to top, rgba(36, 33, 33, .5), rgba(0, 0, 0, 0) 27%);
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative--link {
  cursor: pointer;
  text-decoration: none;
}

.nav--menu {
  letter-spacing: .5px;
  margin-right: 6px;
  font-family: Avantgardeitc, sans-serif;
  font-weight: 600;
}

.nav--menu.thin {
  color: rgba(255, 255, 255, .7);
}

.nav--menu.is--white {
  color: #fff;
}

.nav--divider {
  width: 1px;
  height: 46px;
  opacity: .2;
  background-color: rgba(255, 255, 255, .2);
  margin-right: 24px;
}

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

.footer--sticky {
  display: none;
  position: -webkit-sticky;
  position: sticky;
}

.footer__sticky {
  z-index: 99999;
  text-align: center;
  background-color: rgba(0, 0, 0, .6);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.btn-primary {
  color: #231f20;
  text-align: center;
  background-color: #eebe3a;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.btn-primary:hover {
  background-color: #d6aa32;
}

@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-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 2rem;
  }

  .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-medium {
    flex: 0 auto;
  }

  .margin-bottom.margin-medium.is-last {
    order: 1;
    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-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-left.padding-custom2 {
    padding-left: 0;
  }

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

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

  .padding-vertical.padding-hero {
    text-align: center;
    padding-top: 27rem;
    padding-bottom: 12rem;
  }

  .padding-vertical.padding-cta {
    padding-top: 27rem;
    padding-bottom: 4rem;
  }

  .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: 3.25rem;
  }

  .button {
    flex: 1;
  }

  .button.is-icon.is--call.no--outline.hide-desktop {
    display: block;
  }

  .button.is-icon.is--call.no--outline.hide-desktop.is-mobile--call {
    justify-content: flex-start;
    margin-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .button.bookpopup.hidedesk {
    width: 95%;
    margin-bottom: 16px;
    display: inline-block;
  }

  .button.bookpopup.header {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .navbar {
    padding-left: 32px;
    padding-right: 16px;
  }

  .brand {
    margin-right: 32px;
  }

  .nav__sep {
    display: none;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-bottom: 2rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .condition__treatment {
    width: 100%;
    border-bottom: 1px solid #d6dae6;
  }

  ._100w {
    width: 100%;
    padding: 16px 0;
  }

  ._100w.w--open {
    width: 100%;
    color: #333;
  }

  .dropicon {
    background-size: cover;
  }

  .dropdown__link {
    color: #242121;
  }

  .dropdown__link:hover, .dropdown__link.thin {
    color: #333;
  }

  .dropdown__link.is--white {
    color: #242121;
  }

  .dropdown__condition.w--open {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: .5rem;
    position: relative;
  }

  .dropdown-link {
    border-bottom-style: none;
    padding-top: 0;
  }

  .nav-link {
    color: #333;
  }

  .nav-link.is--white {
    color: #242121;
    padding: 16px 0;
  }

  .phone__link {
    width: 56px;
    height: 56px;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    color: #fff;
    background-color: #fff;
    background-image: url('../images/menu.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100%;
    margin-left: 8px;
  }

  .menu-button.w--open {
    background-color: #fff;
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .icon {
    color: rgba(0, 0, 0, 0);
  }

  .layout21_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout21_component.is--reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .layout209_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .testimonial21_component {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial20_component {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial20_mask {
    width: 50%;
  }

  .product5_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product5_heading {
    margin-right: 3rem;
  }

  .product5_button-row {
    flex: none;
  }

  .product5_component {
    padding-left: 0;
    padding-right: 0;
  }

  .product5_mask {
    width: 50%;
  }

  .product5_slide {
    padding-right: 2rem;
  }

  .team1_list {
    grid-template-columns: 1fr 1fr;
  }

  .contact23_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section_cta1 {
    display: flex;
  }

  .cta1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .usp__section {
    width: 90%;
    margin-top: -140px;
    margin-left: auto;
    margin-right: auto;
  }

  .usp__slide {
    width: 50%;
    padding-right: 40px;
  }

  .usl__sep.hidetab {
    display: none;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }

  .footer3_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .footer3_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer--text.is--bold.mb-1 {
    margin-bottom: 1rem;
  }

  .footer--header.hide-desktop {
    display: block;
  }

  .footer--logo--wrapper {
    margin-top: 1rem;
  }

  .div-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq4_icon {
    justify-content: center;
    display: flex;
  }

  .hide-desktop {
    display: block;
  }

  .sec__pad {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sec__pad.overflowx.conditions__sec, .sec__pad.overflowx.treatment__sec {
    padding-top: 32px;
  }

  .projects-col-list-wrap.condition {
    margin-top: 24px;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .projects-col-item {
    height: 100%;
  }

  .linear--overlay {
    background-image: linear-gradient(to top, #314683 44%, rgba(0, 0, 0, 0) 55%);
  }

  .hero__section {
    height: 700px;
    max-height: none;
    margin-top: -88px;
  }

  .overlay__left {
    width: 100%;
    left: -1px;
  }

  .hero__content {
    width: 90%;
  }

  .hero__content.home {
    width: 80%;
  }

  .headline.home {
    font-size: 3.4em;
    line-height: 56px;
  }

  .subheading {
    width: 80%;
  }

  .subheading.white.ishome {
    font-size: 20px;
    line-height: 28px;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .gallery13_image-wrapper {
    width: 100%;
  }

  .gallery13_arrow {
    top: auto;
    bottom: 15%;
    left: auto;
    right: 0%;
  }

  .gallery13_arrow.is--left {
    top: auto;
    bottom: 15%;
    left: 0%;
    right: auto;
  }

  .gallery13_arrow.is--right {
    top: auto;
    bottom: 15%;
    left: auto;
    right: 0%;
  }

  .gallery13_slide-nav {
    display: block;
    top: auto;
    bottom: 13%;
    left: 0%;
    right: 0%;
  }

  .hero--slide--grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .gallery13_content {
    padding-left: 0;
  }

  .hero--linear--overlay {
    height: 70%;
    background-image: linear-gradient(rgba(49, 70, 131, 0) 51%, #314683);
  }

  .hero--image {
    height: 70%;
  }

  .heading__2 {
    font-size: 32px;
    line-height: 40px;
  }

  .service--grid--wrap {
    grid-template-columns: 1fr 1fr;
  }

  .service--card {
    height: 100%;
  }

  .header--flex {
    text-align: center;
    align-items: center;
  }

  .team8_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact18_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .contact8_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .contact8_map {
    overflow: hidden;
  }

  .testimonial18_component {
    column-count: 2;
  }

  .contact-modal4_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .treatmentname {
    letter-spacing: .5px;
    font-size: .875rem;
    font-weight: 600;
  }

  .nav--menu {
    color: #242121;
  }

  .nav--menu:hover, .nav--menu.thin {
    color: #333;
  }

  .nav--divider {
    display: none;
  }

  .footer--flex {
    flex: 1;
    justify-content: center;
  }

  .footer__sticky {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
    flex-direction: row;
    justify-content: center;
    margin-top: -1px;
    padding: 16px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn-primary {
    padding: 16px 32px;
    position: relative;
  }

  .btn-primary.is--full {
    width: 100%;
    flex: 1;
  }

  .btn-primary.is--full.is--cta {
    font-size: 15px;
  }

  .footer--call {
    width: 42px;
    height: 42px;
    border: 1.445px solid #314683;
    border-radius: 100%;
    padding: 10px 9px;
    display: flex;
  }
}

@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-mobile-landscape {
    display: none;
  }

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

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-xxlarge.pb-4 {
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-custom1 {
    padding-bottom: 12rem;
  }

  .padding-vertical.padding-hero.pb-10 {
    padding-bottom: 8rem;
  }

  .padding-vertical.padding-cta {
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-cta.pb-10 {
    padding-bottom: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .button.bookpopup.hidedesk {
    width: 95%;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

  .button-group {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

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

  .form-field-wrapper.is--flex {
    flex-direction: column;
  }

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .navbar {
    padding-left: 24px;
  }

  .brand {
    width: 150px;
    margin-right: 0;
    padding-left: 0;
  }

  .nav__sep {
    display: none;
  }

  .nav-menu-2 {
    color: #333;
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .dropdown__link {
    color: #333;
  }

  .phone__link {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button {
    width: 48px;
    height: 48px;
    background-size: 50%;
    margin-left: 0;
  }

  .layout21_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout209_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .testimonial21_component {
    grid-template-columns: 1fr;
  }

  .testimonial21_content {
    padding: 1.5rem;
  }

  .testimonial21_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial21_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_content {
    padding: 1.5rem;
  }

  .testimonial20_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial20_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial20_arrow.is-left {
    right: 3.5rem;
  }

  .testimonial--header-sec {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .product5_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product5_heading {
    margin-right: 0;
  }

  .product5_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .product5_mask {
    width: 80%;
  }

  .product5_slide {
    padding-right: 1.5rem;
  }

  .product5_image-wrapper {
    height: 100%;
  }

  .product5_arrow.left {
    right: 3.5rem;
  }

  .gallery18_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .team1_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section_contact23 {
    margin-top: -48px;
  }

  .contact23_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ver-divider {
    width: 108px;
    height: 1px;
    margin-left: 2rem;
    margin-right: 2rem;
    display: block;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .cta1_component {
    grid-row-gap: 3rem;
  }

  .usp__section {
    margin-top: -80px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container.usp {
    padding-left: 0;
    padding-right: 0;
  }

  .usp__slide {
    width: 100%;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
  }

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

  .usp__iocn {
    width: 24px;
    margin-right: 16px;
  }

  .usp__heading {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .usl__sep {
    display: none;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
    grid-auto-flow: row;
  }

  .footer--logo--wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .faq4_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq4_icon {
    width: 1.75rem;
  }

  .sec__pad.overflowx.conditions__sec {
    padding-bottom: 64px;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 64px;
  }

  .heading__3 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .projects-col-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .service__desc {
    line-height: 1.6;
  }

  .linear--overlay {
    background-image: linear-gradient(to top, #314683 44%, rgba(0, 0, 0, 0) 55%);
  }

  .hero__section {
    margin-top: -81px;
  }

  .hero__right {
    width: 100%;
  }

  .overlay__left {
    background-image: linear-gradient(to right, rgba(113, 199, 217, .7), rgba(113, 199, 217, .4));
  }

  .hero__content.home {
    width: 85%;
  }

  .intro__h1 {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
  }

  .headline {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .headline.home {
    margin-bottom: 16px;
    font-size: 2.4em;
    line-height: 40px;
  }

  .subheading {
    width: 90%;
    margin-bottom: 32px;
    font-size: 17px;
    line-height: 28px;
  }

  .subheading.white {
    width: 100%;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.5;
  }

  .subheading.white.ishome {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .left {
    display: none;
  }

  .slide-nav {
    text-align: left;
    padding-left: 40px;
    font-size: 8px;
    display: block;
    bottom: 100px;
  }

  .header102_component {
    padding-top: 4rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_arrow.is-left {
    right: 3.5rem;
  }

  .gallery13_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery13_arrow.is--left {
    bottom: 12%;
  }

  .gallery13_arrow.is--right {
    bottom: 13%;
  }

  .gallery13_slide-nav {
    bottom: 10%;
  }

  .hero--linear--overlay, .hero--image {
    height: 60%;
  }

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

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

  .heading__2 {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .service--grid--wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .service--card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card__content {
    padding-top: 32px;
  }

  .header--flex {
    text-align: center;
    align-items: center;
  }

  .team8_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team8_image-wrapper {
    height: 100%;
  }

  .contact18_component, .contact8_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact8_map {
    width: 100%;
    overflow: visible;
  }

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_content {
    padding: 1.5rem;
  }

  .testimonial18_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial18_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .contact-modal4_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .form-radio-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .button--flex {
    flex-direction: column;
  }

  .gallery23_mask {
    width: 60%;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_image-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery23_arrow.is-left {
    right: 3.5rem;
  }

  .gallery23_slide-nav {
    font-size: .4rem;
  }

  .google--map {
    display: block;
  }

  .review--text--page {
    font-size: 1.125rem;
  }

  .gallery23_arrow-2.is-left {
    right: 3.5rem;
  }

  .nav--menu {
    color: #333;
  }

  .nav--divider {
    display: none;
  }

  .footer--flex {
    flex: 1;
  }

  .footer--sticky {
    display: block;
    bottom: 0;
  }

  .footer__sticky {
    grid-column-gap: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.is--full.is--cta {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

  .text-style-link {
    font-size: .8rem;
  }

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

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

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

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

  .padding-vertical.padding-xxlarge.pb-4 {
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-custom1, .padding-vertical.padding-hero {
    padding-top: 25rem;
    padding-bottom: 10rem;
  }

  .padding-vertical.padding-hero.pb-10 {
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-cta {
    padding-top: 25rem;
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-cta.pb-10 {
    padding-bottom: 6rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .form-input {
    margin-bottom: 0;
  }

  .layout21_component, .layout209_component {
    grid-template-columns: 1fr;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .testimonial20_mask {
    width: 100%;
  }

  .product5_mask {
    width: 95%;
  }

  .team1_list, .cta1_component {
    grid-template-columns: 1fr;
  }

  .container.usp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .usp__heading {
    font-size: 14px;
    line-height: 1.3;
  }

  .footer3_details-wrapper.is--flex {
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 1rem;
  }

  .footer3_menu-wrapper {
    grid-template-columns: 1fr;
  }

  .footer--text.is--small {
    font-size: .75rem;
  }

  .sec__pad.overflowx.conditions__sec {
    padding-top: 0;
  }

  .sec__pad.overflowx.treatment__sec {
    padding-top: 32px;
  }

  .projects-col-item.service__card {
    flex-direction: column;
  }

  .hero__section {
    margin-top: -81px;
  }

  .hero__content {
    width: 95%;
  }

  .header102_component {
    overflow: hidden;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_slide-content {
    width: 100%;
    align-content: flex-end;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .gallery13_image-wrapper {
    flex: 1;
    margin-bottom: 0;
  }

  .gallery13_arrow.is--left, .gallery13_arrow.is--right {
    bottom: 9%;
  }

  .gallery13_slide-nav {
    bottom: 7%;
  }

  .hero--top--overlay {
    background-image: linear-gradient(rgba(36, 33, 33, .6), rgba(0, 0, 0, 0) 25%);
  }

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

  .team8_list {
    grid-template-columns: 1fr;
  }

  .team8_image-wrapper {
    padding-top: 66%;
  }

  .contact8_component {
    grid-template-columns: 1fr;
  }

  .contact-modal4_component {
    display: none;
  }

  .contact-modal4_content-wrapper {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form-field-2col.is-mobile-1col {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    align-items: center;
  }

  .gallery23_mask {
    width: 100%;
  }

  .gallery23_slide-nav {
    font-size: .3rem;
    bottom: 2%;
  }

  .embedded {
    display: none;
  }

  .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_54666f1f-3d23-0f80-5889-0c3f7559e1ad-00f8f971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_0e2eb291-769b-6650-24aa-e9a073b7b0e5-00f8f971 {
  align-self: stretch;
}

#w-node-_8de2f937-2e69-fff8-aba7-3192ea9d7230-00f8f971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_8de2f937-2e69-fff8-aba7-3192ea9d7245-00f8f971 {
  align-self: stretch;
}

#w-node-_6e0d2c86-484e-1be1-b543-13efef17f82d-00f8f971 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_6e0d2c86-484e-1be1-b543-13efef17f842-00f8f971 {
  align-self: stretch;
}

#w-node-_269521d4-4443-5a32-0993-624a26038a71-260389f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_269521d4-4443-5a32-0993-624a26038a73-260389f7, #w-node-_269521d4-4443-5a32-0993-624a26038a75-260389f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_269521d4-4443-5a32-0993-624a26038a77-260389f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8c716510-0ff0-5ba0-9a78-d682a5c92198-d99ff9c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_8c716510-0ff0-5ba0-9a78-d682a5c921ad-d99ff9c3 {
  align-self: stretch;
}

#w-node-_9a5456dc-29d6-d15d-1904-85458b16d976-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d978-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d97a-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d97c-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d97e-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d980-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d982-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d984-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d987-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d989-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d98b-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d98d-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d98f-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d991-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d993-8b16d973, #w-node-_9a5456dc-29d6-d15d-1904-85458b16d995-8b16d973 {
  justify-self: center;
}

#w-node-f494bd4b-a88f-09cb-3010-be90994309b2-994309a4, #w-node-f494bd4b-a88f-09cb-3010-be90994309bb-994309a4, #w-node-f494bd4b-a88f-09cb-3010-be90994309c4-994309a4, #w-node-f494bd4b-a88f-09cb-3010-be90994309c7-994309a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_048e274e-ce01-5cb3-fd10-4bfcf1762694-ad8419c9 {
  justify-self: stretch;
}

#w-node-d1b2f779-e0ad-d37d-6777-de26023bff57-023bff49, #w-node-d1b2f779-e0ad-d37d-6777-de26023bff5c-023bff49, #w-node-d1b2f779-e0ad-d37d-6777-de26023bff62-023bff49, #w-node-d1b2f779-e0ad-d37d-6777-de26023bff67-023bff49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c2d000-7a28-f10c-96b7-aa2257bc8060-e7ff8036 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: stretch;
}

#w-node-_02c2d000-7a28-f10c-96b7-aa2257bc8075-e7ff8036 {
  align-self: stretch;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-00f8f9ee {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86367-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86386-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-00f8f9ee {
  justify-self: start;
}

#w-node-c19f0586-0c61-451c-28af-f9604b3b417c-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c19f0586-0c61-451c-28af-f9604b3b417d-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863a4-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863b0-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-00f8f9ee, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-00f8f9ee, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-00f8f9ee {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-00f8f9ee, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-00f8f9ee, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-00f8f9ee {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-00f8f9ee, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-00f8f9ee, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-00f8f9ee {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-00f8f9ee, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-00f8f9ee, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-00f8f9ee {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-00f8f9ee, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-00f8f9ee, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-00f8f9ee {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-00f8f9ee, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-00f8f9ee, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-00f8f9ee {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-00f8f9ee, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-00f8f9ee, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-00f8f9ee {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-00f8f9ee, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-00f8f9ee, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-00f8f9ee {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-00f8f9ee, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-00f8f9ee {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-00f8f9ee {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-00f8f9ee {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-00f8f9ee, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-00f8f9ee, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-00f8f9ee, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-00f8f9ee {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-00f8f9ee, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-00f8f9ee, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-00f8f9ee {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-00f8f9ee, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-00f8f9ee, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-00f8f9ee {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-00f8f9ee, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-00f8f9ee, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-00f8f9ee {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-00f8f9ee, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-00f8f9ee, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-00f8f9ee {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-00f8f9ee, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-00f8f9ee, #w-node-ee961e8d-845a-edc3-3307-509470022457-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-00f8f9ee {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-00f8f9ee, #w-node-ee961e8d-845a-edc3-3307-50947002245b-00f8f9ee, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-00f8f9ee {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-00f8f9ee, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-00f8f9ee, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-00f8f9ee {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-00f8f9ee, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-00f8f9ee, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-00f8f9ee {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-00f8f9ee, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-00f8f9ee, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-00f8f9ee {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-00f8f9ee, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-00f8f9ee, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-00f8f9ee {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-00f8f9ee, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-00f8f9ee, #w-node-ebdc7ec1-32d2-c538-364f-0ee56502b181-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebdc7ec1-32d2-c538-364f-0ee56502b182-00f8f9ee {
  justify-self: start;
}

#w-node-ebdc7ec1-32d2-c538-364f-0ee56502b186-00f8f9ee, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369536-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369537-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-00f8f9ee {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-00f8f9ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-00f8f9ee {
  justify-self: start;
}

#w-node-_27befa27-4332-cfd9-641d-69ab5c86dc50-5c86dbd8 {
  justify-self: stretch;
}

#w-node-_0f216e8c-1d4a-7a6f-0f02-d069a6acad08-8f8715b4, #w-node-_0f216e8c-1d4a-7a6f-0f02-d069a6acad08-1be48b30, #w-node-_0f216e8c-1d4a-7a6f-0f02-d069a6acad08-281936a3, #w-node-_0f216e8c-1d4a-7a6f-0f02-d069a6acad08-c56bcae5, #w-node-_0f216e8c-1d4a-7a6f-0f02-d069a6acad08-cfd538b7, #w-node-_2e34b3e4-60ba-aca8-4ab1-1a8fe5c1165b-83e25a13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e34b3e4-60ba-aca8-4ab1-1a8fe5c11662-83e25a13 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2e34b3e4-60ba-aca8-4ab1-1a8fe5c11662-83e25a13, #w-node-a4909ec7-d81e-9bcd-c61c-aa9c523e0cc8-83e25a13 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_269521d4-4443-5a32-0993-624a26038a71-260389f7, #w-node-_269521d4-4443-5a32-0993-624a26038a73-260389f7, #w-node-_269521d4-4443-5a32-0993-624a26038a75-260389f7 {
    justify-self: center;
  }

  #w-node-_269521d4-4443-5a32-0993-624a26038a77-260389f7 {
    align-self: center;
    justify-self: center;
  }

  #w-node-f494bd4b-a88f-09cb-3010-be90994309b2-994309a4 {
    justify-self: auto;
  }

  #w-node-d2efc5de-0911-bcc7-f48b-11b6c6efb446-c6efb43a, #w-node-_592e8ecf-8d7d-c809-ba2f-8d385399d97a-5399d96e, #w-node-_03f3051b-a071-3a5a-54c4-eda2779e3ea2-83e25a13 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Regular.woff2') format('woff2'), url('../fonts/IBMPlexSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-SemiBold.woff2') format('woff2'), url('../fonts/IBMPlexSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans';
  src: url('../fonts/IBMPlexSans-Medium-Latin1.woff2') format('woff2'), url('../fonts/IBMPlexSans-Medium-Latin1.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avantgardeitc';
  src: url('../fonts/AvantGardeITC-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}