:root {
  --website-color: #fe1d26;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.nav.mob {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.button {
  background-color: #0000;
  border: 1px solid #fff;
  margin-top: 40px;
  padding: 16px 40px;
  font-size: 14px;
  line-height: 14px;
  transition: border-color .4s, background-color .4s;
}

.button:hover {
  background-color: #eb4026;
  border-color: #eb4026;
}

.hero-head-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 59px;
  font-weight: 600;
  line-height: 72px;
}

.hero-box {
  width: 35%;
  padding-top: 70px;
  padding-bottom: 214px;
}

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

.hero {
  z-index: 1;
  background-image: url('../images/texture_down.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero.texturehero {
  background-image: url('../images/texture_down.png'), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-25.png');
}

.hero.tapehero {
  background-image: url('../images/texture_down.png'), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-24.png');
}

.hero.installhero {
  background-image: url('../images/texture_down.png'), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-23.png');
}

.hero.homhero {
  background-image: url('../images/texture_down.png'), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-21.png');
}

.hero-p {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.hero-hi {
  color: #eb4026;
  font-size: 80px;
  font-weight: 400;
}

.image {
  width: 40px;
}

.menu-item {
  color: #fff;
  border-top: 8px solid #0000;
  padding: 12px 5px 20px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: border-color .4s, color .4s;
  display: inline-block;
}

.menu-item:hover {
  color: #eb4026;
  border-top-color: #eb4026;
}

.menu-item.last {
  margin-left: 37px;
  transition: border-color .4s, color .4s;
}

.header-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.header-button-group.mewgroup {
  margin-top: 20px;
}

.header-button-group.mewgroup.new1 {
  margin-top: 0;
}

.header-button-group.newgroup {
  margin-top: 10px;
}

.hide {
  display: none;
}

.header-slide-card {
  grid-column-gap: 102px;
  grid-row-gap: 102px;
  color: #030711;
  background-color: #f9fafb;
  background-image: url('../images/20241003_104108.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  flex-flow: column;
  height: 251.453px;
  padding: 4px 4px 0;
  text-decoration: none;
  transition: border-width .3s, border-color .3s;
  display: flex;
}

.header-slide-card:hover {
  border-color: #000;
}

.header-slide-card.card1 {
  background-image: url('../images/Untitled-design-4.png');
  background-position: 100%;
  border-color: #2e2f72;
}

.header-slide-card.card2 {
  background-image: url('../images/20231023_152524.jpg');
  background-position: 50%;
  border-color: #c3262a;
  border-radius: 4px;
}

.header-slide-card.card3 {
  background-color: #fff;
  background-image: url('../images/Untitled-design-5.png');
  background-position: 0 0;
  background-size: cover;
  border-color: #2e2f72;
  border-radius: 6px;
}

.header-slider-trigger {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(90deg, #fff0, #fff 50%);
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-slider-trigger.left {
  background-image: linear-gradient(90deg, #fff 50%, #fff0);
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  left: 0;
  right: auto;
}

.button-ghost {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #030711;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

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

.button-ghost:active {
  color: #454f5f;
  background-color: #f6f7f9;
}

.button-ghost.right-icon {
  padding-right: 20px;
}

.header-main-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  width: 80%;
  height: 100%;
  position: relative;
}

.h1-heading {
  color: #fff;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

.h1-heading.newheading {
  font-size: 43px;
  line-height: 50px;
}

.h1-heading.newhead {
  line-height: 45px;
}

.h1-heading.newea {
  font-size: 45px;
  line-height: 50px;
}

.header-avatar {
  z-index: 1;
  background-color: #f9fafb;
  border: 8px solid #fff;
  border-radius: 99px;
  width: 198px;
  height: 198px;
  position: absolute;
  inset: 14% 4% auto auto;
  overflow: hidden;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.subheading-small {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.header-slide-title {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 0 2px -14px #4d4d4d14;
}

.container-regular {
  z-index: 3;
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.max-width-regular {
  width: 100%;
  max-width: 550px;
}

.header-graphic {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-title-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 56px;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.2px;
  white-space: nowrap;
  background-color: #111827;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #913b8b;
}

.header-slider {
  z-index: 1;
  background-color: #0000;
  height: auto;
  margin-top: 30px;
  margin-left: -224px;
  overflow: hidden;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.header-slide {
  margin-right: 24px;
}

.header-slider-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .8fr;
  padding-bottom: 60px;
}

.header-slide-mask {
  width: 200px;
  margin-right: auto;
  overflow: visible;
}

.header-avatar-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header-sparkles {
  z-index: 1;
  object-fit: contain;
  object-position: 100% 0%;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 450px;
  position: relative;
}

.header-slide-section {
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.text-color-green {
  color: #008f4a;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.align-left {
  justify-content: center;
  align-items: flex-start;
}

.header-dashboard-asset {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 24px;
  max-width: 50%;
  min-height: 80%;
  position: absolute;
  left: auto;
  right: -10%;
}

.header-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-weight-medium {
  font-weight: 500;
}

.max-width-regular-2 {
  max-width: 638px;
}

.header-client-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d5d9e2;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-header {
  background-color: #fdf9ed;
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.column-large {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.button-primary-rounded-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-icon:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-icon.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.h4-heading {
  color: #23272f;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
}

.header-client-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.dashboard-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-color-orange {
  color: #fe5b25;
}

.header-content-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 50%;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.badge-icon {
  background-color: #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-purple {
  color: #a355f7;
}

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

.header-client-review {
  border: 1px solid #d5d9e2;
  border-radius: 8px;
  width: 100%;
  max-width: 197px;
  padding: 16px;
}

.h1-heading-2 {
  letter-spacing: -2.4px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-medium {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.logo-big-block---t3 {
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 100px;
  display: flex;
}

.topbar-main-block {
  z-index: 2;
  background-image: url('../images/Hero-Slider_1Hero Slider.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.topbar-main-block._01 {
  background-image: url('../images/background-Image-5_1background Image (5).webp');
  overflow: visible;
}

.navbar-wrapper---t3 {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-regular---t3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-link---t3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.topbar-and-nav-block---t3 {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.topbar-contact-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.detail-block---t3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #7b8280;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-icon-border---t3 {
  background-color: #ddd;
  width: 1px;
  height: 40px;
}

.top-bar-block---t3 {
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  display: flex;
}

.navbar-no-shadow---t3 {
  background-color: #fff;
  border-top: 1px #0003;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-brand---t3 {
  display: none;
}

.topbar-3-main-block---t3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  box-shadow: 0 0 0 1px #0003, 4px 4px 14px #0003;
}

.dropdown-list---t3 {
  padding: 28px;
}

.dropdown-list---t3.w--open {
  background-color: #0a66c2;
  padding: 20px;
  display: flex;
  top: 70%;
  left: -50px;
}

.logo-text {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.topbar-text---t3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.nav-link---t3 {
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 0;
  padding: 22.5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.icon---t3 {
  margin-right: 0;
}

.topbar---t3 {
  background-color: #fff;
  background-image: url('../images/Untitled-design-4.svg');
  background-position: 4%;
  background-size: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-logo {
  z-index: 1;
  flex: none;
  position: relative;
}

.nav-logo.topbar-02 {
  padding: 5px 30px;
}

.search-icon---t3 {
  color: #1d262d;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.nav-menu---t3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-toggle---t3 {
  text-transform: uppercase;
  padding: 22.5px 20px 22.5px 0;
  transition: color .3s;
}

.topbar-btn {
  color: #1d262d;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #1d262d;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.topbar-btn:active {
  background-color: #43464d;
}

.dropdown-text---t3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.container---t3 {
  max-width: 1140px;
}

.navbar-no-shadow-container---t03 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.contact-block-res---t3 {
  display: none;
}

.contact-text---t3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.search-icon-block---t3 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.nav-menu-wrapper---t3 {
  display: flex;
}

.logo-3 {
  margin-top: -20px;
  position: relative;
}

.logo-3.newlogo {
  margin-top: 0;
}

.appointment-button-div-main {
  background-color: var(--website-color);
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 211px;
  height: 40px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.appointment-button-div-main.ewnt {
  background-color: #c3262a;
}

.appointment-button-div-main.nmewbtn {
  background-color: #8c1d1f;
  margin-top: 15px;
}

.appointment-button-div-main.mewn1 {
  width: 165px;
}

.appointment-button-text-div-container {
  width: 90%;
}

.make-an-appointment-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.make-an-appointment-text.nl1 {
  margin-right: 38px;
}

.make-an-appointment-text.nwewa {
  text-align: left;
  text-decoration: none;
}

.make-an-appointment-arrow-div {
  z-index: 0;
  background-image: url('../images/c3262a.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.make-an-appointment-arrow-div.newl1 {
  filter: contrast(200%);
}

.make-an-appointment-arrow {
  background-image: url('../images/arrow_forward_24px_1arrow_forward_24px.png');
  background-position: 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 14px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 38px;
}

.f-h3-heading.newheading {
  font-size: 31px;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-section-regular.newsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.f-section-regular.new1 {
  display: none;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

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

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.subheading-bold {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.header-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 792px;
  position: relative;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 6px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.header-play-button {
  background-color: #fe1d26;
  border: 1px #2e2f72;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: auto;
  min-height: 0;
  display: flex;
}

.highlight-wrap {
  display: inline-block;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.header-feature-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.section-regular {
  padding: 96px 5%;
  position: relative;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 1.2;
}

.avatar-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.header-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.h6-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.header-avatar-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.highlight {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.icon-large-2 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.icon-regular-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 20px;
  display: flex;
}

.highlight-span {
  background-color: #f4f4f5;
  border-radius: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.avatar-large {
  border: 4px solid #fff;
  border-radius: 100px;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  overflow: hidden;
  box-shadow: 0 1px #e4e4e7;
}

.avatar-large.group {
  margin-left: -16px;
}

.paragraph-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.header-grid-b {
  grid-column-gap: 52px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  margin-bottom: 140px;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #525252;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #3d3d3d;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

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

.h6-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hiw-image-wide {
  border-radius: 16px;
  width: 100%;
  max-width: 486px;
  position: relative;
  overflow: hidden;
}

.grid-three-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.hiw-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: flex;
}

.hiw-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.hiw-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  background-color: #141414;
  border-radius: 16px 8px 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 0 0 8px #fff;
}

.h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.title-wrapper-regular {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-regular.margin-bottom-80 {
  margin-bottom: 80px;
}

.div-block {
  background-color: #2e2f72;
  background-image: url('../images/Untitled-design.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-2 {
  background-color: #c3262a;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-3 {
  background-color: #2e2f72;
  border-radius: 4px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-4 {
  background-image: url('../images/Untitled-design-1_1.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 50px;
}

.section {
  background-color: #2e2f72;
}

.f-team-regular {
  text-decoration: none;
}

.overline-4 {
  color: #fff;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.f-team-name-wrapper {
  margin-bottom: 16px;
}

.button-text-2 {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.f-paragraph-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-team-image-square {
  border-radius: 8px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

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

.bold-text-2 {
  color: #fff;
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 800;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-small.align-c {
  text-align: center;
  align-items: center;
  margin-top: 50px;
}

.wrap-v-x-small.align-c._11 {
  margin-top: 0;
  margin-bottom: 50px;
}

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

.bold-text-38 {
  font-size: 20px;
}

.h1-heading-4 {
  color: #030711;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
}

.test1 {
  text-align: center;
  background-color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 35px 15px 24px;
  transition: all 1s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 5px #0003, inset 3px 0 #d12120;
}

.test1:hover {
  box-shadow: inset 100vh 0 #d12120;
}

.test1.new1.nn {
  background-color: #d02120;
}

.test1.new1.nn.kk {
  text-decoration: none;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.bold-text-35 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.f-line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.f-text-weight-bold {
  color: #fff;
  margin-bottom: -10px;
  font-weight: 700;
}

.bold-text-37 {
  font-size: 20px;
}

.f-team-content-wrapper {
  color: #160042;
  margin-top: 24px;
}

.f-section-large {
  background-image: linear-gradient(#000c 100%, #fff), url('../images/66d0aa7e050e710de1e48a45_2024-04-26-fotor-20240830151153.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 40px 5%;
  display: block;
  position: relative;
}

.d-130-date {
  color: #fff;
  text-align: center;
  border: 5px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 15px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 48px;
  display: flex;
  position: relative;
}

.d-130-h3-heading {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.d-130-read-more-link-block {
  justify-content: flex-end;
  align-items: center;
  width: 175px;
  height: 50px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 3px 1px #0003;
}

.d-130-blog-card-wrapper {
  border: 10px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.d-130-right-arrow {
  position: absolute;
  transform: skew(-25deg);
}

.d-130-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-130-description-wrapper {
  background-color: #fff;
  border-radius: 4px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  position: absolute;
  inset: auto 0% -15%;
  box-shadow: 0 2px 5px #0003;
}

.d-130-month {
  font-size: 32px;
}

.d-130-writing-icon {
  color: #333;
  display: none;
}

.text-block {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
}

.d-130-image {
  background-image: url('../images/daria-nepriakhina-194418-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150%;
  height: 150%;
  position: absolute;
}

.d-130-image._2.img2 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/Untitled-design-2.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-130-image._2.img2.new11 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/IMG_3414-scaled.jpeg');
}

.d-130-image._2.img3 {
  background-image: linear-gradient(#0000004d 100%, #12121280 100%, #fff), url('../images/stained-deck-225x300.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-130-image._2.img4 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/img.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-130-image._2.img5 {
  background-image: url('../images/IMG_4236.jpeg');
}

.d-130-image._2.img5.img6 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/IMG_2747.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.d-130-image._2.img5.img6.img7 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/Drywall.webp');
}

.d-130-image._2.img5.img6.img8 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/IMG_4212.jpeg');
}

.d-130-image._2.img5.img6.img10 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/img-1_1.png');
}

.d-130-image._2.img5.img6.img11 {
  background-image: linear-gradient(#00000080 100%, #fff), url('../images/image000000.jpg');
}

.d-130-image._2 {
  background-image: url('../images/william-daigneault-1153447-unsplash.jpg');
  background-size: cover;
}

.d-130-image._2.img2.new12 {
  background-image: url('../images/433610188_122140955690060477_2316620610692058571_n.jpeg');
  border-radius: 8px;
}

.d-130-image.img2 {
  background-image: url('../images/448595378_122154750716060477_4199623612584904054_n.jpeg');
  width: 133%;
}

.d-130-image.img4 {
  background-image: url('../images/2022-01-03-13.56.50.jpeg');
}

.d-130-image.img1 {
  background-image: url('../images/335070235_535976075297259_8423170033870471135_n.jpg');
  background-position: 50% 100%;
  width: 400px;
}

.d-130-arrow-bg {
  background-color: #bf000d;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  height: 50px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -50%;
  transform: skew(25deg);
}

.d-130-color-overlay {
  background-color: #c3262ab3;
  position: absolute;
  inset: 0%;
}

.d-130-paragraph {
  color: #333;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

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

.our-impact-purple-text {
  color: #fff;
  width: 400px;
  min-width: 520px;
  max-width: 1000px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-70 {
  z-index: 0;
  background-image: linear-gradient(#2e2f72cf, #c3262a73), url('../images/20180727-081206_1_orig.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.impact-div-container {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  height: 100%;
  display: flex;
  position: relative;
}

.impact-top-div-container {
  width: 100%;
  height: 241px;
  display: flex;
}

.icon-regular-8 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.icon-regular-8.newicon {
  color: #2e2f72;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 15px;
}

.maels-text-div {
  flex-direction: column;
  display: flex;
}

.trained-div-container, .mneals-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

._2900, ._12k {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.trained-text-div {
  flex-direction: column;
  display: flex;
}

.pups-trained {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.our-pimact-main-text-div {
  padding-right: 0;
}

.our-impact-symbol {
  background-image: url('../images/Overline-Mark_1Overline Mark.png');
  background-position: 35%;
  background-size: 140%;
  width: 25px;
  height: 25px;
  margin-right: 16px;
}

.make-an-appointment-arrow-div-2 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Untitled-design-3_1Untitled design (3).png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 45px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.appointment-button-div-main-3 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 45px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.meals-served {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.our-impact-stats-div {
  justify-content: space-around;
  width: 100%;
  height: 100px;
  margin-top: 79px;
  display: flex;
}

.our-impact-purple-button-div {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.bath-text-container {
  flex-direction: column;
  display: flex;
}

.our-impact-main-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.baths-div-container {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.make-an-appointment-text-2 {
  color: #fff;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

.baths-image-div {
  color: #c3262a;
  background-image: url('../images/Untitled-design-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 76px;
  margin-right: 20px;
}

._3700 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 35px;
}

.impact-top-left-div {
  width: 50%;
}

.our-impact-title-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.our-impact-purple-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 150px;
  margin-top: 112px;
}

.our-impact-title {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 112px;
  margin-bottom: 32px;
  display: flex;
}

.our-impact-purple-div-container {
  z-index: 1;
  background-image: url('../images/review-3.svg'), url('../images/Untitled-design-2.svg');
  background-position: 0 100%, 0 0;
  background-size: cover, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.our-impact-purple-block-text-div {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 0;
  display: flex;
}

.puppy-baths {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.impact-section {
  background-color: #0e0e0e;
  flex-direction: column;
  align-items: center;
  height: 608px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.our-impact-dog-image-div {
  width: 50%;
}

.our-poimact-dog-image {
  background-image: url('../images/Untitled-design-5.png');
  background-position: 100%;
  background-size: cover;
  border-radius: 8px;
  width: 498px;
  height: 315px;
  position: relative;
  top: -80px;
  left: 72px;
}

.d-130-description-wrapper-2 {
  background-color: #fff;
  border-radius: 8px;
  height: auto;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  position: absolute;
  inset: auto 0% -28%;
  box-shadow: 0 2px 5px #0003;
}

.div-block-72 {
  width: 800px;
}

.brix---slider-mask-width-388px {
  width: 425px;
  max-width: 425px;
  height: 100%;
  overflow: visible;
}

.brix---color-neutral-804 {
  color: #6e7191;
}

.icon-regular-9 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-547px {
  max-width: 574px;
}

.d-130-color-overlay-2 {
  background-color: #bf000db3;
  width: 410px;
  display: flex;
  position: absolute;
  inset: 0% 20% 0% 0%;
}

.d-130-color-overlay-2.newomg1 {
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 380px;
}

.make-an-appointment-arrow-div-3 {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Untitled-design-3_1Untitled design (3).png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 45px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.appointment-button-div-main-4 {
  background-color: #000;
  border-radius: 4px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  height: 45px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.d-130-blog-card-wrapper-2 {
  border: 10px solid #2e2f72;
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 450px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.make-an-appointment-text-3 {
  color: #fff;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---mg-bottom-16px-3 {
  margin-bottom: 16px;
}

.brix---heading-h2-size-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---slide-item-mg {
  width: 380px;
  height: 450px;
  margin-right: 46px;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -100px;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---section-overflow-hidden {
  padding-top: 176px;
  padding-bottom: 176px;
  display: none;
  overflow: hidden;
}

.brix---section-overflow-hidden.newsection {
  background-color: #fefefe;
  padding-top: 40px;
  padding-bottom: 100px;
  display: block;
}

.brix---paragraph-default-5 {
  color: #000;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.d-130-h3-heading-2 {
  color: #000;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.brix---color-neutral-806 {
  color: #211f54;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -100px 84px auto auto;
  box-shadow: 0 2px 12px #14142b14;
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: scale3d(.94, .94, 1.01);
}

.d-130-image-wrapper-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.avatar-small {
  border-radius: 100%;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.home-testimonials_rating-icon {
  color: #000;
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.b-badge-caption {
  color: #000;
  letter-spacing: normal;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}

.author-name-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.b-badge-icon {
  color: #fabd1b;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.image-51 {
  margin-left: -35px;
  margin-right: 10px;
}

.h2-heading-3 {
  color: #000;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

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

.people-image-3 {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}

.our-impact-purple-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.title-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.testimonial-author-name {
  color: #000;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

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

.section-small-2 {
  padding: 80px 5%;
}

.section-small-2.background-secondary {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-small-2.background-secondary.m1 {
  background-color: #fefefe;
}

.section-small-2.background-secondary {
  background-color: #f6f5f3;
}

.section-small-2.background-secondary.newsec {
  background-color: #fff;
}

.section-small-2.background-secondary.newsec.newsec1.invs1 {
  background-color: #f3f3f3;
  margin-top: 0;
}

.section-small-2.background-secondary.newsec.newsec1.invs1.nerr {
  background-color: #fefefe;
}

.testimonial-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.testimonial-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.avatar {
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 14px;
}

.link-block-2 {
  margin-left: 22px;
  transition: all 1s;
}

.link-block-2.newlinkblk {
  margin-left: 0;
}

.wrap-v-tiny-2 {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.title-wrapper-large-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-right: 6px #d12120;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper-2 {
  margin-top: -20px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.our-impact-purple-block-text-div-2 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.home-testimonials_rating-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 200px;
  display: grid;
}

.home-testimonials_rating-wrapper.new122 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
  display: flex;
}

.home-testimonials_rating-wrapper.new1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30px;
  display: block;
}

.our-impact-purple-div-container-2 {
  z-index: 1;
  background-color: #fff0;
  background-image: url('../images/Untitled-design-1_2.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  width: 900px;
  height: 100%;
  margin-top: 20px;
  padding: 20px 90px;
  display: flex;
  position: relative;
}

.testimonial-avatar-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-medium {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

.label-medium.text-weight-medium {
  color: #000;
  font-weight: 500;
}

.paragraph-large-11 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-11.text-color-gray-950 {
  color: #1f1e1e;
  font-size: 17px;
  line-height: 27px;
}

.s4_item_desc {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
}

._138-mouse-down {
  width: 80px;
  height: 80px;
  position: relative;
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  transform-style: preserve-3d;
  background-color: #ec1d25;
  background-image: linear-gradient(118deg, #ec1d25, #141414);
  border-radius: 12px;
  margin-right: 10px;
  padding: 1em 2.5em;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
  box-shadow: 0 8px 20px -8px #fb6f4ea8;
}

.button-2:hover {
  transform: translate3d(0, 0, 10px);
  box-shadow: 0 11px 40px -8px #fb6f4e6e;
}

.button-2:active {
  transform: translate(0);
}

.button-2.w--current {
  background-image: linear-gradient(118deg, #ec1d25, #141414);
}

.cont {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.s4_item_number {
  color: #0000000d;
  font-size: 96px;
  font-weight: 800;
  line-height: 117px;
  position: absolute;
  inset: auto -12px -30px auto;
}

.s4_item {
  z-index: 1;
  background-color: #fff;
  border: 1px #2e2f7200;
  border-radius: 5px;
  flex: 0 45%;
  max-width: 438px;
  margin-bottom: 45px;
  margin-left: 0;
  margin-right: 0;
  padding: 17px 22px 40px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.decorate_text {
  z-index: 0;
  color: #fc9a4080;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 110px;
  font-weight: 900;
  line-height: 146px;
  position: absolute;
  inset: 20% 0% auto;
}

.decorate_text._3 {
  background-color: var(--website-color);
  color: #ec1d2599;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 100px;
  top: 10%;
}

.heading-3 {
  color: #000;
  text-align: center;
  font-weight: 800;
}

.s4_content {
  margin-top: 80px;
  position: relative;
}

.s4_items {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.s4 {
  background-color: #fefefe;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.s4_item_title {
  color: #000;
  margin-left: 25px;
  font-size: 22px;
  font-weight: 800;
}

.button-wrapper {
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.s4_item_title_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.section-21 {
  text-decoration: none;
  display: flex;
}

.icon-regular-10 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-10.new14 {
  color: #c3262a;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.text-block-15 {
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.icon-regular-11 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-11.new14 {
  color: #c3262a;
  justify-content: center;
  align-items: flex-start;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.body-button-normal {
  letter-spacing: -.02em;
  font-size: 17px;
  font-weight: 600;
}

.section-bk {
  opacity: 1;
  background-color: #031927;
  background-image: linear-gradient(#2e2f72b3 100%, #fff), url('../images/Untitled-design-2-1.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  padding-top: 90px;
  padding-bottom: 40px;
}

.image-full-2 {
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-left: 0;
}

.big-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.col-img-overlap-parent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.cta-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-button-group.newbtngroup {
  margin-top: 0;
}

.paragraphs-white {
  color: #fff;
  width: 600px;
  font-size: 20px;
  line-height: 28px;
}

.section-tittle {
  color: #212127;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 100%;
}

.section-tittle.white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.button-right-icon {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2da6cf;
  background-image: url('../images/untitled-15.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 307.813px;
  min-height: 48px;
  padding: 15px 16px 15px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon:hover {
  background-color: #2ca6cf;
  transform: translate(0, -4px);
}

.button-right-icon:active {
  background-color: #160042;
}

.button-right-icon:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon.newbtn {
  background-color: #2ca6cf;
  background-image: url('../images/untitled-15.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 275px;
}

.icon-right {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-section {
  background-color: #07090d;
  background-image: linear-gradient(#000000d9 100%, #fff), url('../images/Untitled-design-5.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 60px 5% 10px;
}

.overline-5 {
  color: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.column-regular {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.column-regular.newcolom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.footer-company-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.paragraph-regular-3 {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-400 {
  color: #fff;
}

.footer-company-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: 25px;
  display: flex;
}

.footer-column.newcolumn {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  border: 1px #000;
}

.footer-column.newcol, .footer-column.nn {
  display: none;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-3:hover {
  background-color: #1a44a0;
}

.footer-legal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-social-link {
  color: #fff;
  border: 1px solid #232a39;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #07090d;
  background-color: #fff;
}

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .6fr 1fr;
}

.divider-gray-800 {
  background-color: #ffffff9e;
  width: 100%;
  height: 1px;
}

.footer-text-link {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.newsletter-form-block {
  max-width: 420px;
  margin-bottom: 0;
}

.form-success-message {
  background-color: #f0f5ff;
  border-radius: 12px;
  padding: 14px 18px;
}

.newsletter-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-error-message {
  text-align: center;
  background-color: #fde7e7;
  border-radius: 6px;
  padding: 12px 16px;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-field-icon {
  position: absolute;
  left: 12px;
}

.h4-heading-2 {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

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

.icon-regular-12 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.newsletter-input-field {
  color: #fff;
  background-color: #07090d;
  border: 1px solid #232a39;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 42px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.newsletter-input-field:focus {
  background-color: #232a39;
  border-color: #586174;
}

.sub-heading-small-4 {
  color: #fff;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.footer-legal-wrap {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.map-block {
  border-radius: 20px;
  height: 280px;
  overflow: hidden;
}

.field-wrap {
  margin-bottom: 24px;
}

.social-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: #fcd3c7;
}

.cta-text-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  background-color: #693ceb;
  align-items: center;
  min-height: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #8155ff;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
}

.text-field:hover {
  border-bottom-width: 2px;
  border-bottom-color: #fcd3c7;
}

.text-field:active, .text-field:focus {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fcd3c7;
}

.text-field::placeholder {
  color: #f5f1ff;
  font-size: 16px;
}

.radio-button-label {
  color: #f5f1ff;
  margin-bottom: 0;
}

.social-wrap {
  align-items: center;
  display: flex;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  color: #5f30e2;
  background-color: #fcd3c7;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  transition: all .3s;
}

.button-3:hover {
  text-decoration: underline;
}

.button-arrow-wrap {
  align-items: center;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

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

.footer-cta {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.form-block {
  max-width: 620px;
}

.footer-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}

.footer-top {
  background-color: #5f30e2;
  padding: 100px 3%;
}

.footer-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1.5fr;
}

.button-text-3 {
  color: #fcd3c7;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

.footer-logo {
  width: 120px;
}

.checkbox {
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: #693ceb;
  background-size: 12px;
  border-color: #fff;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  margin-bottom: -15px;
  box-shadow: 0 2px 5px #0003;
}

.icon-regular-13 {
  color: #d4010a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  display: flex;
}

.icon-regular-14 {
  width: 24px;
  height: 24px;
  color: var(--website-color);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.footer-legal-wrap-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #666;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.paragraph-small-9 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.link-3 {
  text-decoration: none;
}

.bold-text-11 {
  color: #fff;
  text-decoration: none;
}

.footer-legal-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link:hover {
  color: #fff;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.title-wrapper-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-wrapper-3 {
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
}

.image-57 {
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 400px;
}

.testimonial-overlay {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(#fff0, #f6f5f300 50%, #f6f5f3cc 80%, #f6f5f3);
  position: absolute;
  inset: 0%;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.1;
}

.container-10 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.section-22 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.navigation-link-06 {
  color: #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navigation-link-06:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
  transform: translate(6px);
}

.menu-link {
  font-size: 16px;
  font-weight: 600;
}

.navigation-list-wrapper {
  background-color: #2e2f72;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.navigation-list {
  min-width: 140px;
}

.navigation-list.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  position: absolute;
  left: -80px;
}

.navigation-toggle {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;
  padding: 0 24px 0 0;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.navigation-toggle:hover, .navigation-toggle.w--open:hover {
  color: #fff;
}

.navigation-arrow {
  background-color: #0000;
  width: 44px;
  height: 44px;
  position: absolute;
  inset: -2px auto auto;
  transform: rotate(45deg);
}

.navigation-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.navigation-content.n1212 {
  position: static;
}

.chevron {
  color: #000;
  margin-top: 2px;
  margin-right: 5px;
}

.icon-regular-25 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-25.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-25.new14.neq {
  color: #fff;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.text-block-16 {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.our-impact-purple-block-text-div-3 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  padding-right: 84px;
  display: flex;
}

.our-impact-purple-div-container-3 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/Untitled-design-3_2.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding: 20px 90px;
  display: none;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button-right-icon-2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  background-image: url('../images/btn-graphic.svg'), linear-gradient(205deg, #d4010a, #0d1541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-2:hover {
  background-color: #282556;
  transform: translate(0);
}

.button-right-icon-2:active {
  background-color: #160042;
}

.button-right-icon-2:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.icon-right-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.icon-right-2.newicon12 {
  margin-left: 8px;
}

.body-button-normal-2 {
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 700;
}

.image-48 {
  margin-left: -35px;
  margin-right: 10px;
}

.our-impact-purple-text-3 {
  color: #fff;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.h2 {
  color: #1a1a1a;
  margin-top: 0;
  font-weight: 500;
}

.h2.body-color {
  color: #fff;
  font-size: 26px;
  line-height: 40px;
}

.content-wrap-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.p {
  color: #1a1a1a;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.p.body-color {
  color: #fff;
}

.container-11 {
  width: 100%;
  max-width: 1100px;
}

.paragraph-small-10 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-10.text-color-gray-800 {
  color: #fff;
  width: 180px;
  font-size: 16px;
  font-weight: 800;
}

.section-15 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px 5%;
  display: flex;
}

.section-15.reverse-color {
  background-color: #041541;
  background-image: url('../images/Untitled-design-3_2.png'), linear-gradient(#041541d9 100%, #fff), url('../images/2023-07-10-1.jpg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  padding-bottom: 0;
}

.section-15.reverse-color.new111 {
  display: none;
}

.short-image {
  object-fit: cover;
  border-radius: 20px;
  width: 115%;
  max-width: none;
  height: 430px;
  margin-bottom: 45px;
  margin-left: -130px;
  box-shadow: 0 2px 5px #0003;
}

.content-button-2 {
  font-size: 10px;
}

.grid_1-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.bold-text-14 {
  font-size: 28px;
  line-height: 30px;
}

.button-right-icon-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2da6cf;
  background-image: url('../images/untitled-15.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 307.813px;
  min-height: 48px;
  padding: 15px 16px 15px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-3:hover {
  background-color: #2ca6cf;
  transform: translate(0, -4px);
}

.button-right-icon-3:active {
  background-color: #160042;
}

.button-right-icon-3:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.button-right-icon-3.newbtn {
  background-color: #2ca6cf;
  background-image: url('../images/untitled-15.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 275px;
}

.icon-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon-right-3 {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-left: 12px;
  display: flex;
}

.playbuttonwrapper {
  color: #fff;
  background-color: #d4010a;
  background-image: url('../images/Untitled-design-3_2.png'), linear-gradient(205deg, #d4010a, #041541 69%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
  inset: -260px auto 0% 30%;
  box-shadow: 0 2px 5px #0003;
}

.newtag {
  font-size: 42px;
}

.newtag.en1 {
  line-height: 40px;
}

.section-regular-2 {
  padding: 80px 5%;
  position: relative;
}

.section-regular-2.background-gray-50 {
  background-color: #f5f5f6;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2-heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.h2-heading-6.text-weight-medium {
  font-weight: 700;
}

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

.logo-awards {
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.title-row {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.title-row.row-center {
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

.max-width-regular-3 {
  width: 100%;
  max-width: none;
}

.paragraph-large {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-600 {
  color: #59595f;
  width: 100%;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-color-orange-500 {
  color: #2e2f72;
}

.icon-x-small {
  color: #2e2f72;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.overline-regular {
  color: #000;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.title-center-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-doodle {
  z-index: 0;
  height: 22px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.story-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.h2-heading-7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.story-content {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -60px;
  display: flex;
}

.content-tab-content {
  width: 100%;
}

.column-large-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.container-regular-4 {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.heading-grid.new111 {
  grid-template-columns: 1.15fr;
  place-items: center stretch;
}

.paragraph-large-12 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-12.text-color-gray-800 {
  color: #434347;
  margin-bottom: 0;
}

.content-tab-link {
  color: #252527;
  text-align: center;
  letter-spacing: -.08px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.content-tab-link.w--current {
  color: #fff;
  background-color: #2e2f72;
  border-color: #000;
  border-radius: 4px;
}

.content-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.story-sign-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-sign {
  width: 139px;
  height: 36px;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.12px;
  white-space: nowrap;
  background-color: #2e2f72;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.section-regular-3 {
  background-color: #f3f3f3;
  padding: 40px 5%;
  position: relative;
}

.content-tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: -108px;
  margin-bottom: 64px;
  margin-left: 24px;
  display: flex;
}

.text-block-17 {
  font-weight: 600;
}

.text-block-17.newblock {
  font-size: 20px;
  line-height: 28px;
}

.text-block-18 {
  font-weight: 600;
}

.text-block-19 {
  font-size: 14px;
  font-weight: 600;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-two-column.new111 {
  margin-top: -45px;
}

.checkbox-field-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.map-detail {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 344px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto 12px 12px;
  box-shadow: 0 2px 5px #0003;
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.checkbox-link {
  color: #59595f;
  text-decoration: underline;
}

.icon-inner {
  background-color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular-2.column-left {
  justify-content: center;
  align-items: flex-start;
  margin-right: 40px;
}

.form-text-field {
  color: #252527;
  letter-spacing: .08px;
  background-color: #f5f5f6;
  border: 1px #e6e6e7;
  border-radius: 4px;
  min-height: 44px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.form-text-field::placeholder {
  color: #59595f;
}

.form-text-field.text-area {
  min-height: 140px;
}

.contact-link {
  color: #000;
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large-3.column-left {
  justify-content: center;
  align-items: center;
}

.container-large-3 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.map-detail-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.08px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.h4-heading-3 {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}

.h4-heading-3.new111 {
  line-height: 1.1;
}

.max-width-regular-4 {
  width: 100%;
  max-width: none;
}

.paragraph-small-11 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-11.text-color-gray-600 {
  color: #59595f;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2e2f72;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-flex;
}

.subheading-regular {
  color: #252527;
  letter-spacing: -.12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.subheading-regular.text-color-gray-950 {
  color: #252527;
  font-weight: 700;
}

.checkbox-2 {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.icon-regular-26 {
  color: #2e2f72;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-regular-26.new12 {
  color: #c2262a;
}

.paragraph-regular-4 {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-4.text-color-gray-600 {
  color: #000;
  text-align: left;
}

.text-color-orange-501 {
  color: #ff5805;
}

.icon-wrapper {
  color: #252527;
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 4px;
  padding: 4px;
}

.map {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.input-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.cta-map {
  z-index: 0;
  height: 100%;
}

.button-grid-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.form-card {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.form-field-label {
  color: #252527;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.section-regular-4 {
  background-color: #f5f5f6;
  padding: 80px 5%;
  position: relative;
}

.section-regular-4.background-white {
  background-color: #fefefe;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-regular-4.background-white.n11 {
  position: relative;
}

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

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  display: inline-flex;
}

.cta-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.menu-line {
  background-color: #000;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-heading {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-size: 42px;
}

.hero-section-3 {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.paragraph-10 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.feature-text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 865px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: -70px;
  display: flex;
  position: relative;
}

.video {
  border-radius: 12px;
  margin-top: 90px;
  margin-bottom: 40px;
  overflow: hidden;
}

.cal-link {
  color: #fff;
  background-image: url('../images/calendar-with-a-clock-time-tools_1calendar-with-a-clock-time-tools.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.text-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/untitled-1.svg');
  background-position: 50%;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-block-2 {
  background-color: #2e2f72;
  border-radius: 19px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 40px;
  display: flex;
}

.features-icon-block-2 {
  background-color: #c3262a;
  border-radius: 1000px;
  margin-top: -60px;
  margin-bottom: 8px;
  padding: 20px;
  position: relative;
}

.hero-bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.container-12 {
  width: 85%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  flex-direction: column;
  align-items: center;
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.video-2 {
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.hero-section-2 {
  padding-top: 180px;
  padding-bottom: 60px;
  display: none;
  position: relative;
}

.features-icon-block {
  background-color: #e57175;
  border-radius: 1000px;
  margin-top: -90px;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}

.feature-block {
  background-color: #202020;
  border-radius: 19px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 40px;
  display: flex;
}

.icon-regular-27 {
  color: #d5938c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-card-bar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2e2f72;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-8 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large-13 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-grid-wide {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 638px);
  align-items: center;
}

.paragraph-small-12 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading-regular-2 {
  color: #fff;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 800;
  line-height: 32px;
}

.icon-wrapper-2 {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper-2.red {
  color: #d12e46;
  background-color: #ffffffc4;
}

.section-x-large {
  padding: 144px 5%;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  font-size: 18px;
  line-height: 162%;
  text-decoration: none;
}

.navigation-toggle-3 {
  color: #fff;
  margin-left: 0;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.navigation-toggle-3:hover {
  color: #fff;
}

.navbar-brand {
  height: 100%;
}

.nav-menu-wrapper-3 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-block-60 {
  letter-spacing: normal;
  text-transform: capitalize;
  margin-right: 9px;
  font-size: 18px;
  font-weight: 500;
}

.logo-4 {
  margin-bottom: 0;
  margin-right: -20px;
}

.text-block-61 {
  font-size: 18px;
}

.navigation-link-03 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.navigation-link-03:hover {
  color: #fff;
  transform: translate(4px, -4px);
}

.nav-menu-item {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.navigation-list-wrapper-5 {
  background-color: #2b317e;
  background-image: linear-gradient(180deg, var(--website-color), #000);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.navigation-list-wrapper-5.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-dropdown-1 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.container-17 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.chevron-2 {
  margin-top: 20.5px;
  margin-right: 5px;
}

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

.navigation-list-2 {
  min-width: 290px;
}

.navigation-list-2.w--open {
  background-color: #0000;
  min-width: 290px;
  max-height: 100vh;
  padding-top: 30px;
  left: -80px;
}

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  border-bottom: 1px solid #fff3;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0%;
  position: absolute;
  top: 30px;
  left: 0%;
  right: 0%;
}

.navmenu-tablet-only {
  display: none;
}

.navigation-content-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  display: flex;
  position: relative;
}

.icon-button-outline {
  background-color: var(--website-color);
  color: #292929;
  overflow-wrap: normal;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #c4262a;
  transform: translate(4px, -4px);
}

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.icon-small-5 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.navigation-button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.navbar-open {
  display: none;
}

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

.icon-regular-22 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-22.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-22.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.nav-logo-tablet {
  max-width: 180px;
}

.menu-link-2 {
  font-size: 16px;
  font-weight: 500;
}

.button-secondary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #e4a523;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 185px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .45s;
}

.button-secondary-small:hover {
  transform: translate(4px, -4px);
  box-shadow: 0 2px 5px #3f90c9;
}

.button-link-box {
  position: relative;
  overflow: hidden;
}

.about-feature {
  align-items: center;
  width: 255px;
  display: flex;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #f2994a;
  border: 0 #000;
  border-radius: .21em;
  flex-direction: column;
  align-items: center;
  width: 30%;
  margin-right: 1.39em;
  padding: .9em;
  font-weight: 600;
  display: flex;
}

.main-button.is--empty {
  background-color: #e4a523;
  border: 1.5px solid #e4a523;
  width: 249px;
  margin-right: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .45s;
}

.main-button.is--empty:hover {
  background-color: #e4a523;
  transform: translate(4px, -4px);
}

.main-button.is--shadow {
  background-color: #24367f;
  padding-top: 1em;
  padding-bottom: 1em;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 0 1px 60px -16px #f2994aa6;
}

.main-button.is--shadow:hover {
  box-shadow: 0 1px 60px -1px #f2994aa6;
}

.main-button.is--shadow.newbtn {
  width: 240px;
  height: 48px;
  box-shadow: none;
  color: #fff;
  background-color: #2b317e;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 600;
  transition-duration: .45s;
}

.main-button.is--shadow.newbtn:hover {
  box-shadow: none;
  transform: translate(4px, -4px);
}

.column-large-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-weight-medium-3 {
  color: #fff;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 600;
}

.is--white-text-bold {
  color: #fff;
  letter-spacing: .5px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.paragraph-large-14 {
  letter-spacing: -.16px;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-14.text-color-gray-600 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
}

.icon-x-small-2 {
  width: 20px;
  height: 20px;
  color: var(--website-color);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-grid {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.layout-col2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  display: grid;
}

.checkbox-3 {
  background-color: #ff5b2e;
  width: 24px;
  height: 24px;
}

.checkbox-3.margin-left {
  background-color: var(--website-color);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  padding-right: 0;
  display: flex;
}

.overline-regular-2 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.h1-heading-5 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 51px;
}

.is--orange-text-bold {
  color: #fff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.timeline_image-card {
  border: 6px solid #fff;
  border-radius: 1rem;
  width: 80%;
  overflow: hidden;
}

.timeline_image-card.is-bottom-right {
  border-top-color: var(--website-color);
  border-right-color: var(--website-color);
  border-bottom-color: var(--website-color);
  border-left-color: var(--website-color);
  margin-right: -30px;
  position: absolute;
  inset: auto 5% 5% auto;
  transform: rotate(4deg);
  box-shadow: 0 4px 24px #00000024;
}

.timeline_image-card.is-top-left {
  border-color: #c4262a;
  width: 70%;
  height: 80%;
  margin-left: -55px;
  transform: rotate(-6deg);
}

.grid-2-col {
  grid-column-gap: 64px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content-section {
  background-color: #fff;
  padding: 120px 4% 75px;
  position: relative;
}

.section-title {
  border-bottom: 2px solid var(--website-color);
  text-transform: none;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.container-large-5 {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

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

.heading-7 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.timeline_image-cards {
  padding: 5%;
  position: relative;
}

.button-wrapper-2 {
  perspective: 1000px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-grey {
  color: #000000d1;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bg-block-grey {
  z-index: -1;
  background-color: #f5f5f5;
  min-height: 25%;
  position: absolute;
  inset: auto 0% 0%;
}

.bold-text-6 {
  color: #000;
  font-size: 35px;
  font-weight: 700;
}

.bold-text-41 {
  font-weight: 800;
}

.flex-block-12 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  border: 1px #ffffff70;
  border-radius: 100px;
  flex-flow: column;
  width: auto;
  min-width: 0;
  max-width: 200px;
  height: 100%;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.flex-block-12.newf2, .flex-block-12.newf1 {
  width: 100%;
}

.flex-block-14 {
  flex-flow: column;
  width: 100%;
  margin-left: 5px;
}

.flex-block-13 {
  flex-flow: row;
}

.div-block-73 {
  flex-flow: row;
  width: 40px;
  height: 40px;
  display: flex;
}

.code-embed-2 {
  width: 20px;
  height: 20px;
}

.flex-block-11 {
  margin-left: 2px;
}

.flex-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 35px;
}

.image-53 {
  background-color: #fff;
  border-radius: 100px;
  padding: 5px;
}

.image-53.newdivf {
  background-color: #1d84fd;
}

.text-block-23 {
  color: #fff;
  width: 300%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-23.newtxt1 {
  width: 190px;
  font-size: 12px;
  font-weight: 400;
}

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

.hero_backdrop {
  z-index: 0;
  pointer-events: none;
  margin-bottom: -128px;
  position: absolute;
  inset: 0%;
}

.hero_gradient-overlay {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #0003, #0006);
  position: absolute;
  inset: 0%;
}

.hero_background-video {
  width: 100%;
  height: 100%;
}

.code-embed-3 {
  box-shadow: 0 2px 5px #0003;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  max-width: 185px;
  display: flex;
}

.paragraph-regular-17 {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-17.text-color-gray-500 {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.link-block {
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.link-block:hover {
  color: #fff;
  transform: translate(3px, -3px);
}

.icon-regular-28 {
  color: #d12120;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.icon-regular-28.new14 {
  color: #d12120;
  width: 20px;
  height: 20px;
  margin-right: 0;
}

.icon-regular-28.new14.neq {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.footer-text-link-2 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link-2:hover {
  color: #aa1f1e;
}

.c-container {
  max-width: 1080px;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph {
  color: #000;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 14px;
}

.text-span {
  font-size: 29px;
  font-weight: 400;
}

.hero-image-wrapper {
  height: 100%;
}

.c-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

._2-boxes-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.box-wrapper {
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
}

.box-wrapper.left {
  background-color: var(--website-color);
}

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

.button-4 {
  text-transform: capitalize;
  background-color: #f24b88;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 32px;
  font-size: 20px;
}

.button-4.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  color: #fff;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 500;
}

.arrow-button {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-62 {
  color: #fff;
  font-size: 18px;
}

.row-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-icon-button {
  background-color: var(--website-color);
  color: #030711;
  border: 1px #e5e7eb;
  border-radius: 4px;
  padding: 8px;
  transition: all .45s;
}

.footer-icon-button:hover {
  background-color: var(--website-color);
  transform: translate(3px, -3px);
}

.icon-regular-29 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.div-block-74 {
  background-color: #fff;
}

.paragraph-regular-28 {
  color: #fff;
  max-width: 299px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.image-59, .image-60 {
  filter: invert();
}

.column-small-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.text-block-7 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.column-small-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.max-width-small-2 {
  width: 100%;
  max-width: none;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-20 {
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 75px;
  margin-bottom: 120px;
}

.paragraph-regular-23 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.5;
}

.paragraph-regular-23.newpa {
  color: #fff;
}

.icon-5 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.h3-heading-3 {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading-3.text-balance {
  color: #000;
  text-transform: capitalize;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}

.h3-heading-3.text-balance.newb {
  color: #fff;
  font-size: 35px;
}

.image-61 {
  z-index: 1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-61.newimg2 {
  z-index: 2;
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)rotateX(180deg)rotateY(0)rotateZ(0);
}

.section-large {
  background-image: linear-gradient(#000c, #fff3), url('../images/486325858_17986376009798818_8777784309198019707_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 100px 5%;
  position: relative;
}

.section-large.newsec {
  background-image: linear-gradient(#0009 100%, #fe1d2621), url('../images/iStock-1286951857.jpg');
  height: 100%;
}

.badge-secondary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--website-color);
  color: #1a1925;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.flex-block-18 {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
}

.text-block-20 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.flex-block-19 {
  justify-content: center;
  align-items: center;
}

.code-embed-4 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-4.newem {
  width: 400px;
  height: 400px;
}

.code-embed-5 {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .topbar-contact-block---t3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .topbar-3-main-block---t3 {
    box-shadow: 0 0 0 1px #0003, 4px 4px 16px #0003;
  }

  .topbar-text---t3 {
    line-height: 30px;
  }

  .container---t3, .navbar-no-shadow-container---t03 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .icon-regular-2 {
    height: 30px;
  }

  .footer-company-wrapper {
    max-width: 300px;
  }

  .features-wrapper-2 {
    margin-top: -25px;
  }
}

@media screen and (min-width: 1440px) {
  .container-regular---t3 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .topbar-contact-block---t3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .detail-block---t3 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .topbar-text---t3 {
    margin-left: 30px;
    line-height: 30px;
  }

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

  .navbar-no-shadow-container---t03 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-text---t3 {
    line-height: 30px;
  }

  .our-impact-purple-div-container {
    justify-content: flex-start;
    align-items: center;
  }

  .h2-heading-3 {
    letter-spacing: normal;
    font-size: 49px;
    font-weight: 800;
  }

  .section-small-2.background-secondary {
    background-color: #fff;
  }

  .testimonial-card-2 {
    box-shadow: 0 2px 5px #0003;
  }

  .content-section {
    padding-bottom: 20px;
  }

  .section-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .header-slider-grid {
    margin-left: -180px;
  }

  .logo-big-block---t3 {
    border: 0 solid #000;
    flex: none;
  }

  .topbar-main-block._01 {
    background-image: url('../images/background-Image-5_1background Image (5).webp');
    background-size: cover;
  }

  .topbar-and-nav-block---t3 {
    border: 0 solid #000;
    margin-left: -1px;
    margin-right: -1px;
  }

  .detail-block---t3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .top-bar-block---t3 {
    background-color: #2e2f72;
    margin-left: 0;
  }

  .topbar-3-main-block---t3 {
    margin-left: auto;
    margin-right: auto;
  }

  .topbar---t3 {
    background-color: #2e2f72;
    border: 0 solid #000;
  }

  .nav-button-wrapper---t3 {
    flex: none;
  }

  .container---t3 {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr 1.25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .hero-head-2 {
    font-size: 59px;
  }

  .hero-box {
    width: 80%;
    padding-bottom: 126px;
  }

  .hero {
    background-position: 50% 100%, 38% 0;
  }

  .hero-hi {
    font-size: 49px;
  }

  .header-slider-trigger.left {
    background-image: none;
    width: 48px;
  }

  .header-graphic {
    max-width: 600px;
  }

  .header-slider {
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-slider-grid {
    grid-template-columns: 1fr;
  }

  .header-slide-mask {
    margin-left: 0;
  }

  .header-slide-section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .header-dashboard-asset {
    object-fit: fill;
    object-position: 50% 50%;
    border-radius: 16px;
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-bottom: -40px;
    position: static;
  }

  .section-header {
    padding-bottom: 0;
  }

  .dashboard-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

  .header-content-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: none;
  }

  .logo-2 {
    object-fit: cover;
  }

  .logo-big-block---t3 {
    display: none;
  }

  .topbar-main-block {
    position: relative;
  }

  .navbar-wrapper---t3 {
    justify-content: space-between;
    overflow: hidden;
  }

  .tw---t3 {
    background-color: #4ccef9;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .dropdown-link---t3 {
    color: #1d262d;
    font-weight: 500;
  }

  .in---t3 {
    background-color: #0072b1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .detail-block---t3 {
    display: none;
  }

  .navbar-no-shadow---t3 {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .navbar-brand---t3 {
    display: block;
  }

  .dropdown-list---t3.w--open {
    background-color: #fff;
    flex-direction: column;
    padding: 10px 0;
    position: relative;
    top: 0%;
    left: 0;
  }

  .contact-heading-res---t3 {
    color: #000;
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }

  .nav-link---t3 {
    color: #1d262d;
    width: 100%;
    padding: 14px 5px;
    display: block;
  }

  .topbar-nav-list-item {
    color: #1d262d;
    text-align: left;
    width: 100%;
  }

  .topbar---t3 {
    display: none;
  }

  .menu-button---t3 {
    padding: 12px;
  }

  .menu-button---t3.w--open {
    z-index: 30;
    color: #fff;
    background-color: #c8c8c800;
  }

  .yt---t3 {
    background-color: red;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .contact-link-icon-res---t3 {
    color: #0a66c2;
  }

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

  .nav-menu---t3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .social-icon---t3 {
    color: #fff;
  }

  .dropdown-toggle---t3 {
    color: #1d262d;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 5px;
  }

  .contact-link-block-res---t3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #6f7775;
    text-align: left;
    text-decoration: none;
    display: flex;
  }

  .topbar-btn {
    border: 1px solid #1d262d;
  }

  .dropdown---t3 {
    width: 100%;
  }

  .navbar-no-shadow-container---t03 {
    position: static;
  }

  .contact-block-res---t3 {
    margin-top: 20px;
    display: block;
  }

  .icon-3 {
    color: #1d262d;
  }

  .social-icon-block-res---t3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 30px;
    display: flex;
  }

  .contact-list-item-res---t3 {
    font-size: 16px;
    line-height: 30px;
  }

  .fb---t3 {
    background-color: #4661c5;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    text-decoration: none;
    display: flex;
  }

  .nav-menu-wrapper---t3 {
    z-index: 9999;
    background-color: #fff;
    width: 70%;
    height: 85vh;
    margin-top: 92px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .logo-3 {
    object-fit: cover;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .button-primary-2 {
    display: flex;
  }

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

  .header-grid-b {
    grid-template-columns: 1fr;
  }

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

  .hiw-card {
    grid-template-columns: 1fr;
  }

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

  .d-130-blog-card-wrapper {
    margin-bottom: 100px;
  }

  .impact-div-container {
    width: 90%;
    height: auto;
  }

  .impact-top-div-container {
    flex-direction: column-reverse;
    align-items: center;
    height: auto;
  }

  .trained-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .mneals-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2900, ._12k {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .pups-trained {
    text-align: center;
    font-size: 17px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .meals-served {
    text-align: center;
    font-size: 17px;
  }

  .our-impact-stats-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    display: grid;
  }

  .our-impact-purple-button-div {
    width: auto;
  }

  .our-impact-main-text {
    text-align: left;
  }

  .baths-div-container {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .baths-image-div {
    margin-right: 0;
  }

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

  .impact-top-left-div {
    width: 90%;
    margin-top: 40px;
  }

  .our-impact-purple-block {
    margin-top: 0;
    margin-bottom: -75px;
  }

  .our-impact-title {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-impact-purple-div-container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .our-impact-purple-block-text-div {
    width: auto;
  }

  .puppy-baths {
    text-align: center;
    font-size: 17px;
  }

  .impact-section {
    height: auto;
    padding-top: 40px;
  }

  .our-impact-dog-image-div {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .our-poimact-dog-image, .brix---slider-mask-width-388px {
    position: static;
  }

  .d-130-blog-card-wrapper-2 {
    margin-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 39.5%;
  }

  .testimonial-group.third {
    display: none;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .our-impact-purple-block-text-div-2 {
    width: auto;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .s4_item_desc {
    font-size: 12px;
    line-height: 20px;
  }

  .cont {
    max-width: 700px;
  }

  .s4_item_number {
    font-size: 70px;
    line-height: 96px;
  }

  .s4_item {
    flex-basis: 48%;
    margin-bottom: 20px;
    padding: 13px 15px 25px;
  }

  .decorate_text {
    font-size: 70px;
    line-height: 110px;
    top: 11%;
  }

  .s4_icon {
    width: 40px;
  }

  .s4_items {
    margin-bottom: 10px;
  }

  .s4 {
    max-width: 100vw;
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .s4_item_title {
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .s4_item_title_wrapper {
    margin-bottom: 10px;
  }

  .section-tittle {
    font-size: 34px;
  }

  .footer-section {
    padding-bottom: 140px;
  }

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

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

  .footer-legal-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .navigation-list-wrapper {
    box-shadow: none;
  }

  .navigation-dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navigation-toggle {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle.w--open, .navigation-content {
    width: 100%;
  }

  .chevron {
    margin-right: 20px;
  }

  .our-impact-purple-block-text-div-3 {
    width: auto;
  }

  .our-impact-purple-div-container-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-regular-2 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr 1fr;
  }

  .story-block, .heading-grid {
    grid-template-columns: 1fr;
  }

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

  .section-regular-3 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .content-tabs-menu {
    margin-top: -40px;
  }

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

  .form-block-2 {
    align-items: center;
  }

  .map {
    height: auto;
  }

  .cta-map {
    height: 432px;
  }

  .form-card {
    max-width: none;
  }

  .section-regular-4 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero-section-3 {
    padding-top: 140px;
  }

  .features-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .feature-block-2 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .container-12 {
    width: 90%;
  }

  .hero-section-2 {
    padding-top: 140px;
  }

  .feature-block {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .features-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .content-grid-wide {
    grid-template-columns: 1fr;
  }

  .nav-link-2 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .navigation-toggle-3 {
    width: 100%;
    padding-left: 16px;
  }

  .navigation-toggle-3.w--open {
    width: 100%;
  }

  .nav-menu-wrapper-3 {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #220b13;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .logo-4 {
    object-fit: cover;
  }

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

  .navigation-list-wrapper-5 {
    box-shadow: none;
  }

  .navigation-dropdown-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .chevron-2 {
    margin-right: 20px;
  }

  .navigation-list-2.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .navbar-2 {
    top: 24px;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

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

  .nav-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .grid-2-col {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading {
    font-size: 56px;
  }

  .h3-heading-3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero-box {
    padding-top: 19px;
    padding-bottom: 91px;
  }

  .hero {
    background-color: #030404;
  }

  .h1-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .header-slide-section {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .section-header {
    overflow: hidden;
  }

  .h4-heading {
    font-size: 32px;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

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

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

  .nav-logo {
    padding-left: 0;
  }

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

  .nav-menu-wrapper---t3 {
    width: 100%;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-regular, .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-3 {
    font-size: 48px;
  }

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

  .h6-heading-2 {
    font-size: 28px;
  }

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

  .h2-heading {
    font-size: 44px;
  }

  .h1-heading-4 {
    font-size: 54px;
    line-height: 62px;
  }

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

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .our-pimact-main-text-div {
    margin-bottom: 40px;
  }

  .our-impact-purple-div-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-impact-purple-block-text-div {
    padding-right: 10px;
  }

  .our-poimact-dog-image {
    background-size: cover;
    border-radius: 0;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

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

  .brix---btn-slider-arrow-right---top-left {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .testimonial-grid-3 {
    grid-template-columns: 1fr;
  }

  .our-impact-purple-block-text-div-2 {
    padding-right: 10px;
  }

  .our-impact-purple-div-container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .s4_item_desc {
    font-size: 10px;
    line-height: 16px;
  }

  .cont {
    max-width: 350px;
  }

  .s4_item_number {
    font-size: 50px;
    line-height: 60px;
    bottom: -13px;
    right: -7px;
  }

  .s4_item {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .decorate_text {
    font-size: 60px;
    line-height: 70px;
    display: none;
    top: 27%;
  }

  .s4_icon {
    width: 30px;
  }

  .s4_content {
    margin-top: 30px;
  }

  .s4_items {
    flex-direction: column;
  }

  .s4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .s4_item_title {
    margin-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .button-wrapper {
    margin-top: 45px;
  }

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

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

  .our-impact-purple-block-text-div-3 {
    padding-right: 10px;
  }

  .our-impact-purple-div-container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .h2-heading-6 {
    font-size: 40px;
  }

  .title-row {
    grid-column-gap: 8px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .title-doodle {
    height: 16px;
    bottom: -16px;
  }

  .h2-heading-7 {
    font-size: 40px;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .h4-heading-3 {
    font-size: 32px;
  }

  .map {
    aspect-ratio: auto;
  }

  .input-grid, .cta-cards {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 32px;
  }

  .hero-section-3 {
    padding-top: 100px;
  }

  .features-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .video {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .features-icon-block-2 {
    margin-top: -72px;
    margin-bottom: 20px;
  }

  .video-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .hero-section-2 {
    padding-top: 100px;
  }

  .features-icon-block {
    margin-top: -72px;
    margin-bottom: 20px;
  }

  .features-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .h2-heading-8 {
    font-size: 46px;
    line-height: 54px;
  }

  .section-x-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav-link-2 {
    font-size: 18px;
  }

  .nav-logo-tablet {
    max-width: 145px;
  }

  .h1-heading-5 {
    font-size: 48px;
  }

  .grid-2-col {
    grid-row-gap: 45px;
  }

  .button-wrapper-2 {
    margin-top: 45px;
  }

  ._2-boxes-hero-wrapper {
    flex-direction: row;
  }

  .box-wrapper.left {
    margin-right: 16px;
  }

  .grid {
    grid-template: ". ."
                   "Area Area"
                   / 1fr 1fr;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    display: none;
  }

  .nav.mob {
    padding-top: 20px;
    display: flex;
  }

  .button {
    margin-top: 19px;
  }

  .hero-head-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-box {
    width: 100%;
    padding-bottom: 203px;
  }

  .hero {
    z-index: 10;
    background-color: #03040400;
    background-image: url('../images/texture_down.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }

  .hero-p {
    width: 60%;
  }

  .header-button-group {
    flex-flow: column;
  }

  .header-button-group.newgroup {
    flex-flow: row;
    width: 100%;
  }

  .h1-heading {
    font-size: 28px;
    line-height: 35px;
  }

  .h1-heading.newheading {
    font-size: 29px;
    line-height: 35px;
  }

  .h1-heading.newhead {
    font-size: 21px;
    line-height: 39px;
  }

  .h1-heading.newea {
    font-size: 26px;
    line-height: 34px;
  }

  .header-avatar {
    top: 0%;
  }

  .column-x-large {
    z-index: 14;
    position: relative;
  }

  .container-regular {
    z-index: 10;
    padding-bottom: 81px;
    position: static;
  }

  .header-graphic {
    height: 300px;
  }

  .header-title-column {
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header-slider {
    display: none;
  }

  .header-slider-grid {
    z-index: 9;
    position: relative;
  }

  .section-header {
    padding-top: 60px;
  }

  .header-client-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-large {
    flex-flow: column;
    display: flex;
  }

  .paragraph-large-bg.text-weight-medium {
    font-size: 18px;
    line-height: 28px;
  }

  .logo-2 {
    flex: none;
    margin-left: -30px;
  }

  .topbar-contact-block---t3 {
    display: none;
  }

  .top-bar-block---t3 {
    margin-left: 30px;
  }

  .navbar-no-shadow---t3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topbar-nav-list-item {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .topbar-nav-list-item.newitem {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topbar---t3 {
    background-position: -2%;
    display: flex;
  }

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

  .nav-menu---t3 {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 0;
    display: none;
  }

  .contact-link-block-res---t3 {
    text-align: left;
  }

  .nav-menu-wrapper---t3 {
    height: 100vh;
    margin-top: 130px;
  }

  .logo-3 {
    flex: none;
    margin-top: 70px;
    margin-bottom: 0;
  }

  .appointment-button-div-main {
    margin-top: 0;
  }

  .appointment-button-text-div-container {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .f-h3-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .f-section-regular {
    padding-top: 40px;
  }

  .f-section-regular.newsec {
    display: none;
  }

  .f-section-regular.new1 {
    padding-bottom: 0;
    display: block;
  }

  .f-grid-two-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-primary-2 {
    width: 100%;
  }

  .h1-heading-3 {
    font-size: 42px;
  }

  .grid-three-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .h6-heading {
    white-space: pre-wrap;
  }

  .header-grid-b {
    grid-template-columns: 2fr;
  }

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

  .hiw-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .overline-4 {
    font-size: 11px;
  }

  .button-text-2 {
    text-decoration: none;
  }

  .section-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .bold-text-2 {
    font-size: 33px;
    line-height: 20px;
  }

  .image-cover-2 {
    border-radius: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .h1-heading-4 {
    line-height: 40px;
  }

  .test1 {
    width: 100%;
    text-decoration: none;
  }

  .test1.new1 {
    background-color: #d12120;
    margin-right: 20px;
  }

  .test1.new1.nn.kk {
    margin-top: 25px;
    margin-right: 0;
    text-decoration: none;
  }

  .f-section-large {
    background-image: linear-gradient(#000c 100%, #fff), url('../images/3333.jpeg');
  }

  .d-130-blog-card-wrapper {
    width: 100%;
    height: 80%;
    margin-bottom: 180px;
  }

  .d-130-description-wrapper {
    bottom: -30%;
  }

  .d-130-image._2.img2.new11 {
    background-image: url('../images/Untitled-design-2.png'), linear-gradient(#0000, #0000);
    background-position: 30%, 0 0;
    background-size: cover, auto;
  }

  .d-130-image._2 {
    background-image: url('../images/img-1.png');
    background-position: 50% 0;
  }

  .d-130-image._2.img2 {
    background-image: url('../images/408362342_207231615761019_5300627440705847046_n.jpeg');
  }

  .d-130-image._2.img2.new12 {
    background-image: url('../images/2024-03-16.jpeg');
  }

  .d-130-image._2.img2.new12.new112 {
    background-image: url('../images/448595378_122154750716060477_4199623612584904054_n.jpeg');
  }

  .d-130-image._2.img2.new12.new112.new212121 {
    background-image: url('../images/433610188_122140955690060477_2316620610692058571_n.jpeg');
  }

  .trained-div-container, .mneals-div-container {
    justify-content: space-between;
  }

  ._2900, ._12k, .pups-trained {
    text-align: right;
  }

  .appointment-button-div-main-3 {
    margin-top: 0;
  }

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

  .our-impact-stats-div {
    align-items: stretch;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .our-impact-main-text {
    text-align: center;
    font-size: 30px;
  }

  .baths-div-container {
    justify-content: space-between;
  }

  ._3700 {
    text-align: right;
  }

  .our-impact-purple-block {
    display: none;
  }

  .our-impact-purple-div-container {
    display: flex;
  }

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

  .impact-section {
    display: none;
  }

  .our-poimact-dog-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
  }

  .d-130-description-wrapper-2 {
    border-radius: 6px;
    bottom: -30%;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-72 {
    width: auto;
  }

  .brix---slider-mask-width-388px {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .d-130-color-overlay-2 {
    background-color: #00000026;
    border-radius: 8px;
    box-shadow: 0 2px 5px #0003;
  }

  .appointment-button-div-main-4 {
    margin-top: 0;
  }

  .d-130-blog-card-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #b28a30;
    border: 8px solid #ede32c;
    border-radius: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 320px;
    margin-bottom: 180px;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---heading-h2-size-3 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
  }

  .brix---slider-wrapper {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    position: relative;
  }

  .brix---slide-item-mg {
    text-align: center;
    vertical-align: baseline;
    background-color: #fff0;
    border-radius: 0;
    width: 100%;
    height: 550px;
    margin-right: 15px;
    overflow: hidden;
  }

  .brix---btn-slider-arrow-right---top-right {
    bottom: -80px;
    right: 26%;
  }

  .brix---section-overflow-hidden {
    background-color: #fefefe;
    padding-top: 40px;
    padding-bottom: 96px;
    display: block;
  }

  .brix---section-overflow-hidden.newsection {
    display: block;
  }

  .image-47 {
    color: #000;
  }

  .brix---paragraph-default-5 {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .d-130-h3-heading-2 {
    color: #000;
    letter-spacing: 0;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 800;
  }

  .brix---btn-slider-arrow-right---top-left {
    bottom: -80px;
    left: 26%;
  }

  .d-130-image-wrapper-2 {
    border-radius: 6px;
  }

  .home-testimonials_rating-icon.newstar {
    margin-left: 5px;
  }

  .h2-heading-3 {
    font-size: 32px;
  }

  .people-image-3 {
    max-width: 30%;
    margin-left: 0;
  }

  .testimonial-author-name {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }

  .image-cover-3 {
    border-radius: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .section-small-2.background-secondary {
    display: block;
  }

  .section-small-2.background-secondary.newsec {
    margin-bottom: -35px;
    padding-bottom: 62px;
  }

  .section-small-2.background-secondary.newsec.newsec1.invs1 {
    display: block;
  }

  .testimonial-group.third {
    display: flex;
  }

  .link-block-2 {
    width: 100%;
  }

  .link-block-2.newlinkblk {
    margin-left: 20px;
    margin-right: 20px;
  }

  .our-impact-purple-block-text-div-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .home-testimonials_rating-wrapper {
    align-items: center;
    display: none;
  }

  .our-impact-purple-div-container-2 {
    flex-flow: column;
    display: none;
  }

  .s4_item_desc {
    font-size: 10px;
    line-height: 16px;
  }

  ._138-mouse-down {
    mix-blend-mode: screen;
    border-radius: 20px;
    width: 80px;
    margin-left: -20px;
  }

  .button-2 {
    background-color: #ec1d25;
    background-image: linear-gradient(350deg, #ec1d25, #141414);
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 8px 20px -8px #ec1d25;
  }

  .button-2:hover {
    transform: translate(4px, -4px);
    box-shadow: 0 11px 40px -8px #ec1d25;
  }

  .decorate_text {
    font-size: 45px;
    line-height: 55px;
    display: none;
  }

  .decorate_text._3 {
    top: 18%;
  }

  .s4_items {
    flex-direction: column;
  }

  .s4 {
    display: none;
  }

  .s4_item_title {
    font-size: 14px;
    line-height: 24px;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .icon-regular-10, .icon-regular-11 {
    color: #d12120;
    margin-right: 5px;
  }

  .section-bk {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .image-full-2 {
    display: block;
  }

  .cta-button-group {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 10px;
  }

  .button-right-icon {
    width: auto;
    transition-duration: .45s;
  }

  .button-right-icon:hover {
    background-color: #2ca6cf;
    transform: translate(0, -4px);
  }

  .button-right-icon.newbtn {
    width: auto;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .overline-5.text-color-white {
    font-size: 14px;
  }

  .overline-5.text-color-white.newlink {
    color: #000;
  }

  .column-regular {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-company-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-column {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .footer-column.newcol {
    margin-top: 25px;
    display: flex;
  }

  .footer-column.nn {
    margin-top: 15px;
    display: flex;
  }

  .button-primary-3 {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .footer-text-link {
    font-size: 16px;
  }

  .footer-text-link.newlink {
    color: #000;
  }

  .newsletter-form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .sub-heading-small-4 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .footer-legal-wrap {
    flex-direction: column;
  }

  .map-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo {
    margin-bottom: 16px;
  }

  .html-embed-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icon-regular-13, .icon-regular-14 {
    color: #ec1d25;
    margin-right: 5px;
  }

  .footer-legal-wrap-2 {
    align-items: center;
  }

  .paragraph-small-9 {
    text-align: center;
  }

  .footer-legal-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: none;
  }

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

  .h2-heading-5 {
    font-size: 26px;
    font-weight: 700;
  }

  .container-10 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-22 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
  }

  .navigation-dropdown-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navigation-toggle {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .chevron {
    margin-right: 0;
  }

  .icon-regular-25 {
    color: #d12120;
    margin-right: 5px;
  }

  .text-block-16 {
    margin-left: -12px;
  }

  .our-impact-purple-block-text-div-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .our-impact-purple-div-container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    background-image: url('../images/Untitled-design-1_2.svg');
    background-position: 50%;
    background-size: contain;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .button-right-icon-2 {
    width: 300px;
  }

  .button-right-icon-2.newbtn1 {
    background-image: url('../images/btn-graphic.svg'), linear-gradient(18deg, #d4010a, #0d1541 69%);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .image-48 {
    margin-left: 0;
    margin-right: 0;
  }

  .h2.body-color {
    line-height: 24px;
  }

  .content-wrap-2 {
    margin-top: -60px;
    margin-bottom: 40px;
  }

  .p.body-color {
    text-shadow: 0 1px 1px #0003;
  }

  .paragraph-small-10.text-color-gray-800 {
    display: none;
  }

  .section-15.reverse-color {
    padding-top: 0;
  }

  .section-15.reverse-color.new111 {
    background-image: url('../images/Untitled-design-3_2.png'), linear-gradient(#0009 100%, #fff), url('../images/Untitled-design-2-1.png');
    background-position: 50%, 0 0, 50%;
    background-size: cover, auto, cover;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .short-image {
    width: 100%;
    height: 350px;
    margin-top: -90px;
    margin-left: 0;
  }

  .grid_1-2 {
    padding-top: 0;
  }

  .bold-text-14 {
    font-size: 23px;
    line-height: 25px;
  }

  .button-right-icon-3 {
    width: auto;
    transition-duration: .45s;
  }

  .button-right-icon-3:hover {
    background-color: #2ca6cf;
    transform: translate(0, -4px);
  }

  .button-right-icon-3.newbtn {
    width: auto;
  }

  .playbuttonwrapper {
    clear: none;
    width: 80px;
    height: 80px;
    position: relative;
    top: 0%;
    left: 40%;
  }

  .playbuttonwrapper.new12 {
    background-color: #2e2f7200;
    background-image: none;
    display: flex;
    position: relative;
    top: 275%;
    bottom: 0%;
  }

  .newtag {
    font-size: 32px;
    line-height: 30px;
  }

  .newtag.en1 {
    line-height: 26px;
  }

  .grid-three-column-3 {
    grid-template-columns: 1fr;
  }

  .overline-regular {
    font-size: 9px;
  }

  .title-center-small {
    margin-bottom: 56px;
  }

  .h2-heading-7 {
    margin-top: 10px;
    font-size: 30px;
  }

  .story-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .column-small-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .column-large-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .heading-grid {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

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

  .story-sign-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .story-sign {
    order: -1;
  }

  .button-primary-4 {
    width: 100%;
    font-weight: 600;
  }

  .content-tabs-menu {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .text-block-17.newblock {
    font-size: 20px;
    font-weight: 700;
  }

  .text-block-18, .text-block-19 {
    font-size: 16px;
  }

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

  .map-detail {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    right: 12px;
  }

  .paragraph-small-11.text-color-gray-600 {
    text-align: center;
  }

  .subheading-regular {
    text-align: center;
    font-size: 22px;
  }

  .map {
    height: 500px;
  }

  .button-grid-small {
    grid-template-columns: 1fr;
  }

  .form-card {
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-secondary {
    width: 100%;
  }

  .line-wrap {
    width: 40px;
    height: 39px;
    margin-right: 10px;
  }

  .menu-line {
    background-color: #000;
    border-radius: 8px;
    width: 40px;
    height: 2px;
  }

  .bold-text-39 {
    font-size: 24px;
    line-height: 20px;
  }

  .bold-text-40 {
    font-size: 35px;
    line-height: 42px;
  }

  .hero-section-3 {
    padding-top: 80px;
    padding-bottom: 40px;
    display: none;
  }

  .video {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cal-link {
    width: 40px;
    height: 40px;
  }

  .feature-text {
    color: #fff;
  }

  .video-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-section-2 {
    padding-top: 10px;
    padding-bottom: 20px;
    display: block;
  }

  .features-icon-block {
    background-color: #c3262a;
  }

  .feature-block {
    background-color: #2e2f72;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-regular-27 {
    color: #d68c8c;
  }

  .icon-regular-27.newicon {
    color: #fff;
  }

  .features-wrapper {
    margin-top: 30px;
  }

  .content-card-bar {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-link-2 {
    letter-spacing: 1px;
  }

  .navbar-close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff2b;
    border: 2px solid #ffffff1a;
    border-radius: 100%;
  }

  .navigation-toggle-3 {
    padding-left: 8px;
  }

  .nav-menu-wrapper-3 {
    background-color: #24336f;
    background-image: linear-gradient(349deg, var(--website-color), #000 100%, #000);
    margin-right: 75px;
    display: none;
  }

  .text-block-60 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
  }

  .logo-4 {
    flex: none;
    margin-bottom: 0;
  }

  .text-block-61 {
    letter-spacing: 1px;
    font-size: 18px;
  }

  .nav-menu-item {
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff5c;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .navigation-list-wrapper-5 {
    background-color: #0c6c0d00;
  }

  .navigation-dropdown-1 {
    width: 100%;
  }

  .container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    align-items: center;
  }

  .navigation-content-2 {
    padding-left: 0;
  }

  .navigation-button-group {
    display: none;
  }

  .navbar-open {
    width: 55px;
    height: 55px;
  }

  .icon-regular-22 {
    color: #d12120;
    margin-right: 5px;
  }

  .nav-logo-tablet {
    max-width: 180px;
  }

  .main-button.is--empty {
    width: 100%;
    transition: all .45s;
  }

  .main-button.is--empty:hover {
    background-color: #3f90c9;
    transform: translate(4px, -4px);
    box-shadow: 0 2px 5px #3f90c9;
  }

  .main-button.is--shadow {
    width: 60%;
    padding-top: 1.2em;
    padding-bottom: 0;
  }

  .main-button.is--shadow.newbtn {
    width: 100%;
    height: 48px;
    margin-right: 0;
    transition-duration: .45s;
  }

  .main-button.is--shadow.newbtn:hover {
    transform: translate(4px, -4px);
  }

  .column-large-4 {
    z-index: 16;
    position: relative;
  }

  .is--white-text-bold {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
  }

  .paragraph-large-14.text-color-gray-600 {
    font-size: 18px;
    line-height: 28px;
  }

  .button-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .layout-col2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .h1-heading-5 {
    font-size: 28px;
    line-height: 36px;
  }

  .is--orange-text-bold {
    font-size: 16px;
  }

  .timeline_image-card.is-bottom-right {
    margin-right: 0;
  }

  .timeline_image-card.is-top-left {
    margin-left: 0;
  }

  .content-section {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .section-title {
    color: #000;
  }

  .button-wrapper-2 {
    margin-top: 20px;
  }

  .flex-block-12.newf2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

  .flex-block-12.newf1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    position: static;
  }

  .flex-block-15 {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .hero_backdrop {
    z-index: 9;
    width: 100%;
    height: 122vh;
    margin-bottom: 0;
    position: absolute;
  }

  .hero_gradient-overlay {
    z-index: 22;
    background-color: #00000042;
    background-image: radial-gradient(circle, #0003, #0006);
    position: relative;
  }

  .hero_background-video {
    z-index: 21;
  }

  .column-small-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: none;
    margin-bottom: 25px;
  }

  .paragraph-regular-17 {
    text-align: left;
  }

  .icon-regular-28 {
    color: #d12120;
    margin-right: 5px;
  }

  .footer-text-link-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .c-section {
    display: none;
  }

  ._2-boxes-hero-wrapper {
    flex-direction: column;
  }

  .box-wrapper.left {
    margin-right: 0;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .button-4 {
    margin-bottom: 16px;
  }

  .row-small-3 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .paragraph-regular-28 {
    text-align: left;
    max-width: none;
    font-size: 14px;
  }

  .footer-link, .footer-link:hover, .text-block-7 {
    color: #fff;
  }

  .section-2 {
    height: 100%;
  }

  .flex-block-20 {
    width: 100%;
    height: 100%;
  }

  .h3-heading-3.text-balance {
    font-size: 27px;
  }

  .image-61.newimg2 {
    z-index: 3;
  }

  .section-large {
    background-image: linear-gradient(#000c, #fff3), url('../images/546872648_755134164056265_137860239994703936_n.jpg');
    height: auto;
    padding-top: 140px;
  }

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

  .code-embed-4 {
    width: 100%;
  }

  .code-embed-4.newem {
    width: 100%;
    height: 100%;
  }
}

#w-node-fbbb5e59-07cb-575c-dc7b-bf67db6da6ec-26124947 {
  order: -9999;
}

@media screen and (max-width: 991px) {
  #w-node-fbbb5e59-07cb-575c-dc7b-bf67db6da6ec-26124947 {
    order: -9999;
  }

  #w-node-bbd022c9-93ce-52df-3dc6-4d52330a0479-26124947 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c816242d-edcc-f761-be05-a8361dbb80bc-26124947, #w-node-bbd022c9-93ce-52df-3dc6-4d52330a0479-26124947 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbbb5e59-07cb-575c-dc7b-bf67db6da6ec-26124947 {
    order: 9999;
  }

  #w-node-fbbb5e59-07cb-575c-dc7b-bf67db6da6f8-26124947 {
    order: -9999;
  }

  #w-node-bbd022c9-93ce-52df-3dc6-4d52330a0479-26124947 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


