:root {
  --color-1: #263957;
  --secondary-font: Montserrat, sans-serif;
  --text-color-4: white;
  --text-color-3: #263957;
  --color-2: #f7b432;
  --primary-font: Oswald, sans-serif;
  --text-color-1: #262626;
  --color-1-2: #1d2f4b;
  --color-1-3: #142135;
  --color-2-1: #da9d26;
  --text-color-2: #5f5f5f;
  --bg-color-1: white;
}

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

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

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

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

.services-wrapper {
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem 1rem;
  display: block;
}

.grid-item-container-2 {
  flex-flow: column;
}

.brand {
  height: 4rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.navigation-bar {
  background-color: var(--color-1);
  justify-content: space-around;
  align-items: center;
  height: 6rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.nav-link.navl2 {
  padding-right: .25rem;
}

.nav-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link-block-text {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.nav-link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  border-radius: 8rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.8rem;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 94.5rem;
  margin: .125rem auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.spacer-6rem {
  height: 6rem;
}

.hero-section {
  background-image: url('../images/fms-tx-usa-hero-banner-image.png'), radial-gradient(circle at 50% 0, #fff 30%, #0000), url('../images/Artboard-1.webp');
  background-position: 50% 100%, 0 0, 50% 100%;
  background-size: cover, auto, cover;
}

.hero-heading-01 {
  font-family: var(--primary-font);
  color: var(--text-color-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2rem;
  line-height: 6.4rem;
}

.div-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.hero-paragraph-2 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.div-block-2 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-paragraph-3 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  text-align: right;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  text-decoration: none;
}

.hero-h1-paragraph-1 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.div-block-2-copy {
  text-align: center;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-3.left-ali {
  justify-content: flex-start;
  align-items: stretch;
}

.code-embed {
  padding-left: .25rem;
  padding-right: .25rem;
}

.div-block-4 {
  justify-content: flex-end;
  display: flex;
}

.marquee-container {
  background-color: var(--color-2);
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.marquee-contents {
  border: .1rem #fff;
  border-width: .1rem 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 4rem;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.marquee-track-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  width: 1rem;
}

.text-block-7 {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.circle {
  background-color: var(--color-1);
  border-radius: .5rem;
  width: .25rem;
  height: .25rem;
}

.marquee-codes {
  display: none;
}

.marquee-wrapper {
  position: relative;
  top: 3rem;
}

.services-section {
  margin-top: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem 1rem;
  display: flex;
}

.heading-2 {
  font-family: var(--primary-font);
  color: var(--text-color-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.2rem;
}

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

.heading-2.mid.gold {
  color: var(--color-2);
}

.content-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 10px 1rem;
  display: flex;
}

.h2-paragraph {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.h2-paragraph.mid-ali {
  text-align: center;
}

.h2-paragraph.mid-ali.white {
  color: var(--text-color-4);
}

.services-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 60rem;
}

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

.finance-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem;
  display: grid;
}

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

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

.div-block-43 {
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-43._01 {
  background-image: url('../images/finance-bg-01.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.div-block-43._02 {
  background-image: url('../images/finance-bg-02.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.div-block-43._03 {
  background-image: url('../images/finance-bg-03.webp');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

.div-block-44 {
  justify-content: flex-end;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-45 {
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-46 {
  justify-content: flex-end;
  align-items: stretch;
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-47 {
  justify-content: flex-end;
  display: flex;
}

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

.div-block-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  text-decoration: none;
  display: grid;
}

.uui-dropdown-icon-2 {
  color: var(--text-color-4);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  display: flex;
}

.dropdown-toggle {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 0 0;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-right: 20px;
}

.dropdown-list {
  z-index: auto;
  background-color: #fff;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.dropdown-list.w--open {
  background-color: var(--color-1-2);
  background-image: linear-gradient(90deg, var(--color-1-3), var(--color-1-2) 50%, var(--color-1-3));
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  margin-top: auto;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 98% 0 auto;
  overflow: hidden;
}

.dropdown {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: static;
}

.cta-section {
  background-image: url('../images/cta-bg.webp');
  background-position: 50%;
  background-size: cover;
  padding: 4rem 1rem;
}

.div-block-49 {
  background-color: var(--color-2);
  border-radius: 1rem;
  align-self: flex-start;
  max-width: 31.5rem;
  padding: 2rem;
}

.submit-button {
  background-color: var(--text-color-3);
  font-family: var(--secondary-font);
  border-radius: 2rem;
  margin-top: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.text-block-8 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-block-9 {
  font-family: var(--primary-font);
  color: var(--text-color-3);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2rem;
}

.field-label, .field-label-2 {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  margin-left: .5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.text-field {
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.text-field-2 {
  border-radius: 1rem;
}

.cta-wrapper {
  max-width: 94.5rem;
  margin: 2.5rem auto;
}

.content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-link-cta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  border-radius: 8rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 10rem;
  height: 3.5rem;
  text-decoration: none;
  display: flex;
}

.button-link-cta:hover {
  background-color: var(--color-2-1);
}

.link-block-cta-text {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.faq-wrapper {
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1rem 1rem;
}

.faq-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.content-wrapper-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.text-block-10 {
  font-family: var(--secondary-font);
  color: var(--color-1);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.faq-head {
  border-bottom: .1rem solid var(--text-color-2);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faq-body {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.text-block-11 {
  font-family: var(--secondary-font);
  color: var(--text-color-2);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.faq-exp-symb {
  margin-right: 1rem;
}

.testimonials-section {
  padding: 3rem 1rem;
}

.footer {
  background-color: var(--color-1);
  height: 100%;
}

.footer-top-wrapper {
  grid-column-gap: 7.5rem;
  grid-row-gap: 4rem;
  grid-template: ". . Area"
  / 3fr .75fr 1.5fr;
  grid-auto-columns: 1fr;
  max-width: 104.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 2rem 2.5rem;
  display: grid;
}

.content-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-2-1);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  display: flex;
}

.button-link {
  background-color: var(--color-2);
  border-radius: 8rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  text-decoration: none;
  display: flex;
}

.button-link:hover {
  background-color: var(--color-2-1);
}

.service-grid-container-1 {
  cursor: pointer;
  background-image: url('../images/foundation-inspection-n-diagnostics.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.heading-3 {
  font-family: var(--secondary-font);
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.2rem;
}

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

.heading-3.white.shd {
  text-shadow: 3px 1px 4px var(--text-color-1);
}

.h3-paragraph {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
}

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

.h3-paragraph.white.shd {
  text-shadow: 3px 1px 4px var(--text-color-1);
}

.div-block-56 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-grid-container-2 {
  cursor: pointer;
  background-image: url('../images/foundation-repair-n-stabilization.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.service-grid-container-3 {
  cursor: pointer;
  background-image: url('../images/slab-concrete-repair.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color-4);
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link:hover {
  color: var(--color-2-1);
}

.link.w--current {
  cursor: pointer;
}

.div-block-57 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-58 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.header-dropdown-head {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.header-dropdown-item-desc-head {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1;
}

.link-block {
  padding: 1.25rem;
  text-decoration: none;
}

.div-block-61 {
  background-color: var(--text-color-4);
  width: 0%;
  height: .125rem;
  margin-top: .125rem;
}

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

.lottie-animation-3 {
  width: 2.5rem;
  min-width: 2.5rem;
}

.service-grid-container-4 {
  cursor: pointer;
  background-image: url('../images/house-leveling-elevation-services.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.service-grid-container-5 {
  cursor: pointer;
  background-image: url('../images/under-slab-drainage-solutions.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.div-block-64 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  display: flex;
}

.div-block-2-copy {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-65 {
  margin-bottom: 2rem;
  display: block;
}

.link-copy {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
}

.link-copy.dd {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  font-weight: 600;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.blog-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.int-serv-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 94.5rem;
  margin-top: 2rem;
  padding: 2rem 1rem;
  display: flex;
}

.breadcrumb-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.crumb-arrow {
  width: 1.2rem;
}

.bcrumb {
  color: var(--text-color-4);
  cursor: pointer;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.bcrumb:hover {
  color: var(--color-2);
}

.int-serv-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: stretch;
  display: grid;
}

.int-serv-header {
  margin-bottom: 10px;
}

.blog-heading {
  font-family: var(--primary-font);
  color: var(--text-color-4);
  margin-bottom: 5px;
}

.blog-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.blog-details-text {
  color: var(--text-color-4);
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-72 {
  background-color: var(--text-color-4);
  width: 1.5px;
  height: .8rem;
}

.blog-toc-cta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: sticky;
  top: 6rem;
}

.blog {
  flex-flow: column;
  display: flex;
}

.int-serv-toc {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.blog-paragraph {
  padding-top: 5px;
  padding-bottom: 5px;
}

.blog-img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tocitem {
  color: var(--text-color-3);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.tocitem:hover {
  color: var(--color-2-1);
  background-color: #2962ff1a;
  border-left-width: 2px;
  border-left-color: #070e27;
}

.tocitem.w--current {
  color: var(--color-2-1);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  transition-timing-function: ease;
}

.div-block-78 {
  background-color: var(--color-1);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex: 1;
  padding: 1rem 2rem;
  display: block;
}

.text-block-15 {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-align: center;
  margin-top: 1rem;
  font-size: .6rem;
  font-weight: 500;
  line-height: .6rem;
}

.creds-section {
  padding: 4rem 1rem;
}

.creds-wrapper {
  max-width: 94.5rem;
  margin: 2.5rem auto;
}

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

.certf-image {
  width: 8rem;
}

.div-block-79 {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 55%;
  padding: 1rem;
  display: flex;
}

.heading-3-1 {
  font-family: var(--primary-font);
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
}

.heading-3-1.blue {
  color: var(--text-color-3);
}

.heading-3-1.blue.mid {
  text-align: center;
}

.heading-3-1.blue.mid.shd {
  text-shadow: 2px 1px 4px var(--color-2-1);
}

.h3-1-paragraph {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.h3-1-paragraph.mid-ali {
  text-align: center;
}

.h3-1-paragraph.mid-ali.shd {
  text-shadow: 2px 1px 4px var(--color-2-1);
}

.div-block-80 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 3px solid var(--text-color-4);
  color: var(--text-color-4);
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.15rem;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  font-family: var(--secondary-font);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}

.code-embed-hidden {
  display: none;
}

.image-3 {
  width: 1.2rem;
}

.image-4 {
  width: 1.2rem;
  display: none;
}

.faq-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.div-block-29 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000001a;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.paragraph-6 {
  font-family: var(--secondary-font);
  margin-bottom: 0;
}

.stars-svg {
  width: 7rem;
  min-width: 7px;
  max-width: 7rem;
}

.text-block-3 {
  font-family: var(--secondary-font);
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.text-block-4 {
  font-family: var(--secondary-font);
  font-size: .8rem;
  font-weight: 500;
  line-height: 1rem;
}

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

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

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

.div-block-85 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials-wrapper {
  max-width: 94.5rem;
  margin: 2.5rem auto;
}

.div-block-86 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  width: 1rem;
}

.blog-header-section {
  background-image: url('../images/cta-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 20rem;
  margin-top: 6rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

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

.tocitem-text {
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.int-serv-cta-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--color-1);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.int-serv-cta-heading {
  font-family: var(--primary-font);
  color: var(--color-2);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.blog-cta-paragraph {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-align: center;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.blog-cta-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.blog-cta-button:hover {
  background-color: var(--color-2-1);
}

.div-block-88 {
  transform-style: preserve-3d;
  display: none;
}

.close-icon {
  display: none;
}

.service-int-header-section {
  background-image: url('../images/cta-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 20rem;
  padding: 2rem 1rem;
  display: flex;
}

.alt-service-01-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.intl-page-heading-wrapper {
  flex: 1;
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
}

.service-int-h1-heading {
  font-family: var(--primary-font);
  color: var(--text-color-4);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 4rem;
  line-height: 4rem;
}

.h2-paragraph-2 {
  color: #262626;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.serv-int-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: block;
}

.serv-int-h2-heading {
  color: #263957;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Oswald, sans-serif;
  font-size: 3.2rem;
  line-height: 3.2rem;
}

.int-service-section {
  flex-flow: column;
  display: flex;
}

.int-serv-section-selector {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: sticky;
  top: 6rem;
}

.text-block-18 {
  color: #5f5f5f;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-block-90 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.h2-paragraph-3 {
  color: #262626;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.faq-head-2 {
  border-bottom: .1rem solid #5f5f5f;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-19 {
  color: #263957;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7rem;
}

.heading-2-3 {
  color: #263957;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
}

.int-serv-cta-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color-2);
  font-family: var(--secondary-font);
  color: var(--color-1);
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.int-serv-cta-button:hover {
  background-color: var(--color-2-1);
}

.int-serv-cta-form-block {
  width: 100%;
  min-width: 15rem;
}

.int-serv-cta-form-block.cta-b-2 {
  min-width: 15rem;
}

.int-serv-cta-form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.int-serv-cta-field {
  background-color: #fff;
  border-radius: .3rem;
}

.field-label-3, .field-label-4 {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-94 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.radio-button-label, .radio-button-label-2 {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
}

.radio-button-label-3, .radio-button-label-4 {
  color: var(--text-color-4);
}

.radio-button-label-5, .radio-button-label-6 {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
}

.mobile-cta-section {
  display: none;
}

.blog-latest-section, .blog-articles-section {
  padding: 4rem 2rem;
}

.blog-latest-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.blog-heading-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95 {
  background-color: #26262691;
  align-self: center;
  width: 100%;
  height: 2px;
}

.blog-heading-2 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  white-space: nowrap;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
}

.blog-latest-left-wrapper {
  width: 100%;
}

.blog-latest-right-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-8 {
  border-radius: 2rem;
  width: 100%;
}

.blog-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-20 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  font-weight: 600;
}

.text-block-21 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.text-block-22 {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
}

.text-block-23 {
  font-family: var(--secondary-font);
  color: #333333ba;
  font-size: 15px;
}

.div-block-96 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.blog-tag {
  background-color: #26395745;
  border-radius: .3rem;
  padding: 3px 10px;
}

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

.blog-articles-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.div-block-98 {
  background-color: var(--text-color-4);
  border-radius: 2rem;
  padding: 1rem;
}

.div-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/finance-bg-01.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 35rem;
  padding: 1rem;
  display: flex;
}

.radio-button-field, .radio-button-field-2 {
  font-family: var(--secondary-font);
}

.image-9 {
  border-radius: 1rem;
  margin-bottom: 2rem;
}

.section {
  padding: 2rem 1rem;
}

.heading-1 {
  font-family: var(--primary-font);
  color: var(--text-color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 4rem;
}

.div-block-105 {
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-1-sub {
  font-family: var(--primary-font);
  color: var(--text-color-3);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.div-block-106 {
  background-color: var(--color-1);
  border-radius: .5rem;
  max-width: 94.5rem;
  height: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding: 2rem 1rem;
}

.div-block-107 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 94.5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.content-wrapper-1-c2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-109 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: var(--color-2);
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 2rem;
  display: flex;
}

.countdown-number {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.text-block-25 {
  font-family: var(--primary-font);
  text-align: center;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.payment-plans-header-section {
  background-image: url('../images/finance-head-bg.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  min-height: 25rem;
  padding: 2rem 1rem;
  display: flex;
}

.header-dropdown-sub {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1;
}

.header-dropdown-item-desc-sub {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  margin-bottom: .25rem;
  font-size: .5rem;
  line-height: .6rem;
}

.header-dropdown-item-desc-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: .7rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.header-dropdown-item-desc-link-arrow {
  width: 1rem;
}

.div-block-111 {
  width: 7rem;
}

.div-block-112 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

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

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 94.5rem;
  display: grid;
}

.div-block-116 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

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

.material-icon-outlined {
  font-family: Material Icons Outlined, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.footer-menu-heading {
  font-family: var(--secondary-font);
  color: var(--text-color-4);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
}

.div-block-122 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-14-copy {
  font-family: var(--secondary-font);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.div-block-123 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.image-11 {
  width: 1rem;
}

.brand-footer {
  height: 6rem;
  display: flex;
}

.content-wrapper-1-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.div-block-57-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.link-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-color-4);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-copy:hover {
  color: var(--color-2-1);
}

.link-copy.w--current {
  cursor: pointer;
}

.footer-link {
  font-family: var(--secondary-font);
  color: var(--text-color-3);
  font-size: .7rem;
  font-weight: 500;
  line-height: .7rem;
  text-decoration: none;
}

.div-block-122-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-1-2 {
  color: #263957;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
}

.heading-1-sub-2 {
  color: #263957;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.h2-paragraph-copy {
  font-family: var(--secondary-font);
  color: var(--text-color-1);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.div-block-124-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-125, .div-block-126 {
  display: flex;
}

.body-2 {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--bg-color-1) 25%, transparent), url('../images/Artboard-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.spacer-3rem {
  height: 3rem;
}

.form-stat-message-container {
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem 20px;
  display: none;
}

.form-stat-message {
  font-family: var(--secondary-font);
  font-weight: 500;
}

.submit-button.home-cta-submit-btn {
  color: var(--text-color-4);
  cursor: pointer;
  max-width: 12rem;
}

.form {
  flex-flow: column;
}

@media screen and (min-width: 1440px) {
  .div-block-57 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .certf-image {
    width: 12rem;
  }

  .div-block-81 {
    text-decoration: none;
  }

  .int-serv-section-selector {
    top: 7rem;
  }

  .div-block-111 {
    justify-content: flex-end;
    align-items: center;
  }

  .footer-menu-heading, .text-block-14-copy {
    font-size: 1rem;
  }

  .div-block-57-copy {
    justify-content: flex-end;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .nav-menu {
    z-index: 10;
    background-color: var(--color-1);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 90vh;
    margin-top: 6rem;
    padding: 20px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: scroll;
  }

  .nav-link-wrapper {
    margin-top: 4rem;
  }

  .nav-container {
    width: 100%;
  }

  .hero-section {
    background-image: radial-gradient(circle at 50% 0, #fff 30%, #0000), url('../images/Artboard-1.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .hero-heading-01 {
    text-align: left;
  }

  .div-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 70%;
    display: block;
  }

  .hero-paragraph-2, .hero-paragraph-3 {
    text-align: center;
  }

  .hero-h1-paragraph-1 {
    text-align: left;
  }

  .div-block-3, .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .marquee-container {
    overflow: hidden;
  }

  .marquee-contents {
    border-top: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    display: flex;
    overflow: hidden;
  }

  .marquee-track-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 0;
    display: flex;
  }

  .hero-container {
    flex-flow: column;
  }

  .content-wrapper-2 {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .finance-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    max-width: 100%;
    display: flex;
  }

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

  .div-block-42 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-45 {
    padding-bottom: 0;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr .25fr .25fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .div-block-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .dropdown-list {
    overflow: hidden;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    border-style: none;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown {
    width: 100%;
    height: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-wrapper-4 {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .button-link {
    padding: .5rem 1.5rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

  .menu-button.w--open {
    z-index: 12;
    background-color: #0000;
  }

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

  .lottie-animation {
    width: 2rem;
  }

  .header-dropdown-head, .header-dropdown-item-desc-head {
    color: var(--text-color-4);
  }

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

  .link-block {
    width: 100%;
  }

  .div-block-63 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-2-copy {
    display: none;
  }

  .div-block-65 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
  }

  .link-copy.dd {
    display: flex;
  }

  .div-block-68 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .int-serv-content {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .blog-toc-cta-container {
    z-index: 9999;
    background-color: var(--color-1);
    justify-content: space-around;
    width: 60%;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 6rem auto 0% -100vw;
    box-shadow: 10px 2px 5px #0003;
  }

  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-toc-heading {
    width: 100%;
    height: 100%;
  }

  .int-serv-toc {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tocitem {
    color: var(--text-color-4);
    background-color: #0000003b;
    border-radius: .2rem;
  }

  .creds-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-grid-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .certf-image {
    width: 10rem;
  }

  .blog-header-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .blog-toc-container, .blog-cta-container {
    padding: 10px;
  }

  .int-serv-cta-content {
    border: 1px solid var(--color-2-1);
  }

  .div-block-88 {
    background-color: var(--color-2-1);
    cursor: pointer;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 10px 30px;
    transition: transform .2s;
    display: flex;
    position: fixed;
    inset: auto auto 25% 0%;
    transform: translate(-60px)rotate(90deg);
  }

  .div-block-88:hover {
    transform: scale3d(1, 1.1, 1)translate(-60px)rotate(90deg);
  }

  .text-block-17 {
    color: var(--text-color-3);
    font-size: 1rem;
    font-weight: 700;
  }

  .int-serv-toc-heading-container {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .close-icon {
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    transition: transform .2s;
    display: flex;
  }

  .close-icon:hover {
    transform: rotate(90deg);
  }

  .service-int-header-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .serv-int-content-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .int-service-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .int-serv-section-selector {
    z-index: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: static;
    top: auto;
  }

  .int-serv-section-selector-container {
    padding: 10px;
    display: none;
  }

  .int-serv-cta-block {
    width: 80%;
  }

  .int-serv-cta-block.cta-contact {
    min-width: auto;
  }

  .div-block-94 {
    grid-auto-columns: 1fr;
  }

  .mobile-cta-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .blog-latest-container, .blog-articles-container {
    grid-template-columns: 1fr;
  }

  .div-block-107 {
    grid-template-columns: 1.5fr;
  }

  .content-wrapper-1-c2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-109 {
    justify-content: center;
    align-items: center;
  }

  .payment-plans-header-section {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header-dropdown-sub {
    color: var(--text-color-4);
    line-height: 1.2;
  }

  .header-dropdown-item-desc-sub, .header-dropdown-item-desc-link {
    color: var(--text-color-4);
  }

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

  .code-embed-6 {
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .div-block-115 {
    grid-template-columns: 1fr;
  }

  .brand-footer {
    padding-left: 0;
  }

  .content-wrapper-1-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-57-copy {
    width: auto;
    display: block;
  }

  .div-block-122-copy {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .body-2 {
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-block-text {
    font-size: .9rem;
  }

  .hero-section {
    background-image: url('../images/fms-tx-usa-hero-banner-image.png'), radial-gradient(circle at 50% 0, #fff 30%, #0000), url('../images/Artboard-1.webp');
    background-position: 60% 0, 0 0, 50% 100%;
    background-size: cover, auto, cover;
  }

  .hero-heading-01 {
    font-size: 5.8rem;
    line-height: 6rem;
  }

  .div-block {
    max-width: 100%;
  }

  .services-grid {
    flex-flow: column;
    display: flex;
  }

  .footer-top-wrapper {
    grid-template-rows: auto auto;
  }

  .service-grid-container-1, .service-grid-container-2, .service-grid-container-3 {
    background-size: cover;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

  .lottie-animation-3 {
    justify-content: flex-start;
    align-items: center;
    width: 2rem;
    min-width: 2rem;
    margin-top: 3px;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
  }

  .div-block-65 {
    align-self: flex-start;
  }

  .blog-toc-cta-container {
    width: 80%;
  }

  .image-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .certf-image {
    width: 8rem;
  }

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

  .div-block-84 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-85 {
    width: 100%;
  }

  .blog-header-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-88 {
    transform: translate(-62px)rotate(90deg);
  }

  .service-int-header-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .int-serv-cta-block {
    width: 100%;
  }

  .div-block-107 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-columns: 1fr;
  }

  .payment-plans-header-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand-footer {
    justify-content: center;
    height: 5rem;
  }

  .div-block-57-copy {
    align-self: flex-start;
  }

  .body-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--bg-color-1) 25%, transparent), url('../images/Artboard-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    flex-flow: row;
    height: 4rem;
    display: flex;
  }

  .hero-section {
    background-image: url('../images/Artboard-1.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .hero-heading-01 {
    text-align: left;
    font-size: 3rem;
    line-height: 3.4rem;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .heading-2, .h2-paragraph.mid-ali.alt {
    text-align: left;
  }

  .services-grid, .div-block-42 {
    flex-flow: column;
    display: flex;
  }

  .grid-3 {
    width: 100%;
  }

  .testimonials-section {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-top-wrapper {
    grid-column-gap: 1rem;
    width: 100%;
  }

  .div-block-57 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-63 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-65 {
    align-self: flex-start;
  }

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

  .link-copy.dd {
    flex-flow: column;
    margin-top: .5rem;
    line-height: 1rem;
  }

  .div-block-69 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .int-serv-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .int-serv-content {
    z-index: 0;
  }

  .blog-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .blog-toc-cta-container {
    width: 100%;
  }

  .blog {
    padding-right: 20px;
  }

  .image-grid-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: center;
  }

  .certf-image {
    width: 7rem;
  }

  .text-block-16 {
    font-size: .8rem;
  }

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

  .div-block-29 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .div-block-84 {
    grid-template-columns: 1fr;
  }

  .blog-header-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .int-serv-cta-heading {
    text-align: center;
  }

  .div-block-88 {
    padding-top: 5px;
    transform: translate(-67px)rotate(90deg);
  }

  .text-block-17 {
    font-size: .9rem;
  }

  .service-int-header-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-int-h1-heading {
    font-size: 3rem;
  }

  .serv-int-h2-heading {
    text-align: left;
  }

  .int-service-section {
    padding-right: 20px;
  }

  .int-serv-cta-block.cta-contact {
    padding: 0;
  }

  .heading-2-3 {
    text-align: left;
  }

  .div-block-94 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .div-block-97 {
    grid-template-columns: 1fr;
  }

  .heading-1 {
    text-align: left;
    font-size: 2.8rem;
    line-height: 3.4rem;
  }

  .heading-1-sub {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .div-block-109 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .countdown-number {
    font-size: 2rem;
  }

  .text-block-25 {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .payment-plans-header-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-111 {
    width: 9rem;
  }

  .div-block-116 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brand-footer {
    flex-flow: row;
    height: 4rem;
    display: flex;
  }

  .div-block-57-copy {
    flex-flow: column;
    align-self: flex-start;
    width: auto;
  }

  .heading-1-2 {
    text-align: left;
    font-size: 3.5rem;
  }

  .body-2 {
    background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--bg-color-1) 25%, transparent), url('../images/Artboard-1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

#w-node-_4c8d7fe5-87f2-cd23-09cc-6c548fcc7d40-c3dce02f {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-f84ac256-5927-bb33-dc9b-2f087c2855d2-c3dce02f {
  grid-area: 1 / 3 / 3 / 5;
  place-self: stretch stretch;
}

#w-node-_0f4962ec-7b5d-6959-a013-f74a89f64c73-c3dce02f {
  grid-area: 1 / 5 / 3 / 7;
}

#w-node-_39980919-e7e6-e036-1391-4feae6383977-c3dce02f {
  grid-area: 3 / 1 / 5 / 4;
}

#w-node-_6c49de2a-9f35-7917-e5a6-37192cd5b08b-c3dce02f {
  grid-area: 3 / 4 / 5 / 7;
}

#w-node-_4ce3bbcf-16d0-a5eb-063c-b0648ff790a9-8b9d915e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4baaebb7-e1bd-5e30-3b3b-d78f8b9d9161-8b9d915e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_76450ae9-b99d-0b48-4df3-9ffac4df51fa-8b9d915e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4baaebb7-e1bd-5e30-3b3b-d78f8b9d917b-8b9d915e {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_4baaebb7-e1bd-5e30-3b3b-d78f8b9d917f-8b9d915e, #w-node-_4baaebb7-e1bd-5e30-3b3b-d78f8b9d9181-8b9d915e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1db9-e2e25d48 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dbe-e2e25d48 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc0-e2e25d48 {
  justify-self: end;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc2-e2e25d48 {
  align-self: center;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc8-e2e25d48 {
  justify-self: end;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dca-e2e25d48 {
  align-self: center;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dd0-e2e25d48 {
  justify-self: end;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dd2-e2e25d48 {
  align-self: center;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dd8-e2e25d48 {
  justify-self: end;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dda-e2e25d48 {
  align-self: center;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1de0-e2e25d48 {
  justify-self: end;
}

#w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1de2-e2e25d48 {
  align-self: center;
}

#w-node-ac814546-b011-9e68-02b0-b2831120a22a-edb8d6b9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1c30b48a-4a30-0b2f-0cd2-48c5d1d45125-edb8d6b9 {
  grid-area: 1 / 4 / 2 / 12;
  align-self: center;
}

#w-node-d0b9119d-6225-b316-05e6-0cd67f606c3f-edb8d6b9 {
  grid-area: 1 / 12 / 2 / 13;
}

#w-node-d74edc63-e5c7-743b-c177-80d92eb73f0e-edb8d6b9 {
  place-self: start;
}

#w-node-_8b863399-1ce0-8c5f-a0b3-314aaba37a13-edb8d6b9 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-a8ff2760 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-a8ff2760 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-e2728f89 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-e2728f89 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-8ee38719 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-8ee38719 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-e395a66e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-e395a66e {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-c9a5674a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-c9a5674a {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_459a2772-1dda-b52b-85d3-df807689857e-70c05ddf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_1597d75d-4f1e-7498-442d-e5609940fe7c-70c05ddf {
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (min-width: 1440px) {
  #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc0-e2e25d48, #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc8-e2e25d48, #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1de0-e2e25d48 {
    justify-self: end;
  }

  #w-node-ac814546-b011-9e68-02b0-b2831120a22a-edb8d6b9 {
    grid-column-end: 3;
  }

  #w-node-_1c30b48a-4a30-0b2f-0cd2-48c5d1d45125-edb8d6b9 {
    grid-column-start: 3;
  }

  #w-node-_8b863399-1ce0-8c5f-a0b3-314aaba37a13-edb8d6b9 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c8d7fe5-87f2-cd23-09cc-6c548fcc7d40-c3dce02f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f84ac256-5927-bb33-dc9b-2f087c2855d2-c3dce02f {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f4962ec-7b5d-6959-a013-f74a89f64c73-c3dce02f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39980919-e7e6-e036-1391-4feae6383977-c3dce02f {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6c49de2a-9f35-7917-e5a6-37192cd5b08b-c3dce02f {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_8d8a2711-78a1-6708-2a18-7a24553903b7-c3dce02f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e6d5295a-1fd3-91b9-03e3-f1cee1129790-c3dce02f {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-b40d3f6a-89aa-7a96-3907-5a3e8d87dddd-c3dce02f {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db19-c3dce02f {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1a-c3dce02f {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1b-c3dce02f {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1c-c3dce02f {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1d-c3dce02f {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc0-e2e25d48 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc2-e2e25d48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2576abb5-da93-d6b7-c519-b85ef1077ff4-b5553f8c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2576abb5-da93-d6b7-c519-b85ef1078004-b5553f8c {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_2576abb5-da93-d6b7-c519-b85ef1078017-b5553f8c {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b4-ff5c5f7b {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b5-ff5c5f7b {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b6-ff5c5f7b {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b7-ff5c5f7b {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b8-ff5c5f7b {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe496-e2728f89 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe497-e2728f89 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe498-e2728f89 {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe499-e2728f89 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe49a-e2728f89 {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c61-8ee38719 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c62-8ee38719 {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c63-8ee38719 {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c64-8ee38719 {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c65-8ee38719 {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885d8-e395a66e {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885d9-e395a66e {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885da-e395a66e {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885db-e395a66e {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885dc-e395a66e {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a04479d-c9a5674a {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a04479e-c9a5674a {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a04479f-c9a5674a {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a0447a0-c9a5674a {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a0447a1-c9a5674a {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f3-70c05ddf {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f4-70c05ddf {
    grid-area: 1 / 3 / 2 / 5;
    place-self: center;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f5-70c05ddf {
    grid-area: 1 / 5 / 2 / 7;
    place-self: center;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f6-70c05ddf {
    grid-area: 2 / 2 / 3 / 4;
    place-self: center;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f7-70c05ddf {
    grid-area: 2 / 4 / 3 / 6;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cabbea57-e277-b8c8-8a48-c868a3b4db38-c3dce02f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d8e32336-1dfc-5f0b-c7b4-a1f9d4517a94-c3dce02f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4ce3bbcf-16d0-a5eb-063c-b0648ff790a9-8b9d915e {
    grid-column: span 3 / span 3;
    place-self: center;
  }

  #w-node-_89c35545-c60b-3ee5-743a-9312041acad8-8b9d915e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1e9a7fa-15c6-94b7-f7b7-3746ca0a1dc2-e2e25d48 {
    grid-column: span 2 / span 2;
  }

  #w-node-_706e9e6e-2a08-7ef3-f9bb-a0a79a3daa6e-ff5c5f7b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_706e9e6e-2a08-7ef3-f9bb-a0a79a3daa85-ff5c5f7b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1b-c3dce02f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1c-c3dce02f {
    grid-column: 3 / 5;
  }

  #w-node-_65474b50-adff-1ca6-4343-4fdfb6d7db1d-c3dce02f {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-cabbea57-e277-b8c8-8a48-c868a3b4db38-c3dce02f, #w-node-_76450ae9-b99d-0b48-4df3-9ffac4df51fa-8b9d915e {
    grid-column: span 1 / span 1;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b6-ff5c5f7b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b7-ff5c5f7b {
    grid-column: 3 / 5;
  }

  #w-node-d1487fc4-a474-1bf8-8faf-2635123a49b8-ff5c5f7b {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_706e9e6e-2a08-7ef3-f9bb-a0a79a3daa6e-ff5c5f7b {
    grid-column: span 1 / span 1;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe498-e2728f89 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe499-e2728f89 {
    grid-column: 3 / 5;
  }

  #w-node-_2e6835e2-1758-1ef1-a294-0a74221fe49a-e2728f89 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c63-8ee38719 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c64-8ee38719 {
    grid-column: 3 / 5;
  }

  #w-node-_939d47cc-27c9-85c6-f62d-4a0545075c65-8ee38719 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885da-e395a66e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885db-e395a66e {
    grid-column: 3 / 5;
  }

  #w-node-_03869683-5ceb-2b18-35d7-b4fb089885dc-e395a66e {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a04479f-c9a5674a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a0447a0-c9a5674a {
    grid-column: 3 / 5;
  }

  #w-node-_250baa52-efe0-0c4a-2d05-1b555a0447a1-c9a5674a {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f5-70c05ddf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f6-70c05ddf {
    grid-column: 3 / 5;
  }

  #w-node-fc62dda5-ed3d-38e5-6e28-b9a4125f77f7-70c05ddf {
    grid-area: 3 / 2 / 4 / 4;
  }
}


