:root {
  --yellow: #faaf52;
  --black: #111;
  --gainsboro: #ddd;
  --light-grey: #e7e7e7;
  --silver: #bbb;
  --dark-grey: #777;
  --dim-grey: #40424b;
  --dark-space: #1c1d24;
  --red: #ee4869;
  --dark: #26272e;
  --dark-slate-grey: #363840;
  --purple: #6165f4;
  --aqua: #22c8e1;
  --white: white;
  --haze: #f7f7f7;
  --light-blue: #4c9bc7;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

h1 {
  color: #4c9bc7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

h2 {
  color: #4c9bc7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

h3 {
  color: #4c9bc7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  color: #1e2843;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #1f3058;
  text-decoration: underline;
}

ul {
  margin-top: 16px;
  margin-bottom: 32px;
  padding-left: 24px;
}

ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

blockquote {
  border-left: 3px solid var(--yellow);
  margin-bottom: 32px;
  padding: 12px 20px 12px 24px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

figure {
  margin-bottom: 0;
}

figcaption {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: left;
  background-color: #11111180;
  margin-top: -31px;
  padding: 8px 12px 7px;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.no-paddings {
  padding: 0 0%;
}

.section.dark {
  color: #fff;
  background-color: #4c9bc7;
}

.section.dark.no-padding-vertical {
  background-color: #4c9bc7;
  margin-top: 7px;
}

.section.no-bottom-padding {
  border: 1px #000;
  padding-bottom: 0;
}

.section.page-section {
  padding-top: 64px;
}

.section.promo-section {
  background-image: url('../images/ipad-promo.jpg');
  background-position: 50% 210%;
  background-repeat: no-repeat;
  background-size: 1836px;
  height: 728px;
}

.section.no-side-paddings {
  padding-left: 0%;
  padding-right: 0%;
}

.section.image-1 {
  color: #fff;
  background-image: linear-gradient(#1119, #1119), url('../images/julian-o-hayon-265589.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.border-top {
  border-top: 1px solid var(--gainsboro);
}

.section.about-v2-hero {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url('../images/sirotorn-sumpunkulpak-180551-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-4 {
  color: #fff;
  background-image: url('../images/IMG_3049.jpg');
  background-position: 94% 54%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.section.image-2 {
  color: #fff;
  background-image: linear-gradient(#1111111f, #1111111f), url('../images/interview.jpg');
  background-position: 0 0, 50% -123px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding: auto;
}

.section.image-1 {
  color: #fff;
  background-image: linear-gradient(#11111112, #11111112), url('../images/Untitled-design---2023-03-17T113255.078.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  padding-bottom: 355px;
  font-family: Barlow Condensed, sans-serif;
}

.section.image-5 {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url('../images/benjamin-voros-310026-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-6 {
  background-image: linear-gradient(#0003, #0003), url('../images/rawpixel-com-463439-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-7 {
  background-image: linear-gradient(#1111114d, #1111114d), url('../images/brevite-434280-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1500px;
  background-attachment: scroll, fixed;
}

.section.about-v1-hero {
  color: #fff;
  background-image: linear-gradient(#00000063, #00000063), url('../images/San-Ysidro-library.jpg');
  background-position: 0 0, 12px -56px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.side-works-section {
  align-items: flex-start;
  padding-right: 0%;
}

.section.image-8 {
  color: #fff;
  background-image: linear-gradient(#11111180, #11111180), url('../images/clem-onojeghuo-123657.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.image-3 {
  color: #fff;
  background-image: linear-gradient(#1119, #1119), url('../images/tyler-franta-589346-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.portfolio-hero {
  color: #fff;
  background-image: linear-gradient(#11111145, #11111145), url('../images/interview.jpg');
  background-position: 0 0, 0 -258px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.portfolio-works {
  padding-top: 0;
  overflow: visible;
}

.section.portfolio-nav {
  border-bottom: 1px solid var(--light-grey);
  min-height: 88px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.image-2-copy {
  color: #fff;
  background-image: linear-gradient(#1110, #1110), url('../images/interview.jpg');
  background-position: 0 0, 50% -232px;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  margin-top: -7px;
  padding: auto;
}

.wrapper {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  margin-left: 121px;
  position: relative;
}

.wrapper.side-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.button {
  background-color: var(--yellow);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #f6a136;
}

.button.white-button:hover {
  background-color: var(--yellow);
  color: #fff;
}

.button.ghost-button {
  box-shadow: inset 0 0 0 1px var(--black);
  transition: color .4s, background-color .6s, box-shadow .6s;
}

.button.ghost-button:hover {
  background-color: var(--yellow);
  color: #fff;
  box-shadow: inset 0 0 0 1px #0000;
}

.button.subscribe-button {
  background-color: var(--yellow);
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
}

.button.link-button {
  box-shadow: inset 3px 0 0 0 var(--yellow);
  color: var(--black);
  background-color: #0000;
  transition: color .4s, background-color .4s;
}

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

.button.link-button._404-button {
  color: #fff;
  margin-top: 24px;
}

.button.link-button.text-white {
  color: #fff;
}

.button.contact-button {
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.button.password-button {
  color: #0000;
  text-align: center;
  background-image: url('../images/lock-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 48px;
  padding-left: 0;
  padding-right: 0;
}

.button.ghost-white-button {
  background-color: #0000;
  transition: color .4s, background-color .4s, box-shadow .4s;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.button.ghost-white-button:hover {
  background-color: var(--yellow);
  box-shadow: inset 0 0 0 1px #0000;
}

.button.side-margins {
  margin-left: 8px;
  margin-right: 8px;
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  color: #082b69;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 33.33%;
  padding: 48px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: #222;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/james-pond-185593.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ddd;
}

.white-button {
  color: #222;
  background-color: #fff;
}

.nav-bar-corner {
  z-index: 200;
  width: 88px;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  color: #1f3058;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -47px;
  margin-bottom: -4px;
  margin-right: -43px;
  padding-left: 0;
  padding-right: 11px;
  display: flex;
  position: fixed;
  top: 45px;
  bottom: 4px;
  left: 11px;
  overflow: hidden;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-wrapper._404 {
  background-image: linear-gradient(#00000061, #00000061), url('../images/Team-Alvarez.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.page-wrapper.nav-left-wide {
  margin-left: 232px;
}

.page-wrapper.nav-left {
  color: #797cdf;
  margin-left: 88px;
  padding-bottom: 11px;
  font-size: 16px;
}

.page-wrapper.style-guide-wrapper {
  margin-left: 270px;
  padding-top: 0;
}

.nav-link {
  opacity: .5;
  color: #1f3058;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 21px 0 12px 9px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition: opacity .4s;
  display: inline;
  position: static;
}

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

.nav-link.w--current {
  opacity: 1;
  color: #1f3058;
}

.nav-menu-left {
  text-align: right;
  width: 480px;
  margin: 3px -25px 213px 1px;
  position: absolute;
  top: 408px;
  left: -197px;
  transform: rotate(-90deg);
}

.nav-menu-left.hidden {
  display: none;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.brand.nav-top-brand {
  width: 72px;
  height: 72px;
}

.hero-split {
  display: flex;
}

.split-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image.hero-2 {
  background-image: url('../images/oladimeji-odunsi-307743.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.split-image.contact {
  background-image: linear-gradient(to top, #00000080, #fff0 30%), url('../images/family.jpg');
  background-position: 0 0, 66%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.split-image.protected-image {
  background-image: url('../images/siarhei-horbach-267470.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image.post-image {
  z-index: 2;
}

.split-image.hero-1 {
  background-image: linear-gradient(to top, #0000004d, #fff0 25%), url('../images/berwin-coroza-340446.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
}

.split-image.image-1 {
  background-image: url('../images/jakob-owens-486025-unsplash-copy.jpg');
}

.hero-split-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: relative;
}

.hero-split-intro {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.color-hover {
  background-color: var(--yellow);
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.left {
  width: 3px;
  position: absolute;
  inset: 0 auto 0 0;
}

.color-hover.down {
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.line-button-text {
  z-index: 1;
  padding-left: 2px;
  padding-right: 37px;
  position: relative;
  bottom: 0;
  right: 8px;
}

.contact {
  color: var(--silver);
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.contact.home-v8-contact {
  color: #fff;
  position: absolute;
  left: 40px;
}

.contact.home-v6 {
  color: #fff;
  margin-top: 20px;
  margin-right: 16px;
  position: absolute;
  top: 0;
  left: auto;
  right: 3%;
}

.contact.email-home-v3 {
  color: #fff;
  margin-right: 16px;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 48px;
}

.contact.phone-home-v3 {
  color: #fff;
  position: absolute;
  inset: auto 48px 16px auto;
}

.contact-text {
  margin-right: 10px;
}

.link-v1 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: var(--black);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
}

.link-v1:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v1.white-link {
  color: #fff;
  box-shadow: 0 2px #fff6;
}

.link-v1.white-link:hover {
  box-shadow: 0 2px #fff;
}

.link-v1.more-link {
  margin-top: 24px;
}

.link-v1.sg-back-link {
  position: absolute;
  bottom: 40px;
}

.nav-left-social-icons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-left-social-icons.horizontal {
  flex-direction: row;
  padding-bottom: 40px;
}

.social-icon-link {
  opacity: .4;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: opacity .4s;
  display: flex;
}

.social-icon-link:hover {
  opacity: 1;
}

.location {
  min-height: 32px;
  color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.location.home-v2 {
  color: var(--dark-grey);
  margin-bottom: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.location.home-v1 {
  color: #fff;
  position: absolute;
  bottom: 38px;
  left: 48px;
}

.location.home-v8-location {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.location.hero-slider-location {
  z-index: 3;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.location-icon {
  float: left;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.text-block {
  float: left;
}

.location-text {
  float: left;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

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

.grey-text {
  color: var(--dark-grey);
}

.text-link {
  box-shadow: 0 1px 0 0 var(--yellow);
  color: var(--yellow);
  text-decoration: none;
  transition: box-shadow .4s;
}

.text-link:hover {
  box-shadow: 0 2px 0 0 var(--yellow);
}

.scroll-link {
  color: var(--black);
  text-transform: uppercase;
  align-items: center;
  margin-left: -27px;
  padding: 24px 24px 34px 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.scroll-arrow {
  z-index: 1;
  position: relative;
}

.scroll-arrow.scroll-link-icon {
  margin-right: 8px;
}

.about {
  align-items: flex-start;
  display: flex;
}

.side-works-info {
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 30px;
  display: flex;
}

.about-heading {
  color: #4c9bc7;
  width: 50%;
  margin-top: -8px;
  margin-bottom: 24px;
}

.about-text {
  width: 100%;
  color: var(--dark-grey);
  column-count: 2;
  column-gap: 56px;
  padding-right: 56px;
}

.about-more-info {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.about-links {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-top: 24px;
  line-height: 40px;
  display: flex;
}

.link-v2 {
  box-shadow: 0 2px 0 0 var(--gainsboro);
  color: var(--black);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
}

.link-v2:hover {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.about-link {
  margin-bottom: 16px;
}

.link-v2.white {
  color: #1f3058;
  box-shadow: 0 2px #fff3;
}

.link-v2.white:hover {
  box-shadow: 0 2px #fff;
}

.link-v2.category-link {
  background-color: #0000;
  margin-right: 40px;
  padding: 0;
}

.link-v2.category-link.w--current {
  box-shadow: 0 2px 0 0 var(--black);
}

.link-v2.category-link.right {
  margin-left: 40px;
  margin-right: 0;
}

.link-v2.white-link {
  color: #fff;
  box-shadow: 0 2px #fff6;
}

.link-v2.white-link:hover {
  box-shadow: 0 2px #fff;
}

.signature {
  margin-bottom: 8px;
}

.counters {
  background-image: linear-gradient(to right, var(--dim-grey), var(--dark-space));
  width: 100%;
  display: flex;
}

.counters.light {
  background-color: #fff;
  background-image: none;
  padding-top: 1px;
  padding-bottom: 1px;
}

.counters.image-2 {
  background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/economy_1.jpg'), linear-gradient(to right, var(--dim-grey), var(--dark-space));
  background-position: 0 0, 50% -48%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.counters.image-3 {
  background-image: linear-gradient(to bottom, #1119, #1119), url('../images/darren-coleshill-558552-unsplash.jpg'), linear-gradient(to right, var(--dim-grey), var(--dark-space));
  background-position: 0 0, 50%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.about-image-wrapper {
  flex: 1;
  position: relative;
}

.counter {
  color: #fff;
  text-transform: uppercase;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 88px 3% 96px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  box-shadow: 1px 0 #ffffff26;
}

.counter._1 {
  text-align: center;
  background-image: url('../images/done-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter._2, .counter._3, .counter._4 {
  background-image: url('../images/done-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
}

.counter.light {
  box-shadow: 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
}

.counter-number {
  font-size: 30px;
  line-height: 40px;
}

.counter-divider {
  background-color: var(--yellow);
  width: 32px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.counter-divider.red {
  background-color: var(--red);
}

.side-works {
  width: 100%;
  display: flex;
  position: relative;
}

.about-info {
  flex-direction: column;
  align-items: flex-start;
  width: 66.66%;
  padding: 16px 15px 0;
  display: flex;
}

.clients-v2-logotypes {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-works-heading {
  margin-bottom: 40px;
}

.service-blocks {
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.service-block {
  box-shadow: 0 0 0 1px var(--light-grey);
  background-color: #fff;
  flex: 1;
  margin-top: 1px;
  padding: 88px 5% 64px;
  position: relative;
}

.service-block._33-percent {
  flex: 0 auto;
  width: 33.33%;
}

.square-icon {
  border: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.square-icon-line-left {
  z-index: 1;
  background-color: var(--yellow);
  width: 3px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.service-block-numbers {
  opacity: .15;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.service-block-number-1 {
  font-size: 32px;
  line-height: 36px;
}

.service-block-number-2 {
  margin-left: 2px;
}

.testimonials-v1 {
  text-align: left;
  background-color: #0000;
  height: auto;
  padding-left: 30%;
}

.testimonials-v1-arrow {
  border: 2px solid #ffffff4d;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  margin-top: 160px;
  display: flex;
  bottom: 0;
  left: 0;
  right: 100%;
}

.testimonials-v1-arrow.right {
  border-left-style: none;
  width: 62px;
  left: 64px;
}

.testimonials-v1-arrow.border-grey {
  border-color: var(--gainsboro);
}

.testimonials-nav {
  display: none;
}

.testimonials-v1-heading {
  width: 30%;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.review-v1 {
  background-image: url('../images/quote-icon.svg');
  background-position: 85% 0;
  background-repeat: no-repeat;
  align-items: flex-start;
  padding-right: 25%;
  display: flex;
}

.review-v1.light {
  background-image: url('../images/quote-icon-grey.svg');
  background-size: auto;
}

.review-v1-content {
  flex: 1;
  max-width: 600px;
  margin-left: 30px;
}

.review-v1-avatar-wrapper {
  background-image: url('../images/avatar-border.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-v1-avatar-wrapper.color {
  background-image: url('../images/avatar-border-color.svg');
}

.review-v1-text {
  color: #ffffffb3;
  margin-top: 16px;
  font-size: 17px;
  line-height: 28px;
}

.review-v1-text.grey-text {
  color: var(--dark-grey);
}

.review-v1-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 10px;
}

.clients-v2 {
  display: flex;
}

.clients-v2-info {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  max-width: 400px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 5%;
  display: flex;
}

.side-works-images {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.client-v2-logo-wrapper {
  width: 33.33%;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: -1px;
  padding: 56px 32px;
  display: flex;
}

.client-logo {
  max-height: 40px;
}

.clients-v2-link {
  width: 33.33%;
  box-shadow: inset 0 0 0 1px var(--gainsboro), inset 0 -4px 0 0 var(--yellow);
  color: var(--black);
  text-align: center;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: -1px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-v2-link:hover {
  color: #fff;
}

.clients-v2-link-color {
  background-color: var(--yellow);
  height: 100%;
  box-shadow: 0 -4px 0 0 var(--yellow);
  position: absolute;
  inset: 0;
  transform: translate(0, 100%);
}

.blog-posts {
  flex-wrap: wrap;
  margin-bottom: -40px;
  display: flex;
}

.blog-post {
  width: 33.33%;
}

.post-card {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-date-wrapper {
  z-index: 1;
  align-items: center;
  width: 100%;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 56px;
  left: 0;
}

.post-card-date-line {
  background-color: var(--yellow);
  width: 8%;
  height: 3px;
  margin-right: 24px;
}

.zoom-image {
  width: 100%;
}

.zoom-image.split-about {
  background-image: linear-gradient(#00000052, #00000052), linear-gradient(#0000004d, #0000004d), url('../images/5b5fa1cbd9b73fe449b4bd4e_water.jpg');
  background-position: 0 0, 0 0, 41%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: absolute;
  inset: 0;
}

.zoom-image.split-works {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/5b7766699aede5a513dcd899_5b5f7f0a91ad169c7d1c3f2b_Copy_20of_20IMG_1137-min.jpg');
  background-position: 0 0, 17%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.zoom-image.split-blog {
  background-image: linear-gradient(#00000082, #00000082), url('../images/5b7766bbfa6bc703b1bca849_5b60f5cb7eaecbef6cde5c04_IMG_5827-1.jpg');
  background-position: 0 0, 64%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.zoom-image.home-v7-work-image {
  width: auto;
  height: 100%;
}

.post-card-content {
  z-index: 1;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  height: 24px;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge.color {
  border-style: none;
  border-color: var(--dark-grey);
  background-color: var(--black);
  padding-top: 2px;
}

.badge.post-card-v2-badge {
  border-style: none;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.badge.nav-layout-badge {
  color: var(--black);
  background-color: #f7f7f7;
  margin-top: 16px;
}

.clients-v2-link-text {
  z-index: 1;
  position: relative;
}

.side-header {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1 {
  color: #fff;
  background-color: #90cde6;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-v1-subscrube {
  background-color: var(--dark);
  width: 33.33%;
  margin-bottom: 0;
  padding-top: 56px;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-v1-subscribe-form {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.input {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--gainsboro);
  text-transform: uppercase;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  transition: border .6s;
}

.input:hover {
  border-bottom-color: var(--silver);
}

.input:focus {
  border-bottom-color: var(--yellow);
}

.input.subscribe-input {
  color: #fff;
  background-color: #0000;
  border: 2px solid #ffffff4d;
  flex: 1;
  margin-bottom: 8px;
  margin-right: -2px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .6s;
}

.input.subscribe-input:hover {
  border-color: #ffffff80;
}

.input.subscribe-input:focus {
  border-color: var(--yellow);
}

.input.subscribe-input::placeholder {
  color: #ffffff4d;
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  margin-right: 30px;
}

.input.half-width {
  flex: 40%;
  margin-right: 30px;
}

.input.password-input {
  width: 200px;
  margin-right: 24px;
}

.footer-v1-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 5%;
  display: flex;
}

.footer-v1-link {
  color: #ffffff80;
  flex: 1;
  margin-right: 8%;
  font-size: 13px;
  text-decoration: none;
  transition: color .6s;
}

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

.footer-v1-links {
  justify-content: flex-start;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 96px;
  display: flex;
}

.footer-v1-link-heading {
  color: #fff;
  margin-bottom: 16px;
}

.footer-v1-bottom {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-right: 25%;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.scroll-up-button {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  left: 64px;
  overflow: hidden;
}

.footer-v1-bottom-text {
  color: #ffffff80;
  flex: 1;
  margin-top: -4px;
  padding-right: 5%;
}

.hover-base {
  background-color: var(--yellow);
  position: absolute;
  inset: 0;
  transform: translate(0, 100%);
}

.hover-base.down {
  transform: translate(0, 100%);
}

.footer-v1-subscribe-text {
  opacity: .25;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}

.hero-scroll-button {
  z-index: 1;
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: -48px;
  box-shadow: 0 10px 15px #0003;
}

.hero-scroll-button.w--current {
  left: -48px;
}

.services-v2 {
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.service-v2 {
  color: #fff;
  border: 1px solid #ffffff26;
  flex-grow: 1;
  flex-basis: 45%;
  align-items: flex-start;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 5% 48px;
  display: flex;
  position: relative;
}

.service-v2-number {
  opacity: .1;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 64px;
  position: absolute;
  top: -30px;
  left: -20px;
}

.service-v2-info {
  padding-left: 16px;
  padding-right: 8px;
  position: relative;
}

.service-v2-heading {
  z-index: 1;
  margin-top: 0;
  position: relative;
}

.service-v2-description {
  z-index: 1;
  color: #ffffffb3;
  position: relative;
}

.place-top {
  z-index: 1;
  position: relative;
}

.story {
  flex: 1;
  display: flex;
}

.story-info {
  flex: 0 auto;
  width: 41.66%;
  padding-left: 15px;
  padding-right: 6%;
}

.experience {
  flex: 1;
  padding-left: 15px;
  padding-right: 6%;
}

.story-more {
  flex: 0 auto;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.job {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 0;
}

.story-heading {
  margin-top: -12px;
  margin-bottom: 40px;
}

.job-time {
  color: var(--yellow);
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 20px;
}

.job-heading {
  display: inline-block;
}

.job-name {
  color: var(--silver);
  margin-bottom: 8px;
  margin-left: 8px;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
}

.story-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  line-height: 40px;
  display: flex;
}

.side-works-images-wrapper {
  flex: 0 auto;
  width: 75%;
  height: 280px;
  overflow: hidden;
}

.side-work-card {
  position: relative;
  overflow: hidden;
}

.side-works-link {
  z-index: 2;
  width: 48px;
  color: var(--black);
  background-color: #fff;
  text-decoration: none;
  transition: color .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.side-works-link:hover {
  color: #fff;
}

.side-works-link-text {
  z-index: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 200px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  top: 48%;
  left: -76px;
  transform: rotate(90deg);
}

.card-image {
  width: 100%;
}

.card-image.side-work {
  width: auto;
  max-width: none;
  height: 280px;
}

.work-card {
  width: 100%;
  color: var(--black);
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work {
  width: 33.33%;
  padding: 12px 15px;
}

.works {
  flex-wrap: wrap;
  display: flex;
}

.section-side-intro {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -16px;
  padding-bottom: 40px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.split-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding: 104px 6% 124px;
  position: relative;
}

.split-content.center {
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.split-content.right {
  margin-left: 0%;
  margin-right: 0;
}

.split-content.right.post {
  padding-top: 144px;
  padding-bottom: 64px;
}

.split-content.flex-center {
  align-items: center;
  display: flex;
}

.split-media {
  background-color: #0000;
  width: 50%;
  position: fixed;
  inset: 0;
}

.split-media.left {
  right: auto;
}

.split-media.left.nav-left {
  z-index: 2;
  padding-left: 44px;
  left: 44px;
}

.split-media.nav-left {
  padding-left: 44px;
}

.split-media.right {
  left: auto;
}

.split-media.right.nav-bar-left {
  padding-left: 44px;
}

.first-letter {
  float: left;
  color: #1f3058;
  margin-top: 1px;
  margin-right: 8px;
  font-family: Oswald, sans-serif;
  font-size: 46px;
  line-height: 40px;
}

.about-video {
  border-top: 1px solid var(--gainsboro);
  border-bottom: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.about-video-play {
  background-color: var(--yellow);
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-video-description {
  color: var(--dark-grey);
  flex: 1;
  margin-top: -4px;
  margin-bottom: 4px;
  margin-left: 26px;
  font-size: 13px;
  line-height: 20px;
}

.contact-v1-form {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.password-form-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-right: 44px;
  display: block;
}

.password-form {
  flex-direction: row;
  align-items: stretch;
  padding-top: 24px;
  display: flex;
}

.preloader {
  z-index: 1000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  transform: translate(-100%);
}

.post-date {
  color: var(--silver);
  font-size: 13px;
}

.post-panel {
  z-index: 1;
  border-bottom: 1px solid var(--light-grey);
  text-transform: uppercase;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 72px;
  padding-bottom: 1px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Oswald, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.post-panel.nav-left {
  padding-left: 76px;
}

.post-back-link {
  background-image: url('../images/arrow-left-icon.svg');
  background-position: 0 54%;
  background-repeat: no-repeat;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 40px;
  text-decoration: none;
}

.post-heading {
  margin-top: 16px;
}

.work-top {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.work-details {
  flex-direction: column;
  width: 25%;
  min-width: 270px;
  display: flex;
}

.work-details-block {
  border: 1px solid var(--gainsboro);
  color: var(--black);
  align-items: center;
  margin-bottom: -1px;
  padding: 15px 24px 16px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.work-details-heading {
  color: var(--dark-grey);
  margin-right: 8px;
}

.work-heading {
  margin-top: 12px;
}

.project-details-icon {
  z-index: 1;
  opacity: .2;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
}

.card-hover {
  z-index: 1;
  color: #fff;
  background-color: #1111114d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.card-hover.big-work-hover {
  background-color: #0000;
  background-image: linear-gradient(#0000, #00000080);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding: 48px 48px 32px;
  inset: auto 0 0;
}

.card-hover-info.work-big-info {
  max-width: 370px;
}

.works-masonry {
  column-count: 3;
  column-gap: 0;
}

.work-masonry {
  width: 100%;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.works-view {
  z-index: 5;
  float: right;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.works-view-icon {
  opacity: .3;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .6s;
  display: flex;
}

.works-view-icon:hover, .works-view-icon.w--current {
  opacity: 1;
}

.tabs-menu {
  text-align: left;
  margin-bottom: 108px;
  padding: 30px 112px 34px 15px;
}

.portfolio-nav-bar {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.hero-full-image {
  background-color: var(--black);
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-full-image.home-v5 {
  color: #fff;
  background-image: linear-gradient(#1111118c, #1111118c), url('../images/interview.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  align-items: flex-end;
  display: flex;
}

.hero-full-image.home-v3 {
  color: #fff;
  background-image: linear-gradient(#00000040, #00000040), url('../images/clem-onojeghuo-277043.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  display: flex;
}

.hero-full-image.home-v8 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/beardface.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-works-button {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-small-heading {
  color: var(--yellow);
  margin-bottom: 13px;
}

.hero-big-heading {
  font-size: 72px;
  line-height: 80px;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.home-v2-icons {
  margin-right: -4px;
  position: absolute;
  bottom: 40px;
  right: 48px;
}

.social-icons.contact {
  position: absolute;
  inset: auto 40px 16px auto;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.social-icons.hero-v7-icons {
  justify-content: flex-start;
  margin-right: 32px;
}

.social-icons.home-v3-icons {
  margin-right: -4px;
  position: absolute;
  top: 40px;
  right: 48px;
}

.social-link {
  width: 40px;
  height: 40px;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.vertical-line {
  background-color: #ffffff4d;
  width: 2px;
  height: 24px;
  margin-top: 16px;
}

.vertical-info {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 48px;
  height: 400px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 40px;
  right: 24px;
}

.vertical-text {
  width: 300px;
  position: relative;
  top: 160px;
  left: 1px;
  transform: rotate(90deg);
}

.name {
  color: #fff;
  margin-top: 12px;
  margin-left: 16px;
  position: absolute;
  top: 24px;
  left: 3%;
}

.name.home-v3 {
  margin-left: 0;
  left: 48px;
}

.hero-down-intro {
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  margin-top: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero-down-heading {
  margin-bottom: 48px;
  margin-left: 16px;
}

.hero-services {
  width: auto;
  display: flex;
}

.hero-service {
  flex: 1;
  margin-bottom: 16px;
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 32px;
  padding-right: 16px;
  position: relative;
  box-shadow: inset 0 1px #ffffff4d;
}

.hero-service-line {
  z-index: 1;
  background-color: var(--yellow);
  width: 40px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.categories {
  display: flex;
}

.category-heading {
  margin-bottom: 48px;
}

.categories-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.hero-left-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 500px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 10%;
  display: flex;
  position: relative;
}

._404-message {
  color: #fff;
  max-width: 300px;
  margin-left: 20%;
  padding-bottom: 16px;
}

.licensing {
  width: 100%;
  padding-top: 8px;
}

.licence-items {
  flex-direction: column;
  padding-bottom: 32px;
  display: flex;
}

.licence-item {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  align-items: center;
  margin-bottom: -1px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.licence-item-info {
  margin-left: 32px;
  padding-bottom: 8px;
}

.dot-divider {
  background-color: var(--gainsboro);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.post-card-info {
  z-index: 1;
  background-color: #1113;
  flex-direction: column;
  justify-content: flex-end;
  padding: 104px 8% 48px;
  display: flex;
  position: absolute;
  inset: 0;
}

.preloader-icon {
  width: 40px;
}

.contact-v1-heading {
  width: 100%;
  margin-bottom: 40px;
  margin-right: 30px;
}

.nav-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-90deg);
}

.nav-info-description {
  color: #1f3058;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.nav-info-heading {
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.full-screen-menu-link {
  color: var(--black);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 14px;
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: transform .4s;
  display: block;
  position: static;
}

.full-screen-menu-link:hover {
  color: var(--black);
  transform: translate(8px);
}

.full-screen-menu-link.w--current {
  opacity: 1;
  color: var(--black);
}

.full-screen-menu {
  opacity: 1;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 88px;
  padding-left: 16.66%;
  padding-right: 176px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.menu-button-line {
  background-color: var(--black);
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.full-screen-menu-button {
  z-index: 10000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 20px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.full-screen-menu-button.w--open {
  color: var(--black);
  background-color: #0000;
}

.menu-close-text {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  display: none;
  position: absolute;
  left: 64px;
}

.intro-page-hero {
  background-color: var(--dark);
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/intro-hero-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  min-height: 100vh;
  padding: 120px 15%;
  display: flex;
}

.text-white {
  color: #fff;
}

.nav-bar-wide {
  z-index: 199;
  width: 232px;
  box-shadow: 1px 0 0 0 var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-menu-wide {
  text-align: right;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.nav-link-wide {
  border-top: 1px solid var(--light-grey);
  border-bottom: 1px solid var(--light-grey);
  color: #11111180;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: -1px;
  padding: 12px 14px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  transition: color .4s, background-color .4s;
  display: block;
  position: static;
}

.nav-link-wide:hover {
  color: #111;
  background-color: #e7e7e759;
}

.nav-link-wide.w--current {
  opacity: 1;
  color: var(--black);
}

.no-margin-top {
  margin-top: 0;
}

.split-image-link {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#11111159, #11111159), url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
  background-position: 0 0, -449px -5px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-image-link.zoom-image2.zoom-image.zoom-image-copy {
  background-color: #000;
  background-image: linear-gradient(#00000057, #00000057), url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.split-image-links {
  height: 100vh;
  display: flex;
}

.split-image-header {
  z-index: 1;
  color: #fff;
  margin-top: 16px;
  margin-left: 17px;
  position: relative;
}

.layouts {
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1200px;
  margin-bottom: -64px;
  display: flex;
}

.layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 600px;
  padding: 16px 8% 80px;
  display: flex;
}

.layout-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.layout-link {
  padding: 16px;
  transition: transform .4s;
}

.layout-link:hover {
  transform: scale(1.02);
}

.hero-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
}

.section-intro {
  text-align: center;
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.section-intro.left {
  text-align: left;
  margin-left: 0;
}

.mini-heading {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.mini-heading.dark-bg {
  color: #fff9;
}

.blog-post-v2 {
  flex-direction: row;
  flex: 1 0 500px;
  width: 50%;
  max-width: 700px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.post-card-v2 {
  border: 1px solid var(--gainsboro);
  width: 100%;
  color: var(--black);
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v2-image {
  width: 36%;
  min-width: 200px;
}

.post-card-v2-info {
  flex: 1;
  padding-left: 6%;
  padding-right: 6%;
}

.no-top-padding {
  padding-top: 0;
}

.more-posts-heading {
  border-top: 1px solid var(--gainsboro);
  margin-top: 40px;
  padding-top: 64px;
  padding-bottom: 48px;
}

.no-margin {
  margin: 0 0 0 -26px;
}

.blog-posts-v2 {
  flex-wrap: wrap;
  margin-bottom: -30px;
  display: flex;
}

.blog-categories {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-categories-wrapper {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.work-category-tabs {
  margin-top: -89px;
}

.promo-intro {
  flex-flow: column wrap;
  align-items: flex-start;
  max-width: 470px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.inner-pages-text {
  color: #ffffff80;
  text-align: center;
  max-width: 570px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.inner-pages {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.inner-page {
  color: #fff;
  border: 1px solid #ffffff26;
  flex-grow: 1;
  flex-basis: 40%;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s;
  display: flex;
}

.inner-page:hover {
  background-color: #ffffff05;
  border-color: #ffffff80;
}

.inner-page-preview {
  width: 144px;
  margin-right: 24px;
  box-shadow: 0 4px 12px #00000029;
}

.work-card-image-wrapper {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.work-card-category {
  color: var(--dark-grey);
  margin-bottom: 24px;
  font-size: 13px;
  line-height: 20px;
}

.instagram {
  flex-wrap: nowrap;
  width: 100%;
  display: flex;
}

.instagram-more {
  background-color: var(--dark-slate-grey);
  color: #fff;
  background-image: url('../images/instagram-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160px;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.full-width {
  width: 100%;
}

.instagram-link {
  width: 20%;
  position: relative;
  overflow: hidden;
}

.transparent-text {
  color: #ffffffb3;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.skill-circle {
  background-color: #ffffff1f;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  padding: 4px;
  position: relative;
  overflow: hidden;
}

.skill-circle.light {
  background-color: var(--light-grey);
}

.skill-circle-bg {
  z-index: 2;
  background-color: #111111bf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
}

.skill-circle-bg.light {
  background-color: #fff;
  background-image: none;
}

.skill-circle-bg.image-3 {
  background-image: linear-gradient(#1119, #1119), url('../images/darren-coleshill-558552-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.skill-progress {
  background-color: var(--yellow);
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.skill-progress._1 {
  height: 92%;
}

.skill-progress._2 {
  background-color: var(--red);
  height: 75%;
}

.skill-progress._3 {
  background-color: var(--purple);
  height: 88%;
}

.skill-progress._4 {
  background-color: var(--aqua);
  height: 70%;
}

.post-card-v3 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-info-v3 {
  z-index: 1;
  background-image: linear-gradient(#0000 40%, #0006);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 104px 12% 40px;
  display: flex;
  position: absolute;
  inset: 0;
}

.blog-post-v3 {
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.career {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.career-job-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 970px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.career-job {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--gainsboro);
  width: 44%;
  color: var(--black);
  text-align: center;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.career-job.left {
  box-shadow: -3px 0 0 0 var(--yellow);
  border-right-style: solid;
}

.career-job.right {
  box-shadow: 3px 0 0 0 var(--yellow);
  border-left-style: solid;
}

.career-job-corner {
  width: 15px;
  height: 15px;
  box-shadow: 1px -1px 0 0 var(--gainsboro);
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.career-job-corner.right {
  right: -7px;
}

.career-job-corner.left {
  box-shadow: -1px 1px 0 0 var(--gainsboro);
  left: -7px;
}

.career-job-position {
  margin: 12px -22px 12px -27px;
  padding-right: 0;
  font-size: 15px;
  line-height: 24px;
}

.career-job-period {
  width: 44%;
}

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

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

.career-timeline {
  background-image: linear-gradient(to bottom, #e7e7e700, var(--light-grey) 5%, var(--light-grey) 95%, #e7e7e700);
  width: 2px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}

.timeline-dot-v1 {
  z-index: 1;
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}

.buttons-wrapper {
  justify-content: center;
  display: flex;
}

.footer-v2 {
  color: var(--dark-grey);
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: #ffffffb3;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-heading {
  color: #1e2843;
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: #1f3058;
}

.footer-v2-contact-icon {
  color: #1f3058;
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-email {
  color: var(--dark-grey);
  text-decoration: none;
}

.footer-v2-email:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-email.dark-bg, .footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-contacts, .footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-signature {
  opacity: 1;
  height: 44px;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-nav-link {
  color: var(--dark-grey);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: #1f3058;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-bottom-v2 {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  background-color: #0000;
  border-top-color: #fff3;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-text-right {
  margin-left: 16px;
}

.link-dark {
  color: var(--black);
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.works-big {
  height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
}

.works-big-item {
  flex: none;
  height: 100%;
  position: relative;
}

.works-big-wrapper {
  width: 100%;
  position: relative;
  overflow: scroll;
}

.work-big {
  height: 100%;
  padding: 0;
  position: relative;
  overflow: visible;
}

.full-screen-menu-list {
  display: block;
}

.split-footer {
  border-top: 1px solid var(--gainsboro);
  width: 50%;
  color: var(--dark-grey);
  flex-wrap: wrap;
  padding: 64px 6% 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.split-footer.right {
  margin-left: 50%;
  padding-top: 56px;
}

.split-footer.left {
  margin-right: 50%;
}

.split-footer-about {
  color: #1e2843;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 48px;
  padding-right: 6%;
  display: flex;
}

.split-footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 48px;
  display: flex;
}

.split-footer-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 32px;
  display: flex;
}

.split-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 32px;
  padding-right: 15px;
  display: flex;
}

.split-footer-bottom {
  border-top: 1px solid var(--gainsboro);
  color: #7c8499;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-info {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.right {
  margin-left: 33.33%;
}

.side-image-back.left {
  margin-left: -140px;
  margin-right: 39.33%;
  padding-left: 0;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px #00000029;
}

.side-image-float.right {
  right: 15px;
}

.side-image-float.left {
  width: 63%;
  left: 0;
}

.big-quote {
  align-items: flex-start;
  width: 66.66%;
  max-width: 700px;
  margin-left: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.big-quote-text {
  flex: 1;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.big-quote-icon {
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
}

.side-video {
  width: 83.33%;
  text-decoration: none;
  position: relative;
}

.side-video.right {
  margin-right: 16.66%;
}

.side-video.left {
  margin-left: 16.66%;
}

.play-button {
  background-color: #111111b3;
  background-image: url('../images/play-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
  box-shadow: 0 2px 6px #0003;
}

.play-button.color-1 {
  clear: both;
  background-color: var(--yellow);
  margin-top: 206px;
  margin-bottom: -201px;
  margin-left: 260px;
  padding-top: 4px;
  padding-bottom: 1px;
  padding-right: 0;
  display: block;
  position: static;
  top: 42px;
  bottom: 86px;
  left: -21px;
  overflow: visible;
}

.video-time {
  z-index: 1;
  color: #fff;
  letter-spacing: 1px;
  background-color: #1119;
  margin: -40px -239px -415px -62px;
  padding: 0 12px 0 11px;
  font-size: 11px;
  line-height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.pricing {
  width: 100%;
  margin-left: 12px;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
  overflow: hidden;
}

.pricing-table {
  box-shadow: 0 0 0 1px var(--light-grey);
  color: #1f3058;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 162px;
  margin-right: -26px;
  padding: 72px 5% 80px 0%;
  display: flex;
}

.divider {
  border-left: 32px solid var(--yellow);
  width: 100%;
  height: 3px;
  box-shadow: inset 0 1px 0 0 var(--light-grey);
  margin-bottom: 32px;
}

.text-thin {
  font-weight: 300;
}

.pricing-features {
  text-align: left;
  flex: 1;
  width: 100%;
  margin-top: 24px;
  margin-left: -16px;
  margin-right: 32px;
  padding-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
}

.pricing-feature {
  color: #1f3058;
  margin-bottom: 8px;
  margin-right: -15px;
  padding-left: 32px;
}

.contact-v2-card {
  width: 420px;
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 15px;
  padding: 64px;
  display: flex;
  position: relative;
}

.contact-v2-card.right {
  float: right;
  margin-right: 12%;
}

.contact-v2-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.contact-v2-heading {
  margin-bottom: 32px;
}

.info-card {
  background-color: #fff;
  width: 41.66%;
  padding: 64px;
}

.info-card.right {
  margin-left: 58.33%;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.clients-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  display: flex;
}

.client-v1-link {
  opacity: .6;
  margin: 8px 20px;
  padding: 8px 16px;
  transition: opacity .3s;
}

.client-v1-link:hover {
  opacity: 1;
}

.services-v1 {
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: 34px;
  display: flex;
}

.service-v1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding: 24px 3% 56px;
  display: flex;
}

.square-icon-line-bottom {
  z-index: 1;
  background-color: var(--yellow);
  width: 32px;
  height: 3px;
  margin-bottom: -1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link {
  z-index: 3;
  opacity: .6;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-scroll-link:hover {
  opacity: 1;
}

.mouse {
  border: 2px solid #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 24px;
  height: 38px;
  padding-top: 8px;
  display: flex;
  position: absolute;
}

.mouse-wheel {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 8px;
}

.hero-slider {
  background-color: var(--black);
  min-height: 100vh;
}

.hero-slider.nav-margin-top {
  padding-top: 72px;
}

.hero-slider-intro {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 96px auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.hero-slider-nav {
  display: none;
}

.hero-slide._1 {
  background-image: linear-gradient(#1116, #1116), url('../images/fabrizio-verrecchia-438342.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(#11111180, #11111180), url('../images/james-pond-185593.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: linear-gradient(#1119, #1119), url('../images/jake-davies-235504-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-slider-arrow {
  width: 64px;
  height: 64px;
  box-shadow: inset 0 -1px 0 0 var(--light-grey);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  bottom: 0;
  right: 0;
}

.hero-slider-arrow.left {
  box-shadow: inset 0 -1px 0 0 var(--light-grey), inset -1px 0 0 0 var(--light-grey);
  right: 64px;
}

.hidden {
  margin-left: 0;
  display: none;
}

.nav-bar-top {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  background-color: #fff;
  align-items: center;
  padding-right: 12px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu-top {
  flex: 1;
  padding-left: 12px;
}

.nav-top-social {
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  display: flex;
}

.review-v2-text {
  max-width: 670px;
  margin-bottom: 12px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  line-height: 36px;
}

.testimonials-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.review-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.slider-arrow-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

.slider-arrow-button:hover {
  border-color: #fff;
}

.review-v2-author {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.review-v2-author-line {
  background-color: #fff;
  width: 32px;
  height: 2px;
  margin-left: 12px;
  margin-right: 8px;
}

.review-v2-author-link {
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.testimonials-v2-nav {
  font-size: 10px;
  display: none;
}

.post-card-v3-heading {
  margin-top: 8px;
}

.hero-v7-top {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-v7-intro {
  flex: 1;
  margin-top: 1px;
  font-size: 13px;
  line-height: 20px;
}

.hero-v7-bottom {
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-v7-scroll {
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.home-v7-scroll-icon {
  margin-left: 8px;
}

.work-info {
  flex: 1;
  max-width: 670px;
  padding-right: 40px;
}

.portfolio-icon-button {
  width: 72px;
  height: 56px;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-layouts {
  flex-wrap: wrap;
  display: flex;
}

.nav-layout {
  width: 25%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-layout-hover {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0;
}

.nav-layout-preview {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.side-heading {
  margin-top: 3px;
}

.sg-sidebar {
  border-right: 1px solid var(--light-grey);
  width: 270px;
  padding-top: 48px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-link {
  width: 100%;
  color: var(--dark-grey);
  text-transform: uppercase;
  padding: 10px 40px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, color .3s, box-shadow .3s;
}

.sg-sidebar-link:hover {
  color: var(--black);
  text-decoration: underline;
}

.sg-sidebar-link.w--current {
  box-shadow: inset 3px 0 0 0 var(--yellow);
  color: var(--black);
}

.sg-sidebar-heading {
  margin-bottom: 40px;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.post {
  color: var(--black);
}

.work-presentation p {
  width: 66.66%;
}

.work-presentation figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
  width: 66.66%;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: var(--red);
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.about-video-colin {
  background-image: url('../images/Colin.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-preview4 {
  background-image: url('../images/Screen-Shot-2018-08-03-at-10.22.05-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.zoom-image2 {
  width: 100%;
}

.zoom-image2.split-blog {
  background-image: linear-gradient(#00000080, #00000080), url('../images/San-Diego-High.jpg');
  background-position: 0 0, 27% 31%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.zoom-image2.split-blog.zoom-image {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/5b7766b50a0674e2c22bf48b_5b5f7c5faaff4815d06898dd_San_20Diego_20High.jpg');
  background-position: 0 0, 23% 34%;
}

.zoom-image1 {
  width: 100%;
}

.zoom-image1.split-blog {
  background-image: linear-gradient(#0000006e, #0000006e);
  position: absolute;
  inset: 0;
}

.split-image-community {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image-community.about {
  background-image: url('../images/scouts.jpg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image-enviro {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image-enviro.about {
  background-image: url('../images/5b5f946aad8ea31e090292e1_biking.jpg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image-education {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image-education.about {
  background-image: url('../images/5b5f7cb091ad16aa0d1c3b94_Copy_20of_20Read_Across_A.jpg');
  background-position: 34%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  left: 0;
}

.split-image-economy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image-economy.about {
  background-image: url('../images/5b5f8bd507bc3e31969cf96c_economy.jpg');
  background-position: 37%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.split-image-housing {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image-housing.about {
  background-image: url('../images/5b620bdbf40d76c6b5e553e0_housing.jpg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.image-9 {
  margin-left: -7px;
}

.badge2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #ffffff80;
  height: 24px;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 8px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge2.post-card-v2-badge {
  border-style: none;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.date {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.date.grey-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
}

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .list-item-3, .link-8 {
  color: #fff;
}

.heading-10, .heading-11, .heading-12 {
  color: #4c9bc7;
}

.heading-13 {
  color: #1e2843;
}

.text-block-2 {
  color: #1f3058;
}

.text-block-3 {
  color: #fff;
}

.image-10 {
  margin-top: 6px;
}

.image-11 {
  margin-top: -15px;
}

.about-video-jay {
  background-image: url('../images/Jay.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 84px;
  padding-left: 0;
  position: relative;
}

.about-video-hector {
  background-image: url('../images/Hector_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-jeff {
  background-image: url('../images/Jeff.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-arnulfo {
  background-image: url('../images/Arnulfo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-michael {
  background-image: url('../images/Micheal-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-alejandra {
  background-image: url('../images/Screen-Shot-2018-08-03-at-11.08.52-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-denise {
  background-image: url('../images/Screen-Shot-2018-08-03-at-11.11.33-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.zoom-image-copy {
  width: 100%;
}

.zoom-image-copy.split-blog {
  background-image: linear-gradient(#00000075, #00000075), url('../images/San-Ysidro.jpg');
  background-position: 0 0, 49%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0;
}

.zoom-image-copy.split-blog.zoom-image {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/5b5f946aad8ea31e090292e1_biking.jpg');
  background-position: 0 0, 60% -11%;
}

.heading-14, .heading-15 {
  color: #fff;
}

.link-10 {
  color: #4c9bc7;
}

.heading-16 {
  color: #fff;
}

.link-11, .link-12 {
  color: #4c9bc7;
}

.heading-17 {
  color: #fff;
}

.link-13 {
  color: #4c9bc7;
}

.section-2 {
  margin-left: -131px;
}

.container {
  padding-left: 1px;
}

.about-video-serge {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.31.19-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-howard {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.20.56-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-jeff-williams {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.32.08-AM.png');
  background-position: 50% 69%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-alice2-copy {
  background-image: url('../images/Alice.png');
  background-position: 50% 11%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-marissa {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.54.45-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-eddie {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.32.53-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-clarissa {
  background-image: url('../images/Screen-Shot-2018-08-17-at-12.00.21-PM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 64px;
  margin-right: -11px;
  padding-left: 0;
  position: relative;
}

.about-video-peter {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.22.10-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-hector-villegas {
  background-image: url('../images/Screen-Shot-2018-08-17-at-12.57.24-PM.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 56px;
  padding-left: 0;
  position: relative;
}

.about-video-cesar-solis {
  background-image: url('../images/Screen-Shot-2018-08-17-at-11.11.17-AM.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 136px;
  height: 92px;
  margin-left: 84px;
  padding-left: 0;
  position: relative;
}

.text-block-4 {
  width: 75%;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  bottom: -95%;
  right: -10px;
}

.link-12-copy, .link-10-copy, .link-13-copy, .link-11-copy, .link-12-copy-copy, .link-10-copy-copy, .link-13-copy-copy, .link-11-copy-copy, .link-12-copy-copy-copy, .link-10-copy-copy-copy, .link-13-copy-copy-copy {
  color: #4c9bc7;
}

.heading-18 {
  margin-left: 1px;
}

.button-2 {
  margin-top: 1px;
}

.heading-19 {
  margin-top: 11px;
  padding-left: 5%;
}

.text-block-7 {
  margin-top: 6px;
  padding-bottom: 12px;
}

.collection-list {
  margin-left: 64px;
}

.heading-20 {
  color: #4c9bc7;
}

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

.collection-item-2 {
  border: 1px solid #000;
}

.heading-21 {
  color: #4c9bc7;
}

.text-block-9 {
  color: var(--black);
  line-height: 16px;
}

.collection-item-3 {
  border: 1px #000;
  padding-bottom: 7px;
}

.link-14 {
  line-height: 18px;
}

.blog-categories-copy {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  margin-left: 39px;
}

.heading-22 {
  color: #4c9bc7;
}

.collection-list-wrapper {
  border: 1px #000;
  margin-left: 137px;
}

.link-15 {
  font-size: 12px;
}

.link-16 {
  color: #4c9bc7;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.collection-item-4 {
  padding-bottom: 10px;
}

.text-block-10 {
  color: var(--black);
  font-size: 12px;
}

.link-17 {
  color: #4c9bc7;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-11 {
  color: var(--black);
  font-size: 12px;
}

.rich-text-block {
  padding-left: 5%;
  font-family: Open Sans, sans-serif;
}

.text-block-12 {
  color: var(--black);
  font-size: 12px;
  font-weight: 400;
}

.link-18 {
  color: #19235a;
  text-transform: capitalize;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.heading-23 {
  color: #19235a;
  margin-top: 15px;
  font-family: Barlow Condensed, sans-serif;
}

.link-19 {
  color: var(--black);
  font-size: 22px;
  line-height: 22px;
}

.link-19.w--current {
  font-size: 22px;
  line-height: 22px;
}

.body-2 {
  color: var(--dark-space);
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 16px;
}

.link-20 {
  border-bottom: 1px none var(--silver);
  color: #192e5a;
  text-transform: capitalize;
  padding-bottom: 26px;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.text-block-13 {
  font-family: Karla, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.heading-24 {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #192e5a;
  margin-top: 20px;
}

.heading-25 {
  color: #19235a;
  text-transform: capitalize;
  margin-top: 19px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.collection-list-3 {
  margin-top: 19px;
  padding-bottom: 14px;
}

.collection-item-5 {
  margin-top: 8px;
}

.button-3 {
  padding-bottom: 11px;
}

.link-21 {
  color: var(--red);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.button-4 {
  text-transform: uppercase;
  background-color: #ffaf00;
  margin-top: 41px;
  padding-left: 0%;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.link-22 {
  color: var(--red);
}

.body-3 {
  font-size: 16px;
}

.button-5 {
  text-transform: uppercase;
  margin-top: 25px;
  font-family: Oswald, sans-serif;
}

.link-23 {
  color: var(--black);
  font-family: Oswald, sans-serif;
}

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

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  object-fit: fill;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.nav-menu-wrapper {
  margin-left: 0;
  padding-right: 87px;
  display: flex;
}

.nav-menu {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px 5px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  color: #05a5df;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: #fff0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--yellow);
  color: #fff;
}

.nav-dropdown-link {
  color: var(--haze);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.section-3 {
  background-image: url('../images/home-100.jpg');
  background-position: 0 0;
  background-size: auto;
}

.heading-26 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-4 {
  background-image: url('../images/header-image-100.jpg');
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: -170px;
  margin-right: -4px;
  padding-top: 208px;
  padding-bottom: 151px;
}

.heading-27 {
  padding-left: 10px;
}

.heading-28 {
  padding-bottom: 0;
  padding-left: 189px;
}

.text-block-14 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.text-block-14:hover {
  color: #05a5df;
}

.heading-29 {
  margin-top: -3px;
  margin-left: 112px;
  padding-bottom: 0;
  font-size: 60px;
}

.image-12 {
  margin-top: 0;
  margin-left: auto;
  margin-right: 40px;
  padding: 0;
}

.heading-30 {
  color: #fff;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: -6%;
  padding-top: 0%;
  padding-bottom: 0;
  padding-left: 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
  display: block;
}

.yellow {
  color: #ffb000;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.text-block-15 {
  color: #fff;
  padding-top: 0;
}

.body-4 {
  padding-bottom: 0;
}

.text-block-16 {
  padding-top: 39%;
  padding-bottom: 37%;
  padding-left: 40%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.column {
  object-fit: fill;
  object-position: 50% 100%;
  background-color: #ffb000;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  max-height: 100%;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0% 0;
  display: flex;
  position: static;
  overflow: auto;
}

.columns {
  background-color: #0000;
  flex: 1;
  margin-top: -38px;
  margin-left: 0;
  margin-right: -7px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  display: block;
}

.column-2 {
  background-color: #086794;
  padding-top: 16px;
  padding-bottom: 23px;
  padding-left: 13px;
}

.heading-31 {
  color: #fff;
  padding-top: 0%;
  padding-left: 2%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  display: block;
}

.heading-32 {
  color: #fff;
  text-transform: capitalize;
  white-space: break-spaces;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 27px;
}

.section-5 {
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.heading-33 {
  float: left;
  clear: right;
  color: #192e5a;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 0%;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: static;
  top: 91%;
  bottom: 50%;
  left: 50%;
}

.section-6 {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -101px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-3 {
  padding-top: 0;
}

.image-13 {
  width: 50px;
  display: block;
}

.container-4 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  max-height: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
  overflow: visible;
}

.column-3 {
  align-self: center;
  padding: 0%;
}

.column-4 {
  color: #192e5a;
  padding: 0% 0% 5% 5%;
}

.column-4._2 {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 0%;
  display: flex;
}

.button-6 {
  background-color: #ffaf00;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.heading-34 {
  color: #192e5a;
  padding-top: 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-34._2 {
  text-align: center;
}

.text-block-17 {
  color: #086794;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.heading-35 {
  color: #fff;
  margin-bottom: -1px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 25px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-18 {
  color: #19235a;
  text-align: left;
  padding-left: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.container-6 {
  padding: 5% 15% 3%;
}

.heading-36 {
  color: #fff;
  text-align: center;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 50px;
}

.section-7 {
  background-color: #ffaf00;
  margin-bottom: 0;
  padding-bottom: 5%;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
}

.heading-37 {
  color: #19235a;
  text-transform: none;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 10px 0;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.columns-2 {
  padding: 0% 10%;
}

.column-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #086794;
  text-transform: none;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.column-6 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-7 {
  background-color: #f4f5f7;
  padding: 5% 5% 0%;
}

.text-block-19 {
  color: #086794;
  padding-bottom: 8px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.heading-38 {
  color: #19235a;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-field {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-8 {
  background-color: #f5f5f5;
}

.columns-3 {
  padding-bottom: 0;
}

.text-field-2 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  background-color: #ffaf00;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.heading-39 {
  color: #19235a;
  text-transform: none;
  padding-top: 57px;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #19235a;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.columns-4 {
  padding-top: 38px;
}

.image-14 {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-right: 0;
}

.image-15 {
  padding-top: 23px;
  padding-left: 20px;
}

.image-16 {
  padding-top: 20px;
  padding-left: 20px;
}

.text-block-20 {
  color: #086794;
  padding-left: 4px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.columns-5 {
  padding: 5%;
  display: block;
}

.heading-40 {
  color: #086794;
  text-transform: capitalize;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 44px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.column-8 {
  border-left: 1px solid #b1b1b1;
  padding: 10px 0 10px 40px;
}

.heading-41 {
  color: #086794;
  text-transform: capitalize;
  padding-top: 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 17px;
}

.image-17 {
  padding-top: 20px;
}

.column-9 {
  padding-right: 40px;
}

.text-block-21 {
  border-bottom: 0 solid #aaa;
  padding-bottom: 31px;
  font-family: Open Sans, sans-serif;
}

.column-10 {
  line-height: 3px;
}

.div-block {
  background-color: var(--yellow);
  border: 0 solid #000;
  height: 2px;
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.columns-6 {
  margin: 0 0 -12px;
  padding-top: 0;
}

.div-block-2 {
  background-color: #19235a;
  height: 2px;
  margin-top: 9px;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 0;
}

.column-11 {
  padding-left: 263px;
}

.div-block-3 {
  background-color: var(--yellow);
  height: 2px;
  margin-top: 9px;
  margin-left: 0;
  margin-right: 7px;
}

.columns-7 {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-12 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  background-color: var(--yellow);
  height: 3px;
  margin-top: 9px;
}

.column-13 {
  padding: 0;
}

.div-block-5 {
  background-color: var(--yellow);
  height: 3px;
  margin-top: 26px;
}

.div-block-6 {
  background-color: var(--yellow);
  height: 2px;
  margin-top: 15px;
}

.columns-8 {
  padding-left: 5%;
}

.text-block-22 {
  color: #19235a;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #19235a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  display: block;
}

.text-block-24 {
  color: #19235a;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.columns-9 {
  padding-top: 32px;
}

.text-block-25 {
  color: #19235a;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-26 {
  color: #19235a;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  position: static;
}

.image-18 {
  padding-right: 10px;
}

.image-19, .image-20 {
  padding-right: 20px;
}

.container-7 {
  padding-top: 5%;
}

.paragraph-3 {
  font-family: Open Sans, sans-serif;
}

.image-21 {
  width: 100%;
}

.section-9 {
  object-fit: fill;
  background-image: url('../images/about-header-100.jpg');
  background-size: cover;
  margin-top: -172px;
  padding-top: 271px;
  padding-left: 10%;
  position: static;
}

.heading-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: -77px;
  padding-top: 0;
}

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

.heading-44 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 68px;
  padding-left: 0;
  font-size: 65px;
  line-height: 65px;
}

.heading-45 {
  color: #19235a;
  text-transform: capitalize;
  padding-top: 5%;
  padding-left: 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
  position: static;
}

.paragraph-4 {
  padding-top: 2%;
  padding-left: 0%;
  padding-right: 5%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.paragraph-4.white {
  color: #fff;
  text-align: left;
  padding-right: 0%;
}

.image-22 {
  clear: none;
  object-fit: cover;
  width: auto;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  position: static;
}

.column-16 {
  background-color: #19235a;
  padding-bottom: 2324px;
}

.heading-46 {
  color: #19235a;
  text-transform: none;
  padding-top: 5%;
  padding-left: 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-23 {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
}

.paragraph-5 {
  padding-top: 2%;
  padding-left: 0%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image-24 {
  object-fit: cover;
  width: auto;
  height: auto;
  padding-left: 0%;
}

.columns-10 {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -26px;
  padding-bottom: 0%;
  padding-left: 10%;
  padding-right: 0%;
}

.column-17 {
  padding-right: 5%;
}

.image-25 {
  object-fit: cover;
  width: auto;
  height: auto;
  margin-left: 20px;
  padding-right: 0%;
}

.heading-47 {
  color: var(--white);
  background-color: #086794;
  margin-top: 24px;
  margin-left: -40px;
  margin-right: 40px;
  padding: 10px 10px 10px 15px;
}

.heading-48 {
  color: #fff;
  text-align: center;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-8 {
  z-index: 2;
  border: 1px solid var(--yellow);
  background-color: #086794;
  max-width: 22%;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 15px 23px 15px 14px;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.text-block-27 {
  color: var(--white);
  text-align: center;
  margin-top: -20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.field-label-5, .field-label-6 {
  color: var(--white);
  font-size: 12px;
}

.submit-button-2 {
  background-color: #ffaf00;
}

.form {
  text-align: left;
}

.column-18 {
  padding-left: 0;
}

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

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.column-19 {
  padding-top: 10%;
  padding-left: 10%;
}

.section-10 {
  background-color: #086794;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
}

.heading-49 {
  color: #19235a;
  font-size: 65px;
  line-height: 60px;
}

.paragraph-6 {
  font-family: Open Sans, sans-serif;
  line-height: 20px;
}

.heading-50 {
  color: #05a5df;
}

.image-26 {
  padding-top: 25%;
}

.heading-51 {
  color: #fff;
  padding-left: 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.heading-52 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.body-5 {
  padding-left: 0%;
}

.section-11 {
  padding: 5% 10%;
}

.heading-53 {
  color: #000;
  text-transform: none;
  font-size: 30px;
}

.submit-button-3 {
  background-color: #ffaf00;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 0 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffaf00;
  border: 1px solid #0000;
  padding: 12px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.navbar-no-shadow-3 {
  background-color: var(--white);
  margin-top: -2px;
  position: static;
  inset: 0% 0% auto;
}

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

.container-regular-3 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper-3 {
  margin-left: 120px;
}

.div-block-7 {
  background-color: #ffaf00;
  height: 3px;
  margin-top: 12px;
  padding-top: 0;
  padding-left: 0;
}

.link-24 {
  color: #086794;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.collection-item-6 {
  color: #086794;
  padding-top: 5%;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-25 {
  color: #086794;
}

.image-27 {
  background-image: url('../images/Untitled-design---2023-03-17T113255.078.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: -105px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection-item-7 {
  grid-column-gap: 250px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #b9b9b9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  margin-right: 124px;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  display: block;
  overflow: hidden;
}

.collection-list-5 {
  padding-bottom: 0;
}

.section-12 {
  background-image: url('../images/Untitled-design---2023-03-17T113255.078.png');
  background-position: 50%;
  background-size: cover;
  margin-top: -107px;
  padding-top: 253px;
  padding-bottom: 114px;
  padding-left: 5%;
}

.heading-54 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 59px;
  padding-bottom: 198px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.section-13 {
  margin-top: 0;
  padding: 5% 0% 5% 5%;
}

.text-block-28 {
  color: #19235a;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-29 {
  padding-bottom: 0;
}

.collection-item-8 {
  border-top: 1px #000;
  border-bottom: 1px solid var(--silver);
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-55 {
  color: #19235a;
  text-transform: capitalize;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.section-14 {
  padding: 5%;
}

.div-block-8 {
  padding-left: 5%;
}

.heading-56 {
  color: #19235a;
  text-transform: capitalize;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-15 {
  padding: 5% 5% 0%;
}

.section-16 {
  background-image: url('../images/Untitled-design---2023-03-17T120004.810.png');
  background-position: 50%;
  background-size: cover;
}

.heading-57 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 387px;
  padding-bottom: 5%;
  padding-left: 5%;
  font-size: 60px;
}

.text-block-30 {
  color: #086794;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
}

.button-7 {
  background-color: #ffaf00;
}

.heading-58 {
  color: #19235a;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.collection-list-wrapper-2 {
  padding: 0% 10% 5% 0%;
}

.collection-item-9 {
  border-bottom: 1px solid var(--dark-grey);
  color: #19235a;
  padding-top: 31px;
  padding-bottom: 20px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-31 {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.link-26 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.section-17 {
  background-image: url('../images/Untitled-design---2023-03-17T120004.810.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: -70px;
  padding-top: 275px;
  padding-bottom: 68px;
}

.heading-59 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 105px;
  padding-left: 5%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.link-27 {
  color: #19235a;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.heading-60 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.body-6 {
  padding-left: 0%;
}

.section-18 {
  padding-left: 5%;
}

.heading-61 {
  color: #19235a;
  text-transform: capitalize;
  font-family: Barlow Condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-19 {
  margin-bottom: 0;
  padding: 5% 5% 0%;
}

.paragraph-8 {
  color: #086794;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.image-28 {
  background-color: var(--white);
  padding: 20px 0;
}

.div-block-9 {
  background-color: var(--white);
  text-align: center;
}

.section-20 {
  padding: 5%;
}

.text-block-32 {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.column-21 {
  display: block;
}

.column-22 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-list-6 {
  border-radius: 0;
  flex-direction: column;
  display: block;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.columns-11 {
  padding-top: 0;
  padding-bottom: 36px;
}

.link-28, .link-29 {
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.link-30 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-33 {
  color: #19235a;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.text-block-34 {
  color: #19235a;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.columns-12 {
  padding-top: 8px;
}

.section-21 {
  color: #19235a;
  background-color: #19235a;
  margin-top: -175px;
  padding: 10% 5% 5%;
}

.heading-62 {
  color: #fff;
  letter-spacing: normal;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 5%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.section-22 {
  background-color: #19235a;
}

.heading-63 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0% 5% 0% 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-64 {
  color: #fff;
  margin-bottom: 0;
  margin-left: -80px;
  padding-top: 0%;
  padding-left: 0%;
  font-family: Barlow Condensed, sans-serif;
}

.columns-13 {
  padding-top: 5%;
  padding-left: 0;
}

.div-block-10 {
  border-top: 1px solid var(--white);
  margin-top: 15px;
  margin-left: 2px;
  margin-right: 94px;
  padding: 0;
}

.column-25 {
  padding-right: 85px;
}

.rich-text-block-2 {
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
}

.collection-item-10 {
  border-bottom: 1px solid var(--silver);
  margin-top: -17px;
  padding: 20px 0;
}

.link-31 {
  color: #086794;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.section-23 {
  padding: 5%;
}

.image-29 {
  padding-bottom: 5%;
  display: block;
}

.link-32 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.column-26 {
  border-right: 1px solid var(--dark-grey);
  padding-right: 21px;
}

.column-27 {
  padding-left: 20px;
  padding-right: 0;
}

.button-8 {
  background-color: #ffaf00;
  margin-top: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-24 {
  background-color: #19235a;
  margin-top: -174px;
  padding: 15% 5% 5%;
}

.heading-65 {
  color: var(--white);
  margin-bottom: 0;
  padding-top: 0%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.section-25 {
  background-color: #19235a;
}

.heading-66 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Barlow Condensed, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.rich-text-block-3 {
  border-right: 1px solid var(--silver);
  padding-top: 3%;
  padding-left: 0%;
  padding-right: 3%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.div-block-11 {
  border-top: 1px solid #fff;
  margin-top: 13px;
  margin-left: 32%;
  margin-right: 37px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 0;
}

.columns-14 {
  padding-top: 5%;
}

.heading-67 {
  color: var(--white);
  margin-left: -4%;
  padding-left: 0;
  font-family: Barlow Condensed, sans-serif;
}

.heading-68 {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-33 {
  color: #19235a;
  border: 1px #000;
  padding-left: 0;
  padding-right: 7%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.link-33.w--current {
  padding-top: 15px;
}

.collection-item-11 {
  border-bottom: 0px solid var(--silver);
  margin-left: 0;
  margin-right: 0;
  padding-top: 2%;
  padding-bottom: 1%;
  padding-left: 0%;
}

.column-28 {
  margin-top: -26px;
  padding-top: 0;
  padding-bottom: 0%;
  padding-left: 3%;
}

.section-26 {
  padding: 5%;
}

.button-9 {
  text-align: left;
  background-color: #ffaf00;
  margin-top: 0;
  margin-left: 0%;
  padding-top: 10px;
  padding-left: 10px;
}

.link-34 {
  padding-top: 15px;
}

.text-block-35 {
  color: #086794;
  border-bottom: 0 #086794;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.heading-69 {
  text-transform: capitalize;
}

.heading-70 {
  color: #086794;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.collection-item-12 {
  border-bottom: 1px solid var(--silver);
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-35 {
  color: #086794;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.column-29, .form-2 {
  padding-left: 0;
  padding-right: 0;
}

.heading-71 {
  color: var(--white);
  padding-bottom: 5%;
  padding-right: 220px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.section-27 {
  background-color: #19235a;
  margin-top: -118px;
  padding-top: 15%;
  padding-bottom: 5%;
}

.column-30 {
  padding-top: 0%;
}

.column-31 {
  background-color: #ffaf00;
  padding: 3%;
}

.heading-72 {
  color: var(--white);
  padding-top: 0;
  font-size: 40px;
}

.paragraph-9 {
  color: #19235a;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.column-32 {
  border-right: 1px solid var(--silver);
  padding-right: 3%;
}

.collection-list-wrapper-4 {
  flex-flow: wrap;
  place-content: stretch flex-start;
  display: flex;
}

.collection-list-7 {
  flex-wrap: wrap;
  display: flex;
}

.div-block-12 {
  border-top: 1px solid var(--silver);
  margin-top: 5%;
  margin-left: 0;
  margin-right: 45px;
  padding-top: 0;
}

.image-30 {
  padding-top: 50px;
}

.column-33 {
  padding-left: 0%;
  padding-right: 0%;
}

.section-28 {
  background-color: #19235a;
  padding: 5%;
}

.div-block-13 {
  color: #086794;
  background-color: #086794;
  border-top: 1px solid #086794;
  margin-top: 13px;
  padding-top: 0;
}

.heading-73 {
  color: #19235a;
  padding-left: 8px;
  font-family: Barlow Condensed, sans-serif;
}

.container-10 {
  padding-top: 2%;
}

.collection-item-13 {
  padding-top: 1%;
}

.section-29 {
  background-color: #19235a;
  margin-top: -11%;
  padding: 15% 5% 5%;
}

.column-34 {
  background-color: #ffaf00;
  padding: 2%;
}

.paragraph-10 {
  color: #19235a;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.heading-74 {
  color: var(--white);
  margin-bottom: 3%;
  padding-left: 5%;
}

.section-30 {
  padding: 0% 5% 5%;
}

.container-11 {
  text-align: center;
  padding-top: 3%;
}

.collection-item-14 {
  border-right: 1px solid var(--silver);
}

.div-block-14 {
  border-top: 1px solid #086794;
  margin-top: 15px;
}

.heading-75 {
  color: #086794;
  padding-left: 1%;
  font-family: Barlow Condensed, sans-serif;
}

.column-35 {
  padding-top: 0%;
}

.image-31 {
  padding-top: 50px;
  padding-bottom: 0%;
}

.columns-15 {
  padding-bottom: 3%;
}

.collection-item-15 {
  border-bottom: 1px solid var(--silver);
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-right: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 2%;
  display: flex;
}

.image-32 {
  text-align: center;
  padding: 5%;
}

.section-31 {
  text-align: center;
}

.section-32 {
  padding: 3% 5% 5%;
}

.column-36 {
  text-align: center;
  background-color: #ffaf00;
  margin-top: -3%;
  padding: 1%;
}

.image-33 {
  text-align: center;
}

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

.div-block-15 {
  border-top: 1px solid #000;
}

.columns-16 {
  padding-top: 17px;
  padding-bottom: 1px;
}

.text-block-36 {
  border-bottom: 1px solid var(--silver);
  color: var(--light-blue);
  padding-bottom: 16px;
}

.section-34 {
  padding: 5%;
}

.column-37 {
  text-align: center;
  background-color: #ffaf00;
  margin-top: -3%;
  padding: 1%;
}

.collection-item-16 {
  padding-bottom: 15%;
}

.column-38 {
  padding-top: 2%;
  padding-left: 2%;
}

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

.collection-list-8 {
  padding-top: 0;
}

.text-block-37 {
  border-bottom: 1px solid var(--silver);
  padding-top: 0;
  padding-bottom: 5%;
}

.collection-item-17 {
  padding-top: 0;
  padding-bottom: 30px;
}

.column-39 {
  border-right: 1px solid var(--silver);
  padding-left: 0%;
  padding-right: 3%;
}

.column-40 {
  padding-left: 3%;
}

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

.heading-76 {
  color: var(--white);
  margin-left: 2%;
  font-family: Barlow Condensed, sans-serif;
}

.div-block-16 {
  border-top: 1px solid var(--white);
  margin-top: 13px;
}

.columns-17 {
  margin-top: 0;
  padding-top: 0;
}

.image-34 {
  padding-left: 7px;
}

.heading-77 {
  color: var(--white);
  font-family: Barlow Condensed, sans-serif;
}

.div-block-17 {
  border-top: 1px solid var(--white);
  margin-top: 15px;
  margin-left: 38px;
  margin-right: 10px;
}

.column-43 {
  margin-top: 5%;
}

.column-44 {
  padding-top: 5%;
  padding-left: 5%;
}

.container-14 {
  margin-top: 22px;
  padding-top: 0;
}

.column-45 {
  margin-top: 6px;
  margin-bottom: 0;
}

.columns-18 {
  padding-bottom: 0;
}

.section-35 {
  border: 0 #000;
  padding: 5%;
}

.collection-item-18 {
  border-style: none solid solid;
  border-width: 0 0 1px;
  border-color: var(--silver);
  border-radius: 0;
  flex-wrap: wrap;
  margin: 5px 5% 5px 5px;
  padding: 20px;
  display: flex;
}

.collection-list-wrapper-5 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.collection-list-9 {
  border-style: none;
  border-width: 0;
  border-color: var(--silver) transparent var(--silver) var(--silver);
  text-align: left;
  flex-wrap: wrap;
  display: flex;
}

.columns-19 {
  padding-top: 5%;
}

.section-36 {
  background-color: #19235a;
  padding: 5%;
}

.heading-78 {
  color: var(--white);
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.column-46 {
  background-color: #ffaf00;
  margin-top: -5%;
  padding: 2%;
}

.heading-79 {
  color: var(--white);
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.section-37 {
  padding: 5%;
}

.heading-80 {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
}

.link-36 {
  padding-bottom: 7px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.collection-item-19 {
  padding-bottom: 12%;
}

.column-47 {
  border-right: 1px solid var(--silver);
  padding-left: 0%;
  padding-right: 3%;
}

.column-48 {
  padding-left: 3%;
}

.text-block-38 {
  color: #19235a;
  text-transform: uppercase;
  margin-left: 13px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 22px;
}

.column-49 {
  border-top: 1px solid #19235a;
  margin-top: 11px;
}

.columns-20 {
  margin-top: 0%;
  padding-bottom: 10%;
}

.link-37 {
  color: #086794;
  font-weight: 400;
}

.button-10 {
  background-color: #ffaf00;
}

.column-50 {
  border-right: 1px none var(--silver);
  padding-right: 0;
}

.collection-list-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.column-51 {
  border: 0 solid #000;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  display: flex;
}

.collection-list-10 {
  flex-wrap: wrap;
  display: flex;
}

.section-38 {
  background-color: #19235a;
  margin-top: -175px;
  padding: 15% 5% 5%;
}

.section-39 {
  padding: 5%;
}

.collection-list-11 {
  flex-wrap: wrap;
  display: flex;
}

.collection-item-20 {
  padding-bottom: 5%;
}

.heading-81 {
  color: var(--white);
  padding-top: 59px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.heading-82 {
  color: #19235a;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-39 {
  padding-bottom: 35px;
  font-size: 13px;
}

.columns-21 {
  border-right: 1px #000;
}

.div-block-18 {
  padding-top: 0;
}

.text-field-3, .text-field-4 {
  font-size: 12px;
}

.column-52 {
  border: 1px #000;
}

.list-item-4 {
  padding-left: 20px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.nav-link-6 {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 20px;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.nav-menu-wrapper-5 {
  background-color: #0000;
  align-self: center;
}

.nav-menu-two-2 {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-7:focus-visible, .nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: -16px;
  padding-left: 6px;
  padding-right: 46px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 32px 5px 0;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #00a6df;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  background-color: var(--light-blue);
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
  background-color: var(--light-blue);
  color: var(--white);
}

.nav-dropdown-list-5.shadow-three.mobile-shadow-hide.w--open {
  background-color: var(--light-blue);
  border-radius: 0;
}

.nav-dropdown-link-5 {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-5 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: -16px;
  padding: 0 43px 0 6px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-5:hover {
  color: #00a6df;
}

.button-primary-6 {
  background-color: var(--yellow);
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.text-block-40 {
  color: var(--white);
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.list-item-5 {
  padding-right: 13px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.container-regular-4 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-8 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-8:focus-visible, .nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-6 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-6 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-6:focus-visible, .nav-dropdown-toggle-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-6 {
  margin-right: 10px;
}

.nav-dropdown-list-6 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-6.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-6:focus-visible, .nav-dropdown-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-4 {
  margin-left: 120px;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.list-item-6 {
  color: var(--light-blue);
}

.columns-23 {
  margin-top: 19%;
  margin-bottom: 8%;
}

.columns-23._2 {
  flex-flow: column;
  margin-top: 14%;
  display: flex;
}

.container-17 {
  margin-top: 6px;
  padding-top: 0;
}

.link-block {
  display: inline-block;
}

.image-36 {
  margin-left: auto;
}

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

.container-regular-5 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-9 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-9:focus-visible, .nav-link-9[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-7 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-7:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-7:focus-visible, .nav-dropdown-toggle-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-7 {
  margin-right: 10px;
}

.nav-dropdown-list-7 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-7.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-7 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-7:focus-visible, .nav-dropdown-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper-5 {
  margin-left: 120px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

.column-55 {
  background-color: #ffaf00;
  margin-top: -28px;
  padding-top: 0;
}

.list-item-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-link-accent-4 {
  color: #000;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.text-block-41 {
  color: #a09797;
  text-align: center;
  padding-top: 10px;
}

.section-40 {
  background-color: #19235a;
  margin-top: -170px;
  padding-top: 14%;
  padding-bottom: 5%;
}

.body-7 {
  text-align: center;
  padding-top: 0%;
}

.heading-83 {
  color: #096794;
  padding-top: 3%;
  padding-bottom: 0%;
}

.paragraph-11 {
  text-align: left;
  margin-bottom: 11px;
  padding: 5% 10% 0;
  font-size: 16px;
}

.field-label-7, .field-label-8, .field-label-9 {
  text-align: left;
}

.container-18 {
  padding-bottom: 75px;
  padding-left: 15%;
  padding-right: 15%;
}

.field-label-10, .field-label-11, .field-label-12 {
  text-align: left;
}

.column-56 {
  padding-left: 0;
  padding-right: 5%;
}

.section-41 {
  background-color: #022f60;
  margin-top: -26%;
  padding-top: 0%;
  padding-bottom: 5%;
  padding-left: 5%;
}

.paragraph-12, .bold-text {
  color: var(--haze);
}

.columns-24 {
  margin-top: 0%;
  padding-top: 0;
}

.column-57 {
  margin-top: -25%;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-84 {
  border: 5px solid var(--white);
  color: #003062;
  -webkit-text-stroke-color: #003062;
  background-color: #56d2f4;
  border-radius: 0;
  margin-bottom: 0;
  padding: 5%;
}

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

.image-38 {
  padding-top: 1%;
  padding-left: 5%;
}

.mansory-wrapper {
  width: 100px;
}

.mansory_image {
  width: 100%;
}

.body-8 {
  padding-top: 0%;
  padding-bottom: 0;
  padding-left: 0%;
}

.image-39 {
  border-style: none solid solid;
  border-width: 5px;
  border-color: var(--white);
}

.heading-85 {
  color: #022f60;
  margin-bottom: 0;
  padding: 0%;
}

.section-42 {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 5%;
  display: none;
}

.columns-25 {
  padding-top: 4%;
}

.heading-86 {
  color: #016b99;
  text-transform: none;
}

.section-43 {
  background-color: #022f60;
}

.heading-87 {
  color: var(--haze);
  padding-top: 0%;
  padding-left: 0%;
}

.text-span-2 {
  color: #fcaa03;
}

.heading-88 {
  color: var(--white);
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.heading-88.opportunities {
  margin-bottom: 0;
}

.column-58 {
  padding: 5% 0% 5% 10%;
}

.image-40 {
  padding-top: 63px;
}

.section-44 {
  background-color: #192e5a;
  margin-top: -129px;
  padding: 20% 5% 5%;
}

.body-9 {
  padding-top: 0%;
}

.body-10 {
  padding-top: 10px;
}

.body-11 {
  text-transform: none;
  padding-top: 10px;
}

.section-45 {
  padding: 5%;
}

.section-46 {
  padding-top: 0%;
}

.section-47 {
  padding-top: 10px;
}

.section-48, .section-49 {
  padding-top: 0%;
}

.section-50, .section-51 {
  padding-top: 6px;
}

.section-52 {
  padding-top: 10px;
}

.section-53 {
  padding-top: 20px;
}

.section-54 {
  padding-top: 26px;
}

.section-55 {
  padding-top: 28px;
}

.section-56 {
  padding-top: 39px;
}

.section-57, .section-58 {
  padding-top: 40px;
}

.section-59 {
  padding-top: 61px;
}

.section-60, .section-61 {
  padding-top: 62px;
}

.section-62 {
  padding-top: 53px;
}

.section-63 {
  padding-top: 48px;
}

.section-64 {
  padding: 5%;
}

.collection-item-21 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5%;
  display: flex;
}

.collection-list-wrapper-7 {
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: stretch;
  display: flex;
}

.collection-list-12 {
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: stretch;
  padding-top: 2px;
  display: flex;
}

.container-19 {
  background-color: #ffb000;
}

.heading-89 {
  color: #fff;
  margin-top: -26px;
  padding-top: 0;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.column-59 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-13 {
  color: #192e5a;
  margin-top: 0;
  padding-top: 21px;
  font-size: 18px;
}

.image-44 {
  padding-top: 11%;
  padding-left: 20%;
}

.image-45 {
  padding-top: 75%;
}

.columns-26 {
  background-color: #ffaf01;
}

.columns-27 {
  background-color: #ffaf01;
  padding-bottom: 0%;
}

.container-20 {
  margin-top: 3%;
}

.nav-link-accent-6 {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 0 43px 0 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-6:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-icon-5-copy {
  background-color: var(--light-blue);
  color: var(--black);
  margin-right: 10px;
}

.nav-dropdown-toggle-5-copy {
  letter-spacing: .25px;
  background-color: #0000;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5-copy:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5-copy:focus-visible, .nav-dropdown-toggle-5-copy[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.image-48, .image-22-copy, .image-49, .image-50 {
  clear: none;
  object-fit: cover;
  width: auto;
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  position: static;
}

.image {
  clear: none;
  object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 25px;
  margin-right: 50px;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 0%;
  position: static;
}

.column-70 {
  background-color: #19235a;
  padding-bottom: 1075%;
}

.section-9-copy {
  object-fit: fill;
  background-image: url('../images/articles-header.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: -114px;
  padding-top: 271px;
  padding-left: 10%;
  position: static;
}

.image-52 {
  padding-bottom: 92px;
}

.form-block {
  padding-bottom: 32px;
  padding-left: 15%;
  padding-right: 15%;
}

.field-label-13, .field-label-14, .field-label-15 {
  text-align: left;
}

.image-58 {
  max-width: 50%;
  margin-left: 25%;
  margin-right: 50%;
  padding: 3% 0% 2%;
}

.button-11 {
  background-color: #f7a504;
  justify-content: center;
  margin-bottom: 24px;
  margin-left: 35%;
  margin-right: 35%;
  display: flex;
}

.grid-item {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.grid-item.blue-mid {
  background-color: #006b99;
}

.grid-item.blue-mid.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-item.blue-mid.grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item.blue-mid.title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-item.navy-blue-bg {
  background-color: #023060;
}

.grid-item.navy-blue-bg.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-item.navy-blue-bg.title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-item.cyan-blue-bg {
  background-color: #79cff1;
}

.grid-item.cyan-blue-bg.flex {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.grid-item.cyan-blue-bg.title {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-element {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: ". ."
                 ". Area"
                 / 1fr .75fr 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  display: grid;
}

.grid-element.arts {
  grid-template-columns: 1fr .75fr .75fr 1fr;
}

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

.text-grid {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.title-grid {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 120%;
}

.title-grid.number {
  color: #79d0f1;
  text-align: center;
  font-size: 100px;
}

.title-grid.main {
  text-align: left;
}

.text-span-3 {
  font-size: 100px;
}

.blue-navy-text {
  color: #153062;
}

.blue-cyan-text {
  color: #79d0f1;
}

.video {
  height: 100%;
}

.container-img-grid {
  justify-content: flex-end;
  display: flex;
}

.container-img-grid.center {
  justify-content: flex-end;
  align-items: flex-start;
}

.arrow-grid {
  opacity: 0;
  filter: invert();
  display: block;
}

.link-grid {
  width: 100%;
  text-decoration: none;
}

.buffer {
  height: 20px;
}

.navy-text {
  color: #023060;
}

.video-item-grid {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.rich-text-video {
  padding-bottom: 0;
}

.nav-menu-wrapper-black {
  background-color: #0000;
  align-self: center;
  margin-left: auto;
  position: relative;
}

.nav-link-accent-4-black {
  color: #000;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: -16px;
  padding: 0 46px 0 6px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-4-black:hover {
  color: #1a1b1fbf;
}

.text-block-40-black {
  color: var(--black);
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.nav-link-accent-5-black {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: -16px;
  padding: 0 43px 0 6px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-5-black:hover {
  color: #1a1b1fbf;
}

.nav-link-accent-5-copy {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 0 43px 0 10px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-accent-5-copy:hover {
  color: #1a1b1fbf;
}

.image-12-black {
  margin-top: 0;
  margin-left: auto;
  padding: 0;
}

.community-div-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.community-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.opportunities-link {
  border-bottom: 1px solid #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.arrow-opportunities {
  margin-right: 10px;
  display: none;
}

.link-38 {
  text-align: right;
  justify-content: space-between;
  display: flex;
}

.link-39 {
  text-align: center;
  display: flex;
}

.link-40 {
  text-decoration: underline;
}

.paragraph-14 {
  padding-top: 3%;
  padding-bottom: 0%;
  font-size: 20px;
}

.paragraph-15 {
  margin-bottom: 30px;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-18 {
  margin-bottom: 24px;
}

.image-59 {
  margin-top: 120px;
}

.heading-91 {
  color: #fff;
  background-color: #19235a;
  padding: 5%;
}

.paragraph-19 {
  color: #000;
  padding: 5%;
}

.paragraph-20 {
  padding: 5%;
}

.body-12 {
  color: #000;
}

.rich-text-block-4 {
  padding: 0% 5% 0% 0%;
  font-size: 16px;
}

.image-60 {
  padding: 5%;
}

.image-61 {
  max-width: 50%;
  padding-bottom: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

.quick-stack {
  padding: 3% 15%;
}

.cell {
  padding-top: 52px;
}

.image-62 {
  text-align: center;
  padding-top: 0;
}

.collection-list-13 {
  padding: 0% 15% 3%;
}

.section-65 {
  padding-left: 30%;
  padding-right: 30%;
}

.form-block-2 {
  padding-bottom: 75px;
  padding-left: 25%;
  padding-right: 25%;
}

.heading-92 {
  font-size: 25px;
}

.heading-93 {
  color: #24678d;
}

.image-63 {
  padding-left: 24%;
  padding-right: 24%;
}

.text-field-5, .form-3 {
  width: 100%;
}

.cell-2 {
  padding-right: 56px;
}

.form-block-3 {
  width: 100%;
}

.quick-stack-2 {
  margin: 5%;
}

.bold-text-3 {
  text-decoration: underline;
}

.container-22, .section-66 {
  background-image: url('../images/guide-bacground.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-23 {
  background-image: url('../images/header-img.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-71 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading-center {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  color: #11305d;
  margin-bottom: 32px;
  font-family: verveine, sans-serif;
  font-size: 63px;
  font-weight: 400;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding: 140px;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-9 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-25 {
  background-image: url('../images/guide-header-desktop2.png');
  background-position: 50%;
  background-size: cover;
  width: 96%;
  max-width: 90%;
  height: 100%;
  max-height: 100%;
  padding-top: 50%;
  padding-bottom: 0;
}

.section-67 {
  background-image: url('../images/guide-paperbackground-desktop.jpg');
  background-size: cover;
  background-attachment: fixed;
}

.hero-heading-center-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-heading-left-2 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-10 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  background-color: #0000;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-94 {
  color: #11305d;
  font-family: verveine, sans-serif;
  font-size: 58px;
}

.heading-95 {
  font-size: 27px;
}

.heading-96 {
  font-size: 32px;
}

.list {
  font-size: 18px;
  line-height: 27px;
}

.rich-text-block-5 {
  color: #11305d;
}

.hero-heading-right {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 30px;
  padding: 0 30px;
  position: relative;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.div-block-19 {
  margin-top: -27px;
  margin-bottom: -115px;
}

.image-64 {
  margin-left: 84px;
  padding-left: 0;
}

.hero-heading-left-3 {
  background-color: #f5f7fa00;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #11305d;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 30px;
}

.button-primary-11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-11:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-97 {
  color: #00386a;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
}

.guide-section {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  padding-top: 10%;
  padding-bottom: 10%;
}

.heading-98 {
  color: #192e5a;
  padding-top: 10px;
  padding-right: 0;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
  display: flex;
  position: static;
}

.guide-button {
  background-color: #ffaf00;
  font-family: Barlow Condensed, sans-serif;
  font-size: 18px;
}

.guide-container {
  margin-top: 0;
  padding-top: 0;
}

.guide-column {
  margin-top: 0%;
  margin-bottom: 0%;
}

.field-label-16 {
  font-family: Barlow Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dbwh-header {
  color: #19235a;
  background-color: #006e9700;
  background-image: linear-gradient(#00425c36, #00425c36), url('../images/background-splatter.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: -175px;
  padding: 13% 5% 0%;
}

.quick-stack-3 {
  padding-bottom: 0;
}

.cell-3 {
  justify-content: flex-start;
  align-items: center;
}

.image-65 {
  width: 24rem;
  margin-bottom: 2rem;
}

.fs-youtubefeed_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fs-youtubefeed_thumbnail {
  z-index: 1;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  display: block;
}

.fs-youtubefeed_play-icon {
  pointer-events: none;
  color: #7bc4e0;
  width: 10%;
  min-width: 80px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.fs-youtubefeed_thumbnail-wrapper {
  z-index: 1;
  cursor: pointer;
  width: 100%;
  display: block;
  position: relative;
}

.fs-youtubefeed_title {
  color: var(--dim-grey);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.fs-youtubefeed_date {
  color: var(--light-blue);
  font-family: Barlow Condensed, sans-serif;
}

.fs-youtubefeed_content {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  display: flex;
}

.fs-youtubefeed_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-youtubefeed_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  display: grid;
}

.youtube-feed-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5%;
  display: flex;
}

.heading-99 {
  color: #192f5a;
  text-align: center;
  font-size: 36px;
  line-height: 39px;
}

.text-span-4 {
  color: #01a7df;
}

.button-12 {
  text-align: center;
  background-color: #01a7df;
  width: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Barlow Condensed, sans-serif;
  font-size: 21px;
}

.socialmedia-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.youtueb-title {
  color: var(--dim-grey);
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.youtube {
  margin-bottom: 10px;
}

.spacer {
  border-bottom: 1px solid #d1d1d1;
  align-self: stretch;
  padding-top: 40px;
}

.youtube-2 {
  width: 100%;
}

.custom-education-section {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 5% 2%;
}

.heading-custom {
  color: #022f60;
  text-align: center;
  margin-bottom: 0;
  padding: 0% 0% 3%;
}

.video-2 {
  flex: 1;
}

.code-embed-3 {
  padding-top: 4rem;
}

.milestones {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 5%;
}

.video-3 {
  aspect-ratio: 2 / 3;
  height: 100%;
}

.milestone {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 15%;
  padding: 5%;
  display: block;
}

.section-42-copy {
  background-image: url('../images/background-stripes.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 5%;
  display: block;
}

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

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section {
    padding: 80px 3%;
  }

  .section.no-paddings {
    margin-left: -17px;
  }

  .section.promo-section {
    background-position: 50% 100%;
    background-size: 1480px;
    justify-content: flex-start;
    height: 640px;
  }

  .section.about-v2-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sirotorn-sumpunkulpak-180551-unsplash.jpg');
    background-position: 0 0, 50% 0;
  }

  .section.image-4 {
    background-image: url('../images/IMG_3049.jpg');
    background-position: 94% 54%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
  }

  .section.image-2 {
    background-image: linear-gradient(#11111114, #11111114), url('../images/interview.jpg');
    background-position: 0 0, 0 -93px;
  }

  .section.image-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/memos.jpg');
    background-position: 0 0, 0 55px;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/San-Ysidro-library.jpg');
    background-position: 0 0, 0 -3px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.portfolio-hero {
    background-image: linear-gradient(#1116, #1116), url('../images/interview.jpg');
    background-position: 0 0, 0 -96px;
    background-repeat: repeat, repeat;
    background-size: auto, 750px;
    background-attachment: scroll, scroll;
  }

  .section.image-2-copy {
    background-image: linear-gradient(#11111114, #11111114), url('../images/interview.jpg');
    background-position: 0 0, 0 -93px;
  }

  .wrapper.side-padding {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-bar-corner {
    width: 100%;
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    margin-top: 26px;
    padding-bottom: 38px;
    display: flex;
    inset: 0 0 auto;
  }

  .page-wrapper {
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper.nav-left-wide, .page-wrapper.nav-left {
    margin-left: 0;
  }

  .page-wrapper.style-guide-wrapper {
    margin-left: 220px;
  }

  .nav-link {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    color: #1e2843;
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .nav-menu-left {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .brand {
    width: 64px;
    height: 64px;
    margin-top: 0;
    margin-left: 0;
    padding: 8px;
  }

  .brand.nav-top-brand {
    width: 64px;
    height: 64px;
  }

  .hero-split {
    flex-direction: column;
  }

  .split-image {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-image.hero-2 {
    order: -1;
    width: 100%;
  }

  .split-image.protected-image {
    display: none;
  }

  .split-image.hero-1 {
    width: 100%;
  }

  .hero-split-content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-split-intro {
    padding-top: 80px;
  }

  .line-button-text {
    color: #1e2843;
  }

  .contact {
    order: 1;
    margin-top: 48px;
    position: static;
  }

  .contact.home-v8-contact {
    margin-top: 16px;
    left: 4%;
  }

  .contact.home-v6 {
    margin-top: 80px;
    right: 2%;
  }

  .contact.email-home-v3 {
    left: 4%;
  }

  .contact.phone-home-v3 {
    right: 4%;
  }

  .contact.home-v2 {
    margin-bottom: 64px;
    position: absolute;
    inset: auto 0 0 auto;
  }

  .link-v1.more-link {
    margin-top: 16px;
  }

  .nav-left-social-icons {
    flex-direction: row;
    display: none;
  }

  .location.home-v2 {
    margin-bottom: 75px;
  }

  .location.home-v8-location, .location.hero-slider-location {
    bottom: 32px;
    left: 4%;
  }

  .scroll-link {
    display: none;
  }

  .about {
    flex-direction: column-reverse;
  }

  .link-v2.category-link, .link-v2.category-link.right {
    margin-left: 0;
    margin-right: 40px;
  }

  .signature.home-v2 {
    margin-bottom: 200px;
  }

  .counters {
    flex-wrap: wrap;
  }

  .about-image-wrapper {
    padding-left: 8px;
    padding-right: 50%;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
    padding-top: 96px;
    padding-bottom: 96px;
    box-shadow: 1px 0 #ffffff26, 0 1px #ffffff26;
  }

  .side-works {
    flex-direction: column;
  }

  .about-info {
    width: 100%;
    padding-top: 72px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .clients-v2-logotypes {
    margin-top: 40px;
  }

  .side-works-heading {
    margin-bottom: 16px;
  }

  .service-blocks {
    flex-direction: column;
  }

  .service-block {
    padding: 48px 33% 24px 6%;
  }

  .service-block._33-percent {
    width: 100%;
  }

  .testimonials-v1 {
    text-align: center;
    margin-bottom: -16px;
    padding-bottom: 72px;
    padding-left: 0%;
  }

  .testimonials-v1-arrow {
    display: none;
  }

  .testimonials-nav {
    font-size: 9px;
    display: block;
  }

  .testimonials-v1-heading {
    display: none;
  }

  .review-v1 {
    text-align: center;
    background-position: 100% 0;
    flex-direction: column;
    margin-top: 8px;
    padding-right: 0;
  }

  .review-v1-content {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .review-v1-avatar-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .clients-v2 {
    flex-direction: column;
  }

  .clients-v2-info {
    width: 25%;
    padding-top: 0;
  }

  .clients-v2-link:hover {
    color: var(--black);
  }

  .post-card-date-wrapper {
    font-size: 14px;
    line-height: 20px;
    top: 36px;
  }

  .post-card-date-line {
    margin-top: 1px;
    margin-right: 12px;
  }

  .zoom-image.split-about {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to bottom, null, null), url('../images/5b5fa1cbd9b73fe449b4bd4e_water.jpg');
  }

  .zoom-image.split-works {
    background-image: linear-gradient(#0000, #0000), url('../images/5b5f7f0a91ad169c7d1c3f2b_Copy_20of_20IMG_1137.jpg');
    background-position: 0 0, 0 -203px;
  }

  .zoom-image.split-blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/5b7766bbfa6bc703b1bca849_5b60f5cb7eaecbef6cde5c04_IMG_5827-1.jpg');
  }

  .zoom-image.home-v7-work-image {
    width: 100%;
    height: auto;
  }

  .post-card-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1 {
    flex-direction: column-reverse;
  }

  .footer-v1-subscrube {
    width: 100%;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 50%;
  }

  .footer-v1-content {
    margin-left: 6%;
    margin-right: 6%;
  }

  .footer-v1-bottom {
    padding-bottom: 24px;
  }

  .scroll-up-button {
    display: none;
  }

  .hero-scroll-button {
    width: 56px;
    height: 56px;
    display: none;
    left: -40px;
  }

  .services-v2 {
    flex-direction: column;
  }

  .story {
    flex-wrap: wrap;
  }

  .story-info {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 80px;
    padding-right: 0%;
  }

  .experience {
    padding-right: 12%;
  }

  .story-more {
    width: 33.33%;
  }

  .side-works-images-wrapper {
    width: 100%;
    margin-top: 32px;
    overflow: auto;
  }

  .side-works-link {
    height: 280px;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .work {
    padding: 8px;
  }

  .split-content {
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.center {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.right {
    margin-left: 0%;
  }

  .split-content.right.post {
    margin-left: 0;
    padding-top: 144px;
    padding-left: 72px;
    padding-right: 72px;
  }

  .split-content.flex-center {
    min-height: 0;
  }

  .split-media {
    order: -1;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .split-media.left.nav-left, .split-media.right.nav-bar-left, .split-media.right.nav-left {
    padding-left: 0;
  }

  .contact-v1-form {
    margin-right: -30px;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .password-form-wrapper {
    text-align: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .post-panel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .post-panel.nav-left {
    padding-left: 32px;
  }

  .work-top {
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
    position: static;
  }

  .work-details {
    width: 100%;
    margin-top: 47px;
    padding-left: 20%;
    padding-right: 20%;
  }

  .work-masonry {
    padding: 8px;
  }

  .tabs-menu {
    text-align: left;
    margin-bottom: 40px;
    top: 0;
  }

  .portfolio-nav-bar {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading {
    font-size: 38px;
  }

  .menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .hero-full-image {
    height: auto;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(#11111191, #11111191), url('../images/interview.jpg');
    background-attachment: scroll, fixed;
    min-height: 100vh;
    margin-top: -64px;
  }

  .hero-full-image.home-v3 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-full-image.home-v8 {
    min-height: 100vh;
    margin-top: -64px;
    padding-top: 64px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-big-heading {
    margin-bottom: 24px;
    font-size: 44px;
    line-height: 48px;
  }

  .social-icons.home-v2-icons {
    right: 40px;
  }

  .social-icons.hero-v7-icons {
    flex: 1;
    width: 100%;
    margin-left: -4px;
    margin-right: 0;
  }

  .social-icons.home-v3-icons {
    right: 4%;
  }

  .vertical-info {
    top: 104px;
    right: 16px;
  }

  .name {
    margin-top: 4px;
    left: 2%;
  }

  .name.home-v3 {
    left: 4%;
  }

  .hero-down-intro {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-services {
    flex-wrap: wrap;
  }

  .hero-service {
    flex-basis: 45%;
    margin-bottom: 8px;
    padding-top: 24px;
  }

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

  .hero-left-intro {
    max-width: 60%;
    margin-top: 160px;
    margin-bottom: 160px;
    margin-left: 0%;
  }

  ._404-message {
    margin-left: 8%;
  }

  .post-card-info {
    padding-bottom: 24px;
  }

  .nav-info {
    height: 64px;
    position: absolute;
    left: 0;
    right: 0;
    transform: none;
  }

  .full-screen-menu-link {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .full-screen-menu {
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transform: none;
  }

  .full-screen-menu-button {
    width: 64px;
    height: 64px;
    padding: 20px;
    display: flex;
    top: auto;
    bottom: auto;
    right: 0;
  }

  .full-screen-menu-button.w--open {
    color: var(--black);
    background-color: #0000;
  }

  .intro-page-hero {
    min-height: 480px;
    padding: 96px 10%;
  }

  .nav-bar-wide {
    width: 100%;
    box-shadow: 0 1px 0 0 var(--gainsboro);
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
    display: block;
    inset: 0 0 auto;
  }

  .nav-menu-wide {
    z-index: 199;
    background-color: #fff;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    transform: none;
  }

  .nav-link-wide {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
    text-align: center;
    margin-bottom: -1px;
    display: block;
  }

  .split-image-link {
    background-image: url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
    background-position: 0 0;
    background-size: 750px;
    height: auto;
    min-height: 320px;
  }

  .split-image-link.zoom-image2.zoom-image.zoom-image-copy {
    background-image: linear-gradient(#0000006b, #0000006b), url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
    background-position: 0 0, 0 -123px;
    background-repeat: repeat, repeat;
    background-size: auto, 750px;
    background-attachment: scroll, scroll;
  }

  .split-image-links {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
    min-height: 100vh;
  }

  .layouts {
    margin-bottom: -40px;
  }

  .layout {
    padding: 0 3% 40px;
  }

  .hero-intro {
    max-width: 70%;
    margin-left: 0%;
  }

  .section-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-intro.no-margin-bottom {
    margin-left: -7px;
  }

  .blog-post-v2 {
    flex: 0 auto;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-v2 {
    left: -40px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .blog-posts-v2 {
    padding-top: 0;
  }

  .blog-categories-wrapper {
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
  }

  .promo-intro {
    max-width: 50%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .inner-pages {
    padding-left: 0%;
    padding-right: 0%;
  }

  .inner-page {
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .inner-page-preview {
    width: 128px;
    margin-right: 24px;
  }

  .work-card-image-wrapper {
    margin-bottom: 16px;
  }

  .instagram {
    flex-wrap: wrap;
  }

  .instagram-more {
    width: 100%;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .full-width {
    padding-bottom: 3px;
  }

  .instagram-link {
    width: 25%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image: linear-gradient(#000c, #000c);
  }

  .skill-circle-bg.image-3 {
    background-color: #11111180;
    background-image: none;
    background-position: 0 0;
  }

  .post-card-info-v3 {
    padding-bottom: 32px;
  }

  .blog-post-v3 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer-v2-email.dark-bg {
    color: #fff;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .works-big {
    flex-direction: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .works-big-item {
    flex: 0 auto;
  }

  .works-big-wrapper {
    overflow: visible;
  }

  .work-big {
    width: 100%;
    height: auto;
  }

  .split-footer.right {
    width: 100%;
    margin-left: 0%;
  }

  .split-footer.left {
    width: 100%;
    margin-right: 0%;
  }

  .split-footer-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .split-footer-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-contacts {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .side-feature.mobile-reversed {
    flex-wrap: wrap-reverse;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-quote {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-video.right {
    width: 100%;
    margin-right: 0%;
    top: 1px;
  }

  .side-video.left {
    width: 100%;
    margin-left: 0%;
  }

  .play-button.color-1 {
    margin-top: 303px;
    margin-left: 301px;
    position: static;
    top: 97px;
    bottom: 79px;
    left: -20px;
  }

  .pricing-table {
    flex: 0 auto;
    margin-top: -15px;
    margin-left: 15px;
    margin-right: 12px;
    padding: 48px 13% 49px 0%;
  }

  .pricing-features {
    margin-left: 1px;
    margin-right: 49px;
    padding-left: 0;
    padding-right: 16px;
  }

  .pricing-feature {
    padding-left: 64px;
  }

  .contact-v2-card {
    margin-left: 8px;
    padding: 56px;
  }

  .contact-v2-card.right {
    margin-right: 8px;
  }

  .info-card {
    width: 66.66%;
  }

  .info-card.right {
    margin-left: 33.33%;
  }

  .service-v1 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-scroll-link {
    display: none;
  }

  .hero-slider {
    min-height: 600px;
  }

  .hero-slider.nav-margin-top {
    padding-top: 0;
  }

  .hero-slider-intro {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 112px;
    margin-bottom: 120px;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
  }

  .nav-bar-top {
    padding-right: 64px;
  }

  .nav-menu-top {
    background-color: #fff;
    padding-left: 0;
  }

  .nav-top-social {
    flex: 1;
    justify-content: flex-end;
  }

  .review-v2-text {
    font-size: 22px;
    line-height: 32px;
  }

  .slider-arrow-button {
    margin-bottom: 16px;
  }

  .hero-v7-top {
    flex-wrap: wrap;
    height: auto;
    padding: 32px 32px 0;
    position: static;
  }

  .hero-v7-intro {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .hero-v7-bottom {
    height: auto;
    padding: 24px 32px 32px;
    position: static;
  }

  .home-v7-scroll {
    display: none;
  }

  .work-info {
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .nav-layout {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .sg-sidebar {
    width: 220px;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h3, .work-presentation h5, .work-presentation h4, .work-presentation h6, .work-presentation ol, .work-presentation ul, .work-presentation h1 {
    width: 100%;
  }

  .zoom-image2.split-blog {
    background-image: linear-gradient(#0000, #0000), url('../images/San-Diego-High.jpg');
    background-position: 0 0, 0 -381px;
  }

  .zoom-image2.split-blog.zoom-image {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/5b7766b50a0674e2c22bf48b_5b5f7c5faaff4815d06898dd_San_20Diego_20High.jpg');
    background-position: 0 0, 0 -381px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .zoom-image1.split-blog {
    background-image: linear-gradient(#0000, #0000), url('../images/San-Ysidro.jpg');
    background-position: 0 0, 0 -134px;
  }

  .split-image-community, .split-image-enviro, .split-image-education, .split-image-economy {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-image-economy.about {
    background-position: -51px 7px;
  }

  .split-image-housing {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-image-housing.about {
    background-position: -12px 57px;
  }

  .link {
    padding-left: 0;
  }

  .text-block-3 {
    color: #fff;
  }

  .image-10 {
    padding-top: 45px;
  }

  .image-11 {
    margin-left: -411px;
  }

  .zoom-image-copy.split-blog.zoom-image {
    background-image: linear-gradient(#0000, #0000), url('../images/5b5f946aad8ea31e090292e1_biking.jpg');
    background-position: 0 0, -50px -28px;
  }

  .section-2 {
    margin-left: -123px;
    margin-right: 103px;
  }

  .text-block-4 {
    font-size: 12px;
    bottom: -90%;
    right: -101px;
  }

  .heading-18 {
    font-size: 42px;
  }

  .collection-list-wrapper {
    margin-left: 31px;
  }

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

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

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .section-4 {
    padding-top: 153px;
    padding-bottom: 129px;
  }

  .heading-30 {
    font-size: 80px;
    line-height: 70px;
  }

  .columns {
    margin-top: -34px;
  }

  .heading-32 {
    font-size: 25px;
    line-height: 24px;
  }

  .heading-33 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section-6 {
    margin-top: -98px;
  }

  .container-3 {
    margin-top: 21px;
  }

  .image-13 {
    text-align: right;
    display: none;
  }

  .container-4 {
    padding-bottom: 65px;
  }

  .column-4 {
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .column-7 {
    padding-bottom: 4%;
  }

  .heading-38 {
    line-height: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

  .heading-40 {
    padding-top: 37px;
  }

  .text-block-21 {
    padding-bottom: 0;
  }

  .column-11 {
    padding-bottom: 2px;
    padding-left: 228px;
    padding-right: 0;
  }

  .text-block-22 {
    font-size: 14px;
  }

  .icon {
    background-color: var(--white);
  }

  .column-14 {
    margin-top: -4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-3 {
    font-family: Open Sans, sans-serif;
  }

  .image-21 {
    padding-top: 75px;
  }

  .section-9 {
    padding-left: 5%;
  }

  .column-16 {
    padding-bottom: 2384px;
  }

  .columns-10 {
    padding-left: 5%;
  }

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

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

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

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

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

  .menu-button-3 {
    padding: 12px;
  }

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

  .section-10 {
    padding-top: 5%;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-4 {
    padding: 12px;
  }

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

  .navbar-no-shadow-container-3 {
    background-color: #fff;
    position: static;
  }

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

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

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

  .section-12 {
    margin-top: -108px;
  }

  .section-17 {
    margin-top: -107px;
  }

  .column-22 {
    padding-left: 0;
  }

  .link-28, .link-29, .link-30 {
    font-size: 14px;
  }

  .text-block-33 {
    margin-left: -1px;
    padding-left: 0;
  }

  .column-23 {
    padding-left: 0;
  }

  .heading-63 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-64 {
    margin-left: -25px;
  }

  .div-block-10 {
    border: 1px solid var(--white);
    margin-left: 35px;
    margin-right: 26px;
    padding-left: 0;
    padding-right: 3px;
  }

  .column-25 {
    padding-right: 0;
    display: block;
  }

  .link-31 {
    font-size: 14px;
  }

  .heading-65 {
    font-size: 45px;
    line-height: 45px;
  }

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

  .rich-text-block-3 {
    font-family: Open Sans, sans-serif;
  }

  .div-block-11 {
    margin-left: 28px;
    margin-right: 33px;
  }

  .link-33 {
    font-size: 14px;
  }

  .button-9 {
    text-align: center;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-35 {
    font-family: Open Sans, sans-serif;
  }

  .column-31 {
    padding-top: 2%;
  }

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

  .section-29 {
    margin-top: -17%;
    padding-top: 20%;
  }

  .column-36 {
    padding: 2%;
  }

  .column-37 {
    padding-bottom: 2%;
  }

  .image-34 {
    padding-top: 10%;
  }

  .column-42 {
    padding-right: 0;
  }

  .section-38 {
    margin-top: -112px;
    padding-top: 20%;
  }

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

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-5 {
    padding: 12px;
  }

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

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

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

  .nav-menu-two-2 {
    background-color: var(--light-blue);
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .menu-button-6 {
    padding: 12px;
  }

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

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

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

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

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

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

  .menu-button-7 {
    padding: 12px;
  }

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

  .icon-2 {
    background-color: var(--light-blue);
    color: #fff;
  }

  .columns-23 {
    margin-top: 40%;
  }

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

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

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

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

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

  .menu-button-8 {
    padding: 12px;
  }

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

  .section-40 {
    padding-top: 17%;
  }

  .section-41 {
    margin-top: -193px;
  }

  .column-57 {
    margin-top: -22%;
  }

  .column-70 {
    padding-bottom: 6182px;
  }

  .section-9-copy {
    padding-left: 5%;
  }

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

  .grid-element.education {
    grid-template-columns: 1fr 1fr;
  }

  .grid-element.arts {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr .75fr;
  }

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

  .paragraph-15, .paragraph-17 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .section-67 {
    background-position: 50%;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5, .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

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

  .guide-section {
    margin-top: 0;
  }

  .guide-column {
    margin-top: 0%;
  }

  .dbwh-header {
    padding-top: 20%;
    padding-left: 2%;
    padding-right: 0%;
  }

  .image-65 {
    width: 14rem;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: center;
  }

  .youtube-feed-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 7%;
    display: flex;
  }

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

  .button-12 {
    margin-top: 10px;
  }

  .socialmedia-section {
    padding-left: 0%;
  }

  .video-3 {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

  h6 {
    font-size: 14px;
  }

  .section {
    margin-left: -70px;
    margin-right: -22px;
    padding-left: 4%;
    padding-right: 3%;
  }

  .section.promo-section {
    background-position: 62% 213%;
    height: 656px;
  }

  .section.image-4 {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_3049.jpg');
    background-position: 0 0, 0 17%;
    background-size: auto, contain;
  }

  .section.image-2 {
    background-image: linear-gradient(to bottom, null, null), url('../images/interview.jpg');
    background-position: 0 0, 0 -27px;
    margin-top: -3px;
    margin-left: -4px;
  }

  .section.image-1 {
    background-image: linear-gradient(to bottom, null, null), url('../images/memos.jpg');
    background-position: 0 0, 0 30px;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/homeless.jpg');
  }

  .section.portfolio-hero {
    background-image: linear-gradient(#00000059, #00000059), url('../images/interview.jpg');
    background-position: 0 0, 0 -77px;
    background-repeat: repeat, repeat;
    background-size: auto, 750px;
    background-attachment: scroll, scroll;
  }

  .section.image-2-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/interview.jpg');
    background-position: 0 0, 0 -27px;
    margin-top: -3px;
    margin-left: -4px;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar-corner {
    margin-top: -62px;
    margin-bottom: 20px;
    padding-top: 57px;
    padding-bottom: 28px;
    padding-right: 0;
  }

  .page-wrapper {
    padding-top: 56px;
  }

  .page-wrapper.style-guide-wrapper {
    margin-left: 0;
  }

  .brand, .brand.nav-top-brand {
    width: 56px;
    height: 56px;
  }

  .split-image {
    height: 600px;
    min-height: 0;
  }

  .hero-split-intro {
    padding-top: 64px;
  }

  .contact.home-v8-contact {
    margin-top: 8px;
  }

  .link-v1.sg-back-link {
    top: 52px;
    bottom: auto;
    right: 40px;
  }

  .location.home-v1 {
    bottom: 40px;
    left: 6%;
  }

  .about-heading {
    width: 75%;
  }

  .about-text {
    column-count: 1;
    padding-right: 0;
  }

  .link-v2.category-link {
    font-size: 14px;
    line-height: 18px;
  }

  .counter {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .service-block {
    padding-right: 6%;
  }

  .client-v2-logo-wrapper, .clients-v2-link {
    width: 50%;
  }

  .blog-posts {
    flex-direction: row;
  }

  .blog-post {
    width: 50%;
  }

  .post-card-date-wrapper {
    margin-top: 0;
  }

  .post-card-date-line {
    width: 6%;
    margin-right: 16px;
  }

  .zoom-image.split-works {
    background-image: linear-gradient(#0000, #0000), url('../images/5b5f7f0a91ad169c7d1c3f2b_Copy_20of_20IMG_1137.jpg');
    background-position: 0 0, 0 -138px;
  }

  .post-card-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1-subscrube {
    padding-right: 25%;
  }

  .footer-v1-links {
    padding-bottom: 64px;
  }

  .footer-v1-bottom {
    padding-right: 0%;
  }

  .scroll-up-button {
    display: none;
  }

  .footer-v1-bottom-text {
    padding-right: 0%;
  }

  .service-v2 {
    padding-bottom: 32px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .experience {
    padding-right: 8%;
  }

  .side-works-link {
    height: 200px;
  }

  .work {
    width: 100%;
  }

  .works {
    flex-direction: column;
  }

  .split-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .split-content.right {
    margin-left: 0%;
  }

  .work-top {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-hover.big-work-hover {
    padding-bottom: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .works-masonry {
    flex-direction: column;
    display: flex;
  }

  .portfolio-nav-bar {
    flex-direction: column;
  }

  .menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(#1111117d, #1111117d), url('../images/interview.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .hero-full-image.home-v8 {
    padding-bottom: 16px;
  }

  .social-icons.home-v2-icons {
    bottom: 32px;
    right: 32px;
  }

  .vertical-info {
    top: 96px;
    right: 8px;
  }

  .hero-down-intro {
    margin-top: 200px;
  }

  .hero-service {
    margin-bottom: 0;
    padding-top: 16px;
  }

  .hero-left-intro {
    max-width: 83.33%;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .post-card-info {
    padding-bottom: 32px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .nav-info {
    display: none;
  }

  .nav-info-heading {
    margin-bottom: 0;
  }

  .full-screen-menu-button {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .intro-page-hero {
    min-height: 400px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .split-image-link {
    background-position: -95px -79px;
    flex: 0 auto;
    min-height: 248px;
  }

  .split-image-link.zoom-image2.zoom-image.zoom-image-copy {
    background-image: linear-gradient(#00000069, #00000069), url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
    background-position: 0 0, 0 -90px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .split-image-links {
    height: auto;
  }

  .hero-intro {
    max-width: 100%;
  }

  .section-intro {
    margin-bottom: 64px;
  }

  .section-intro.no-margin-bottom {
    margin-left: -13px;
  }

  .blog-post-v2 {
    width: 100%;
    margin-left: -33px;
  }

  .post-card-v2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    left: -18px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .blog-categories-wrapper {
    margin-left: -19px;
  }

  .promo-intro {
    max-width: 100%;
    margin-top: 0;
  }

  .inner-page {
    flex: 0 auto;
    width: 66.66%;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .inner-page-preview {
    margin-right: 20px;
  }

  .work-card-image-wrapper {
    margin-bottom: 24px;
  }

  .work-card-category {
    margin-bottom: 32px;
  }

  .instagram-more {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .instagram-link {
    width: 50%;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .post-card-v3 {
    margin-bottom: 32px;
  }

  .post-card-info-v3 {
    padding-bottom: 32px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .blog-post-v3 {
    width: 50%;
  }

  .career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .career-job {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .full-screen-menu-list {
    display: flex;
  }

  .split-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .side-image-back.left {
    margin-left: -100px;
  }

  .side-image-float.right {
    margin-right: -55px;
    padding-left: 0;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .big-quote-icon {
    margin-right: 32px;
  }

  .play-button.color-1 {
    margin-top: 246px;
    margin-bottom: -165px;
    margin-left: 211px;
    padding-top: 14px;
    padding-bottom: 13px;
    top: 77px;
    bottom: 132px;
    left: -8px;
  }

  .pricing {
    flex-wrap: wrap;
  }

  .pricing-table {
    width: 100%;
    padding: 64px 12%;
  }

  .contact-v2-card {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-v2-card.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-card {
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .info-card.right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .services-v1 {
    flex-wrap: wrap;
    margin-left: 155px;
    margin-right: -101px;
    padding-right: 0;
  }

  .service-v1 {
    width: 100%;
    margin-left: -122px;
    margin-right: 45px;
    padding-left: 0%;
    padding-right: 9%;
  }

  .hero-slider-intro {
    margin-top: 96px;
    margin-bottom: 120px;
  }

  .hero-slider-arrow {
    width: 56px;
    height: 56px;
  }

  .hero-slider-arrow.left {
    right: 56px;
  }

  .nav-top-social {
    display: none;
  }

  .testimonials-v2 {
    margin-bottom: 0;
  }

  .review-v2 {
    padding: 48px 8px 64px;
  }

  .slider-arrow-button {
    display: none;
  }

  .review-v2-author {
    margin-top: 16px;
  }

  .testimonials-v2-nav {
    display: inline-block;
  }

  .hero-v7-top, .hero-v7-bottom {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sg-sidebar {
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
    padding-bottom: 48px;
    position: relative;
  }

  .sg-sidebar-link {
    padding-left: 0;
    padding-right: 0;
  }

  .sg-sidebar-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .zoom-image2.split-blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/San-Diego-High.jpg');
    background-position: 0 0, 0 -279px;
  }

  .zoom-image2.split-blog.zoom-image {
    background-image: linear-gradient(#00000059, #00000059), url('../images/5b7766b50a0674e2c22bf48b_5b5f7c5faaff4815d06898dd_San_20Diego_20High.jpg');
    background-position: 0 0, 0 -279px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .zoom-image1.split-blog {
    background-image: linear-gradient(to bottom, null, null), url('../images/San-Ysidro.jpg');
    background-position: 0 0, 0 -87px;
  }

  .split-image-community {
    height: 600px;
    min-height: 0;
  }

  .split-image-community.about {
    background-position: -91px 58px;
  }

  .split-image-enviro {
    height: 600px;
    min-height: 0;
  }

  .split-image-enviro.about {
    background-position: -160px 58px;
  }

  .split-image-education {
    height: 600px;
    min-height: 0;
  }

  .split-image-education.about {
    background-position: -52px -18px;
  }

  .split-image-economy {
    height: 600px;
    min-height: 0;
  }

  .split-image-economy.about {
    background-position: -91px -15px;
  }

  .split-image-housing {
    height: 600px;
    min-height: 0;
  }

  .split-image-housing.about {
    background-position: -143px 31px;
  }

  .image-10 {
    padding-top: 41px;
  }

  .image-11 {
    margin-bottom: -28px;
    padding-bottom: 2px;
  }

  .text-block-5 {
    font-size: 11px;
    line-height: 18px;
    position: relative;
    bottom: -91%;
    left: 15px;
  }

  .rich-text-block {
    margin-left: 8px;
  }

  .container-2 {
    padding-left: 12px;
    padding-right: 15px;
  }

  .navbar-wrapper {
    padding-top: 5%;
  }

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

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

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

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

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

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

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

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

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

  .section-4 {
    background-position: 65% 90%;
    padding-top: 72px;
    padding-bottom: 94px;
  }

  .heading-30 {
    margin-top: 10%;
    padding-top: 2%;
    padding-left: 6%;
    font-size: 60px;
    line-height: 50px;
  }

  .column {
    display: none;
  }

  .column-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-31 {
    padding-top: 3%;
    padding-left: 0%;
    display: none;
  }

  .heading-33 {
    display: none;
  }

  .section-6 {
    margin-top: -5px;
  }

  .container-3 {
    margin-top: 41px;
  }

  .image-13, .container-4 {
    display: none;
  }

  .column-4._2 {
    padding-right: 0%;
  }

  .text-block-17 {
    margin-top: 14px;
  }

  .heading-35 {
    display: none;
  }

  .team-slider, .hero-subscribe-right, .hero-heading-left, .features-list {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 5%;
    padding-right: 15px;
  }

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

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

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

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

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

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

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

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 22px;
    padding-left: 68px;
    display: flex;
  }

  .text-block-20 {
    padding-top: 17px;
    padding-left: 0;
  }

  .column-8 {
    border: 1px #000;
    padding-left: 0;
  }

  .column-9 {
    padding-left: 0;
  }

  .text-block-21 {
    padding-bottom: 2%;
  }

  .div-block-3, .div-block-4, .div-block-6 {
    display: none;
  }

  .text-block-22 {
    padding-top: 19px;
    font-size: 16px;
  }

  .column-14 {
    display: none;
  }

  .column-15 {
    padding-left: 36px;
  }

  .section-9, .heading-44 {
    padding-left: 5%;
  }

  .column-16 {
    margin-top: 23px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .image-25 {
    margin-left: 2px;
  }

  .container-8 {
    display: none;
  }

  .column-18 {
    padding-top: 16px;
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

  .section-10 {
    padding-top: 5%;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

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

  .column-20 {
    padding-right: 431px;
    display: none;
  }

  .heading-59 {
    padding-left: 7%;
  }

  .column-21 {
    flex-direction: row;
    display: block;
  }

  .text-block-33, .text-block-34 {
    font-size: 16px;
  }

  .column-23 {
    padding-left: 0%;
  }

  .heading-62 {
    padding-left: 0%;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-64 {
    margin-left: 0;
    margin-right: -22px;
    padding-left: 4%;
  }

  .column-25 {
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .heading-65 {
    font-size: 40px;
  }

  .heading-66 {
    padding-bottom: 0%;
  }

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

  .heading-67 {
    margin-left: 21px;
    margin-right: -12px;
    padding-left: 1%;
  }

  .link-33 {
    font-size: 16px;
  }

  .column-28 {
    margin-top: 0;
    padding-top: 16px;
  }

  .image-30 {
    text-align: left;
    margin-left: 264px;
    padding-left: 0%;
  }

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

  .column-36 {
    margin-top: -14%;
  }

  .heading-76 {
    margin-left: 0%;
  }

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

  .column-41 {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    background-color: var(--light-blue);
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

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

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

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

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

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

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

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

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

  .menu-button-7, .icon-2 {
    background-color: var(--light-blue);
    color: var(--white);
  }

  .list-item-7 {
    color: var(--black);
  }

  .columns-23._2 {
    align-self: center;
    max-width: 80%;
  }

  .container-17 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .image-35 {
    margin-top: -112px;
  }

  .image-36 {
    padding-left: 4px;
    display: none;
  }

  .image-37 {
    margin-left: -15px;
    padding-left: 0;
  }

  .column-53 {
    padding-top: 55px;
  }

  .column-54 {
    padding-top: 40px;
  }

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

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

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

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

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

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

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

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

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

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-40 {
    padding-top: 21%;
  }

  .heading-83 {
    padding-top: 8%;
  }

  .paragraph-11 {
    padding-top: 0;
  }

  .nav-link-accent-5-copy {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-41 {
    margin-top: -4px;
  }

  .column-57 {
    margin-top: 5%;
  }

  .image-41, .image-42, .image-43 {
    display: none;
  }

  .image-44 {
    display: block;
  }

  .image-46, .image-47 {
    display: none;
  }

  .nav-link-accent-6 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .column-70 {
    margin-top: 23px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .section-9-copy {
    padding-left: 5%;
  }

  .bold-text-2 {
    font-size: 36px;
    line-height: 30px;
  }

  .grid-item.navy-blue-bg.title {
    order: -9999;
  }

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

  .grid-element.education {
    flex-flow: column;
    grid-template-rows: auto auto auto 335px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .grid-element.arts {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .img-grid {
    width: 80px;
  }

  .nav-link-accent-4-black, .nav-link-accent-5-black, .nav-link-accent-5-copy {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section-65 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .hero-heading-center, .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .hero-heading-left-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    vertical-align: top;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    display: block;
  }

  .hero-heading-right {
    margin-bottom: 0;
    padding: 10px 15px;
  }

  .hero-wrapper-5 {
    margin-bottom: 10px;
  }

  .hero-heading-left-3 {
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    display: flex;
  }

  .hero-wrapper-6 {
    display: block;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-wrapper-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom-24px-4 {
    font-size: 16px;
    line-height: 28px;
  }

  .guide-section {
    margin-top: 0;
    padding-top: 25%;
  }

  .guide-container {
    padding-top: 0;
  }

  .dbwh-header {
    padding-top: 27%;
  }

  .image-66 {
    max-width: 75%;
  }

  .youtube-feed-section {
    width: auto;
  }

  .image-67, .image-68 {
    max-width: 80%;
  }

  .image-69 {
    max-width: 89%;
  }

  .youtueb-title {
    font-size: 13px;
    line-height: 17px;
  }

  .code-embed {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .code-embed-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .video-3 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-left: -46px;
    padding-left: 0%;
    padding-right: 26%;
  }

  .section.no-paddings {
    margin-left: -2px;
  }

  .section.promo-section {
    background-position: 59% 100%;
    background-size: 1120px;
    height: 720px;
  }

  .section.image-2 {
    background-image: linear-gradient(#1111110f, #1111110f), url('../images/interview.jpg');
    background-position: 0 0, -57px 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.image-1 {
    background-image: linear-gradient(#0000, #0000), url('../images/memos.jpg');
    background-position: 0 0, 0 65px;
    background-size: auto, contain;
  }

  .section.about-v1-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/San-Ysidro-library.jpg');
  }

  .section.portfolio-hero {
    background-image: linear-gradient(#0000006e, #0000006e), url('../images/interview.jpg');
    background-position: 0 0, -193px -74px;
    background-repeat: repeat, repeat;
    background-size: auto, 750px;
    background-attachment: scroll, scroll;
  }

  .section.portfolio-nav {
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section.image-2-copy {
    background-image: linear-gradient(#1111110f, #1111110f), url('../images/interview.jpg');
    background-position: 0 0, -57px 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .button.side-margins {
    margin-bottom: 16px;
  }

  .style-block {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar-corner {
    margin-top: -48px;
    margin-bottom: 1px;
    display: block;
  }

  .nav-menu-left.hidden {
    flex-direction: row;
    display: flex;
  }

  .split-image {
    height: 480px;
    min-height: 0;
  }

  .hero-split-intro {
    padding-top: 48px;
  }

  .contact.home-v8-contact {
    margin-top: 4px;
    left: 6%;
  }

  .contact.email-home-v3 {
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .contact.phone-home-v3 {
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .contact.home-v2 {
    margin-bottom: 136px;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .link-v1.more-link {
    margin-top: 0;
  }

  .link-v1.sg-back-link {
    right: 24px;
  }

  .location.home-v8-location, .location.hero-slider-location {
    bottom: 24px;
    left: 6%;
  }

  .about-heading {
    width: 100%;
  }

  .about-more-info {
    flex-direction: column;
  }

  .about-links {
    margin-top: 40px;
  }

  .link-v2.category-link {
    margin-bottom: 16px;
    margin-right: 0;
    display: inline-block;
  }

  .signature.home-v2 {
    margin-bottom: 240px;
  }

  .counters {
    flex-direction: column;
  }

  .counters.image-2 {
    background-image: linear-gradient(to bottom, #000000a1, #000000a1), url('../images/economy_1.jpg'), linear-gradient(to right, var(--dim-grey), var(--dark-space));
    background-position: 0 0, -573px 0, 0 0;
  }

  .about-image-wrapper {
    padding-right: 8px;
  }

  .counter {
    width: 100%;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .client-v2-logo-wrapper {
    width: 100%;
  }

  .clients-v2-link {
    width: 100%;
    height: 152px;
  }

  .blog-post {
    width: 100%;
  }

  .post-card-date-line {
    width: 8%;
  }

  .zoom-image.split-works {
    background-image: linear-gradient(#0000, #0000), url('../images/5b5f7f0a91ad169c7d1c3f2b_Copy_20of_20IMG_1137.jpg');
    background-position: 0 0, 0 -58px;
  }

  .zoom-image.split-blog {
    background-image: linear-gradient(#00000054, #00000054), url('../images/5b7766bbfa6bc703b1bca849_5b60f5cb7eaecbef6cde5c04_IMG_5827-1.jpg');
    background-position: 0 0, 0 1px;
  }

  .side-header {
    flex-direction: column;
  }

  .footer-v1-subscrube {
    padding-right: 6%;
  }

  .input.text-area {
    margin-right: 0;
  }

  .input.half-width {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .footer-v1-link {
    flex: 0 auto;
    width: 42%;
    margin-bottom: 40px;
  }

  .footer-v1-links {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .service-v2 {
    padding-top: 64px;
    padding-bottom: 16px;
  }

  .experience {
    flex: 0 auto;
    width: 100%;
    padding-right: 0%;
  }

  .story-more {
    width: 100%;
    margin-top: 40px;
  }

  .section-side-intro {
    flex-direction: column;
  }

  .split-content {
    padding: 64px 6% 109px;
    top: -6px;
  }

  .split-content.right {
    margin-left: 0%;
  }

  .split-content.right.post {
    padding-top: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-video-description {
    clear: both;
    order: -1;
    align-self: baseline;
    margin-left: 11px;
    margin-right: -56px;
    padding-right: 0;
    position: relative;
    inset: 0;
    overflow: auto;
  }

  .contact-v1-form {
    margin-right: 0;
  }

  .work-details {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-hover.big-work-hover {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-hover-info.work-big-info {
    max-width: none;
  }

  .works-view {
    float: none;
    justify-content: center;
    width: 100%;
    top: 0;
  }

  .works-view-icon {
    margin-left: 4px;
    margin-right: 4px;
  }

  .tabs-menu {
    border-bottom: 1px solid var(--light-grey);
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .portfolio-nav-bar {
    padding-bottom: 32px;
  }

  .hero-full-image.home-v5 {
    background-image: linear-gradient(#11111191, #11111191), url('../images/interview.jpg');
    background-position: 0 0, 66%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-full-image.home-v3 {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 6%;
  }

  .hero-full-image.home-v8 {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/beardface.jpg');
    background-position: 0 0, 63%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 56px;
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-big-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .social-icons.home-v3-icons {
    margin-top: -48px;
    margin-left: -4px;
    margin-right: 0;
    position: static;
    left: 0;
    right: 0;
  }

  .vertical-info {
    top: 88px;
    right: 4px;
  }

  .vertical-text {
    color: #fff;
  }

  .name {
    margin-top: 20px;
    margin-left: 0;
    position: static;
  }

  .name.home-v3 {
    position: static;
  }

  .hero-down-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-down-heading {
    margin-left: 0;
  }

  .hero-service {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

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

  .categories-wrapper {
    border-top: 1px solid var(--light-grey);
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 24px;
    margin-left: -3%;
    margin-right: -3%;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-left-intro {
    max-width: 100%;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  ._404-message {
    margin-left: 6%;
    margin-right: 6%;
  }

  .post-card-info {
    padding-top: 112px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact-v1-heading {
    margin-right: 0;
  }

  .full-screen-menu-button {
    display: none;
  }

  .intro-page-hero {
    padding-left: 8%;
    padding-right: 8%;
  }

  .split-image-link {
    background-position: 0 -2px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .split-image-link.zoom-image2.zoom-image.zoom-image-copy {
    background-image: linear-gradient(to bottom, null, null), url('../images/rdfafda5b5fa3e33f9c405a90ca9d15_San_20Ysidro.jpg');
    background-position: 0 0, 0 -7px;
  }

  .layout {
    width: 100%;
  }

  .hero-intro {
    max-width: 100%;
  }

  .post-card-v2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    left: 21px;
  }

  .post-card-v2-image {
    width: 100%;
    min-width: none;
  }

  .post-card-v2-info {
    padding: 24px 0% 8px;
  }

  .no-top-padding {
    padding-top: 0;
  }

  .no-margin {
    margin: 0;
  }

  .blog-categories {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-categories-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .work-category-tabs {
    margin-top: 32px;
  }

  .promo-intro {
    max-width: 100%;
  }

  .inner-pages {
    padding-left: 8px;
    padding-right: 8px;
  }

  .inner-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }

  .inner-page-preview {
    width: 120px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .skill-circle-bg {
    background-image: linear-gradient(#000000bf, #000000bf), linear-gradient(#0000, #0000);
  }

  .post-card-info-v3 {
    padding-top: 112px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .blog-post-v3 {
    width: 100%;
  }

  .career-job-wrapper {
    flex: auto;
    justify-content: space-around;
    align-items: baseline;
    margin-left: -117px;
    margin-right: -37px;
  }

  .career-job-wrapper.mobile-reversed {
    flex-direction: row-reverse;
  }

  .career-job {
    flex: 1;
    margin-left: 56px;
    padding: 24px;
  }

  .career-job.left {
    box-shadow: 3px 0 0 0 var(--yellow);
    border-left-style: solid;
    border-right-style: none;
  }

  .career-job-corner.right {
    box-shadow: -1px 1px 0 0 var(--gainsboro);
    left: -7px;
    right: auto;
  }

  .career-job-period {
    width: 60px;
    margin-top: 22px;
    font-size: 11px;
    line-height: 16px;
  }

  .career-job-period.text-left {
    text-align: right;
  }

  .career-timeline {
    left: 80px;
  }

  .timeline-dot-v1 {
    margin-left: 73px;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v2-about, .footer-v2-contacts, .footer-v2-follow, .footer-v2-nav {
    width: 100%;
  }

  .full-screen-menu-list {
    display: inline-block;
  }

  .split-footer-about, .split-footer-nav, .split-footer-follow, .split-footer-contacts {
    width: 100%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-image-back.left {
    margin-left: -60px;
  }

  .side-image-float.right {
    margin-left: 2px;
    margin-right: -22px;
  }

  .big-quote {
    flex-direction: column;
    align-items: center;
  }

  .big-quote-text {
    text-align: center;
  }

  .big-quote-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .play-button.color-1 {
    margin-top: 145px;
    margin-left: 90px;
    padding-top: 25px;
    padding-left: 0;
    top: 2px;
    bottom: 65px;
    left: 16px;
  }

  .pricing-feature {
    margin-left: -36px;
  }

  .contact-v2-card {
    width: 100%;
    padding: 48px 12%;
  }

  .contact-v2-form {
    margin-right: 0;
  }

  .info-card {
    width: 100%;
    padding: 48px 16%;
  }

  .service-v1 {
    margin-left: -140px;
    margin-right: 103px;
    padding-left: 14px;
    padding-right: 0;
  }

  .hero-slider {
    min-height: 720px;
  }

  .hero-slider-intro {
    max-width: 100%;
    margin-bottom: 112px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-top-social, .slider-arrow {
    display: none;
  }

  .nav-layout {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .sg-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .zoom-image2.split-blog {
    background-image: linear-gradient(#0000, #0000), url('../images/San-Diego-High.jpg');
    background-position: 0 0, 0 -59px;
  }

  .zoom-image2.split-blog.zoom-image {
    background-image: linear-gradient(#0000005c, #0000005c), url('../images/5b7766b50a0674e2c22bf48b_5b5f7c5faaff4815d06898dd_San_20Diego_20High.jpg');
    background-position: 0 0, 0 -59px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .zoom-image1.split-blog {
    background-image: linear-gradient(#0000, #0000), url('../images/San-Ysidro.jpg');
    background-position: 0 0, 0 -6px;
  }

  .split-image-community {
    height: 480px;
    min-height: 0;
  }

  .split-image-community.about {
    background-position: -123px 96px;
    bottom: -2px;
  }

  .split-image-enviro {
    height: 480px;
    min-height: 0;
  }

  .split-image-enviro.about {
    background-position: -253px 46px;
    bottom: -2px;
  }

  .split-image-education {
    height: 480px;
    min-height: 0;
  }

  .split-image-education.about {
    background-position: -129px -6px;
    bottom: -2px;
  }

  .split-image-economy {
    height: 480px;
    min-height: 0;
  }

  .split-image-economy.about {
    background-position: -150px -3px;
    bottom: -2px;
  }

  .split-image-housing {
    height: 480px;
    min-height: 0;
  }

  .split-image-housing.about {
    background-position: -272px -5px;
    bottom: -2px;
  }

  .image-10 {
    padding-top: 38px;
  }

  .image-11 {
    margin-left: 0;
  }

  .zoom-image-copy.split-blog {
    background-image: linear-gradient(#0000, #0000), url('../images/IMG_5827.JPG');
    background-position: 0 0, 0 1px;
  }

  .zoom-image-copy.split-blog.zoom-image {
    background-image: linear-gradient(#00000054, #00000054), url('../images/5b5f946aad8ea31e090292e1_biking.jpg');
    background-position: 0 0, 0 -4px;
  }

  .section-2 {
    margin-left: -102px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 91px;
  }

  .text-block-6 {
    font-size: 11px;
    line-height: 15px;
    position: relative;
    bottom: -86%;
    right: -13px;
  }

  .heading-18 {
    margin-left: 20px;
  }

  .blog-categories-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .collection-list-wrapper {
    margin-left: -24px;
  }

  .link-16 {
    font-size: 15px;
    line-height: 18px;
  }

  .navbar-wrapper {
    margin-top: 5%;
    padding-left: 5%;
  }

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

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

  .section-4 {
    background-position: 35% 0;
    padding-bottom: 69px;
  }

  .image-12 {
    margin-left: -3px;
  }

  .heading-30 {
    margin-top: 42px;
    padding-top: 0%;
    padding-bottom: 15px;
    font-size: 40px;
    line-height: 40px;
  }

  .yellow {
    line-height: 40px;
  }

  .column {
    display: none;
  }

  .column-2 {
    padding-bottom: 27px;
  }

  .heading-31 {
    padding-top: 6%;
    display: none;
  }

  .heading-33 {
    display: none;
  }

  .section-6 {
    margin-top: 0;
  }

  .container-3 {
    flex-direction: row;
    align-items: flex-end;
    margin-top: 23px;
    display: block;
  }

  .image-13, .container-4 {
    display: none;
  }

  .column-3 {
    margin-top: 3px;
  }

  .column-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-35 {
    margin-left: -16px;
    display: none;
  }

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

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .text-block-18 {
    text-align: center;
    padding: 10px;
  }

  .margin-bottom-24px {
    margin-top: -18px;
    margin-bottom: 36px;
    padding-top: 0;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .heading-38 {
    line-height: 40px;
  }

  .heading-39 {
    text-align: left;
    padding-top: 0;
    padding-left: 6px;
    line-height: 36px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .footer-dark {
    padding-left: 10%;
  }

  .columns-4 {
    padding-bottom: 25px;
    padding-left: 5px;
    display: flex;
  }

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

  .column-8 {
    padding-left: 6px;
    padding-right: 23px;
  }

  .column-10, .column-11, .column-12 {
    display: none;
  }

  .column-13 {
    padding-bottom: 19px;
  }

  .div-block-5 {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-22 {
    margin-left: -10px;
    padding-top: 30px;
    font-size: 14px;
  }

  .column-14, .image-21 {
    display: none;
  }

  .section-9 {
    background-position: 50%;
    background-size: cover;
    padding-top: 218px;
    padding-bottom: 25px;
  }

  .heading-44 {
    padding-right: 10%;
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-4.white {
    margin-bottom: 0;
  }

  .heading-46 {
    line-height: 40px;
  }

  .image-25 {
    text-align: left;
    margin-left: 1px;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .container-8 {
    display: none;
  }

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

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

  .section-10 {
    padding-top: 0%;
  }

  .heading-51 {
    padding-top: 0;
    font-size: 27px;
  }

  .heading-52 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-three, .nav-menu-3 {
    flex-direction: column;
  }

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

  .image-27 {
    margin-top: -48px;
  }

  .section-12 {
    background-position: 70%;
  }

  .collection-list-wrapper-2 {
    padding-top: 0%;
  }

  .section-17 {
    background-position: 40% 60%;
    margin-top: -107px;
    margin-bottom: -71px;
    padding-top: 264px;
    padding-bottom: 0;
  }

  .heading-59 {
    padding-top: 0;
    padding-bottom: 93px;
  }

  .section-19 {
    padding-bottom: 5%;
  }

  .columns-11 {
    padding-bottom: 10px;
  }

  .link-28, .link-29, .link-29.w--current {
    margin-left: -10px;
  }

  .text-block-33 {
    margin-left: -10px;
    padding-top: 18px;
    padding-left: 0%;
    padding-right: 5%;
    font-size: 14px;
  }

  .text-block-34 {
    margin-left: -10px;
    font-size: 14px;
  }

  .column-24 {
    padding-top: 17px;
    padding-left: 0;
  }

  .heading-62 {
    margin-right: 0;
    padding: 10% 5% 10% 0%;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-63 {
    font-size: 27px;
    line-height: 30px;
  }

  .heading-64 {
    padding-left: 0%;
  }

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

  .column-27 {
    padding-right: 20px;
  }

  .section-24 {
    margin-top: -110px;
    padding-top: 40%;
    padding-bottom: 8%;
  }

  .heading-65 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-66 {
    text-transform: capitalize;
    padding-left: 3%;
    font-size: 27px;
    line-height: 27px;
  }

  .heading-67 {
    margin-left: 6px;
    padding-left: 0%;
  }

  .link-33 {
    padding-top: 15px;
  }

  .column-28 {
    padding-top: 0;
  }

  .heading-71 {
    font-family: Barlow Condensed, sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
  }

  .column-30 {
    margin-top: 79px;
  }

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

  .heading-73 {
    padding-left: 0;
  }

  .section-29 {
    margin-top: -36%;
    padding-top: 36%;
  }

  .column-36 {
    margin-top: -24%;
    margin-bottom: 38px;
    padding-bottom: 2%;
  }

  .column-37 {
    margin-top: -39%;
  }

  .container-12 {
    padding-bottom: 22px;
  }

  .column-39 {
    border: 1px #000;
  }

  .column-42 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .section-39 {
    padding-top: 10%;
  }

  .collection-item-20 {
    padding-bottom: 10%;
  }

  .heading-81 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-82 {
    margin-bottom: 0%;
  }

  .text-block-39 {
    padding-bottom: 19px;
  }

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

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

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

  .nav-menu-wrapper-5 {
    background-color: var(--light-blue);
  }

  .nav-menu-two-2 {
    background-color: var(--light-blue);
    flex-direction: column;
  }

  .nav-dropdown-5 {
    background-color: var(--light-blue);
  }

  .nav-link-accent-5 {
    text-align: center;
    padding-right: 10px;
  }

  .list-item-5 {
    color: var(--white);
  }

  .columns-22 {
    margin-top: 38px;
  }

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

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

  .icon-2 {
    background-color: var(--light-blue);
    color: #fffcfc;
  }

  .list-item-6, .list-item-10 {
    color: var(--black);
  }

  .columns-23 {
    margin-top: auto;
  }

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

  .image-36 {
    display: none;
  }

  .column-54 {
    padding-top: 80px;
  }

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

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

  .list-item-9 {
    color: var(--black);
  }

  .nav-link-accent-4 {
    text-align: center;
    padding-right: 10px;
  }

  .section-40 {
    padding-top: 39%;
  }

  .body-7 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link-accent-5-copy {
    text-align: center;
    padding-right: 10px;
  }

  .section-41 {
    margin-top: -5px;
  }

  .bold-text {
    font-size: 30px;
  }

  .image-41, .columns-27 {
    display: none;
  }

  .container-21 {
    background-color: #fcaa03;
  }

  .heading-90 {
    width: 100%;
    height: 100%;
    color: var(--white);
    -webkit-text-stroke-color: #fff;
    text-transform: none;
    margin-bottom: 0;
    padding: 5% 0% 5% 5%;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .nav-link-accent-6 {
    text-align: center;
    padding-right: 10px;
  }

  .section-9-copy {
    background-position: 50%;
    background-size: cover;
    padding-top: 218px;
    padding-bottom: 25px;
  }

  .image-52 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 18px;
  }

  .image-53, .image-54, .image-55, .image-56 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-57 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-item.blue-mid.grid-1 {
    grid-template-columns: 1fr;
  }

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

  .grid-element.arts {
    grid-template-columns: 1fr;
  }

  .nav-menu-wrapper-black {
    background-color: var(--light-blue);
  }

  .nav-link-accent-4-black, .nav-link-accent-5-black, .nav-link-accent-5-copy {
    text-align: center;
    padding-right: 10px;
  }

  .image-12-black {
    margin-left: -3px;
  }

  .opportunities-link {
    max-width: 250px;
  }

  .rich-text-block-4 {
    padding-right: 0%;
  }

  .quick-stack {
    padding-left: 23px;
  }

  .collection-list-13 {
    padding-left: 0%;
  }

  .section-65 {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

  .container-25 {
    background-image: url('../images/guide-header-mobile.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 87%;
  }

  .section-67 {
    background-image: url('../images/guide-paperbackground-mobile.jpg');
    background-size: contain;
  }

  .hero-heading-left-2 {
    padding-top: 20px;
  }

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

  .shadow-two-3 {
    background-color: #0000;
    align-self: center;
  }

  .heading-94 {
    text-align: center;
    width: 100%;
    font-size: 51px;
    line-height: 46px;
  }

  .hero-wrapper-5 {
    margin-bottom: 0;
  }

  .shadow-two-4 {
    align-self: center;
  }

  .body-13 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .hero-stack {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .guide-section {
    margin-top: 0;
  }

  .guide-column {
    margin-top: auto;
  }

  .dbwh-header {
    margin-top: -119px;
    padding-top: 37%;
  }

  .image-65 {
    max-width: 70%;
  }

  .heading-99 {
    font-size: 25px;
    line-height: 29px;
  }

  .youtueb-title {
    font-size: 13px;
  }

  .spacer {
    padding-top: 30px;
  }
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa19-4a1354df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa1e-4a1354df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa1f-4a1354df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa29-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa2a-4a1354df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa3f-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa40-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa34-4a1354df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e680003d-4e80-1282-48e0-65fa8049aa4a-4a1354df {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e89d3f78-091e-d998-c3fc-cf563b2539ac-4a1354e0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_94b1720a-a56f-d80f-08ff-3b42794911b5-4a1354e0, #w-node-ed163b13-a668-1e0b-41e6-8ca7b8ba0d00-4a1354e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e89d3f78-091e-d998-c3fc-cf563b2539e2-4a1354e0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: end;
}

#w-node-_74d37ab6-3c9d-c297-2585-a1396439edbe-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539be-4a1354e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e89d3f78-091e-d998-c3fc-cf563b2539bf-4a1354e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e89d3f78-091e-d998-c3fc-cf563b2539d7-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539c8-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539c9-4a1354e0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b0c52fe-850d-d6b6-5b90-7f7c5e3b2acf-4a1354e1 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfb0-4a1354e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf81-4a1354e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf82-4a1354e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfa6-4a1354e1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfa5-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf96-4a1354e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d52649a7-7749-d363-ee48-33f002282e50-4a1354e2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d7671d1a-3aa5-64ba-d482-62f3ae724d90-4a1354e2, #w-node-_30efbc3b-3dd2-4187-7076-e449d040b0ec-4a1354e2, #w-node-dead8c2e-c7f8-5317-0b0d-e65b06fbdda6-4a1354e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9516169b-ef35-633e-6564-f4d0ffc4c28b-4a1354e2, #w-node-_5f4671c3-b2df-8533-22b5-10c0768d1d99-4a1354e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55a86f61-c452-e3ba-c823-1a72ff205456-4a1354e2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ffdd64f5-a21e-3e96-0ffa-00f85703c740-4a1354e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_17c1dd1e-2071-eb48-ea8f-a5ddb20f9435-4a1354e2, #w-node-_202c965f-1192-4e9e-4130-b91d20326d16-4a1354e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_145fe667-85e5-04b4-3b3f-8461ef73b42a-4a1354e3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe62e-4a1354e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe63f-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe640-4a1354e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf15dc06-a40b-f13f-b457-f53ddf9c1bf2-4a1354e3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe65b-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe65c-4a1354e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe656-4a1354e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7afa9979-8848-b2b9-888d-1868c5f28cf7-dab7cb58 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_01cf4d66-22b5-2a72-e499-4b01f71e1b73-c88f1992, #w-node-_0712aac8-20b6-3fb7-8c9f-02b06ef0fda4-3be5ff5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4858ccf5-bd29-3405-763d-f33be17be109-3be5ff5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e62dd0c1-36ce-582e-2c98-4f41e932e97e-3be5ff5e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e680003d-4e80-1282-48e0-65fa8049aa29-4a1354df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e680003d-4e80-1282-48e0-65fa8049aa3f-4a1354df {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e680003d-4e80-1282-48e0-65fa8049aa4a-4a1354df {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_94b1720a-a56f-d80f-08ff-3b42794911b5-4a1354e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed163b13-a668-1e0b-41e6-8ca7b8ba0cff-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539e2-4a1354e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_74d37ab6-3c9d-c297-2585-a1396439edbe-4a1354e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e89d3f78-091e-d998-c3fc-cf563b2539be-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539d7-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539c8-4a1354e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5b0c52fe-850d-d6b6-5b90-7f7c5e3b2acf-4a1354e1 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfb0-4a1354e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfa5-4a1354e1 {
    grid-column: span 2 / span 2;
  }

  #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf96-4a1354e1, #w-node-_9516169b-ef35-633e-6564-f4d0ffc4c28b-4a1354e2, #w-node-ffdd64f5-a21e-3e96-0ffa-00f85703c740-4a1354e2, #w-node-_17c1dd1e-2071-eb48-ea8f-a5ddb20f9435-4a1354e2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe63f-4a1354e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe65b-4a1354e3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe656-4a1354e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e680003d-4e80-1282-48e0-65fa8049aa1e-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa29-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa3f-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa34-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa4a-4a1354df, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539e2-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539be-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539d7-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539c8-4a1354e0, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfb0-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf81-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfa5-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf96-4a1354e1, #w-node-_3f770234-904a-516d-d264-f5c18a87a0bb-4a1354e2, #w-node-_9516169b-ef35-633e-6564-f4d0ffc4c28b-4a1354e2, #w-node-_55a86f61-c452-e3ba-c823-1a72ff205456-4a1354e2, #w-node-ffdd64f5-a21e-3e96-0ffa-00f85703c740-4a1354e2, #w-node-_17c1dd1e-2071-eb48-ea8f-a5ddb20f9435-4a1354e2, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe62d-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe63f-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe65b-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe656-4a1354e3 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_01cf4d66-22b5-2a72-e499-4b01f71e1b73-c88f1992, #w-node-_0712aac8-20b6-3fb7-8c9f-02b06ef0fda4-3be5ff5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e680003d-4e80-1282-48e0-65fa8049aa19-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa1e-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa29-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa3f-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa34-4a1354df, #w-node-e680003d-4e80-1282-48e0-65fa8049aa4a-4a1354df, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539ac-4a1354e0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e89d3f78-091e-d998-c3fc-cf563b2539e2-4a1354e0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: end;
  }

  #w-node-e89d3f78-091e-d998-c3fc-cf563b2539be-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539d7-4a1354e0, #w-node-e89d3f78-091e-d998-c3fc-cf563b2539c8-4a1354e0, #w-node-_5b0c52fe-850d-d6b6-5b90-7f7c5e3b2acf-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfb0-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf81-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cfa5-4a1354e1, #w-node-ae0c2b4d-bdef-c195-c128-a848d1e7cf96-4a1354e1, #w-node-d52649a7-7749-d363-ee48-33f002282e50-4a1354e2, #w-node-_3f770234-904a-516d-d264-f5c18a87a0bb-4a1354e2, #w-node-_9516169b-ef35-633e-6564-f4d0ffc4c28b-4a1354e2, #w-node-_55a86f61-c452-e3ba-c823-1a72ff205456-4a1354e2, #w-node-ffdd64f5-a21e-3e96-0ffa-00f85703c740-4a1354e2, #w-node-_17c1dd1e-2071-eb48-ea8f-a5ddb20f9435-4a1354e2, #w-node-_145fe667-85e5-04b4-3b3f-8461ef73b42a-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe62d-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe63f-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe65b-4a1354e3, #w-node-_31740f2b-0389-d46e-7a43-ca5f7dcfe656-4a1354e3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_01cf4d66-22b5-2a72-e499-4b01f71e1b73-c88f1992, #w-node-_4858ccf5-bd29-3405-763d-f33be17be109-3be5ff5e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


