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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: none;
}

a:hover {
  -webkit-transition-property: none;
  transition-property: none;
  font-family: Montserrat, sans-serif;
  color: #00d2a6;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  width: 40px;
  height: 8px;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
}

.button {
  display: none;
  margin-top: 20px;
  padding: 10px 35px 8px 40px;
  border-radius: 2px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(255, 75, 75, 0.6);
  color: #fff;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: #fff;
  color: #000;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.big {
  display: block;
  width: auto;
  margin-right: 100px;
  background-color: #ff7300;
  font-family: 'Proxima nova alt';
  font-size: 14px;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.small {
  display: inline-block;
  width: auto;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px 10px;
  background-color: #9178c8;
  font-size: 9px;
}

.button.small:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.button.small.purple {
  display: block;
  overflow: visible;
  background-color: #9570a7;
  opacity: 1;
}

.button.small.purple {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px 20px;
  background-color: #9570a7;
  opacity: 1;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 3px;
}

.button.small.purple.call {
  opacity: 0;
}

.button.small.purple.up {
  margin-top: 10px;
}

.button.small.black {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition-property: none;
  transition-property: none;
}

.button.small.black:hover {
  background-color: #000;
}

.button.small.outlined {
  margin-top: 10px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.button.small.outlined:hover {
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.8);
  color: #f3f3f3;
}

.button.form {
  width: 100%;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: 0.6;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.page-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Public Sans';
  color: #05c0ce;
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.95);
  font-family: 'Public Sans';
  font-weight: 400;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.navigation-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.6;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
  min-width: 200px;
  margin: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/istockphoto-923581828-1024x1024.jpg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  height: 480px;
  background-color: #000;
  background-image: none;
  color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 85px;
  margin-left: auto;
  text-align: center;
}

.about-story-wrap {
  width: 80%;
  margin: 80px auto;
  text-align: center;
}

.our-services-grid {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto 60px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 80px 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  margin-bottom: 120px;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-areas: ". . .";
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  margin-bottom: 30px;
  background-color: #f4f4f4;
}

.team-pic {
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
}

