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

.w-form-formradioinput--inputType-custom {
  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;
}

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

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

h1 {
  color: #000;
  letter-spacing: 11px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: #3b5270;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

a {
  color: #000;
  border-color: #000;
  font-weight: 600;
}

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

strong {
  font-weight: bold;
}

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

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

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

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

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

.text-weight-semibold {
  font-family: Baskerville, sans-serif;
  font-weight: 700;
}

.text-weight-semibold.text-style-allcaps {
  opacity: .7;
  color: #af8c44;
  letter-spacing: 3px;
  font-family: Baskerville, sans-serif;
  font-size: 1.1rem;
}

.text-weight-semibold.text-style-allcaps.text-color-white {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.text-weight-semibold.text-style-allcaps.text-color-white.grey {
  opacity: .64;
  font-family: Baskerville, sans-serif;
  font-size: .9rem;
}

.text-weight-semibold.text-style-allcaps.text-color-white.margin-vertical.margin-xsmall {
  text-align: center;
}

.text-weight-light {
  font-family: Baskervville, sans-serif;
  font-weight: 300;
}

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-weight-bold {
  font-family: Baskerville, sans-serif;
  font-weight: 700;
}

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

.text-weight-xbold {
  font-family: Baskerville, sans-serif;
  font-weight: 800;
}

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

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

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

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

.text-size-small._2 {
  font-size: 1rem;
}

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

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

.text-rich-text h2 {
  color: #af8c44;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  color: #3b5270;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Baskerville, sans-serif;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: Baskervville, sans-serif;
  font-weight: 400;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Baskervville, sans-serif;
}

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

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

.text-rich-text img {
  width: 100%;
}

.text-rich-text li {
  text-align: left;
  font-family: Baskervville, sans-serif;
  font-size: 1.1rem;
  line-height: 1.9;
}

.text-rich-text figure {
  width: 100%;
}

.text-rich-text a {
  color: #af8c44;
  text-decoration: none;
}

.text-rich-text a:hover {
  color: #3b5270;
  font-weight: 600;
}

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

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

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

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

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

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

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

.container-large._2 {
  max-width: 90rem;
}

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

.max-width-xxlarge.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.rl-styleguide_classes {
  display: none;
}

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

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

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

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 95%;
  max-width: 80rem;
}

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

.max-width-large.align-center._80rem {
  max-width: 80rem;
}

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

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

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

.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: 95%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.align-center {
  width: 95%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

.margin-top.margin-xlarge {
  margin-top: 2rem;
}

.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-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-medium {
  justify-content: space-between;
  align-items: center;
}

.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-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-white {
  text-transform: none;
}

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

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

.form-checkbox-label.text-size-small {
  font-family: Baskervville, sans-serif;
}

.text-color-white {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Baskervville, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-color-white.text-style-allcaps.margin-bottom {
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.text-color-white.text-style-allcaps.margin-bottom._2 {
  color: rgba(255, 255, 255, .85);
  text-transform: uppercase;
  font-weight: 600;
}

.text-color-white.home-page-h1 {
  letter-spacing: 6px;
  text-transform: capitalize;
  flex-direction: column;
  font-family: Baskervville, sans-serif;
  font-size: 2.1rem;
}

.text-color-white.footer {
  text-transform: capitalize;
  font-family: Baskervville, sans-serif;
  font-size: 1.9rem;
}

.text-color-white.left-padding {
  text-transform: uppercase;
  padding-left: 5px;
}

.text-color-white.margin-right {
  margin-right: 10px;
}

.text-color-white.bold {
  font-family: Baskerville, sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
}

.text-color-white.bold.larger {
  font-size: 6rem;
}

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

.text-size-large {
  font-family: Baskervville, sans-serif;
  font-size: 1.2rem;
}

.text-size-large.text-color-white {
  letter-spacing: 3px;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Baskervville, sans-serif;
  font-size: 1.7rem;
}

.text-size-large.text-color-white._2 {
  text-transform: none;
}

.text-size-large.text-color-white.uppercase {
  letter-spacing: 7px;
  text-transform: uppercase;
}

.text-size-large.text-color-white.horizontal {
  flex-direction: row;
}

.text-size-large.left-align {
  text-align: justify;
}

.text-size-large.text-weight-bold {
  font-family: Baskerville, sans-serif;
}

.text-size-large.white-text {
  color: #fff;
  line-height: 1.6;
}

.text-size-large.margin-top {
  margin-top: 1rem;
}

.text-size-large.margin-top.text-white {
  color: #fff;
}

.text-size-large.margin-bottom {
  margin-bottom: 2rem;
}

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

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

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

.field-label {
  margin-bottom: .5rem;
  font-family: Baskerville, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.image-wrapper-3-2._0 {
  background-color: rgba(59, 82, 112, .41);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
	overflow:hidden;
}

.image-wrapper-3-2._0:hover {
  background-color: rgba(59, 82, 112, .95);
}

.image-wrapper-3-2._0._2 {
  background-color: rgba(175, 140, 68, .39);
	overflow:hidden;
}

.image-wrapper-3-2._0._2:hover {
  background-color: rgba(175, 140, 68, .95);
}

.image-wrapper-3-2._0.top {
  padding-top: 15%;
  padding-bottom: 15%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #3b5270;
  border: 1px solid #af8c44;
  padding: .75rem 1.5rem;
}

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

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

.button.with-icon {
  grid-column-gap: .75rem;
  border-color: #888889;
  align-items: center;
  padding-left: 3rem;
  padding-right: 2rem;
  display: flex;
}

.button.is-navbar4-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

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

.button.is-link.is-icon {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.button.submit {
  padding: 0;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c8cccc;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

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

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

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

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

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  background-color: rgba(0, 0, 0, 0);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-family: Baskervville, sans-serif;
  overflow: auto;
}

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

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

.image-wrapper-4-3 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75%;
  display: flex;
  position: relative;
}

.image-wrapper-4-3._0 {
  padding-top: 0%;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-secondary:hover {
  perspective: 686px;
  transform-origin: 100%;
  transform: perspective(725px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide-message-delete-this {
  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%;
}

.form-radio-label {
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
}

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

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

.icon-embed-small {
  width: 2.8rem;
  height: 2.8rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

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

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

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

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

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

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

.icon-medium {
  height: 3rem;
}

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

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

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

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .14);
}

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

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

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

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

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

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

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

.styleguide_color-sample.is-saddle-brown {
  background-color: #af8c44;
}

.styleguide_color-sample.is-new-color {
  background-color: #3b5270;
}

.styleguide_color-sample.is-sienna {
  background-color: #888889;
}

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

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

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

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

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

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

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

.rl-styleguide_paste-text {
  color: 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;
}

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

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

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

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

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

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

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

.icon-embed-xxsmall.margin-horizontal {
  margin-left: 10px;
  margin-right: 10px;
}

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

.icon-xxsmall {
  height: 1rem;
}

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

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

.icon-small {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.icon-xlarge {
  height: 6.5rem;
}

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

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

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
}

.rl-styleguide_extension {
  display: none;
}

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

.navbar4_menu {
  z-index: 99;
  width: 100%;
  height: 100vh;
  background-color: #3b5270;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.navbar4_menu-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-icon_line-middle-base {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.menu-icon_line-middle-base.background-color-white {
  background-color: #fff;
}

.menu-icon4 {
  width: 48px;
  height: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar4_link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 0;
  padding: .5rem 0;
  font-size: 24px;
  display: inline-block;
  position: static;
}

.navbar4_link.w--current {
  color: #000;
}

.navbar4_link.text-color-white {
  color: #fff;
  margin-right: 0;
}

.navbar4_dropdown-list {
  position: static;
  overflow: hidden;
}

.navbar4_dropdown-list.w--open {
  background-color: #fff;
  position: static;
}

.navbar4_component {
  z-index: 999999;
  width: 100%;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding: 25px 2.5% 15px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar4_dropdown-toggle {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 4rem .5rem 0;
}

.navbar4_logo {
  width: 21.875rem;
  height: 4.42rem;
  object-fit: contain;
  position: relative;
}

.navbar4_wrapper {
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.navbar4_logo-link.w--current {
  z-index: 999999;
}

.navbar4_container {
  z-index: 999999;
  width: 100%;
  height: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar4_menu-dropdown {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 24px;
}

.menu-icon_line-middle-top {
  z-index: 2;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.menu-icon4_line-top {
  width: 24px;
  height: 2px;
  background-color: #000;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-top.background-color-white {
  background-color: #fff;
}

.navbar4_menu-button {
  padding: 0;
}

.navbar4_menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.navbar4_dropdown-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-left: 1.5rem;
  padding: .5rem 0;
  font-size: 24px;
}

.navbar4_dropdown-link.w--current {
  color: #000;
}

.menu-icon4_line-middle {
  width: 24px;
  height: 2px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle.background-color-white {
  background-color: #fff;
}

.menu-icon4_line-bottom {
  width: 24px;
  height: 2px;
  background-color: #000;
}

.menu-icon4_line-bottom.background-color-white {
  background-color: #fff;
}

.header33_background-video-wrapper {
  z-index: -1;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header33 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.header-100vh {
  max-height: 60rem;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.video-overlay-layer._2 {
  background-color: #000;
  position: static;
}

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

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

.padding-section-large.padding-bottom {
  padding-bottom: 2rem;
}

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

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

.body {
  font-family: Baskervville, sans-serif;
}

.layout1_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 132px;
  display: flex;
}

.layout1_content._2 {
  margin-top: 0;
}

.layout1_image-wrapper {
  width: 100%;
  height: 100%;
  margin-bottom: -90px;
}

.layout1_image-wrapper._2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 50px;
}

.section_layout1 {
  background-color: rgba(81, 103, 104, .13);
  background-image: url('../images/AdobeStock_427199911-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.gallery5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-bottom: 40px;
  display: grid;
}

.gallery5_component._2 {
  grid-template-columns: 1fr 1fr;
}

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

.layout328_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.layout328_item.no-line {
  border-right-style: none;
  padding-right: 0;
}

.heading-style-h5 {
  font-family: Baskervville, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
}

.heading-style-h5.text-weight-bold {
  font-family: Baskerville, sans-serif;
}

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

.section_layout328 {
  position: relative;
}

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

.image-overlay-layer._2 {
  z-index: 100;
  width: 100%;
  height: 100%;
  background-image: url('../images/AdobeStock_427199911-min.webp');
  background-position: 0 0;
  background-size: auto;
}

.image-overlay-layer.dark {
  background-color: rgba(0, 0, 0, .54);
}

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

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

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

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

.testimonial10_content {
  max-width: 70rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial10_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

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

.section_testimonial10 {
  background-image: url('../images/Background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial10_rating-icon {
  width: 1.5rem;
  height: 1.25rem;
  color: #af8c44;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_arrow {
  width: 4rem;
  height: 4rem;
  opacity: .51;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 27%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonial10_rating-wrapper {
  display: flex;
}

.testimonial10_divider {
  width: 1px;
  background-color: #000;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

.blog46_image-link {
  width: 100%;
  margin-bottom: 0;
}

.blog46_button-wrapper {
  justify-content: center;
  margin-top: 1.5rem;
  display: flex;
}

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

.blog46_category-link {
  background-color: #f4f4f4;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.section_blog46._2 {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_blog46.relative {
  position: relative;
}

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

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

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

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

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

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

.section_contact-modal6 {
  position: relative;
}

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

.error-text {
  color: #e23939;
}

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

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

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

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

.contact-modal6_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-modal6_content-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.contact2_component {
  flex-direction: column;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
}

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

.section_contact2 {
  background-image: url('../images/Background-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.line-divider.for-button {
  width: 50px;
  margin-left: 0;
  position: absolute;
  left: 545.461px;
}

.line-divider.for-button._25px {
  width: 25px;
}

.line-divider.margin-bottom.margin-medium {
  width: 50%;
  background-color: #af8c44;
}

.line-divider.margin-bottom.margin-medium.background-color-white {
  width: 50%;
  background-color: #fff;
  margin-top: 0;
}

.line-divider.margin-bottom.margin-medium.background-color-white._2 {
  margin-bottom: 1.25rem;
}

.line-divider.margin-bottom.margin-medium.background-color-white._3 {
  margin-top: 2rem;
}

.line-divider.margin-bottom.margin-medium._2 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.line-divider.margin-bottom.margin-medium._100 {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin-top: -2.5rem;
}

.line-divider.margin-bottom.margin-medium._100._2 {
  height: 1px;
  background-color: #af8c44;
  margin-top: 0;
}

.line-divider.margin-bottom.margin-medium._3 {
  margin-bottom: 4rem;
}

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

.footer1_component.background-color-black._2 {
  background-color: #3b5270;
}

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

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

.footer1_link {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.footer1_link.header {
  font-size: 1.25rem;
  font-weight: 800;
}

.footer1_link._2 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.footer1_credit-text {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
}

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

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

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

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

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

.faq10_accordion {
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

.faq10_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq10_list.first-col {
  border-bottom-style: none;
  display: block;
}

.faq10_list._1 {
  grid-template-columns: 1fr;
}

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

.faq10_answer {
  overflow: hidden;
}

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

.section_header69 {
  height: 50vh;
  position: relative;
}

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

._50vh {
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.blogpost2_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #000;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

.blogpost2_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

.blogpost2_breadcrumb {
  width: 100%;
  align-items: center;
  display: flex;
}

.blogpost2_content {
  margin-bottom: 4rem;
}

.blogpost2_header {
  position: relative;
}

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

.blogpost2_tag-item {
  background-color: #f4f4f4;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

.blogpost2_title-wrapper {
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.blogpost2_category-link {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
  text-decoration: none;
}

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

.blogpost2_content-top {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

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

.blogpost2_background {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Placeholder-Image---Landscape.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.blogpost2_tag-list-wrapper {
  width: 100%;
}

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

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

.blogpost2_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.blogpost2_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.blogpost2_share.content-top {
  margin-top: 0;
}

.arrow-left {
  width: 60px;
  height: 60px;
  opacity: 1;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-left:hover {
  color: #fff;
  background-color: #3b5270;
  border-radius: 100px;
}

.arrow-left.white {
  color: #fff;
}

.button4 {
  z-index: 1;
  width: auto;
  height: 55px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Baskervville, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4.inverse {
  color: #000;
}

.button4.smaller {
  height: 45px;
}

.button4.smaller.hide-tablet {
  display: none;
}

.button4.blog_tab-link {
  border-color: #3b5270;
}

.button4.blog_tab-link.w--current {
  background-color: #3b5270;
}

.button4._1 {
  padding-left: 0;
  padding-right: 0;
}

.top-line {
  width: 100%;
  height: 1.5px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.top-line.white.padding {
  height: 3px;
  margin-top: 20px;
}

.top-line.white._2 {
  background-color: #fff;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.top-line._2 {
  background-color: #af8c44;
}

.button3-text {
  z-index: 1;
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  position: relative;
}

.bottom-line {
  width: 100%;
  height: 1.5px;
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.bottom-line.white.padding {
  height: 3px;
  margin-bottom: 20px;
}

.bottom-line.white._2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bottom-line._2 {
  background-color: #af8c44;
}

.left-line {
  width: 1.5px;
  height: 100%;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.left-line.white.padding {
  width: 3px;
  margin-left: 20px;
}

.left-line._2 {
  background-color: #af8c44;
}

.right-line {
  width: 1.5px;
  height: 100%;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

.right-line.white.padding {
  width: 3px;
  margin-right: 20px;
}

.right-line._2 {
  background-color: #af8c44;
}

.center-line {
  width: 20px;
  height: 1px;
  background-color: #000;
}

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

.center-line.white._2 {
  height: 3px;
}

.button-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Baskervville, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.button-text.smaller {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.button-text.larger {
  text-align: center;
  font-size: 1.5rem;
}

.button-text.submit {
  z-index: 99;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
}

.navbar._2 {
  background-color: #3b5270;
  padding-bottom: 20px;
}

.profile-photo {
  width: 100%;
  height: auto;
  box-shadow: 37px -34px 0 10px #3b5270;
}

.profile-photo._2 {
  height: auto;
  box-shadow: 22px -20px #fff;
}

.profile-photo._3 {
  width: 100%;
  height: auto;
}

.padding-section-xlarge {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

.horizontal-flex-box._2 {
  align-items: center;
}

.styled {
  color: #af8c44;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding-right: 10px;
  font-family: Tangerine, sans-serif;
  font-size: 3.1rem;
}

.styled.lighter, .styled.gold {
  color: #af8c44;
}

.styled.gold.blogpost2_author-text {
  text-transform: capitalize;
}

.styled.small {
  font-size: 2.5rem;
}

.styled.small._0 {
  padding-right: 0;
}

.section-background-color {
  background-color: rgba(255, 255, 255, .93);
}

.square-that-scales {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-section-link {
  width: 100%;
  height: 500px;
}

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

.navbar1_dropdown-link.w--current {
  color: #000;
}

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

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: #fff;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

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

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

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

.navbar1_dropdown-list.w--open {
  background-color: #3b5270;
  border: 1px #000;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  padding: 2rem;
  display: flex;
}

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

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

.navbar1_dropdown-toggle.text-color-white {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.navbar1_menu-button {
  padding: 0;
}

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

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

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

.navbar1_link.w--current {
  color: #000;
}

.navbar1_link.text-color-white {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.navbar1_link.text-color-white:focus {
  font-weight: 700;
}

.navbar1_link.text-color-white:focus-visible {
  font-weight: 800;
}

.navbar1_link.text-color-white[data-wf-focus-visible], .navbar1_link.text-color-white.w--current {
  font-weight: 800;
}

.navbar1_link.text-color-white._2 {
  text-align: left;
  margin-right: 0;
  font-size: 1.25rem;
}

.navbar1_link.text-color-white._2.hide {
  display: none;
}

.navbar1_link.text-color-white.margin-left.margin-medium {
  margin-left: 1rem;
  margin-right: 0;
}

.nav-menu {
  margin-right: 2rem;
}

.nav-menu.hide-tablet {
  margin-right: 1rem;
  display: flex;
}

.text-block {
  letter-spacing: 3px;
}

.non-styled {
  color: #000;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Baskervville, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.non-styled.text-color-white {
  text-transform: uppercase;
}

.non-styled.gold {
  color: #af8c44;
  font-size: 2.3rem;
}

.non-styled.gold.small {
  font-size: 1.4rem;
}

.non-styled.text-style-allcaps.small {
  font-size: 1.5rem;
}

.non-styled.margin-left {
  margin-left: 10px;
}

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

.scroll-icon {
  width: 45px;
  height: 45px;
  color: rgba(255, 255, 255, .78);
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-scroll-icon {
  z-index: 99;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.vertical-line {
  width: 1px;
  height: 45px;
  color: #fff;
  background-color: rgba(255, 255, 255, .66);
  margin-top: 10px;
}

.footer-logo {
  width: 18.416rem;
  height: 4.42rem;
  object-fit: contain;
}

.faq10_icon {
  width: 35px;
  height: 35px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  position: relative;
}

.nav-bar-grid {
  width: 100%;
  height: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-text {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.line-hover {
  text-align: center;
  margin-left: .25rem;
  margin-right: .25rem;
  position: relative;
}

.line-hover._2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.line-hover._2._3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.line-hover._3 {
  margin-left: 0;
  margin-right: 0;
}

.center-line-2 {
  width: 20px;
  height: 1px;
  background-color: #000;
}

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

.parallex {
  height: 75vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Background-image.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 15px;
  position: relative;
}

.footer-link:hover {
  color: #c8cccc;
}

.buying-selling {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buying {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .86);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  display: flex;
}

.section_header70 {
  position: relative;
}

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

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

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

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

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

.layout357_content-layout {
  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;
}

.layout357_image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 68% 50%;
}

.layout357_sticky-top {
  width: 100%;
  height: 4rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.layout357_image-wrapper {
  position: relative;
}

.layout357_content-item {
  background-color: #fff;
  border-top: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
}

.layout357_content-item.content-item-3 {
  border-top-style: none;
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 15rem;
}

.layout357_content-item.content-item-1 {
  border-top-style: none;
  position: relative;
}

.layout357_content-item.content-item-4 {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-style: none;
  margin-bottom: 0;
  top: 0;
}

.layout357_content-item.content-item-2 {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-style: none;
  position: relative;
}

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

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

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

.layout357_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.layout357_anchor {
  height: 0;
}

.right-line-2 {
  width: 90%;
  height: 1.5px;
  background-color: #c8cccc;
  margin-right: 20px;
  padding-right: 0;
}

.right-line-2._2 {
  margin-left: 20px;
  margin-right: 0;
}

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

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

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

.testimonial18_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 2rem;
  display: grid;
}

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

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

.testimonial18_content {
  width: 100%;
  text-align: center;
  border: 1px solid #af8c44;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
}

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

.html-embed._100 {
  width: 100%;
}

.empty-state {
  display: none;
}

.tiktok_component {
  position: relative;
}

.tiktok_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.tiktok-follow_button {
  width: 12rem;
  height: 4rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: 6rem;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  box-shadow: -3px -2px 1px #00f2ea, 3px 3px 1px #ff004f;
}

.tiktok-follow_button:hover {
  color: #fff;
  background-color: #000;
}

.tiktok_item {
  width: 16rem;
  height: 28.75rem;
  position: relative;
}

.slider-tiktok-mask {
  width: 100%;
  margin-bottom: 2rem;
}

.section-tiktok {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

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

.tiktok_collection {
  grid-template-rows: auto max-content;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
}

.slide_nav {
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tiktok_slide {
  width: 16rem;
  height: 28.75rem;
  margin-right: 3rem;
  padding-bottom: 0;
  padding-right: 0;
}

.tiktok_slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: static;
  overflow: hidden;
}

.tiktok_arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  top: 4rem;
  bottom: auto;
  left: auto;
  right: 8rem;
  box-shadow: -3px -2px 1px #00f2ea, 2px 2px 1px #ff004f;
}

.tiktok_arrow.is-left {
  right: 12rem;
}

.tiktok_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tiktok_list-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.display-flexbox {
  display: flex;
}

.tiktok-follow-icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: auto;
}

.tiktok-logo {
  z-index: 1;
  width: 5rem;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
  right: auto;
}

.tiktok-item_content {
  border-radius: 10px;
}

.cta-share-tiktok {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-follow-tiktok {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.tiktok-cta {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: .75rem;
}

.tiktok-channel-info {
  z-index: 1;
  color: #fff;
  padding-right: 6rem;
  font-size: .5rem;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: 1.5rem;
  right: auto;
}

.tiktok-channel-image {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.tiktok-image {
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.styled-2 {
  color: #753410;
  padding-right: 10px;
}

.styled-2.blue {
  color: #516768;
}

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

.line-divider-2.margin-bottom.margin-medium {
  width: 50%;
  background-color: #c8cccc;
}

.layout357_content-item-2 {
  background-color: #fff;
  border-top: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
}

.layout357_content-item-2.content-item-1 {
  border-top-style: none;
  margin-bottom: 12rem;
  top: 7rem;
}

.layout357_content-item-2.content-item-4 {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-style: none;
  margin-bottom: 0;
  top: 0;
}

.layout357_content-item-2.content-item-3 {
  border-top-style: none;
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 15rem;
}

.layout357_content-item-2.content-item-2 {
  background-image: url('../images/AdobeStock_127770833-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-style: none;
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 11rem;
}

.right-line-3 {
  width: 90%;
  height: 1.5px;
  background-color: #c8cccc;
  margin-right: 20px;
  padding-right: 0;
}

.right-line-3._2 {
  margin-left: 20px;
  margin-right: 0;
}

.logo {
  width: 450px;
}

.full-height {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.link {
  font-weight: 400;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 15rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 15rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.logo3_logo {
  max-height: 3.5rem;
}

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

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

.padding-section-medium._0-top {
  padding-top: 0;
  padding-bottom: 8rem;
}

.padding-section-medium._0-bottom {
  padding-bottom: 0;
}

.flag-image {
  margin-bottom: 10px;
}

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

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

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

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

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

.layout352_timeline {
  z-index: -3;
}

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

.layout352_progress-bar {
  z-index: -1;
  width: 3px;
  height: 50vh;
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 50vh;
}

.layout352_progress {
  z-index: -2;
  width: 3px;
  height: 100%;
  background-color: #b3b3b3;
  position: absolute;
}

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

.layout352_fade-overlay-bottom {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.layout352_image-wrapper {
  overflow: hidden;
}

.layout352_instructions-list {
  padding-left: 1.25rem;
}

.layout-352-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  padding: 2rem;
}

.layout352_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
  position: relative;
}

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

.layout352_instructions-list-item {
  padding-left: .5rem;
}

.timeline-on-page {
  z-index: 0;
  position: relative;
}

.layout352_heading {
  background-color: #fff;
}

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

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

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

.layout352_circle {
  width: .9375rem;
  height: .9375rem;
  background-color: #000;
  border-radius: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #fff;
}

.layout352_fade-overlay-top {
  z-index: 1;
  width: 100%;
  height: 6rem;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feature-section {
  display: block;
}

.career19_department-label {
  background-color: #f4f4f4;
  margin-left: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.career19_item {
  border: 1px solid #000;
  padding: 2rem;
}

.career19_job-details-wrapper {
  display: flex;
}

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

.career19_top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.career19_detail-wrapper {
  align-items: center;
  margin-right: 1.5rem;
  display: flex;
}

.career19_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
}

.career19_tab-link.w--current {
  background-color: #fff;
  border-color: #af8c44;
}

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

.career19_icon-wrapper {
  flex: none;
  margin-right: .75rem;
}

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

.career19_tabs-menu {
  align-self: center;
  margin-bottom: 3rem;
}

.career19_tabs-menu.no-scrollbar {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.tabs-content {
  width: 100%;
}

.heading-style-h3 {
  color: #3b5270;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: Bodoni Moda, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

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

.tab2_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
  overflow: auto;
}

.tab2_tabs-menu.no-scrollbar {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab2_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 0;
}

.tab2_tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #000;
}

.tab-content-replace-this-div {
  width: 100%;
  height: 20rem;
  text-align: center;
  border: 2px dashed rgba(0, 0, 0, .1);
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog_tab_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.blog_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: center;
  margin-bottom: 3rem;
  display: flex;
}

.blog_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem 1.5rem;
}

.blog_tab-link.w--current {
  color: #fff;
  background-color: #000;
}

.pricing16_plans {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.pricing16_plan {
  border: 1px solid #000;
  padding: 2rem;
}

.pricing16_divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #3b5270;
  border: 1px solid #af8c44;
  padding: .75rem 1.5rem;
}

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

.pricing16_feature {
  display: flex;
}

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

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

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

.content31_content {
  margin-bottom: 4rem;
}

.content31_newsletter {
  border: 1px solid #000;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

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

.content31_form {
  margin-bottom: 0;
}

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

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3b5270;
  border: 1px solid #af8c44;
  padding: .75rem 1.5rem;
}

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

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

.content32_content-left {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
}

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

.content32_author-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.content32_author-image {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
}

.content32_divider {
  width: 100%;
  height: 1px;
  max-width: 48rem;
  background-color: #000;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content32_form {
  margin-bottom: 0;
}

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

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #3b5270;
  border: 1px solid #af8c44;
  padding: .75rem 1.5rem;
}

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

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

.content32_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.content32_social-link {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: .25rem;
}

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

.content32_content {
  margin-bottom: 2rem;
}

.rich-styled {
  color: #af8c44;
  letter-spacing: normal;
  text-transform: none;
}

.more-communities {
  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;
}

.iframe-embed {
  width: 100%;
  height: 90vh;
}

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

.tab4_tabs-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #000;
  align-items: center;
  margin-bottom: 4rem;
  padding: .25rem;
  display: flex;
  overflow: auto;
}

.tab4_tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex: none;
  padding: .5rem 1.25rem;
}

.tab4_tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
}

.tab4_tabs-content {
  width: 100%;
}

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

.button-wrapper {
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #3b5270;
  border: 1px solid #af8c44;
  padding: .75rem 1.5rem;
}

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

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

@media screen and (min-width: 1440px) {
  h3 {
    font-size: 1.8rem;
  }

  .text-size-large.white-text {
    font-size: 1.3rem;
  }

  .styled {
    font-size: 3.6rem;
  }

  .non-styled {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2rem;
  }

  .text-rich-text {
    font-size: 1.3rem;
  }

  .text-rich-text p, .text-rich-text li {
    font-size: 1.4rem;
  }

  .text-color-white.home-page-h1 {
    font-size: 2.5rem;
  }

  .text-size-large, .text-size-large.left-align, .text-size-large.white-text {
    font-size: 1.4rem;
  }

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

  .styled {
    font-size: 4rem;
  }

  .non-styled {
    font-size: 2.5rem;
  }

  .grid-2-column {
    grid-template-columns: 1fr .75fr;
  }

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

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

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

  .max-width-xxlarge.align-center {
    width: 95%;
  }

  .show-tablet {
    display: block;
  }

  .container-small {
    max-width: 95vw;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .padding-vertical.padding-large, .padding-vertical.padding-xlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .text-color-white {
    font-size: 2rem;
  }

  .text-color-white.text-style-allcaps.margin-bottom._2 {
    font-size: 1.2rem;
  }

  .text-color-white.home-page-h1 {
    letter-spacing: 5px;
    font-size: 1.8rem;
  }

  .text-color-white.bold {
    font-size: 2.4rem;
  }

  .text-size-large.text-color-white {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .text-size-large.text-color-white.uppercase {
    font-size: 1.3rem;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar4_menu {
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    display: block;
  }

  .menu-icon_line-middle-base {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar4_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .navbar4_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar4_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

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

  .navbar4_dropdown-toggle {
    width: 100%;
    align-items: center;
    margin: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
    position: relative;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

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

  .navbar4_container {
    grid-auto-columns: 1fr;
  }

  .navbar4_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    display: block;
    position: relative;
  }

  .menu-icon_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .menu-icon4_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar4_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar4_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar4_dropdown-link {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0;
    font-size: 20px;
  }

  .menu-icon4_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-100vh {
    min-height: 97vh;
  }

  .padding-global._2 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

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

  .layout1_content {
    margin-top: 0;
  }

  .layout1_image-wrapper {
    width: 75%;
    margin-bottom: 0;
  }

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

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

  .layout328_item.no-line {
    padding-right: 30px;
  }

  .layout328_item.no-line-tablet {
    border-right-style: none;
    padding-right: 30px;
  }

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

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

  .blog46_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-modal6_component {
    display: none;
  }

  .contact-modal6_content-wrapper {
    padding: 4rem 5%;
  }

  .line-divider.margin-bottom.margin-medium._100 {
    margin-top: -6rem;
  }

  .footer1_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .footer1_bottom-wrapper {
    height: 90px;
    flex-direction: column-reverse;
  }

  .footer1_link-list, .footer1_left-wrapper {
    align-items: center;
  }

  .faq10_component {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

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

  .blogpost2_content, .blogpost2_header {
    margin-bottom: 3rem;
  }

  .button4.blog_tab-link {
    height: 65px;
    flex-direction: column;
  }

  .button-text.larger {
    text-align: center;
    font-size: 1.25rem;
  }

  .profile-photo {
    box-shadow: 15px -14px 0 7px #3b5270;
  }

  .padding-section-xlarge {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .horizontal-flex-box._2 {
    flex-direction: row;
  }

  .styled {
    padding-right: 10px;
    font-size: 4.5rem;
  }

  .styled.gold, .styled.gold.blogpost2_author-text, .styled._2 {
    padding-right: 10px;
  }

  .square-that-scales {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .nav-menu.hide-tablet {
    display: none;
  }

  .nav-bar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3 {
    width: 100%;
    justify-content: space-around;
    display: flex;
  }

  .grid-2-column {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .parallex {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .buying-selling {
    grid-template-columns: 1fr;
  }

  .buying {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .layout357_content-layout._2 {
    flex-direction: column;
  }

  .layout357_image {
    height: 30rem;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .layout357_content-item.content-item-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 2rem;
  }

  .layout357_content-item.content-item-4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .testimonial18_component {
    column-count: 2;
    grid-template-columns: 1fr;
  }

  .tiktok_arrow {
    right: 6rem;
  }

  .tiktok_arrow.is-left {
    right: 10rem;
  }

  .styled-2 {
    padding-right: 0;
    font-size: 3rem;
  }

  .styled-2._2, .styled-2.blue, .styled-2.blue.blogpost2_author-text {
    padding-right: 10px;
  }

  .layout357_content-item-2 {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item-2.content-item-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 2rem;
  }

  .layout357_content-item-2.content-item-4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .layout357_content-item-2.content-item-3, .layout357_content-item-2.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .logo {
    width: 300px;
  }

  .full-height {
    width: 90vw;
  }

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

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

  .header17_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

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

  .layout352_item {
    grid-template-columns: 1fr 10rem 1fr;
  }

  .career19_tabs-menu.no-scrollbar, .tab2_tabs-menu.no-scrollbar {
    width: 95%;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .content31_content {
    margin-bottom: 3rem;
  }

  .content31_newsletter {
    position: static;
  }

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

  .content32_content-left {
    padding-right: 0;
    position: static;
  }

  .content32_contributers, .content32_newsletter {
    position: static;
  }

  .content32_content {
    margin-bottom: 3rem;
  }

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

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-white.home-page-h1 {
    letter-spacing: 3px;
  }

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

  .text-size-large.text-color-white._2.small {
    font-size: 1.4rem;
  }

  .text-size-large.text-color-white.uppercase {
    font-size: 1.1rem;
  }

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

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

  .heading-large {
    font-size: 2rem;
  }

  .image-wrapper-3-2._0.top {
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .button.is-navbar4-button {
    padding: .25rem 1rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

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

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .icon-embed-xxsmall.margin-horizontal {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .navbar4_component {
    min-height: 4rem;
  }

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

  .layout1_image-wrapper._2 {
    display: none;
  }

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

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

  .gallery5_component._2 {
    grid-template-columns: 1fr;
  }

  .layout328_item {
    border-right-style: none;
  }

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

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

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

  .testimonial10_component {
    padding-bottom: 3rem;
  }

  .testimonial10_arrow {
    margin-bottom: -29px;
  }

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

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

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

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

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

  .contact-modal6_content-wrapper {
    padding-bottom: 7rem;
  }

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

  .footer1_bottom-wrapper {
    height: 100%;
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .faq10_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .faq10_list.first-col {
    border-bottom-style: none;
  }

  .faq10_icon-2 {
    width: 1.75rem;
  }

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

  .blogpost2_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .blogpost2_content, .blogpost2_content-top {
    margin-bottom: 2rem;
  }

  .button4.smaller.hide-tablet {
    margin-top: 20px;
    display: flex;
  }

  .button4.blog_tab-link {
    flex-direction: row;
  }

  .button-text.larger {
    font-size: 1.5rem;
  }

  .horizontal-flex-box._2._3 {
    flex-direction: row;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

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

  .navbar1_link.text-color-white._2, .navbar1_link.text-color-white.margin-left.margin-medium {
    justify-content: center;
  }

  .nav-bar-grid {
    grid-template-columns: 1fr;
  }

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

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

  .div-block-4._2 {
    display: block;
  }

  .div-block-5 {
    width: 100%;
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

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

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

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

  .layout357_sticky-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

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

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

  .testimonial18_component {
    column-count: 1;
  }

  .testimonial18_content {
    padding: 1.5rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout357_content-item-2 {
    padding-bottom: 2rem;
  }

  .logo3_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 15rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

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

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

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

  .layout352_progress {
    left: .375rem;
  }

  .layout352_item {
    width: 100%;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
  }

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

  .career19_item {
    padding: 1.5rem;
  }

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

  .career19_tab-link {
    flex: none;
  }

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

  .career19_tabs-menu {
    width: 100vw;
    justify-content: flex-start;
    align-self: auto;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    overflow: auto;
  }

  .career19_list {
    grid-row-gap: 1.5rem;
  }

  .tab2_tabs-menu {
    width: 100vw;
    justify-content: flex-start;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .blog_tabs-menu {
    width: 100%;
    flex-direction: column;
  }

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

  .pricing16_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .content31_content {
    margin-bottom: 2rem;
  }

  .content32_content-left {
    width: 100%;
    max-width: none;
  }

  .content32_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .content32_content {
    margin-bottom: 2rem;
  }

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

  .tab4_tabs-menu {
    max-width: 100%;
    min-width: auto;
  }

  .tagline.hide-tablet {
    display: block;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 4px;
    font-size: 1.7rem;
  }

  p {
    font-size: .9rem;
  }

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

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

  .text-size-small._2.text-color-white-2, .text-rich-text p, .text-rich-text ul {
    font-size: .9rem;
  }

  .text-rich-text li {
    text-align: left;
    padding-left: .25rem;
    font-size: .9rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-color-white.text-style-allcaps.margin-bottom._2 {
    font-size: .9rem;
  }

  .text-color-white.home-page-h1 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-color-white.footer {
    font-size: 1.6rem;
  }

  .text-color-white.bold {
    font-size: 2rem;
  }

  .text-size-large.text-color-white._2.small {
    font-size: 1.3rem;
  }

  .text-size-large.text-color-white.uppercase {
    font-size: .9rem;
  }

  .text-size-large.text-color-white.footer {
    font-size: 1rem;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .icon-embed-small.hide {
    display: none;
  }

  .header-100vh {
    min-height: 91vh;
  }

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

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

  .layout1_image-wrapper._2 {
    display: none;
  }

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

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

  .layout328_list, .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .footer1_top-wrapper {
    width: 100%;
    max-width: 100%;
  }

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

  .footer1_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer1_left-wrapper {
    max-width: 100%;
  }

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

  .blogpost2_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost2_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .blogpost2_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .blogpost2_tag-list-wrapper {
    width: 100%;
  }

  .blogpost2_tag-list {
    justify-content: flex-start;
  }

  .blogpost2_share.content-top {
    margin-top: 2rem;
  }

  .button4.smaller.hide-tablet {
    margin-top: 0;
  }

  .button-text {
    text-align: center;
    font-size: .8rem;
  }

  .button-text.larger {
    text-align: center;
    font-size: 1.25rem;
  }

  .horizontal-flex-box {
    flex-direction: column;
  }

  .styled {
    letter-spacing: 4px;
    padding-right: 0;
    font-size: 15vw;
  }

  .square-that-scales {
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar1_link.text-color-white._2 {
    font-size: 1rem;
  }

  .navbar1_link.text-color-white.margin-left.margin-medium {
    font-size: .75rem;
  }

  .non-styled {
    letter-spacing: 5px;
    font-size: 8vw;
  }

  .footer-logo {
    width: 250px;
  }

  .nav-bar-grid {
    grid-template-columns: 1fr;
  }

  .buying {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .layout357_image {
    height: 15rem;
  }

  .tiktok_top-wrapper {
    grid-template-columns: max-content 1fr;
  }

  .tiktok-follow_button {
    margin-right: auto;
  }

  .tiktok_slide {
    margin-top: 3rem;
  }

  .tiktok_arrow {
    top: 8.5rem;
    right: 0;
  }

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

  .styled-2 {
    letter-spacing: 4px;
    padding-right: 0;
    font-size: 8vw;
  }

  .logo3_list {
    justify-content: center;
  }

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

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

  .layout352_item {
    grid-template-columns: 3rem 1fr;
  }

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

  .content31_form-wrapper, .content32_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .content32_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

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

#w-node-e07f0762-c183-d808-2b16-5dc268e94133-0b41483a {
  align-self: auto;
}

#w-node-c5d7697c-c408-b13e-0db2-ed499aebd368-8e14bb25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b2a8cbe1-623b-7553-d1ce-49085c1905ce-4946778c, #w-node-b73f47bd-acc6-2363-e4d0-b2486ae64fcc-c55f8302 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ccebb5-5a54-5c7d-c56b-7f779c7afd9c-9c7afd9a, #w-node-_51ccebb5-5a54-5c7d-c56b-7f779c7afdb6-9c7afd9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37053-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37054-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37060-7ac3703e, #w-node-cdd398ee-b289-8b9f-c2ee-01f47ac3706d-7ac3703e, #w-node-cdd398ee-b289-8b9f-c2ee-01f47ac3707a-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac3707b-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37087-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37088-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37094-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdd398ee-b289-8b9f-c2ee-01f47ac37095-7ac3703e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_37047037-315d-c6f5-0529-6cffcb652843-f6289f9d, #w-node-_94b822b7-0434-ae02-2f10-dfff38e9a9c9-f6289f9d, #w-node-be5559d2-6816-3736-5f31-739cf9602c1b-f6289f9d, #w-node-d6c50f8d-87b9-1c8f-77c4-1f5e0a4e717d-f6289f9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ec55493-be46-8c60-04d9-9f403d95a03d-4185b88a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_5b27ba82-b2d4-5aad-fb13-ac1c5c10274d-4185b88a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94add3aa-932a-ad11-0406-4b5744a5a1f8-4185b88a, #w-node-_5d3319f0-ab94-2ad8-fb08-03cc8b71b3e1-4185b88a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f3f79c47-e2bc-a7ae-234f-f1fe92fbd27d-4185b88a {
  align-self: center;
  justify-self: center;
}

#w-node-e07f0762-c183-d808-2b16-5dc268e94133-7941483d, #w-node-b7026ad3-cb4f-3ed2-551f-0ad20ca40873-d8414846 {
  align-self: auto;
}

#w-node-efeeb0b1-774e-b02c-89a7-228ab908d161-d8414846, #w-node-cb77e0b8-cc26-3e47-fee9-48d36dc639d0-d8414846, #w-node-efeeb0b1-774e-b02c-89a7-228ab908d188-d8414846, #w-node-efeeb0b1-774e-b02c-89a7-228ab908d1aa-d8414846, #w-node-efeeb0b1-774e-b02c-89a7-228ab908d1d1-d8414846, #w-node-_96f5feeb-5607-3e3f-e381-74d3da40d90d-d8414846, #w-node-f3180c63-30f3-2572-513e-8b035f884e6a-d8414846, #w-node-_501fb3ca-73db-a34b-3f99-d7302a48f07a-d8414846, #w-node-_301d5560-6b44-e337-e959-55fbc5dfea19-d8414846, #w-node-f6a8e4f0-c23f-1bfe-28b3-1e570837cc55-d8414846, #w-node-_70532e4d-a8f4-ca87-0a50-d0bfae056b53-d8414846 {
  justify-self: center;
}

#w-node-_70532e4d-a8f4-ca87-0a50-d0bfae056b64-d8414846 {
  justify-self: auto;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c367-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c368-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c381-df414847, #w-node-c75cc585-3be9-b424-f71c-84833676c39b-df414847, #w-node-c75cc585-3be9-b424-f71c-84833676c3b5-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c3b6-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c3cf-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c3d0-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c3e9-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c75cc585-3be9-b424-f71c-84833676c3ea-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_2c304f2d-b0b4-a7f7-815a-2fc9c8b86b38-df414847, #w-node-_8784b919-15cc-fd78-9b2b-5505e4b42ca3-df414847 {
  justify-self: center;
}

#w-node-_4ae25b9b-e282-325d-c373-f3c1624337c2-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_485082a4-1a14-8849-a4a8-a5e96dc0b881-df414847, #w-node-ea2c978b-09d3-f39f-f8a0-c67815294e90-df414847, #w-node-ae0b15ba-d1b9-a8e8-f9ec-7c2989ee7f4a-df414847, #w-node-c5256e3b-c5ba-06ce-b284-340470c10a99-df414847, #w-node-cf4fec10-c337-fcb0-42e8-3b701f7a0551-df414847, #w-node-caf5a790-9838-afe8-5817-2094b0dd0e47-df414847, #w-node-_97e88b43-f0bd-1882-06b1-8c901f150506-df414847, #w-node-_252f50f0-0f1c-ba11-70ac-56505212d68b-df414847, #w-node-f62e325f-8612-96e9-aea1-3abb7c84237a-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fd9-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fdc-df414847 {
  justify-self: center;
}

#w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fdd-df414847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fdf-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fe2-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fe5-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fe8-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34feb-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34fee-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34ff1-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34ff4-df414847, #w-node-_245a52c0-2fac-a7ae-0944-1aaf10b34ff7-df414847 {
  justify-self: center;
}

#w-node-_54e662c6-96f3-3b63-a8e8-e57b6858a0bf-db414849 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6393492e-08c5-2594-038d-94f5976528c3-10414863, #w-node-_851fcc43-05ba-48ad-970f-f5fc0d34fb4c-10414863, #w-node-e631d2a4-8f34-b191-b607-510fd3d23a31-10414863, #w-node-b32631d6-a8b0-ba59-a632-a2ee29b4556a-10414863, #w-node-e631d2a4-8f34-b191-b607-510fd3d23a49-10414863, #w-node-e631d2a4-8f34-b191-b607-510fd3d23a7a-10414863, #w-node-fd39e68f-99b1-728d-bf1c-2d87085308a2-10414863, #w-node-e631d2a4-8f34-b191-b607-510fd3d23a95-10414863 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-ba414864 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-ba414864 {
  justify-self: start;
}

#w-node-c6ca264b-d870-fe6a-935e-5da1ef11884e-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6ca264b-d870-fe6a-935e-5da1ef11884f-ba414864 {
  justify-self: start;
}

#w-node-a895ee6a-3564-a32e-92bf-6e4c7c6c0d1e-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a895ee6a-3564-a32e-92bf-6e4c7c6c0d1f-ba414864 {
  justify-self: start;
}

#w-node-_3b85a2e3-c9ee-c1e5-ff78-b9e900851da3-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b85a2e3-c9ee-c1e5-ff78-b9e900851da4-ba414864 {
  justify-self: start;
}

#w-node-_7bfe84f7-2734-64b7-f682-887061389f16-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bfe84f7-2734-64b7-f682-887061389f17-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-ba414864 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-ba414864 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-ba414864 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-ba414864, #w-node-_1c141af3-802e-f0c1-2ee1-5bdccd3ed440-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c141af3-802e-f0c1-2ee1-5bdccd3ed441-ba414864 {
  justify-self: start;
}

#w-node-_1c141af3-802e-f0c1-2ee1-5bdccd3ed443-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-ba414864 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-ba414864 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-ba414864 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-ba414864 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-ba414864 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-ba414864 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-ba414864 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-ba414864 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-ba414864 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-ba414864 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-ba414864 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-ba414864, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-ba414864 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-ba414864 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-ba414864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-ba414864 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-ba414864, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-ba414864, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-ba414864, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-ba414864, #w-node-_66ce464b-e3a3-2887-1623-12787fa9db58-4c45a07e, #w-node-ace2355e-61cd-79d1-3201-70a9bf6ba3b4-4c45a07e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e07f0762-c183-d808-2b16-5dc268e94144-0b41483a, #w-node-_5e2e557c-08fe-08fd-f7f7-75e3f2f41c1a-4946778c {
    justify-self: center;
  }

  #w-node-_4ec55493-be46-8c60-04d9-9f403d95a03d-4185b88a, #w-node-_94add3aa-932a-ad11-0406-4b5744a5a1f8-4185b88a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-f3f79c47-e2bc-a7ae-234f-f1fe92fbd27d-4185b88a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-e07f0762-c183-d808-2b16-5dc268e94144-7941483d, #w-node-_54e662c6-96f3-3b63-a8e8-e57b6858a0ce-db414849 {
    justify-self: center;
  }

  #w-node-_1cad5717-a2c4-6374-f232-3551c891335a-4c45a07e {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c5d7697c-c408-b13e-0db2-ed499aebd368-8e14bb25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_4ec55493-be46-8c60-04d9-9f403d95a03d-4185b88a {
    justify-self: center;
  }

  #w-node-_5d3319f0-ab94-2ad8-fb08-03cc8b71b3e1-4185b88a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_32d4d05b-e2ad-10e2-d76a-69316166bc77-4185b88a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_199c2859-6153-0c46-a780-74a18e14bb2b-8e14bb25, #w-node-dd8ae86a-56bf-8bc8-ad2e-f21d494677cd-4946778c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54e662c6-96f3-3b63-a8e8-e57b6858a0b6-db414849 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}