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

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

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

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

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

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

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

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

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.grid--3-3-3-3 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-pad-tb-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-txt-black-75 {
  color: #1d1d1d;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.is-bg-green-100 {
  background-color: #dbf40c;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-txt-black-125 {
  color: #101010;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.dsg-color-field {
  width: 100%;
  height: 5.3em;
  border-radius: .5em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-h5 {
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-h5.center {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-bg-green-150 {
  background-color: #839207;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.btn--prm-med {
  color: #151907;
  text-align: center;
  background-color: #dbf40c;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

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

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-display {
  color: #e5decb;
  font-size: 5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

.grid--4-4-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.is-txt-large {
  font-size: 1.5em;
  line-height: 1.6;
}

.is-h6 {
  color: #fff;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-h6.bold {
  font-weight: 700;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

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

.is-pad-t-32 {
  padding-top: 2em;
}

.dsg-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.dsg-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.dsg-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.is-margin-tb-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.dsg-main-grid {
  width: 100%;
  max-width: 2440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-txt-small {
  font-size: .9rem;
  line-height: 1.6;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-bg-white-75 {
  background-color: #f1f1f1;
}

.form-input {
  min-height: 3rem;
  color: #e7e7e7;
  background-color: #1d1d1d;
  border: .05rem solid rgba(122, 122, 122, .2);
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form-input:focus {
  color: #fff;
  border-color: rgba(180, 180, 180, .35);
}

.form-input:focus-visible {
  border-color: rgba(180, 180, 180, .35);
}

.form-input[data-wf-focus-visible] {
  border-color: rgba(180, 180, 180, .35);
}

.form-input::-ms-input-placeholder {
  color: #b0b0b0;
}

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

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  justify-content: space-between;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-d-visible {
  display: block;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

.is-txt-green-100 {
  color: #dbf40c;
  flex: 0 auto;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-pad-t-48 {
  padding-top: 3em;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.is-btn-d-fw {
  width: 100%;
}

.spacing-sample {
  height: 1.75em;
  background-color: #919191;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._24px {
  width: 1.5em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.btn--sec-med {
  color: #e7e7e7;
  text-align: center;
  background-color: #181818;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 rgba(219, 244, 12, 0);
}

.btn--sec-med:hover {
  background-color: #111;
  box-shadow: 0 0 0 2px #dbf40c;
}

.btn--sec-med:active {
  color: #181818;
  background-color: #dbf40c;
}

.btn--sec-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-text-link {
  color: #dbf40c;
  text-decoration: underline;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

.is-txt-black-100 {
  color: #181818;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-h3 {
  color: #fff;
  font-size: 2.4375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

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

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.is-margin-b-48 {
  margin-bottom: 3em;
}

.is-txt-green-50 {
  color: #f1fb9d;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-txt-green-75 {
  color: #92b22f;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
}

.dsg-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.dsg-table-cell.is-dsg-aspect {
  width: 5.9em;
}

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

.dsg-popup {
  max-width: 18em;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.grid--6-6 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-bg-black-125 {
  background-color: #101010;
}

.form-radio-label {
  font-size: 1rem;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  color: #181818;
  background-color: #dbf40c;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #4a4a4a;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.is-pad-t-120 {
  padding-top: 7.5em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-bg-white-100 {
  background-color: #e7e7e7;
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

.is-txt-green-150 {
  color: #839207;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-bg-white-150 {
  color: #818181;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.dsg-table_header-headlines-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.icon--check-circle {
  width: 1rem;
  flex: none;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-bg-black-75 {
  background-color: #1d1d1d;
}

.is-h1 {
  color: #fff;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  background-color: #dbf40c;
  border-color: #4a4a4a;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.dsg-brand-link {
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.is-d-hidden {
  display: none;
}

.dsg-table_header-headlines {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.grid--dsg-lists {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

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

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.dsg-subnav-link {
  color: #e7e7e7;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: #dbf40c;
}

.dsg-subnav-link.is-dsg-sub-chapter {
  color: #b0b0b0;
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: #dbf40c;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-txt-black-150 {
  color: #000;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.dsg-spacing-label.is-txt-green-100 {
  color: #dbf40c;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

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

.is-bg-green-125 {
  background-color: #afc309;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.grid--4-8 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

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

.is-h2 {
  color: #fff;
  font-size: 3em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-h4 {
  color: #fff;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

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

.is-margin-b-96 {
  margin-bottom: 6em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-bg-white-125 {
  background-color: #b0b0b0;
}

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  padding-left: 6em;
  padding-right: 6em;
}

.container-col-12.center {
  text-align: center;
}

.container-col-12.center.with-bg {
  background-image: linear-gradient(rgba(31, 44, 61, .98), rgba(31, 44, 61, .73)), url('../images/istockphoto-1288462295-612x612.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 12px;
  margin-bottom: 60px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-col-12.center.blu-bg {
  background-color: #84aee1;
  border-radius: 12px;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container-col-12.center.blu-bg.dark {
  background-color: #f8b34b;
}

.container-col-12.center.blu-bg._2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.container-col-12.center.blu-bg._1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container-col-12.center.hero {
  background-image: linear-gradient(rgba(31, 44, 61, .8), rgba(31, 44, 61, .98)), url('../images/97914500-multi-colored-gas-cylinders-isolated-on-white-background-3d-illustration.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-col-12.footer {
  color: #1f2c3d;
  background-color: #1f2c3d;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.container-col-12.blu {
  background-color: #84aee1;
  border-radius: 12px;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.is-txt-white-75 {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

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

.is-txt-white-150 {
  color: #818181;
}

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

.is-txt-green-125 {
  color: #afc309;
}

.is-bg-green-50 {
  background-color: #f1fb9d;
}

.is-bg-white-50 {
  background-color: #fff;
}

.is-txt-black-50 {
  color: #fff;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.dsg-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-margin-t-240 {
  margin-top: 15em;
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-txt-white-125 {
  color: #b0b0b0;
}

.is-dsg-hidden {
  display: none;
}

.dsg-navbar {
  z-index: 999;
  width: 100%;
  background-color: #181818;
  padding-top: 1em;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

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

.dsg-subnav-menu {
  width: 100%;
  background-color: #1d1d1d;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-txt-medium {
  font-size: 1rem;
  line-height: 1.6;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

.dsg-main {
  background-color: #181818;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.dsg-table-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.logo-bar {
  width: 0;
  height: 2px;
  background-color: #dbf40c;
  margin-bottom: 6px;
  margin-left: 3px;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.dsg-logo {
  width: 8em;
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-txt-white-50 {
  color: #fff;
}

.dsg_containers {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.is-txt-bold {
  font-weight: 700;
}

.is-txt-xlarge {
  color: #e7e7e7;
  font-size: 2em;
  line-height: 1.4;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.dsg-aspect-area {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-pad-t-80 {
  padding-top: 5em;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.dsg_container-area {
  width: 100%;
  height: 8rem;
  outline-offset: 0px;
  text-align: center;
  background-color: #181818;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-bg-black-100 {
  background-color: #181818;
}

.is-margin-t-192 {
  margin-top: 12em;
}

.dsg-table {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.dsg-table.is-dsg-helpers {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.dsg-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.dsg-table.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.is-margin-t-32 {
  margin-top: 2em;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

.is-pad-b-208 {
  padding-bottom: 13em;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.grid--8-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-txt-xsmall {
  font-size: .7rem;
  line-height: 1.6;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-txt-white-100 {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.is-bg-black-50 {
  background-color: #4a4a4a;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.dsg-table_header-colors {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.dsg-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.is-pad-t-4 {
  padding-top: .25em;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

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

.is-pad-t-16 {
  padding-top: 1em;
}

.is-bg-green-75 {
  background-color: #e2f63c;
}

.grid--2-2-2-2-2-2 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.is-margin-t-104 {
  margin-top: 6.5em;
}

.is-txt-italic {
  font-style: italic;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-pad-t-256 {
  padding-top: 16em;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.dsg-sidebar {
  background-color: #181818;
  padding-left: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-margin-b-16 {
  margin-bottom: 1em;
}

.dsg-nav-link {
  color: #fff;
  margin-left: 3em;
  padding: 1.25em 0 1.25em 3em;
  font-size: 1rem;
}

.dsg-nav-link.w--current {
  color: #dbf40c;
}

.dsg-nav_menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

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

.combine-menu-icon_line-bottom {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
}

.combine-menu-icon_line-middle {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  width: 1.25rem;
  height: .125rem;
  background-color: #1f2c3d;
  border-radius: 1rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-button-small {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white-small {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: #6157f8;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav1_item {
  color: #5f6570;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  color: #6157f8;
  background-color: #f2f3f7;
  border-radius: .5rem;
}

.combine-nav1_dropdown-title {
  color: #1f2c3d;
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav1_dropdown-list {
  background-color: #f2f3f7;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-toggle {
  color: #1f2c3d;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: #6157f8;
}

.combine-nav1_link {
  color: #1f2c3d;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: #6157f8;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_container {
  width: 100%;
  max-width: 1416px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav1_component {
  background-color: #f2f3f7;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.heading {
  text-align: left;
}

.button {
  background-color: #f8b34b;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.combine-footer3_link {
  color: #bfc4ce;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer3_link:hover {
  color: #fff;
}

.combine-footer3_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer3_bottom-text-link {
  color: #9e97ff;
  text-decoration: none;
}

.combine-footer3_bottom-text-link:hover {
  color: #fff;
}

.combine-footer3_bottom-text {
  color: #bfc4ce;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-footer3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.combine-footer3_social-link:hover {
  color: #9e97ff;
}

.combine-footer3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-footer3_logo-vertical {
  height: 100%;
  max-height: 4rem;
}

.combine-footer3_top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-padding-section-medium {
  padding-top: 0;
  padding-bottom: 0;
}

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

.combine-footer3_component {
  width: 100%;
  background-color: #1f2c3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.combine-header1_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-button {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button.color {
  background-color: #f8b34b;
}

.combine-button-white {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: #6157f8;
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-size-regular {
  color: #5f6570;
  text-align: left;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-header1_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-header1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.section-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.section-copy.dark {
  color: #84aee1;
  background-color: #84aee1;
}

.section-copy.dark.no-bg {
  background-color: rgba(0, 0, 0, 0);
}

.section-copy.aspect-ratio-1-1, .section-copy._1 {
  padding-top: 0;
  padding-bottom: 0;
}

.combine-clients3_slide-nav {
  width: 100%;
  height: 2.5rem;
  color: #6157f8;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  display: flex;
}

.combine-clients3_circle {
  color: #5f6570;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.combine-clients3_right-arrow, .combine-clients3_left-arrow {
  width: 2.5rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.combine-clients3_company {
  height: 2.25rem;
}

.combine-text-size-regular-2 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-weight-semibold {
  color: #1f2c3d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-clients3_image-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 4rem;
  overflow: hidden;
}

.combine-clients3_client {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-line_divider {
  width: 100%;
  height: 1px;
  background-color: #d9dce2;
}

.combine-clients3_full-height {
  height: 100%;
}

.combine-icon_color3 {
  color: #f8b34b;
}

.combine-clients3_rate {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 1.25rem;
  display: flex;
}

.combine-clients3_item {
  height: 100%;
  max-width: 40rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.combine-clients3_slide {
  height: auto;
}

.combine-clients3_mask {
  height: auto;
  margin-top: 2.5rem;
  margin-left: 4rem;
  margin-right: 4rem;
}

.combine-clients3_slider {
  width: 100%;
  height: auto;
  max-width: 50rem;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

.walsh-paragraph-small {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-paragraph-small.white {
  color: #fff;
}

.walsh-paragraph-small.white.center {
  text-align: center;
}

.walsh-paragraph-small.dark {
  color: #84aee1;
}

.walsh-heading-small {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-heading-small.dark {
  color: #1f2c3d;
}

.walsh-heading-small.blu {
  color: #84aee1;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
  color: #f8b34b;
}

.walsh-icon-wrapper-circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-icon-wrapper-circle.blu {
  background-color: #84aee1;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  background-color: #f8b34b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-gap.light {
  background-color: #fff;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.section-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.walsh-icon-arrow {
  height: 12px;
  color: #fff;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-main-paragraph.small {
  color: #f2f3f7;
  font-size: 1.2em;
}

.walsh-heading-medium {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-heading-medium.mardinb {
  color: #1f2c3d;
  text-align: center;
  margin-bottom: 22px;
}

.walsh-label-tag {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-rounded-image {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.walsh-card-image-float {
  width: 100%;
  height: 25em;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: rgba(191, 196, 206, .5);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.bold-text, .bold-text-2 {
  color: #fff;
}

.joints-exclusive-tag {
  z-index: 20;
  background-color: #fff;
  border: 1px solid #008b72;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 8px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 1%;
}

.joints-exclusive-tag._2 {
  bottom: 8%;
}

.image-11 {
  width: 20px;
  margin-right: 10px;
}

.link-7 {
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block:hover {
  color: #000;
  background-color: #dbffe0;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #f8b34b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-cta-v-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-white {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-content-wrapper-gap-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-cta-block-dark-green {
  width: 100%;
  color: #fff;
  background-color: #1f2c3d;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small {
  width: 65px;
  height: 65px;
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single {
  width: 100%;
  height: auto;
  min-height: 65px;
  min-width: auto;
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-main-paragraph-2 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-large {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-label-tag-2 {
  color: rgba(0, 0, 0, .6);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-tag {
  text-align: left;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.walsh-content-wrapper-gap-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-content-wrapper-gap-large {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-full-image {
  height: 100%;
  object-fit: scale-down;
  position: relative;
}

.walsh-cta-frame-image-overflow {
  height: 35em;
  background-color: #fff;
  border-radius: 200px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-container-block {
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-bg-light-gray {
  background-color: #9e97ff;
  border-radius: 12px;
}

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

.combine-gallery3_image-wrapper {
  width: 100%;
  border-radius: .75rem;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

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

.combine-space-large-2 {
  height: 4rem;
}

.combine-text-size-regular-3 {
  color: #5f6570;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-3.white {
  color: #f2f3f7;
}

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-2 {
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3 {
  background-color: #fff;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-hero-frame-square {
  width: 100%;
  max-width: 22em;
  border-radius: 10px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  width: 100%;
  height: 20em;
  grid-column-gap: 1em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  height: 100vh;
  min-height: 100vh;
  grid-row-gap: 1em;
  background-color: #47888a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill-2 {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-burst {
  color: #b0ebb9;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-content {
  width: 50%;
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: #204f58;
  position: relative;
}

.combine-button-2 {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white-2 {
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: #6157f8;
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-header4_span {
  color: #6157f8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f8b34b, #ec80b4 18%, #6157f8 55%, #00a1c1);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-heading-style-h1-2 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-heading-style-h1-2.white {
  color: #fff;
  margin-top: 1rem;
}

.combine-padding-section-large {
  -webkit-text-fill-color: inherit;
  background-color: #9e97ff;
  background-clip: padding-box;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.combine-section_header4 {
  background-color: #f2f3f7;
}

.image-12 {
  width: 98%;
  height: 600px;
  object-fit: cover;
  border-radius: 12px;
}

.combine-chevron-right_icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon {
  color: #1f2c3d;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: #6157f8;
}

.combine-text-size-regular-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-4.dark {
  color: #2c2c2c;
}

.combine-heading-style-h5 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color2 {
  color: #00a1c1;
}

.combine-feature5_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1f2c3d;
  text-align: center;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px rgba(140, 148, 165, .2);
}

.combine-icon_color3-2 {
  color: #f8b34b;
}

.combine-icon_color1 {
  color: #6157f8;
}

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

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

.combine-space-large-3 {
  height: 4rem;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

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

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_feature5 {
  background-color: #9e97ff;
}

.combine-form_error-message {
  color: #e2004f;
  background-color: #ffecec;
  border: 1px solid #e2004f;
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  color: #6d9400;
  text-align: left;
  background-color: #ebf7de;
  border: 1px solid #6d9400;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button-3 {
  color: #fff;
  text-align: center;
  background-color: #1f2c3d;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-form_link {
  color: #fff;
  text-decoration: underline;
}

.combine-form_link:hover {
  color: #472def;
}

.combine-form_checkbox-label {
  color: #fff;
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  cursor: pointer;
  border-color: #fff;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: #5f6570;
}

.combine-form_checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  background-color: #6157f8;
  background-size: 90%;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  width: 1rem;
  height: 1rem;
  box-shadow: none;
  border-color: #6157f8;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  height: 100%;
  min-height: 8rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: #d9dce2;
}

.combine-form_text-area-grey:focus {
  border-color: #6157f8;
}

.combine-form_text-area-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_text-area-grey::placeholder {
  color: #bfc4ce;
}

.combine-form_label {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  height: 3rem;
  min-width: 16rem;
  color: #1f2c3d;
  background-color: #f2f3f7;
  border: 1px solid #f2f3f7;
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: #d9dce2;
}

.combine-form_input-grey:focus {
  border-color: #6157f8;
}

.combine-form_input-grey::-ms-input-placeholder {
  color: #bfc4ce;
}

.combine-form_input-grey::placeholder {
  color: #bfc4ce;
}

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

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-contact2_content {
  width: 100%;
  max-width: 33rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.combine-section_contact2 {
  background-color: #fff;
}

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

.icon.white {
  color: #fff;
}

.icon-2, .icon-3, .icon-4 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  text-align: left;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  height: 30px;
}

.link-8, .link-9 {
  color: #fff;
}

.html-embed {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  flex-direction: column;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  width: 100%;
  min-height: 450px;
  border-radius: 12px;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

.grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.image-13 {
  width: 55px;
  height: 55px;
}

.link-block {
  position: fixed;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 2%;
}

.div-block-5, .div-block-7, .div-block-8 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .grid--3-3-3-3 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-rows: 1fr;
  }

  .is-btn-t-fw {
    width: 100%;
  }

  .is-t-visible {
    display: block;
  }

  .dsg-main-grid {
    grid-template-columns: 1fr;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .is-t-hidden {
    display: none;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .dsg-subnav-link {
    font-size: .8rem;
  }

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

  .dsg-menu-button.w--open {
    background-color: #181818;
  }

  .container-col-12 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container-col-12.center.blu-bg._1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .container-col-10 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-col-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .container-col-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dsg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .dsg-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

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

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    text-align: left;
    background-color: #f2f3f7;
    border-bottom: 1px solid #bfc4ce;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer3_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

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

  .combine-clients3_mask {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block, .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-cta-v-wrapper {
    justify-content: center;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-cta-frame-image-overflow {
    max-height: 55vh;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .walsh-container-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

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

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-left-hero-content {
    width: auto;
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .combine-heading-style-h1-2 {
    font-size: 2.75rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: #1f2c3d;
    text-decoration: none;
  }

  .combine-feature5_component {
    align-items: stretch;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .div-block-4 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .is-l-hidden {
    display: none;
  }

  .is-h5 {
    font-size: 1.1rem;
  }

  .btn--prm-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .is-display {
    font-size: 3rem;
  }

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .is-h6 {
    font-size: .9rem;
  }

  .dsg-table_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dsg-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .dsg-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .btn--sec-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .is-h3 {
    text-align: center;
    font-size: 2rem;
  }

  .dsg-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .dsg-popup {
    max-width: 19em;
  }

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

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-table_header-headlines-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .dsg-table_header-headlines, .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

  .grid--4-8 {
    grid-template-columns: 1fr 1fr;
  }

  .is-h2 {
    font-size: 2.5rem;
  }

  .is-h4 {
    font-size: 1.5rem;
  }

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

  .container-col-12, .container-col-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .is-btn-l-fw {
    width: 100%;
  }

  .is-l-visible {
    display: block;
  }

  .container-col-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .grid--8-4 {
    grid-template-columns: 1fr 1fr;
  }

  .dsg-table_header-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-footer3_bottom-text {
    order: 1;
  }

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

  .combine-header1_component {
    flex-direction: column;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-content-wrapper-gap-large {
    grid-row-gap: 1.5em;
  }

  .walsh-cta-frame-image-overflow {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-block {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .grid--3-3-3-3 {
    grid-template-columns: 1fr;
  }

  .is-p-visible {
    display: block;
  }

  .is-p-hidden {
    display: none;
  }

  .is-h5 {
    font-size: 1.1em;
  }

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .is-display {
    color: #e5decb;
    font-size: 3em;
  }

  .grid--4-4-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .is-h6 {
    font-size: .9em;
  }

  .dsg-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .is-btn-p-fw {
    width: 100%;
  }

  .is-h3 {
    color: #e5decb;
    font-size: 2em;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

  .dsg-popup {
    z-index: 99999;
    width: 100%;
    max-width: none;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    bottom: -2px;
    right: auto;
  }

  .is-h1 {
    color: #e5decb;
    text-align: left;
    font-size: 3em;
  }

  .dsg-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid--4-8 {
    grid-template-columns: 1fr;
  }

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

  .is-h2 {
    font-size: 2.5em;
  }

  .is-h4 {
    font-size: 1.5em;
  }

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

  .dsg-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

  .grid--8-4 {
    grid-template-columns: 1fr;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

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

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section {
    background-position: 0 0, 50%;
  }

  .combine-footer3_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-clients3_right-arrow, .combine-clients3_left-arrow {
    display: none;
  }

  .combine-clients3_client {
    grid-template-columns: max-content 1fr;
  }

  .combine-clients3_mask {
    margin-left: 0;
    margin-right: 0;
  }

  .walsh-paragraph-small, .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .walsh-card-image-float {
    height: auto;
    align-items: flex-end;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-v-wrapper {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-heading-medium-white {
    text-align: center;
    font-size: 1.8em;
  }

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-label-tag-2 {
    font-size: 12px;
  }

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

  .walsh-content-wrapper-gap-3 {
    grid-row-gap: 1.2em;
  }

  .walsh-full-image {
    width: 100%;
    max-height: none;
    max-width: none;
    object-fit: cover;
    flex: 0 auto;
  }

  .walsh-cta-frame-image-overflow {
    height: 25em;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-container-block {
    padding: 3em 1em;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .combine-button-wrapper-2 {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .link-block {
    z-index: 55;
  }
}

#w-node-fd7aed01-7844-640f-6a5a-216a06031b13-d38f096f, #w-node-_05ef750b-2921-c66c-35e9-231141f625f7-d38f096f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d8ebf1e-5003-e5e4-9e4e-9a2f085ea9d7-d38f096f, #w-node-_0d8ebf1e-5003-e5e4-9e4e-9a2f085ea9df-d38f096f, #w-node-_0d8ebf1e-5003-e5e4-9e4e-9a2f085ea9e7-d38f096f, #w-node-_0d8ebf1e-5003-e5e4-9e4e-9a2f085ea9ef-d38f096f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f703685c-d38f096f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036873-d38f096f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036875-d38f096f, #w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036877-d38f096f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036879-d38f096f {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f703688c-d38f096f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f703688e-d38f096f, #w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036890-d38f096f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036892-d38f096f {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f70368a5-d38f096f {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f70368a7-d38f096f, #w-node-_5531e8d4-a2d4-a891-db2a-bc96f70368a9-d38f096f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5531e8d4-a2d4-a891-db2a-bc96f70368ab-d38f096f {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_815dcfd2-3ac7-39b4-5896-3ad6c1e2cd2d-c1e2cd28 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-_815dcfd2-3ac7-39b4-5896-3ad6c1e2cd32-c1e2cd28 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-d7ff2129-4f42-181a-10ed-8cd5d53589cc-d53589c6, #w-node-d7ff2129-4f42-181a-10ed-8cd5d53589dd-d53589c6, #w-node-d7ff2129-4f42-181a-10ed-8cd5d53589ef-d53589c6, #w-node-f39545a1-9717-130e-1aaa-4138a307691c-71619f7d, #w-node-ca356b5a-ea7b-2820-b07c-2d2d624c4008-71619f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cccf5ee5-96f2-2411-5875-b3892b397b21-71619f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3dba34c4-713d-d6f8-f0b7-9fc80437b5ed-71619f7d, #w-node-_3dba34c4-713d-d6f8-f0b7-9fc80437b5fe-71619f7d, #w-node-_576c0926-8dc7-508d-af49-af65521b29e6-71619f7d, #w-node-a29442b9-2310-3702-5be3-51615940a54b-71619f7d, #w-node-df017b48-4e43-1878-9b46-4ba85ab2fbac-71619f7d, #w-node-eb642627-aa57-dc77-fd5f-4a96d03e48c2-71619f7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eb5f6ca-68f8-29a1-8329-960b2a5e0cc5-71619f7d, #w-node-_6eb5f6ca-68f8-29a1-8329-960b2a5e0cce-71619f7d, #w-node-_6eb5f6ca-68f8-29a1-8329-960b2a5e0cd7-71619f7d, #w-node-_6eb5f6ca-68f8-29a1-8329-960b2a5e0ce0-71619f7d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_85c89b48-2031-60a3-a935-eab7efe13f1d-ad032b6a {
  grid-area: 1 / 1 / 2 / 8;
  align-self: center;
}

#w-node-_85c89b48-2031-60a3-a935-eab7efe13f22-ad032b6a {
  grid-area: 1 / 10 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_300e5abc-10f4-c98c-deba-c2540f97b3b5-9361a666 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
  justify-self: end;
}

#w-node-_300e5abc-10f4-c98c-deba-c2540f97b3b8-9361a666 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-c5688ff4-6926-0775-38aa-a7f00cfc7c00-9361a666, #w-node-c5688ff4-6926-0775-38aa-a7f00cfc7c04-9361a666, #w-node-c5688ff4-6926-0775-38aa-a7f00cfc7c06-9361a666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_815dcfd2-3ac7-39b4-5896-3ad6c1e2cd2d-c1e2cd28 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_815dcfd2-3ac7-39b4-5896-3ad6c1e2cd32-c1e2cd28 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_85c89b48-2031-60a3-a935-eab7efe13f1d-ad032b6a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_85c89b48-2031-60a3-a935-eab7efe13f22-ad032b6a, #w-node-_300e5abc-10f4-c98c-deba-c2540f97b3b5-9361a666 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_300e5abc-10f4-c98c-deba-c2540f97b3b8-9361a666 {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036879-d38f096f, #w-node-_5531e8d4-a2d4-a891-db2a-bc96f7036892-d38f096f, #w-node-_5531e8d4-a2d4-a891-db2a-bc96f70368ab-d38f096f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_815dcfd2-3ac7-39b4-5896-3ad6c1e2cd2d-c1e2cd28, #w-node-_85c89b48-2031-60a3-a935-eab7efe13f1d-ad032b6a {
    grid-area: 1 / 1 / 2 / 3;
  }
}