.team-members {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-member-name {
  margin-bottom: 5px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.projects-grid {
  margin-bottom: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: "."
    "."
    ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 30px auto 30px auto;
  grid-template-rows: auto auto auto;
}

.project-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50% 50%;
}

.project-details-grid {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid.cc-about-2 {
  grid-template-areas: ". .";
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  margin-bottom: 60px;
  text-align: center;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-right: 45px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/istockphoto-923581828-1024x1024.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
  background-attachment: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.header-large {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 46px;
  line-height: 42px;
  font-weight: 100;
  text-align: left;
  text-transform: none;
}

.header-large.display {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.8);
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner {
  display: block;
  width: 100%;
  background-color: #c5f6e1;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.banner.footer {
  background-color: #313131;
  color: hsla(0, 0%, 95.3%, 0.5);
  font-size: 8px;
  font-weight: 300;
}

.column {
  left: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-dark {
  position: relative;
  top: 0px;
  display: none;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Public Sans';
  font-size: 14px;
  font-weight: 400;
}

.section-dark.dark {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.columns {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  max-width: none;
  min-width: 945px;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Public Sans';
  text-align: center;
}

.heading {
  font-family: 'Public Sans';
}

.heading.light {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova alt';
  color: #a5e8ee;
  line-height: 17px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph {
  font-family: 'Public Sans';
}

.header-small {
  font-family: 'Public Sans';
  font-weight: 400;
}

.header-small.white {
  display: block;
  margin: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova alt';
  color: #fff;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.header-small.white.bold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
}

.text-block-2 {
  margin-top: -17px;
  font-family: 'Public Sans';
  color: #a5e8ee;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
}

.button-2 {
  background-color: #4d57ff;
}

.button-small {
  display: block;
  max-width: 150px;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4d57ff;
  font-family: 'Public Sans';
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-2 {
  position: relative;
  left: -41px;
  max-width: 50%;
}

.div-block-2 {
  margin-right: 423px;
  margin-left: 100px;
}

.grid {
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.service-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0px 38px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  background-color: #f3f3f3;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto auto 0.25fr;
  grid-template-rows: auto auto 0.25fr;
  text-align: left;
}

.cards-image-mask {
  position: static;
  display: block;
  overflow: visible;
  width: auto;
  height: 100px;
  max-height: none;
  margin: 0px auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
}

.cards-image-mask.wide {
  display: block;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cards-image-mask.smaller {
  width: auto;
  height: auto;
  max-width: none;
  margin-bottom: 30px;
}

.cards-image-mask._2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  border-style: solid;
  border-width: 8px;
  border-color: #a5e8ee;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-image.icons {
  width: auto;
  height: auto;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  position: static;
  display: block;
}

.header-section {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}

.header-section.section {
  display: block;
  margin: auto auto 0px;
}

.header-section.small {
  font-size: 20px;
}

.image-2 {
  max-width: 250px;
  min-height: auto;
  min-width: 150px;
  margin-top: 7px;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #00d2a6;
}

.nav-link.w--current:hover {
  color: #00d2a6;
}

.nav-link.current {
  color: #fff;
}

.nav-link.current:hover {
  color: #00d2a6;
  font-weight: 400;
}

.nav-link.current.w--current {
  color: #00d2a6;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(32, 32, 32, 0.8);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  text-align: right;
  letter-spacing: 2px;
}

.navbar:hover {
  color: #00d2a6;
}

.hero-header-photo {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: left;
}

.body-all-pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3;
}

.stack-bg {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/istockphoto-923581828-1024x1024.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.grid-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto;
  grid-template-columns: auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  padding-top: 10px;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.card-copy {
  overflow: visible;
  max-height: none;
  margin: auto;
  background-color: hsla(0, 0%, 100%, 0.75);
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.card-copy.kids {
  display: block;
  margin: 0px auto auto;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  font-size: 15px;
  line-height: 23px;
  text-align: left;
}

.card-copy.slide {
  line-height: 22px;
  text-align: left;
}

.div-card {
  position: static;
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 100px auto;
  grid-template-rows: 100px auto;
  background-color: #fff;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.13);
}

.div-card.no-copy {
  padding-top: 30px;
  -ms-grid-rows: 100px auto;
  grid-template-rows: 100px auto;
}

.div-card.insurance {
  padding: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #a5e8ee;
}

.div-card.dr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-top: 188px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #85babe;
}

.div-card.mission {
  margin-right: auto;
  margin-left: auto;
  padding: 42px 100px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card-image {
  display: inline-block;
  max-height: 100px;
  padding: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-card-text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-bottom: auto;
}

.div-kids {
  display: -ms-grid;
  display: grid;
  margin-top: 0px;
  padding: 31px 20px 20px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 120px 50px auto;
  grid-template-rows: 120px 50px auto;
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.13);
}

.div-kids.slide {
  height: 320px;
  padding: 0px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header-kids {
  display: block;
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 0px;
  font-family: 'Walter Turncoat';
  color: #fff;
  font-size: 33px;
  text-align: left;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  padding-right: 114px;
  padding-left: 114px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  width: auto;
  height: 120px;
  max-width: none;
  margin-top: 0px;
  padding: 20px;
}

.grid-4 {
  grid-row-gap: 16px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  display: inline-block;
}

.image-5 {
  display: inline-block;
}

.image-6 {
  display: inline-block;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 62px;
  margin-left: -57px;
  padding-left: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.bold-text {
  margin-right: auto;
  margin-left: 33px;
  color: #04909b;
  text-align: left;
}

.bold-text-2 {
  font-family: 'Changa One', Impact, sans-serif;
  color: #4d4d4d;
  font-weight: 400;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  padding: 32px 25px 32px 172px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
  box-shadow: 14px 14px 15px 0 rgba(0, 0, 0, 0.13);
}

.container-4 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 42px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.icon-footer {
  max-height: 24px;
  margin-right: 18px;
  margin-left: 18px;
}

.icon-footer:hover {
  background-color: transparent;
}

.container-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.container-5.blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header-medium {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.header-medium._0 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 21px;
  line-height: 24px;
}

.header-medium.appointment {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-align: left;
  letter-spacing: 0.5px;
}

.header-medium.no-cap {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4.center {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova alt';
  line-height: 0px;
  font-weight: 300;
  text-align: center;
}

.copy {
  display: block;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.4rem;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0ch;
}

.copy.center {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0.1ch;
}

.copy.footer {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 0px;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 2em;
}

.copy.white {
  color: #fff;
}

.copy.link {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f3f3f3;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
}

.copy.promotion {
  margin-top: -10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.copy.form {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}

.copy.hide {
  display: block;
  line-height: 1.4rem;
  letter-spacing: 0.1ch;
}

.div-block-11 {
  padding: 12px 34px 12px 12px;
}

.image-7 {
  max-height: 150px;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0px;
}

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

.grid-6 {
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
}

.header-big {
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.8);
  line-height: 51px;
  font-weight: 300;
  text-transform: capitalize;
}

.header-big.white {
  margin-top: 10px;
  color: #fff;
  line-height: 46px;
  font-weight: 100;
}

.header-big.promotion {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.header-big.price {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.grid-7 {
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img-big {
  max-height: 70vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 10px solid #fff;
  border-radius: 0px;
}

.container-6 {
  margin-top: 201px;
}

.grid-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.image-8 {
  max-height: 150px;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a5e8ee;
}

.section-banner.insurance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #badde0;
}

.section-banner.white {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: #fff;
}

.section-banner.footer {
  display: block;
  margin-top: auto;
  padding: 2rem 4rem 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  border-width: 1px;
  border-color: #6c6c6c;
  background-color: rgba(32, 32, 32, 0.8);
}

.section-banner.dr {
  display: block;
  margin-bottom: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #85babe;
}

.section-banner.mission {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 0px;
  background-color: #fff;
}

.header-footer {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

.header-footer.up {
  color: #f3f3f3;
}

.grid-9 {
  height: 320px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  height: 320px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-7 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slide-2 {
  height: 100%;
  padding: 20px;
}

.mask {
  overflow: hidden;
  height: 100%;
  min-height: auto;
}

.slider {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 46px;
  padding-left: 46px;
  background-color: transparent;
}

.slide-nav {
  display: none;
  margin-bottom: 0px;
}

.icon-2 {
  margin: auto 0px auto auto;
  opacity: 1;
  color: rgba(0, 0, 0, 0.6);
}

.icon-3 {
  margin: auto auto auto 0px;
  color: rgba(0, 0, 0, 0.6);
}

.slide-3 {
  padding: 20px;
}

.slide-4 {
  padding: 20px;
}

.container-8 {
  margin-top: 12px;
}

.body-2 {
  background-color: #f3f3f3;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-9 {
  display: none;
  margin-top: 0px;
  margin-bottom: 24px;
}

.footer-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-social {
  width: 36px;
  margin: 0px 24px 24px 0px;
}

.div-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-link {
  -webkit-transition-property: none;
  transition-property: none;
  color: #f3f3f3;
}

.footer-link:hover {
  font-family: Montserrat, sans-serif;
  color: #a5e8ee;
  font-weight: 300;
}

.footer-link:active {
  color: hsla(0, 0%, 100%, 0.6);
}

.footer-link.up {
  color: #a5e8ee;
}

.div-block-12 {
  font-family: 'Proxima nova alt';
  text-align: center;
}

.footer-small-copy {
  display: block;
  margin-top: auto;
  color: hsla(0, 0%, 95.3%, 0.35);
  font-size: 8px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.promotion-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 150px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #69c2af;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.appointment {
  display: none;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 60px 60px;
  grid-auto-columns: 1fr;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.form-bllock {
  margin-bottom: 10px;
  border: 1px none #000;
  background-color: hsla(0, 0%, 90%, 0.6);
}

.form-block {
  margin-bottom: 0px;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-5.underline {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
  text-decoration: underline;
}

.grid-11 {
  display: block;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  text-align: left;
}

.collection-list-wrapper-2 {
  width: auto;
}

.section-2 {
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.promotion {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.copyright {
  margin-bottom: 0px;
  font-family: 'Proxima nova alt';
  color: hsla(0, 0%, 95.3%, 0.5);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-10 {
  max-width: 250px;
  margin-right: 0px;
}

.grid-12 {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-13 {
  margin-top: 20px;
}

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

._2fixanchor {
  position: relative;
  top: -80px;
  height: 0px;
}

._2fixanchor.dr {
  top: -80px;
}

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

.link-2 {
  -webkit-transition-property: none;
  transition-property: none;
  color: hsla(0, 0%, 100%, 0.6);
}

.link-2:hover {
  color: #a5e8ee;
}

.link-3 {
  color: #a5e8ee;
}

.link-4 {
  color: #a5e8ee;
}

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

.footer-social-link:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}

.div-block-16 {
  display: block;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-17 {
  text-align: center;
}

.div-block-18 {
  text-align: center;
}

.small-bold-cap {
  margin-bottom: auto;
  font-family: 'Proxima nova alt';
  color: #fff;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.recaptcha {
  margin-top: 20px;
}

.main-body {
  background-color: transparent;
  background-image: url('../images/iStock-503524617_72px.jpg'), -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
  background-image: url('../images/iStock-503524617_72px.jpg'), linear-gradient(180deg, #f3f3f3, #f3f3f3);
  background-position: 50% 0%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

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

.text-block-3 {
  display: block;
  margin-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.8);
  line-height: 20px;
  font-weight: 300;
}

.success-message {
  width: auto;
  height: auto;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.13);
}

.error-message {
  font-family: 'Proxima nova alt';
}

.div-block-19 {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  background-color: #a5eebf;
}

.image-11 {
  width: 150px;
  text-align: center;
}

.image-12 {
  width: 50%;
  margin-left: 25px;
}

.small-cap {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.image-13 {
  height: 100%;
  margin-left: 31%;
}

.insurance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d1e6e8;
}

.link-5 {
  -webkit-transition-property: none;
  transition-property: none;
  color: #f3f3f3;
}

.about-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-20 {
  margin-bottom: 0px;
  margin-left: 60px;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.text-span-2 {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.medium-cap {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.big-copy {
  margin-top: 0px;
  font-family: 'Proxima nova alt';
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.contact-button {
  margin-right: 0rem;
  margin-left: 0rem;
  background-color: transparent;
  text-align: left;
}

.contact-button.vertical {
  margin-right: 0rem;
  margin-left: 0rem;
}

.up-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova alt';
  color: #f3f3f3;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: 0.1em;
}

.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.contact {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65vh;
  margin-bottom: 0px;
  padding: 40px 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.contact-header {
  font-family: Montserrat, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-header.call {
  color: #fff;
  font-size: 16px;
}

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

.contact-icon {
  width: 24px;
  height: auto;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.contact-icon.call {
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vertical-divider {
  width: 1px;
  height: 10rem;
  margin-right: 2rem;
  margin-left: 1rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.text-span-3 {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.service {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.promotion-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

.price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
}

.insurance-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d0ece6;
}

.call-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-transition-property: none;
  transition-property: none;
}

.call-button:hover {
  background-color: #a17cf3;
}

.reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-image {
  width: auto;
  height: 70px;
}

.image-15 {
  width: 300px;
}

.image-16 {
  width: 300px;
}

.image-17 {
  height: 60px;
}

.image-18 {
  width: 350px;
  height: auto;
  margin-bottom: 40px;
}

.image-19 {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.block-quote {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0px;
}

.slider-2 {
  display: block;
  height: 250px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.mask-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.name {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.quote {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-align: justify;
}

.arrow {
  margin-top: auto;
  margin-bottom: auto;
  color: rgba(0, 0, 0, 0.13);
}

.slide {
  padding-top: 20px;
  padding-right: 80px;
  padding-left: 80px;
  line-height: 24px;
}

.slide-nav-2 {
  margin-top: 0px;
  opacity: 0.35;
  font-size: 10px;
}

.slider-3 {
  background-color: #ff6565;
}

.slide-nav-3 {
  background-color: transparent;
}

.slide-6 {
  background-color: #5286ff;
}

.horizontal-divider {
  width: 100px;
  height: 1px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.13);
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-20 {
  width: 40vw;
  margin-bottom: 40px;
}

.social-block {
  position: fixed;
  left: auto;
  top: 7rem;
  right: 1rem;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-block.footer {
  position: static;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.social-icon {
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 0.51;
}

.social-icon:hover {
  opacity: 0.75;
}

.social-icon.footer {
  margin-right: 20px;
  margin-left: 0px;
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icon.footer:hover {
  opacity: 0.75;
}

.div-block-24 {
  width: 100%;
  height: 100vh;
}

.heading-6 {
  display: none;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-2 {
  height: 15rem;
  margin-top: 2rem;
}

.facebook {
  display: none;
}

.text-span-4 {
  font-size: 12px;
  font-weight: 300;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.line-divider {
  width: 80%;
  height: 1px;
  margin: 20px 0px;
  background-color: rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .button.small.purple {
    opacity: 1;
  }

  .button.small.purple.call {
    opacity: 1;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-members {
    grid-template-areas: ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-grid.cc-about-2 {
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-preview-wrap {
    width: 80%;
    padding-right: 15px;
    text-align: center;
  }

  .header-large {
    font-size: 40px;
  }

  .header-large.display {
    top: 7%;
    margin-top: 10px;
    margin-right: auto;
    font-size: 47px;
    text-align: center;
  }

  .section-dark {
    grid-column-gap: 50px;
  }

  .heading.light {
    margin-right: 12px;
    margin-left: 12px;
  }

  .header-small.white {
    font-size: 14px;
  }

  .button-small {
    padding-right: 10px;
    padding-left: 10px;
  }

  .service-section {
    margin-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .nav-link {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    line-height: 16px;
  }

  .nav-link:hover {
    color: #00d2a6;
  }

  .nav-link:active {
    background-color: transparent;
  }

  .nav-link.w--current {
    -webkit-transition-property: none;
    transition-property: none;
    color: rgba(0, 0, 0, 0.6);
  }

  .nav-link.w--current:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .nav-link.w--current:active {
    color: rgba(0, 0, 0, 0.8);
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-header-photo {
    background-position: 50% 100%;
    background-size: auto 90vh;
  }

  .div-card {
    padding-top: 24px;
    box-shadow: none;
  }

  .div-card.dr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 50px;
    padding-left: 0px;
  }

  .div-kids.slide {
    box-shadow: none;
  }

  .nav-menu {
    background-color: #f3f3f3;
  }

  .icon-footer {
    color: #fff;
    font-size: 29px;
    text-align: left;
  }

  .nav-menu-2 {
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.13);
  }

  .title-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-medium.appointment {
    margin-bottom: 10px;
  }

  .copy.center {
    line-height: 22px;
    letter-spacing: 0px;
  }

  .copy.footer {
    font-size: 13px;
  }

  .image-7 {
    margin-top: 20px;
  }

  .header-big.promotion {
    line-height: 1.2;
  }

  .img-big {
    max-height: 70vh;
    margin-left: 0px;
  }

  .section-banner.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-banner.dr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-footer.up {
    margin-bottom: 0px;
  }

  .container-7 {
    text-align: center;
  }

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

  .container-9 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-10 {
    margin-bottom: 0px;
    text-align: left;
  }

  .icon-social {
    width: 30px;
  }

  .footer-small-copy {
    margin-bottom: 0px;
  }

  .grid-11 {
    display: block;
  }

  .collection-list-wrapper-2 {
    width: auto;
  }

  .promotion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright {
    margin-top: auto;
    font-family: Montserrat, sans-serif;
  }

  .image-10 {
    width: auto;
    max-width: 200px;
    min-width: auto;
  }

  .grid-12 {
    grid-column-gap: 18px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .container-15 {
    display: block;
    margin-right: 0px;
    margin-left: 80px;
    padding-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-body {
    background-image: url('../images/iStock-503524617_72px.jpg'), -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background-image: url('../images/iStock-503524617_72px.jpg'), linear-gradient(180deg, #f3f3f3, #f3f3f3);
    background-position: 50% 35%, 0px 0px;
    background-size: contain, auto;
    background-attachment: scroll, scroll;
  }

  .menu-button-2 {
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .small-cap {
    font-size: 15px;
  }

  .insurance {
    max-width: none;
  }

  .link-5 {
    -webkit-transition-property: none;
    transition-property: none;
    color: #fff;
  }

  .div-block-20 {
    margin-left: 40px;
  }

  .text-span-2 {
    font-size: 15px;
  }

  .up-copy {
    margin-top: 0px;
    font-size: 14px;
  }

  .contact {
    padding: 2rem;
  }

  .contact-header {
    margin-bottom: 0px;
    letter-spacing: 0px;
  }

  .vertical-divider {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .text-span-3 {
    line-height: 22px;
  }

  .image-20 {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .divider {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .container {
    text-align: center;
  }

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

  .button {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button.small {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button.small.purple {
    background-color: #9570a7;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .page-headline {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 60px auto 60px auto 60px auto 60px auto 60px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .header-large {
    margin-bottom: 20px;
    line-height: 34px;
    text-align: center;
  }

  .header-large.display {
    top: 7%;
    margin-top: 10px;
    margin-right: auto;
    font-size: 40px;
    text-align: center;
  }

  .banner {
    font-size: 10px;
    font-weight: 700;
  }

  .section-dark {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 9px;
    grid-row-gap: 17px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    text-align: center;
  }

  .heading.light {
    margin-bottom: 6px;
  }

  .service-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 226px;
    margin-bottom: 0px;
    padding: 20px 24px;
    clear: none;
  }

  .cards-grid-container {
    display: -ms-grid;
    display: grid;
    max-width: none;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-columns: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .cards-image-mask {
    height: 65px;
  }

  .header-section {
    font-size: 28px;
    line-height: 1.4em;
    letter-spacing: 0.2em;
  }

  .nav-link:active {
    background-color: transparent;
    color: #04909b;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .hero-header-photo {
    background-position: 50% 100%;
    background-size: auto 90vh;
  }

  .grid-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    grid-row-gap: 8px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .card-title {
    font-size: 22px;
  }

  .card-copy {
    font-size: 14px;
    line-height: 1.3em;
  }

  .div-card {
    padding-top: 24px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-card.dr {
    display: block;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 20px;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .card-image {
    max-height: 65px;
    padding: 0px;
  }

  .div-kids {
    -ms-grid-rows: 2fr 0.5fr auto;
    grid-template-rows: 2fr 0.5fr auto;
  }

  .div-kids.slide {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 0px;
  }

  .header-kids {
    font-size: 25px;
  }

  .container-5.blue {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 38px;
    padding-left: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-medium {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .header-medium.appointment {
    margin-bottom: 10px;
    text-align: center;
  }

  .copy {
    margin-bottom: 0px;
    text-align: center;
  }

  .copy.center {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0px;
  }

  .copy.footer {
    font-size: 14px;
    line-height: 1.9em;
    text-align: center;
  }

  .copy.link {
    margin-top: 7px;
    margin-bottom: 7px;
  }

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

  .copy.hide {
    margin-bottom: 0px;
    text-align: left;
  }

  .div-block-11 {
    padding-right: 38px;
    padding-left: 38px;
  }

  .image-7 {
    margin-top: 20px;
  }

  .header-big.white {
    margin-top: 0px;
    font-size: 40px;
    text-align: center;
  }

  .header-big.promotion {
    font-size: 26px;
    line-height: 1;
  }

  .img-big {
    max-height: 50vh;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .grid-8 {
    grid-column-gap: 0px;
  }

  .section-banner.white {
    margin-top: 40px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .section-banner.footer {
    display: block;
    padding-top: 3rem;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .section-banner.dr {
    display: block;
    margin-top: 40px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-banner.mission {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .header-footer {
    margin-bottom: 0px;
    text-align: center;
  }

  .header-footer.up {
    text-align: center;
  }

  .grid-9 {
    overflow: hidden;
    height: auto;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container-7 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slide-2 {
    overflow: hidden;
    height: 270px;
    margin-top: 0px;
    padding: 0px;
  }

  .mask {
    height: 290px;
  }

  .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .icon-2 {
    font-size: 28px;
  }

  .icon-3 {
    font-size: 28px;
  }

  .container-9 {
    display: block;
    padding: 0px 38px 20px;
    text-align: center;
  }

  .container-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-9 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .icon-social {
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-footer {
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-link {
    line-height: 1.7em;
  }

  .footer-link.up {
    text-align: center;
  }

  .footer-small-copy {
    margin-top: auto;
    margin-bottom: 0px;
  }

  .appointment {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-5.underline {
    text-align: center;
  }

  .heading-5.underline.center {
    text-align: center;
  }

  .grid-11 {
    display: block;
    text-align: center;
  }

  .section-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }

  .section-3 {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright {
    margin-top: auto;
  }

  .image-10 {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 200px;
    min-width: auto;
    margin-right: 0px;
    margin-left: -12px;
  }

  .footer-text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .grid-12 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-14 {
    padding-right: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-13 {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }

  .checkbox {
    margin-right: 10px;
  }

  .container-15 {
    margin-left: 0px;
  }

  .small-bold-cap {
    margin-bottom: 0px;
  }

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

  .main-body {
    background-color: #4d4d4d;
    background-image: url('../images/iStock-503524617_72px.jpg'), -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background-image: url('../images/iStock-503524617_72px.jpg'), linear-gradient(180deg, #f3f3f3, #f3f3f3);
    background-position: 50% 20%, 0px 0px;
    background-size: contain, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .small-cap {
    font-size: 14px;
  }

  .about-us {
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .medium-cap {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Proxima nova alt';
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .contact-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .contact-button.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .up-copy {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .contact {
    margin-top: 53vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-header.call {
    line-height: 18px;
    text-align: left;
  }

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

  .contact-icon.phone {
    margin-right: 20px;
  }

  .vertical-divider {
    width: 200px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .promotion-header {
    font-size: 26px;
  }

  .price {
    font-size: 36px;
  }

  .insurance-section {
    padding-right: 60px;
    padding-left: 60px;
  }

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

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

  .slide {
    padding-bottom: 30px;
  }

  .image-20 {
    width: 60vw;
  }

  .social-block {
    top: 6rem;
  }

  .social-icon.footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-25 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .facebook {
    position: static;
    display: none;
    padding-left: 148px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-26 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button:hover {
    background-color: rgba(255, 72, 72, 0.6);
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template-areas: "."
      "."
      "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .header-large {
    font-size: 36px;
  }

  .header-large.display {
    top: 12%;
    margin-top: 10px;
    font-size: 36px;
  }

  .banner {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  .section-dark {
    grid-row-gap: 22px;
  }

  .heading.light {
    margin-right: 0px;
    margin-left: 0px;
  }

  .header-small.white {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.6em;
  }

  .service-section {
    display: block;
    margin-top: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-section {
    font-size: 24px;
    line-height: 1.2em;
    letter-spacing: 0.2em;
  }

  .header-section.small {
    line-height: 1.4em;
  }

  .image-2 {
    min-width: 150px;
  }

  .hero-header-photo {
    background-position: 50% 50%;
    background-size: auto 60vh;
  }

  .grid-2 {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 0px;
  }

  .card-copy.slide {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .div-card {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-card.dr {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-kids.slide {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    box-shadow: none;
  }

  .header-kids {
    font-size: 24px;
    line-height: 1.3em;
  }

  .image-3 {
    height: 80px;
    padding: 0px;
  }

  .icon-footer {
    color: #f3f3f3;
  }

  .container-5.blue {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .header-medium {
    font-size: 18px;
    line-height: 1.3em;
  }

  .header-medium._0 {
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
  }

  .header-medium.appointment {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
  }

  .header-medium.no-cap {
    line-height: 1.2em;
    letter-spacing: 0px;
    text-transform: none;
  }

  .heading-4.center {
    line-height: 1em;
  }

  .copy {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .copy.center {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }

  .copy.footer {
    font-size: 14px;
    line-height: 1.6em;
    text-align: center;
  }

  .copy.link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .copy.promotion {
    margin-top: 0px;
  }

  .copy.form {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .copy.hide {
    display: block;
  }

  .image-7 {
    margin-top: 20px;
  }

  .header-big.white {
    margin-bottom: 20px;
  }

  .header-big.promotion {
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 30px;
  }

  .header-big.price {
    font-size: 36px;
    line-height: 1em;
  }

  .img-big {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-8 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .section-banner.insurance {
    margin-top: 20px;
  }

  .section-banner.white {
    margin-top: 20px;
    text-align: center;
  }

  .section-banner.mission {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-footer {
    text-decoration: underline;
  }

  .container-7 {
    margin-bottom: 0px;
  }

  .slide-2 {
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .mask {
    height: 270px;
  }

  .slider {
    width: 100%;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-3 {
    height: 390px;
  }

  .slide-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .body-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container-10 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-social {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-small-copy {
    line-height: 1.5em;
    letter-spacing: 1px;
  }

  .promotion-block {
    height: 100px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .appointment {
    overflow: visible;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .heading-5.underline {
    font-size: 15px;
  }

  .section-2 {
    display: block;
    margin-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-3 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 10px 10px 0px;
  }

  .promotion {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .copyright {
    font-size: 10px;
    line-height: 1rem;
    text-transform: uppercase;
  }

  .image-10 {
    max-width: 220px;
    margin-left: 0px;
  }

  .footer-text-block {
    margin-right: 0px;
    margin-bottom: 12px;
    text-align: center;
  }

  .grid-12 {
    justify-items: center;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-13 {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-left: 70px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .checkbox {
    margin-right: 18px;
    margin-left: 0px;
  }

  .recaptcha {
    overflow: visible;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .form-2 {
    overflow: hidden;
  }

  .main-body {
    background-image: url('../images/iStock-503524617_72px.jpg'), -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
    background-image: url('../images/iStock-503524617_72px.jpg'), linear-gradient(180deg, #f3f3f3, #f3f3f3);
    background-position: 50% 20%, 0px 0px;
    background-size: auto 50vh, auto;
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .container-16 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .menu-button-2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px;
  }

  .small-cap {
    font-size: 12px;
  }

  .insurance {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-us {
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .medium-cap {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .contact-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-button.vertical {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .up-copy {
    font-size: 13px;
  }

  .contact {
    margin-top: 50vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-header.call {
    color: #f3f3f3;
  }

  .contact-icon {
    margin-right: 0px;
  }

  .contact-icon.phone {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .vertical-divider {
    display: block;
  }

  .vertical-divider.hide {
    display: none;
  }

  .service {
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mission {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .promotion-header {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .price {
    font-size: 32px;
    line-height: 37px;
  }

  .insurance-section {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .reviews {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-18 {
    width: 100%;
  }

  .slide {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .image-20 {
    width: 80vw;
  }

  .social-block {
    position: absolute;
    top: 19rem;
    right: 0.4rem;
  }

  .social-icon.footer {
    margin-right: 10px;
    margin-left: 10px;
  }

  .map-2 {
    height: 20rem;
  }

  .facebook {
    padding-left: 0px;
    text-align: left;
  }

  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c477-c210656b {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c474-c210656b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c478-c210656b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a353358d-e893-ef64-6e36-62ae21ddd637-21ddd636 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6d-1c4efc6c {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6f-1c4efc6c {
  -ms-grid-column-span: 0.9895833730697632;
  grid-column-end: span 0.9895833730697632;
  -ms-grid-column: span 0.9895833730697632;
  grid-column-start: span 0.9895833730697632;
  -ms-grid-row-span: 0.9895833730697632;
  grid-row-end: span 0.9895833730697632;
  -ms-grid-row: span 0.9895833730697632;
  grid-row-start: span 0.9895833730697632;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc7a-1c4efc6c {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc8b-1c4efc6c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e923f-81106576 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9240-81106576 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9243-81106576 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9244-81106576 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e924c-81106576 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9255-81106576 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e925e-81106576 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9290-81106576 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e929c-81106576 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e92a2-81106576 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bc23fd4f-bb67-e079-65e3-6603e83e9295-81106576 {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

@media screen and (max-width: 767px) {
  #w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c477-c210656b {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-a353358d-e893-ef64-6e36-62ae21ddd637-21ddd636 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_3a826b73-d7ca-9a2f-f61a-d743d8385886-21ddd636 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_5dfc9e5b-0291-9ee8-59c4-c2cff7ebed6b-21ddd636 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6d-1c4efc6c {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6f-1c4efc6c {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e923f-81106576 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e925d-81106576 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e929c-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e92a2-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e9295-81106576 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fbdea5d0-f1cf-b7ea-bd47-30a3de4793eb-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_58f2f7aa-855b-f364-481b-8e985596a638-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-cf47813e-230b-bde5-f2e2-97d91fcdf0ec-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c477-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c474-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-df6b0910-e9e9-6fdb-731b-9e4eea81c478-c210656b {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-a353358d-e893-ef64-6e36-62ae21ddd637-21ddd636 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6d-1c4efc6c {
    -ms-grid-column: span 0.9895833730697632;
    grid-column-start: span 0.9895833730697632;
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: span 0.9895833730697632;
    -ms-grid-row: span 0.9895833730697632;
    grid-row-start: span 0.9895833730697632;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: span 0.9895833730697632;
  }

  #w-node-ee3d3dd6-20ba-0e8e-63f4-ab9b1c4efc6f-1c4efc6c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 0.9895833730697632;
    grid-column-end: span 0.9895833730697632;
    -ms-grid-column: span 0.9895833730697632;
    grid-column-start: span 0.9895833730697632;
    -ms-grid-row-span: 0.9895833730697632;
    grid-row-end: span 0.9895833730697632;
    -ms-grid-row: span 0.9895833730697632;
    grid-row-start: span 0.9895833730697632;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e923f-81106576 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e9265-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e925d-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e928f-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e929c-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e92a2-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc23fd4f-bb67-e079-65e3-6603e83e9295-81106576 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}