:root {
  --white: white;
  --black: black;
  --red: red;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.pos-abso {
  position: absolute;
}

.container.pos-abso.home {
  position: static;
}

.navbar {
  background-color: #0000;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand {
  width: 160px;
}

.navbar-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

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

.nav-text.hide {
  position: absolute;
}

.nav-text.home {
  color: var(--black);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link {
  color: var(--white);
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link.home {
  color: var(--black);
}

.navbar-dropdown-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
}

.navbar-dropdown-list.w--open {
  background-color: var(--white);
}

.navbar-dropdown-list.black {
  color: var(--black);
}

.nav-text-icon {
  color: var(--white);
  margin-right: 0;
  position: static;
}

.nav-text-icon.black, .nav-text-icon.home, .nav-text-icon.home {
  color: var(--black);
}

.nav-menu {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.nav-menu.home {
  color: #000;
}

.dropdown-nav-link {
  color: var(--black);
  padding: 8px 15px;
  text-decoration: none;
}

.button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--red);
  perspective: 1000px;
  color: var(--white);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 15px 30px 15px 15px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button.new {
  margin-top: 60px;
}

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

.button.price-white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
}

.button.black-btn {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  margin-top: 30px;
  padding-right: 30px;
}

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

.button.black-btn.pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.button.black-btn.home {
  margin-top: 0;
}

.button-text-wrapper {
  position: relative;
  overflow: hidden;
}

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

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

.button-text.hide {
  position: absolute;
}

.brand-logo {
  width: 70px;
  height: 100%;
}

.footer-dark {
  background-color: var(--black);
  color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-link {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: transform .2s ease-in-out;
}

.footer-link:hover {
  color: var(--white);
  transform: translate(10px);
}

.footer-brand-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 400px;
  display: flex;
}

.footer-para {
  width: 70%;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.copyright {
  font-family: Recoleta, Impact, sans-serif;
  font-size: 22px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.footer-bottom-btn {
  background-color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
}

.footer-bottom-btn.margin-bottom {
  margin-bottom: 10px;
}

.footer-bottom-btn-img {
  filter: invert();
  width: 100%;
  height: 100%;
}

.footer-bottom-btn {
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  transition: transform .2s ease-in-out;
}

.footer-bottom-btn:hover {
  transform: scale(1.1);
}

.btn-img {
  opacity: 1;
  mix-blend-mode: normal;
}

.btn-img-wrapper {
  filter: invert();
}

.btn-img-wrapper.white, .btn-img-wrapper.price-white {
  filter: none;
}

.div-block-65 {
  z-index: 2;
  width: 100%;
  height: 540px;
  position: relative;
}

.div-block-66 {
  width: 100%;
  height: 540px;
}

.background-video {
  width: 100%;
  height: 540px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 140px;
}

.div-block-67 {
  background-image: linear-gradient(201deg, #1e172900, #08002a);
  border: 2px solid #837f94;
  border-radius: 10px;
  width: 620px;
  height: 400px;
  padding: 50px;
}

.heading-35 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.heading-36 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.heading-37 {
  color: #e2e2e2;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-69 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-70 {
  border-bottom: 1px solid #ddd;
  width: 1180px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-71 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-38 {
  width: 247px;
  font-size: 22px;
  line-height: 20px;
}

.kogo {
  width: 9%;
}

.div-block-72 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-73 {
  width: 1180px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-39 {
  color: #000;
  font-size: 35px;
  line-height: 40px;
}

.heading-40 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-74 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1180px;
  padding-top: 0;
  display: grid;
}

.card {
  background-image: linear-gradient(139deg, #211a4b, #08002a);
  border-radius: 10px;
  padding: 30px 60px;
}

.card-imge {
  width: 100px;
}

.heading-41 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.heading-42 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-76 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-77 {
  width: 1180px;
}

.heading-43 {
  color: #000;
  text-align: center;
  font-size: 40px;
  line-height: 45px;
}

.heading-44 {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-78 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-23 {
  width: 20px;
}

.heading-45 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.div-block-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-81 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-82 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-84 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 1180px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-46 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-85 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1180px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  box-shadow: 0 65px 44px -49px #0000004a;
}

.div-block-86.new {
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-86.new.static {
  flex-flow: row;
}

.heading-47 {
  color: #000;
  text-align: center;
  font-weight: 400;
}

.heading-48 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-87 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.heading-50 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-88 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-89 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-90 {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 1180px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 0 10px #00000026;
}

.div-block-91 {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-92 {
  background-color: #120a37;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.div-block-93 {
  background-color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-51 {
  color: #fff;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.heading-52 {
  color: #fff;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.heading-53 {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.progress-bar {
  width: 100%;
  margin-left: -37px;
}

.code-embed {
  height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.heading-54 {
  color: red;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.heading-55 {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  line-height: 45px;
}

.heading-56 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-94 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-95 {
  width: 1180px;
}

.heading-57 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 58px;
}

.heading-58 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-96 {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  overflow: hidden;
}

.slider-4 {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slide-3 {
  background-color: #f2f1f4;
  border: 1px solid #e1e8ed;
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-right: 20px;
  padding: 30px 60px;
}

.heading-59 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 37px;
}

.heading-60 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.heading-61 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.right-arrow-2, .icon-3 {
  display: none;
}

.slide-nav-2 {
  color: var(--red);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-4, .left-arrow-2 {
  display: none;
}

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

.slider-4-copy {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.slider-wrapper-default, .slider-wrapper-reverse {
  width: 100%;
}

.div-block-97 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-98 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  width: 1180px;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-99 {
  width: 70%;
}

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

.heading-62 {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.heading-63 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-101 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.heading-64 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.image-25 {
  width: 16px;
}

.div-block-102 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-26 {
  width: 60px;
}

.heading-65 {
  color: #000;
  width: 350px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.heading-66 {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.heading-67 {
  font-size: 35px;
  line-height: 42px;
}

.div-block-103 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-27 {
  width: 30px;
}

.heading-68 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 33px;
}

.heading-69 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-104 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-105 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-106 {
  width: 1180px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.heading-70 {
  color: #000;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.heading-71 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
}

.div-block-107 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 40px;
  display: grid;
}

.heading-72 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 23px;
  font-weight: 400;
  line-height: 23px;
}

.image-28 {
  width: 11px;
}

.heading-73 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-109 {
  z-index: 2;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-110 {
  width: 1180px;
}

.heading-74 {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 55px;
}

.div-block-111 {
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.image-29 {
  opacity: .5;
  width: 100px;
  max-width: 100%;
}

.heading-flex {
  grid-column-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.green-number {
  color: var(--red);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.green-number.projects, .green-number.clients, .green-number.partners {
  color: var(--black);
  font-family: Recoleta, Impact, sans-serif;
}

.green-number.projects, .green-number.clients, .green-number.partners {
  color: var(--black);
  font-family: Recoleta, Impact, sans-serif;
}

.green-number.experience {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Recoleta, Impact, sans-serif;
  font-size: 40px;
}

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

.image-37 {
  width: 80px;
}

.link-block {
  text-decoration: none;
  display: block;
}

.link-block-2 {
  text-decoration: none;
}

.container-5 {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container-5.is--map {
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 8.3em 0 7.7em;
  display: flex;
}

.map__embed {
  width: 100%;
}

.background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.map__img {
  z-index: 1;
  opacity: 0;
  width: 62em;
  max-width: none;
  position: relative;
}

.map {
  z-index: 2;
  font-size: 1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.map:hover {
  font-size: 1.5em;
}

.main-embed {
  width: 100%;
  height: 2em;
  min-height: 2em;
}

.map__state {
  z-index: 2;
  width: 10em;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map__state.ok {
  width: 10.3em;
  margin-top: 21.4em;
  margin-left: 23.3em;
}

.map__state.ct {
  width: 1.8em;
  margin-top: 10.7em;
  margin-left: 56.6em;
}

.map__state.wa {
  width: 7.8em;
  margin-top: -.1em;
  margin-left: 2.8em;
}

.map__state.mi {
  width: 4.3em;
  margin-top: 7.7em;
  margin-left: 42.2em;
}

.map__state.tn {
  width: 9.4em;
  margin-top: 20.9em;
  margin-left: 39.1em;
}

.map__state.nm {
  width: 8.4em;
  margin-top: 20.5em;
  margin-left: 14.9em;
}

.map__state.ne {
  width: 9.7em;
  margin-top: 12.1em;
  margin-left: 22.7em;
}

.map__state.az {
  width: 7.8em;
  margin-top: 19.5em;
  margin-left: 8.3em;
}

.map__state.ut {
  width: 6.7em;
  margin-top: 12.1em;
  margin-left: 10.1em;
}

.map__state.mo {
  width: 7.8em;
  margin-top: 16em;
  margin-left: 32em;
}

.map__state.ks {
  width: 8.9em;
  margin-top: 16.7em;
  margin-left: 24.4em;
}

.map__state.ar {
  width: 6.1em;
  margin-top: 21.8em;
  margin-left: 33.4em;
}

.map__state.wv {
  width: 5em;
  margin-top: 14.9em;
  margin-left: 47.6em;
}

.map__state.nd {
  width: 7.8em;
  margin-top: 3.2em;
  margin-left: 23.4em;
}

.map__state.wi {
  width: 9.5em;
  margin-top: 5.5em;
  margin-left: 35em;
}

.map__state.ak {
  width: 11.7em;
  margin-top: 29.2em;
  margin-left: 1.5em;
}

.map__state.pa {
  width: 6.7em;
  margin-top: 11.8em;
  margin-left: 48.9em;
}

.map__state.nh {
  width: 1.7em;
  margin-top: 5.7em;
  margin-left: 57.1em;
}

.map__state.sc {
  width: 5.8em;
  margin-top: 23em;
  margin-left: 47.4em;
}

.map__state.id {
  width: 12.2em;
  margin-top: 1.4em;
  margin-left: 11.4em;
}

.map__state.tx {
  width: 16.5em;
  margin-top: 22em;
  margin-left: 18.2em;
}

.map__state.vt {
  width: 1.9em;
  margin-top: 6.3em;
  margin-left: 55.6em;
}

.map__state.or {
  width: 9.4em;
  margin-top: 3.3em;
  margin-left: .7em;
}

.map__state.nc {
  width: 10.1em;
  margin-top: 19.8em;
  margin-left: 45.8em;
}

.map__state.ia {
  width: 7.2em;
  margin-top: 11.5em;
  margin-left: 31em;
}

.map__state.il {
  width: 4.8em;
  margin-top: 12.8em;
  margin-left: 36.8em;
}

.map__state.mt {
  width: 7em;
  margin-top: 1.3em;
  margin-left: 8.4em;
}

.map__state.ga {
  width: 6.1em;
  margin-top: 23.7em;
  margin-left: 44.7em;
}

.map__state.nv {
  width: 7.3em;
  margin-top: 10.7em;
  margin-left: 4.2em;
}

.map__state.me {
  width: 4.2em;
  margin-top: 2.1em;
  margin-left: 57.8em;
}

.map__state.la {
  width: 6.7em;
  margin-top: 27.6em;
  margin-left: 34.1em;
}

.map__state.ny {
  width: 8.3em;
  margin-top: 6.9em;
  margin-left: 49.7em;
}

.map__state.in {
  width: 3.5em;
  margin-top: 13.6em;
  margin-left: 41.2em;
}

.map__state.al {
  width: 4.3em;
  margin-top: 24em;
  margin-left: 41.6em;
}

.map__state.hi {
  width: 7em;
  margin-top: 34.2em;
  margin-left: 15.4em;
}

.map__state.ky {
  width: 8.6em;
  margin-top: 17.7em;
  margin-left: 39.9em;
}

.map__state.de {
  width: 1.3em;
  margin-top: 14.7em;
  margin-left: 54.6em;
}

.map__state.ma {
  width: 3.8em;
  margin-top: 9.1em;
  margin-left: 56.6em;
}

.map__state.wy {
  width: 8.2em;
  margin-top: 8.3em;
  margin-left: 14.8em;
}

.map__state.va {
  width: 8.3em;
  margin-top: 16.2em;
  margin-left: 47.1em;
}

.map__state.oh {
  width: 4.8em;
  margin-top: 12.9em;
  margin-left: 44.5em;
}

.map__state.ri {
  width: .9em;
  margin-top: 10.6em;
  margin-left: 58.4em;
}

.map__state.nj {
  width: 1.5em;
  margin-top: 12.4em;
  margin-left: 54.9em;
}

.map__state.sd {
  width: 8.4em;
  margin-top: 7.7em;
  margin-left: 22.9em;
}

.map__state.co {
  width: 8.6em;
  margin-top: 14.4em;
  margin-left: 16.1em;
}

.map__state.md {
  width: 5.2em;
  margin-top: 15.2em;
  margin-left: 50.6em;
}

.map__state.ca {
  width: 9.4em;
  margin-top: 9.5em;
  margin-left: 0;
}

.map__state.fl {
  width: 10.3em;
  margin-top: 29.6em;
  margin-left: 42.9em;
}

.map__state.mn {
  width: 7.3em;
  margin-top: 3.1em;
  margin-left: 30.6em;
}

.map__state.ms {
  width: 4.1em;
  margin-top: 24.2em;
  margin-left: 37.5em;
}

.section-12 {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-12.is--map-section {
  background-color: #fff;
}

.bg-contain-2 {
  z-index: 0;
  opacity: .07;
  filter: blur(2em) contrast(200%);
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: scale(1.8);
}

.overflow-2 {
  position: relative;
}

.large-numbers-2 {
  color: var(--red);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .div-block-55.new {
    background-image: linear-gradient(#d9d9d9 63%, #fff);
  }

  .number.pops {
    margin-bottom: 8px;
    font-size: 140px;
  }
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .text {
    font-size: 16px;
    line-height: 22px;
  }

  .number-wrap {
    justify-content: space-between;
  }

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

  .container-5.is--map {
    padding-top: 10.5em;
    padding-bottom: 16.8em;
  }

  .map {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-mask {
    width: 60%;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

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

  .green-number {
    font-size: 54px;
    line-height: 60px;
  }

  .number-wrap {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .container-5.is--map {
    align-items: flex-start;
    padding-left: 2.9em;
    padding-right: 3em;
    overflow: scroll;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .number, .number.pops, .number.pops {
    font-size: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .container.pos-abso.home, .container.footer, .container.pos-abso.home, .container.pos-abso.home, .container.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    width: 100%;
  }

  .navbar {
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand {
    width: 50%;
  }

  .navbar-container {
    flex-flow: row;
    display: flex;
  }

  .navbar-dropdown {
    width: 100%;
    padding-bottom: 10px;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    display: block;
  }

  .nav-menu.home {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding: 20px 10px;
    display: flex;
  }

  .button.black-btn.home.newbtn, .button.home.newbtna {
    justify-content: center;
    align-items: center;
  }

  .button.black-btn.home.newbtn, .button.home.newbtna, .button.home.newbtna {
    justify-content: center;
    align-items: center;
  }

  .button.navbtn {
    margin-top: 20px;
  }

  .mid-heading.booking-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    flex-flow: column;
    width: 100%;
  }

  .footer-block {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .footer-heading {
    margin-bottom: 1.2rem;
  }

  .footer-link {
    transition-property: none;
  }

  .footer-social-block {
    display: none;
  }

  .footer-brand-wrapper, .footer-para {
    width: 100%;
  }

  .copyright {
    font-size: 12px;
  }

  .footer-bottom {
    flex-flow: column-reverse;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .footer-bottom-btn.margin-bottom {
    display: none;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 25px;
  }

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

  .div-block-29 {
    margin-top: 300px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
  }

  .heading-13, .heading-14 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-8 {
    height: auto;
  }

  .div-block-33 {
    padding-bottom: 20px;
  }

  .div-block-34 {
    height: auto;
  }

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

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

  .heading-12-copy {
    margin-top: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-41 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .heading-20 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-44 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-24 {
    text-align: center;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2 {
    text-align: center;
    font-weight: 400;
  }

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

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .circle {
    width: 90%;
    height: 33vh;
    margin-right: 0;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .heading-25 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

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

  .div-block-53 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-29 {
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-56 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-31 {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-57 {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .image-22 {
    height: 180px;
  }

  .left-arrow {
    margin-left: 20px;
    margin-right: 0;
    display: none;
  }

  .right-arrow, .div-block-59 {
    display: none;
  }

  .div-block-65, .div-block-66 {
    height: auto;
  }

  .background-video {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-67 {
    border-width: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 60px 20px;
  }

  .heading-35 {
    text-align: center;
    font-size: 14px;
  }

  .heading-36 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-37 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-68 {
    flex-flow: column;
    align-items: stretch;
  }

  .div-block-70 {
    padding: 40px 20px;
  }

  .div-block-71 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .kogo {
    width: 100%;
  }

  .div-block-73 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-74 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-75 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-76, .div-block-84 {
    display: none;
  }

  .div-block-85 {
    flex-flow: column;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-86 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-86.new.static {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-87 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

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

  .div-block-90 {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    flex-flow: column;
  }

  .div-block-91 {
    border-radius: 0;
    flex-flow: column;
  }

  .div-block-92 {
    border-radius: 0;
    width: 100%;
    padding: 40px 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-93 {
    border-radius: 0;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .progress-bar {
    margin-left: 0;
  }

  .code-embed {
    width: 100%;
    height: 400px;
  }

  .div-block-94 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6, .carousel-slider._3, .carousel-slider._8, .carousel-slider._4, .carousel-slider._2, .carousel-slider._7, .carousel-slider._5, .carousel-slider._6 {
    right: 0%;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-mask, .mask-2 {
    width: 100%;
  }

  .div-block-98 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding: 40px 20px;
  }

  .div-block-99, .div-block-100 {
    width: 100%;
  }

  .heading-63 {
    margin-bottom: 0;
  }

  .div-block-102 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading-65 {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-66 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .div-block-106 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-109 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-111 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

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

  .container-4 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-115, .div-block-116 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-78 {
    font-size: 25px;
    line-height: 30px;
  }

  .number-content {
    width: auto;
  }

  .green-number {
    font-size: 40px;
  }

  .number-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-122 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-123 {
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-82 {
    font-size: 23px;
  }

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

  .heading-83 {
    width: 100%;
    font-size: 16px;
  }

  .div-block-125 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-127, .div-block-130 {
    width: 100%;
  }

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

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

  .div-block-135 {
    width: 100%;
    display: block;
  }

  .div-block-140 {
    flex-flow: wrap;
    display: none;
  }

  .div-block-147 {
    flex-flow: column;
    display: flex;
  }

  .div-block-148, .div-block-149 {
    width: 100%;
  }

  .div-block-150 {
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-151 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .div-block-154.new {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
  }

  .div-block-154.white {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }

  .menu-button-2 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    padding: 0;
    display: flex;
  }

  .icon-5 {
    filter: invert();
    color: #fff;
    text-align: right;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 100;
    display: block;
  }

  .heading-116 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-157 {
    height: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-117 {
    width: 100%;
  }

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

  .div-block-159 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-160, .div-block-161 {
    width: 90%;
  }

  .div-block-166 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .div-block-167, .div-block-168, .div-block-173 {
    width: 90%;
  }

  .div-block-174 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-175, .div-block-176 {
    width: 90%;
  }

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

  .image-43 {
    width: 20px;
  }

  .image-44 {
    width: 50px;
  }

  .slide-nav-4 {
    display: none;
  }

  .div-block-178 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-179 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-181 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-182 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .div-block-186 {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-187, .div-block-188 {
    width: 100%;
  }

  .div-block-192 {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-193, .div-block-194 {
    width: 100%;
  }

  .container-5.is--map {
    padding-top: 9.1em;
    padding-bottom: 25.5em;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .overflow-2 {
    display: none;
  }

  .number, .number.pops, .number.pops {
    font-size: 80px;
  }
}

#w-node-d21720b1-a8f3-51fe-481d-2632a39d613a-a39d6131, #w-node-d21720b1-a8f3-51fe-481d-2632a39d614d-a39d6131, #w-node-d21720b1-a8f3-51fe-481d-2632a39d6158-a39d6131 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
