:root {
  --black: #2c2b29;
  --blue: #1f1fc9;
  --white: white;
  --peru: #db8e17;
  --orange: #f4b24d;
  --blue-2: #052d7c;
  --yellow-green: #a8cf45;
  --blurple: #6a83ee;
  --gainsboro: #e2e2e2;
  --slate-grey: #657086;
  --h2: 45px;
  --light-blue: #4fc2f6;
  --quiz-background-color: #e1e8ef;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

body {
  color: #272622;
  background-color: #f3f6f7;
  font-family: Cabin, sans-serif;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--black);
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

a {
  color: var(--blue);
  font-family: Cabin, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
}

li {
  margin-bottom: 3px;
  padding-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--blue);
  font-weight: 700;
}

blockquote {
  background-image: url('../images/command.svg'), url('../images/command.svg');
  background-position: 97% 90%, 6px 10px;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.section {
  background-color: var(--white);
  position: relative;
}

.section.black-section.style {
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 35px;
}

.section.dark-slate-grey-bg {
  padding-top: 100px;
  position: relative;
}

.section.light-smoke-bg {
  background-color: var(--white);
  padding-top: 100px;
}

.section.light-smoke-bg.quiz {
  padding-top: 20px;
}

.section.white-section {
  background-color: #fff;
}

.section.slider-section {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section.negative-margin {
  padding-top: 50px;
}

.section.hide {
  display: none;
}

.container {
  color: #346059;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 24px;
  position: relative;
}

.container.nav-container {
  height: 100%;
  padding: 0;
}

.container.style {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.horizontal-container {
  width: 100%;
  padding: 0;
  display: flex;
}

.container.hero-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.container.taller {
  padding-top: 4em;
  padding-bottom: 4em;
}

.container.taller.wider {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container.ctr {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.thank-u {
  padding-top: 0;
}

.nav-menu-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 15px 24px;
  display: flex;
}

.navbar {
  z-index: 5000;
  height: 76px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.blury-tansparent {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #039;
  border-radius: 10px;
  position: relative;
  inset: 0 0% auto;
}

.hero-section {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-section.hero-blog {
  background-color: #0000;
  height: auto;
  padding-left: 0;
}

.hero-section.hero-about {
  background-color: #0000;
  padding-left: 0;
}

.hero-section.hero-about.center {
  align-items: center;
}

.hero-section.author-hero {
  background-color: #f1f1f1;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.hero-section.contact-hero-section {
  background-color: #f1f1f1;
  height: auto;
  padding-top: 80px;
}

.hero-section.contact-hero-section.hidden {
  display: none;
}

.hero-section.blog-post-hero {
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.hero-section.style-guide {
  color: #fff;
  background-color: #2c2b29;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
}

.white-text {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
}

.white-text.secondary {
  text-transform: uppercase;
  font-size: 20px;
}

.white-text.secondary.black.smaller {
  font-size: 32px;
}

.white-text.black {
  color: var(--black);
  font-weight: 400;
}

.white-text.black.small {
  font-size: 30px;
}

.white-text.black {
  color: #2c2b29;
  font-size: 45px;
  font-weight: 400;
}

.white-text.black:hover {
  color: #2c2b29;
}

.top-margin-l {
  margin-top: 3em;
}

.top-margin-l.style-margin {
  margin-bottom: 5em;
}

.button {
  color: #fff;
  cursor: pointer;
  background-color: #2c2b29;
  border: 2px #0000;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s, border-color .4s;
}

.button:hover {
  border-style: none;
  border-color: var(--peru);
  background-color: var(--orange);
  color: #fff;
}

.button.icon {
  color: #f1f1f1;
  text-align: center;
  background-color: #c97b14;
  border-style: none;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 166px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.button.icon:hover {
  background-color: #329078;
  border-style: none;
}

.button.big {
  padding: 20px 40px;
}

.button.white {
  color: #346059;
  background-color: #f1f1f1;
  border-style: solid;
  border-color: #329078;
  border-radius: 10px;
  transition: all .4s;
}

.button.white:hover {
  color: #fff;
  background-color: #329078;
  border-style: solid;
  border-color: #f1f1f1;
}

.button.white.left {
  border-color: var(--blue-2);
  background-color: var(--peru);
  color: var(--white);
}

.button.white.left:hover {
  background-color: var(--white);
  color: var(--peru);
}

.button.white.nav {
  border-radius: 0;
}

.button.green {
  background-color: var(--yellow-green);
  border-radius: 0;
}

.button.green:hover {
  background-color: #83af14;
}

.button.white {
  border-radius: 4px;
}

.button.white.nav {
  background-color: var(--blue);
  color: #f3f6f7;
  border-style: none;
}

.button.white.nav:hover {
  background-color: #052d7c;
}

.button.white.nav.number {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
}

.button.white.videos {
  background-color: var(--blue);
  color: #f3f6f7;
  text-align: center;
  border-style: none;
  margin-top: 10px;
}

.button.white.videos:hover {
  background-color: #052d7c;
}

.button.orange {
  color: #346059;
  background-color: #f1f1f1;
  border-style: solid;
  border-color: #329078;
  border-radius: 10px;
  transition: all .4s;
}

.button.orange:hover {
  color: #fff;
  background-color: #329078;
  border-style: solid;
  border-color: #f1f1f1;
}

.button.orange.nav {
  background-color: var(--orange);
  color: #f1f1f1;
  border-style: none;
  border-radius: 0;
}

.button.orange.nav:hover {
  background-color: var(--peru);
}

.button.blue {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 0;
  transition: all .4s;
}

.button.blue:hover {
  background-color: var(--blue-2);
  color: #fff;
}

.button.blurple {
  background-color: var(--blurple);
}

.button.blurple._100 {
  border-radius: 0;
}

.grid-6-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-6-col.blog-details {
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.relative {
  z-index: 2;
  position: relative;
}

.background-color {
  z-index: 4;
  color: #346059;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #f3f6f7;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-holder {
  opacity: 1;
  background-color: #7d213c;
  background-image: linear-gradient(340deg, #424242, #5e5e5e);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.header-holder {
  align-items: center;
  display: flex;
}

.header-holder.style-guide {
  border-radius: 10px;
}

.no-margins {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.invert {
  filter: invert();
}

.borders {
  color: #4b4b4b;
  border: 2px solid #c5c5c5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.borders.button-holder {
  justify-content: space-between;
  height: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.borders.center {
  background-color: #2c2b29;
  height: 100px;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-4-col {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.grid-4-col.unsplash-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f3f6f7;
  margin-top: 1em;
}

.grid-4-col.margin-top {
  margin-top: 5em;
}

.grid-4-col.father-icons-grid {
  background-color: #f3f6f7;
  margin-top: 1em;
}

.grid-2-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.heading-text-holder {
  color: #fff;
}

.heading-text-container {
  color: #2c2b29;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
}

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

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

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

.link-block {
  color: #f1f1f1;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block:hover {
  color: #329078;
}

.link-block.w--current {
  color: #f4b24d;
}

.link-block.animation-01 {
  overflow: hidden;
}

.link-block.animation-01:hover {
  color: #329078;
}

.link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.link-block-underline._02 {
  height: 1px;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

.left-underline, .right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-xl {
  font-size: 17px;
}

.footer {
  background-color: var(--gainsboro);
  color: #fff;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-logo-link {
  flex: 0 auto;
  position: relative;
}

.footer-logo-link.w--current {
  position: relative;
}

.made-by-section {
  border-top: 1px solid #a8cf45;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.fade-in-move-on-scroll.top-margin-l {
  margin-top: 5em;
}

.fade-in-move-on-scroll.father-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  padding: 3.5em;
  display: flex;
}

.fade-in-move-on-scroll.logotouse {
  height: 200px;
  padding: 2.5em;
}

.fade-in-move-on-scroll.unsplash-grid {
  padding: 1.2em;
}

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

.nav-link.margins {
  align-items: center;
  display: flex;
}

.body-white {
  background-color: #f3f6f7;
}

.grey-text {
  color: var(--black);
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.grey-text.normal {
  margin-bottom: 20px;
  font-weight: 400;
}

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

.contact-form-holder {
  width: 100%;
  display: flex;
}

.text-field {
  color: #414141;
  text-align: center;
  background-color: #f0f0f01c;
  height: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

.text-field:focus {
  transform: translate(0, 4px);
}

.text-field::placeholder {
  color: #2c2b29;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-field {
  border: 1px #000;
  border-bottom: 1px solid #e7e7e7;
}

.success-message {
  color: #fff;
  background-color: #2c2b29;
  border: 1px solid #f1f1f1;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 600;
}

.error-message {
  text-align: center;
  background-color: #ffb5b5;
  border: 1px solid #ff5858;
  border-radius: 12px;
  padding: 26px;
  font-size: 18px;
  font-weight: 600;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.change-log-container.green-text {
  background-color: #f3f6f7;
  border: 1px #868583;
  border-radius: 0;
  margin-bottom: 10em;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: none;
}

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

.button-block-holder {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.footer-brand-holder {
  width: 150px;
}

.footer-links-holder {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-media-holder {
  color: #329078;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-link {
  color: var(--black);
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-family: Inter, sans-serif;
}

.footer-link:hover {
  color: var(--blue);
}

.footer-link.main {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link.dropdown {
  padding-right: 40px;
}

.follow-us {
  color: var(--black);
  margin-right: 10px;
}

.footer-social-media-link {
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.top-footer-grid {
  border-top: 1px solid #a8cf45;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1em;
  margin-bottom: 3em;
  padding-top: 40px;
}

.bottom-footer-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 10px;
  display: flex;
}

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

.hero-heading {
  font-size: 100px;
  font-weight: 600;
}

.heading-inter-font {
  color: var(--slate-grey);
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.heading-inter-font.blog-title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.heading-inter-font.dark-grey-text {
  line-height: 1.2;
}

.heading-inter-font.author-h4 {
  color: var(--blue-2);
  margin-top: 0;
  margin-bottom: 0;
}

.heading-inter-font.specific-authors {
  color: #2c2b29;
  font-size: 24px;
}

.footer-content-link {
  color: var(--black);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  display: flex;
}

.footer-content-link:hover {
  color: var(--blue);
}

.start-project {
  margin-right: 15px;
}

.black-arrow {
  mix-blend-mode: normal;
  width: 20px;
}

.heading-holder {
  margin-bottom: 20px;
}

.footer-paragraph-holder {
  width: 70%;
}

.grid-2-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.bg-color {
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.we-re-hiring {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
}

.our-story {
  color: #2c2b29;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 320px;
}

.we-re-hiring-block-holder {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.we-re-hiring-block-holder:hover {
  color: #a8cf45;
}

.no-margin-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.we-re-hiring-link {
  width: 100%;
  height: 100%;
  transition-duration: .35s;
}

.we-re-hiring-link:hover {
  color: #011f5c;
}

.our-story-block-holder {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.our-story-block-holder:hover {
  color: #011f5c;
}

.our-story-link {
  width: 100%;
  height: 100%;
}

.our-story-link:hover {
  color: #272622;
}

.link-block-holder {
  align-items: flex-end;
  display: flex;
}

.footer-local-comets-and-webflow-link {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.made-by {
  color: var(--black);
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.circle-block-holder {
  background-color: #f3f6f7;
  width: 100%;
  height: 500px;
  position: relative;
}

.circle-content-block-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-us-circle-holder {
  color: #2c2b29;
  text-transform: uppercase;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.colored-logo, .circle-image {
  position: absolute;
  inset: 0%;
}

.nav-menu-links-holder {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grey-span-text.no-margin {
  font-size: var(--h2);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 700;
  line-height: 45px;
}

.grey-span-text.no-wrap {
  white-space: nowrap;
}

.decor-vector-block-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.decor-vector-block-holder.left-side {
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-start;
  inset: 0% auto auto 0%;
}

.hero-paragraph {
  color: #272622;
  font-size: 18px;
  font-weight: 400;
}

.hero-paragraph.mobile-full {
  line-height: 1.6;
}

.hero-section-block-holder {
  text-align: left;
}

.hero-section-block-holder.hero-about {
  color: #2c2b29;
  margin-bottom: 60px;
}

.trusted-by-block-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.trusted-brands {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

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

.grid-6-columns.trusted-brands-grid {
  width: 100%;
  margin-top: 1.5em;
}

.trusted-brand-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.radius-image-block-holder {
  width: 100%;
  margin-top: 4em;
  margin-bottom: 3em;
}

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

.grid-2 {
  grid-template-rows: auto auto;
}

.pages-and-social-media-holder {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.social-media-icon {
  height: 25px;
  transition: filter .5s;
}

.social-media-icon:hover {
  filter: grayscale(0%) brightness();
  color: #329078;
}

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

.slider {
  z-index: 2;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slider-block-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-right: 40px;
  display: flex;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  z-index: 0;
  border: 2px solid #ff9b1000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  transition: border-color .3s;
  display: flex;
  inset: -80px auto auto 75px;
}

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

.mask {
  width: 320px;
  height: 300px;
  margin-top: 80px;
  overflow: visible;
}

.mask.taller {
  height: 400px;
}

.white-grey-line-holder {
  position: absolute;
  inset: auto 0% 0% auto;
}

.white-grey-line-holder.hide {
  display: none;
}

.grid-12-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.project-name-block-holder {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-image-block-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 560px;
  padding-top: 12vh;
  display: flex;
  position: relative;
}

.project-name {
  text-align: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  display: flex;
}

.project-content-holder {
  margin-bottom: 5em;
  padding-top: 5em;
  position: sticky;
}

.collection-project-item {
  width: 100%;
}

.projects-header {
  color: #2c2b29;
  width: 80%;
}

.projects-header.end-of-section {
  margin-bottom: 60px;
}

.projects-header.ctr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-content-holder {
  position: static;
  top: 55%;
}

.project-item-link {
  border-radius: 34px;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.arrow-holder {
  position: relative;
}

.emerald-arrow {
  opacity: 1;
  position: absolute;
  inset: 0%;
}

.dark-slate-grey, .white-smoke {
  width: 100%;
  position: relative;
}

.absolute-block-holder {
  display: flex;
  position: absolute;
  inset: 0%;
}

._50-width-block {
  width: 50%;
}

._50-width-block.second {
  background-color: #f4b24d;
}

._50-width-block.first {
  background-color: #011f5c;
}

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

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

.blog-post-block-holder {
  padding-bottom: 1.5em;
  font-family: Inter, sans-serif;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.blog-item-image.hero-blog-image {
  border-radius: 0;
}

.blog-item-image.blog-page {
  height: 350px;
}

.blog-item-category {
  margin-top: 20px;
}

.blog-item-date {
  color: var(--black);
}

.blog-posts-header-holder {
  width: 100%;
  height: 100%;
  padding-left: 30px;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-posts-content-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.blog-item-link {
  z-index: 3;
  position: relative;
}

.blog-item-link.full-width:hover {
  color: #a8cf45;
}

.blog-item-image-holder {
  border-radius: 34px;
  overflow: hidden;
}

.blog-item-image-holder.full-width {
  border-radius: 0;
}

.yellow-star-block-holder {
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.project-header-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.project-header {
  color: #2c2b29;
}

.projects-category-block-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.collection-project-category-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-project-category-item {
  align-items: flex-start;
}

.project-category-link {
  color: #868583;
  flex-direction: column;
  align-items: center;
  margin-left: 2.5em;
  display: flex;
}

.project-category-link:hover {
  color: var(--peru);
}

.project-category-link.w--current {
  color: #329078;
}

.project-page-link {
  color: #868583;
  margin-right: 15px;
}

.project-page-link.w--current {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  margin-left: 2.5em;
}

.our-projects {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.collection-projects-wrapper {
  width: 100%;
}

.collection-projects-list {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.project-link-item {
  color: #000;
  width: 100%;
  margin-bottom: 2em;
}

.project-item-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.inter-text {
  margin-right: 0;
  font-family: Inter, sans-serif;
}

.inter-text.follow.margin {
  color: var(--blue-2);
  margin-top: 10px;
  margin-bottom: 10px;
}

.yellow-vector-holder {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.our-projects-content-holder {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.project-details-holder {
  color: #000;
  font-family: Inter, sans-serif;
}

.project-details-rich-text {
  color: #151315;
  margin-top: 5em;
}

.grey-vector-holder {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -15% auto 0% 0%;
}

.social-emerald-media-icon {
  opacity: 0;
  height: 25px;
  position: absolute;
  inset: 0%;
}

.hero-blog-link {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-blog-image-holder {
  border-radius: 34px;
  width: 50%;
}

.hero-blog-content-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 2em;
  padding-left: 1em;
  display: flex;
}

.hero-blog-image {
  border-radius: 34px;
}

.hero-blog-category {
  color: #329078;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.hero-blog-title {
  color: #000;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 1em;
}

.date-and-time-holder {
  color: #939ba4;
  font-size: 16px;
  display: flex;
}

.span {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.header-block-holder {
  color: #000;
}

.blog-categories-list {
  display: flex;
}

.blog-categories-item-link {
  color: #868583;
  margin-right: 2.5em;
}

.blog-categories-item-link:hover {
  color: var(--peru);
}

.blog-categories-item-link.w--current {
  color: var(--blue);
}

.blog-categories-block-holder {
  align-items: center;
  display: flex;
}

.all-project-link {
  color: #868583;
  margin-right: 2.5em;
}

.all-project-link:hover {
  color: var(--peru);
}

.all-project-link.w--current {
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
}

.latest-posts {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

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

.collection-blog-link {
  width: 100%;
  height: 100%;
  margin-bottom: 2em;
}

.blog-category {
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.blog-date {
  color: #939ba4;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.overflow-hidden {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  height: 350px;
  overflow: hidden;
}

.overflow-hidden.hero-overflow {
  border-radius: 0;
  height: 400px;
}

.cursor-container {
  z-index: 4;
  opacity: 0;
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  top: -40px;
  left: -40px;
}

.cursor {
  background-color: var(--yellow-green);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.eye {
  margin-bottom: 5px;
}

.cursor-text {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  margin-left: 1em;
  display: flex;
}

.contact-us-holder {
  width: 100%;
  margin-right: 0;
}

.contact {
  color: #2c2b29;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.contact.a1 {
  text-align: center;
}

.contact-paragraph-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: .5em;
  display: flex;
}

.contact-paragraph-holder.flex {
  flex-direction: column;
}

.contact-paragraph {
  width: 65%;
  color: var(--black);
  margin-right: 20px;
}

.hero-background-blog-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-blog-post-image {
  object-fit: cover;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
  width: 100%;
  height: 100%;
}

.blog-details-category {
  text-transform: uppercase;
  margin-top: 0;
  font-family: Cabin, sans-serif;
  font-weight: 600;
}

.date-time-details-blog {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.date {
  align-items: center;
  display: flex;
}

.category-blog-block-holder {
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.social-media-link {
  flex-direction: column;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
  display: flex;
  position: relative;
}

.blog-details-content-holder {
  color: #2c2b29;
  width: 100%;
}

.blog-title {
  color: #2c2b29;
}

.latest-posts-holder {
  color: #000;
}

.hero-collection-blog-wrapper {
  width: 100%;
}

.hero-about-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.hero-about-image-holder {
  height: 65vh;
  margin-top: 4em;
  overflow: hidden;
}

.about-us-statistics {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-us-statistics.r {
  border-right: 1px solid #6a83ee80;
}

.statistics-text {
  color: #868583;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.statistics {
  color: #039;
}

.grey-background {
  position: absolute;
  inset: 0%;
}

.about-content-block-holder {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.core-values-header-holder {
  color: #2c2b29;
  margin-bottom: 3em;
}

.core-values-header-content {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 2em;
  display: flex;
}

.core-values-header-content.exchange-types {
  margin-bottom: 1em;
}

.core-values-content-holder {
  margin-bottom: 5em;
}

.quote-holder {
  color: var(--blue);
  padding-bottom: 3em;
}

.awards-and-recognition {
  color: #2c2b29;
  width: 35%;
  margin-top: 5em;
}

.grid-3-column {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr 1.25fr;
}

.grid-3-column.full-width {
  grid-template-columns: .25fr 1fr .75fr;
  width: 100%;
}

.award-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award-title, .award-date {
  color: #2c2b29;
}

.inter-normal-weight-heading {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.award-link {
  border-bottom: 1px solid #e7e7e7;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 20px;
  transition: border-color .35s, color .35s;
  display: flex;
}

.award-link:hover {
  border-bottom: 1px solid #2c2b29;
}

.awards-link-block-holder {
  margin-top: 3em;
  margin-bottom: 5em;
}

.team-member-image-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-grid {
  z-index: 3;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2em;
  position: relative;
}

.our-team-block-header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.team-member-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.job-position-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 40%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.job-position-holder.white-text {
  padding: .25em .5em;
}

.job-position {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.employer-name {
  margin-top: 0;
  margin-bottom: 0;
}

.overlay-20 {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.join {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  position: relative;
}

.vector-image {
  position: relative;
  top: 0;
  transform: rotate(-180deg);
}

.vector-image.left-side {
  top: 25vh;
  transform: rotate(0);
}

.project-overlay-25 {
  z-index: 2;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-title-holder {
  z-index: 3;
  padding-top: 20px;
  position: relative;
}

.project-image-and-overlay-holder {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.our-story-horizontal-block {
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.contact-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.overlay-10 {
  background-color: #0000001a;
  width: 100%;
  height: 100%;
}

.brand-link {
  width: 125px;
}

.brand-link.w--current {
  padding-left: 0;
}

.local-comets {
  color: var(--black);
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.local-comets:hover {
  color: var(--blue);
}

.blog-details-title {
  margin-bottom: 1em;
  font-size: 52px;
}

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

.black-rich-text {
  color: #151315;
}

.black-rich-text blockquote {
  background-image: none;
  border-left-color: #329078;
}

.black-rich-text h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.black-rich-text h3 {
  font-size: 20px;
}

.black-rich-text h1 {
  font-size: 24px;
}

.author-collection-wrapper {
  margin-bottom: 2em;
}

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

.author-collection-item.blog-details-page {
  position: relative;
}

.author-content-holder {
  color: #2c2b29;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1em;
  display: flex;
}

.author-content-holder.blog-details-page {
  width: 60%;
}

.author-image-holder {
  border-radius: 100%;
  max-width: 150px;
  margin-right: 15px;
  overflow: hidden;
}

.author-image-holder.small {
  width: 100px;
}

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

.author-content {
  flex-direction: column;
  align-items: flex-start;
}

.author-link {
  background-color: #fff;
  width: 100%;
  transition: background-color .3s, color .35s;
}

.author-link:hover {
  background-color: #f3f6f7;
}

.specific-author-block-holder {
  color: #2c2b29;
  margin-top: 2em;
  margin-bottom: 2em;
}

.specific-author-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 45px;
}

.author-social-media-holder {
  color: #346059;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  padding-right: 1.5em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.author-social-media-holder.authors-page {
  inset: 10% 0% auto auto;
}

.author-name-holder {
  color: var(--blue-2);
  margin-bottom: 5px;
  display: flex;
}

.author-content-block-holder {
  background-color: #e7e7e7;
  border-radius: 16px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.author-content-block-holder.hero-author-content {
  background-color: #0000;
  height: auto;
}

.fixed-navbar {
  z-index: 22;
  position: fixed;
  inset: 24px 24px auto;
}

.author-social-media-block-holder {
  text-align: right;
  padding-top: 5px;
}

.author-social-media-link {
  margin-left: 15px;
  transition: opacity .3s, color .35s;
  position: relative;
}

.author-social-media-icon {
  height: 25px;
}

.authors-blog-post-wrapper {
  z-index: 2;
  position: relative;
}

.authors-blog-post-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.error-message-content {
  color: #2c2b29;
}

.empty-state {
  color: #2c2b29;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 200px;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.overflow-hidden-mask {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.overflow-hidden-mask-container.about-image {
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.overflow-hidden-mask-container.about-image-fix-height {
  height: 650px;
  min-height: 650px;
  max-height: 650px;
}

.circle-logo {
  z-index: 5;
  width: 100px;
  position: relative;
}

.slider-arrow-image {
  width: 25.6px;
  height: 25.6px;
}

.slider-arrow-image.slider-arrow-image-active {
  opacity: 0;
  position: absolute;
}

.brand-icon {
  width: 90px;
  height: auto;
}

.grid-content.relative.max {
  width: 55%;
  max-width: 55%;
}

.grid-content.relative.video-home {
  min-width: 50%;
  height: auto;
}

.slider-container {
  z-index: 2;
  position: relative;
}

.hero-content {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.video-play-icon {
  width: 25px;
  position: absolute;
}

.hero-images-section {
  background-color: #039;
  margin-top: -40px;
  position: relative;
  overflow: hidden;
}

.slider-decor {
  opacity: .45;
  outline-offset: 0px;
  outline: 3px #346059;
  width: 100%;
  max-width: 60vw;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.protected-page {
  margin-bottom: 2em;
}

.project-horizontal-block {
  display: flex;
}

.preloader {
  z-index: 2147483647;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

.preloader-logo {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 80px;
}

.animation-on-load-1st {
  z-index: 5;
  position: relative;
}

.page-load-move-element {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-name {
  font-size: 18px;
}

.horizontal-block-holder {
  width: 100%;
  display: flex;
}

.licensing-link {
  align-items: flex-end;
  display: flex;
}

.licensing-link:hover, .blog-category-link {
  color: var(--peru);
}

.blog-category-link:hover {
  color: #2c2b29;
}

.father-icon-image {
  width: 100%;
  height: 100%;
}

.right-align-text {
  margin-top: 5em;
}

.author-social-media-orange-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.see-all-button-holder {
  margin-top: 2em;
}

.blog-posts-header-block-holder {
  position: sticky;
  top: 140px;
}

.unsplash {
  margin-bottom: 0;
  margin-right: 15px;
}

.licensing-link-arrow {
  width: 100%;
  height: 100%;
  transform: rotate(-40deg);
}

.feather-icons, .logotouse {
  margin-bottom: 0;
  margin-right: 15px;
}

.licensing-link-orange-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotate(-40deg);
}

.preloader-colored-logo {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 80px;
}

.we-are-company {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.company-text-holder {
  position: absolute;
  overflow: hidden;
}

.preloader-colored-logo-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader-logo-holder {
  flex-direction: column;
  justify-content: flex-end;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.join-us-holder {
  text-align: center;
  background-color: #f3f6f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  transition: background-color .35s, color .35s;
  display: flex;
  position: relative;
}

.join-us-holder:hover {
  background-color: var(--yellow-green);
}

.team-member-social-media-holder {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.team-member-social-media-profile {
  margin-left: 15px;
  position: relative;
}

.colored-icon {
  position: absolute;
  inset: 0%;
}

.left-align-text {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
}

.arrow-block-holder {
  position: relative;
}

.join-us-link:hover {
  color: var(--white);
}

.white-mini-arrow {
  width: 100%;
  height: 100%;
}

.emerald-mini-arrow {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-arrow-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._100width {
  width: 100%;
}

.rich-text {
  color: var(--slate-grey);
  font-size: 50px;
  font-weight: 400;
}

.rich-text.white-text {
  color: var(--white);
  margin-top: 1em;
}

.rich-text.white-text h3 {
  color: var(--black);
}

.project-overlay-60 {
  z-index: 2;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sae-stacked {
  display: none;
}

.search-and-notfication-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 65px;
  padding-top: 25px;
  padding-right: 44px;
  display: flex;
}

.search-icon-div {
  width: 24px;
  height: 24px;
}

.dashboard-h1 {
  color: #f1f1f1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 1;
}

.dashboard-h1.number {
  line-height: 1.2;
}

.dash-board-header-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-left: 0;
  display: flex;
}

.search-div {
  background-color: #2c2b29;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 15px;
  display: flex;
  box-shadow: 0 11px 20px 4px #00000061;
}

.course {
  cursor: pointer;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 15px 24px;
  transition: all .2s ease-in-out;
  display: flex;
}

.search-icon {
  width: 100%;
}

.search-button {
  display: none;
}

.nav-link-icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.logo-header-div {
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 15px;
  display: flex;
}

.logo-header-div.mobile {
  display: none;
}

.search-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  padding-left: 16px;
}

.search-input::placeholder {
  color: #329078;
  font-size: 14px;
  font-weight: 600;
}

.search {
  flex: none;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.main-dashboard-container-flex {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: scroll;
}

.tab-link-title {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.brand {
  z-index: 11;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-link-icon {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.hide {
  display: flex;
}

.dashboard-contact-button {
  position: fixed;
  inset: auto 5% 2% auto;
}

.contact-button-wrapper {
  background-color: #f1f1f1;
  border: 10px solid #f3f6f7;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  transition: all .35s;
  display: flex;
}

.contact-circle {
  width: 92px;
  height: 92px;
}

.home-2-question-and-close {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-2-faq-item {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 24px;
  display: flex;
}

.home-2-faq-close {
  background-color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-2-faq-content {
  width: 100%;
}

.button-2 {
  color: #fff;
  background-color: #2c8bbf;
  background-image: url('../images/Group-385.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 88px;
  justify-content: space-between;
  align-items: center;
  padding: 28px 64px 28px 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, background-position .2s;
  display: inline-block;
}

.button-2:hover {
  background-color: #2d688d;
  background-position: 88%;
}

.home-2-faq-question {
  align-items: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.home-2-faq-answer {
  max-width: 800px;
  overflow: hidden;
}

.home-2-faq-icon-line {
  background-color: #092d3d;
  width: 2px;
  height: 14px;
  position: absolute;
}

.home-2-faq-icon-line.vertical {
  transform: rotate(90deg);
}

.sources-rich-text {
  padding-left: 20px;
  padding-right: 20px;
}

.sources-rich-text a {
  color: #346059;
  text-decoration: underline;
  transition: all .4s, color .35s;
}

.sources-rich-text a:hover {
  font-weight: 700;
}

.home-hero-wrapper {
  background-color: #329078;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}

.dashboard-nav {
  background-color: #272622;
  flex-direction: column;
  width: 200px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
  box-shadow: 8px -8px 20px 4px #00000061;
}

.dashboard-link {
  color: #329078;
  background-color: #0000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 75px;
  padding: 19px 20px 19px 26px;
  text-decoration: none;
  display: flex;
}

.dashboard-link:hover {
  background-color: #2c2b29;
}

.dashboard-link.w--current {
  color: #f1f1f1;
  background-color: #329078;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

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

.dashboard-brand {
  margin-bottom: 60px;
}

.all-caps {
  color: #6a83ee;
  text-transform: uppercase;
  font-size: 60px;
}

.all-caps.white {
  color: #f1f1f1;
}

.all-caps.orange {
  color: var(--peru);
}

.all-caps.green {
  color: var(--yellow-green);
}

.all-caps.black:hover {
  color: var(--black);
}

.dashboard-full {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 282px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.search-results-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #272622;
  flex-direction: column;
  grid-template: ". ."
                 "Area Area"
                 / 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  margin-left: 200px;
  padding: 50px;
  display: flex;
  overflow: scroll;
}

.search-text {
  color: #329078;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.search-paragraph {
  color: #e7e7e7;
}

.search-result-item {
  margin-bottom: 40px;
}

.link {
  color: #f1f1f1;
  font-weight: 600;
}

.image-2 {
  object-fit: contain;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px #f3f6fc;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_component {
  position: relative;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero_text {
  padding-left: 4.5rem;
  font-size: 1.5rem;
}

.hero_text.text-color-white {
  color: #fff;
  text-align: center;
  padding-left: 0;
}

.page-padding {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hero-heading_2 {
  text-align: center;
  text-shadow: 0 8px 0 var(--blue-2);
  display: block;
}

.hero_bg {
  z-index: -2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--blue), var(--blue-2));
  position: absolute;
  inset: 0%;
}

.hero-heading_1 {
  text-shadow: 0 8px #346059;
  display: block;
}

.hero-heading_1.center {
  text-align: center;
  text-shadow: 0 8px 0 var(--blue-2);
}

.container-medium {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium.center {
  align-items: center;
}

._404-page-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.flex-row {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.aside-col {
  align-self: stretch;
  width: 30%;
}

.aside-col.course {
  align-items: flex-start;
}

.collection-item-3 {
  border-radius: 4px;
  align-items: center;
  margin-bottom: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 3px #00000030, 1px 1px 15px #00000012;
}

.collection-item-3:hover {
  transform: scale(1.05);
}

.main-col {
  flex: 1;
  max-width: 70%;
  padding-right: 50px;
}

.sticky-aside {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

.sticky-aside.course-sticky {
  width: 100%;
}

.divider {
  background-color: var(--yellow-green);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-3 {
  object-fit: cover;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}

.blog-title-other {
  color: #4c65cc;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.blog-title-other.white {
  color: #f1f1f1;
  margin-top: 10px;
}

.blog-title-other.white.padding {
  margin-top: 0;
  padding: 5px 10px;
}

.blog-title-other.green {
  color: var(--yellow-green);
}

.subtitle-blog-date {
  color: #868583;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-buttons-wrapper {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  transition: transform .4s, color .35s;
  display: flex;
  box-shadow: 1px 1px 3px #00000030, 1px 1px 15px #00000012;
}

.blog-buttons-wrapper:hover {
  transform: scale(1.02);
}

.blog-buttons-wrapper.quiz-blog {
  border: 1px solid var(--yellow-green);
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
}

.blog-buttons-wrapper.orange {
  background-color: var(--orange);
  text-align: center;
  margin-top: 10px;
}

.blog-buttons-wrapper.blue {
  text-align: center;
  margin-top: 10px;
}

.blog-buttons-wrapper.blurple {
  background-color: var(--blurple);
  text-align: center;
  margin-top: 10px;
}

.blog-buttons-wrapper.blurple.width {
  width: 300px;
}

.blog-buttons-wrapper.blurple.in-list {
  text-align: center;
  width: auto;
  display: block;
}

.blog-post-section {
  padding: 20px 20px 50px;
}

.heading-7 {
  color: #f1f1f1;
  font-size: 60px;
}

.top-footer-links-holder {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-main {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.blog-intro-sentence {
  color: #2c2b29;
  font-size: 20px;
  line-height: 1.1;
}

.sources-content-holder {
  color: #2c2b29;
}

.collection-item-4 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  padding-right: 20px;
}

.collection-list-4 {
  display: flex;
}

.collection-list-wrapper-5 {
  max-width: 300px;
}

.heading-8 {
  font-size: 52px;
}

.heading-8.center {
  line-height: 55px;
}

.heading-8.center.no-wrap {
  white-space: nowrap;
}

.popup-button {
  z-index: 900;
  cursor: pointer;
  background-color: #f1f1f1;
  border: 10px solid #f3f6f7;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  padding: 10px;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.popup-button:hover {
  transform: scale(1.02);
}

.submit-button {
  background-color: var(--blue);
  cursor: pointer;
  font-weight: 700;
  transition: all .2s;
}

.submit-button:hover {
  background-color: var(--blue-2);
}

.text-field-2 {
  background-color: #db8e1712;
  border-radius: 5px;
}

.text-field-2:focus {
  background-color: var(--peru);
  color: #fff;
}

.text-field-2::placeholder {
  color: #868583;
}

.popup-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.popup {
  z-index: 2147483647;
  background-color: #333333bf;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-popup {
  z-index: 10;
  filter: brightness(145%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.image-408 {
  width: 100%;
}

.popup__contact-links-2 {
  z-index: 10;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.military-links {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.popup__contact-links-1 {
  z-index: 10;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon__close-popup {
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: all .2s;
}

.icon__close-popup:hover {
  filter: brightness(78%);
}

.military-content-popup {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.feature-paragraph {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.3rem;
}

.feature-paragraph.popup-form {
  text-align: left;
  font-size: 1.2rem;
}

.feature-paragraph.exchange-form {
  color: #2c2b29;
  text-align: left;
  font-size: 1.2rem;
}

.text-weight-bold {
  color: #333;
  font-weight: 700;
}

.popup-form-wrapper {
  background-color: #fff;
  padding: 2rem;
}

.icon-small {
  height: 2rem;
}

.icon-small.invert {
  filter: invert();
  width: 2rem;
  height: auto;
}

.top-content {
  z-index: 3;
  position: relative;
}

._20px-spacing.wide {
  width: 20px;
}

._20px-spacing.height {
  width: 100%;
  height: 20px;
}

.exchange-popup {
  display: none;
}

.exchange-popup.regular {
  z-index: 2147483647;
  display: none;
}

.popup-wrapper {
  border-radius: 34px;
  max-width: 1170px;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.container-large.relative {
  position: relative;
}

.form__two-entry {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popup-button-icon {
  width: 40px;
  position: absolute;
}

.form-button-row {
  color: #777;
  align-items: center;
  display: flex;
}

.input {
  border: 2px solid #b7b7b8;
  border-radius: 4px;
  height: 48px;
  padding: 12px 20px;
}

.modal-checklist-item {
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  display: flex;
}

.modal-checklist-icon {
  color: #ffa600;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.modal-checklist-icon.orange {
  color: #00be8e;
}

.modal-checklist-icon.green {
  color: #006fff;
}

.modal-checklist-icon.pink {
  color: #9932fa;
}

.modal-close {
  position: absolute;
  inset: 0%;
}

.button-3 {
  letter-spacing: -1px;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 4px;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button-3:hover {
  box-shadow: none;
  color: #000;
  background-color: #0000;
}

.button-3.modal-form-button {
  margin-right: 12px;
}

.modal {
  background-color: #fff;
  background-image: url('../images/greenblack.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 400px;
  border: 2px solid #000;
  border-radius: 20px;
  width: 90%;
  max-width: 900px;
  padding: 48px 60px;
  position: relative;
}

.modal-form {
  margin-bottom: 0;
}

.modal-content {
  max-width: 370px;
}

.modal-divider {
  background-color: #b7b7b8;
  width: 50px;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

.modal-heading.bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.free-class-modal {
  z-index: 100;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.label {
  font-weight: 500;
}

.modal-close-icon {
  opacity: .4;
  cursor: pointer;
  width: 14px;
  transition: opacity .2s ease-in-out;
  position: absolute;
  inset: 20px 20px auto auto;
}

.modal-close-icon:hover {
  opacity: 1;
}

.modal-list {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
  list-style-type: none;
}

.free-word-text {
  color: #329078;
  text-align: left;
  text-shadow: 0 8px #346059;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 150px;
  line-height: .8;
  display: block;
}

.reviews-widget-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bar__dot {
  background-color: #a8cf45;
  border-radius: 100vw;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1.1em;
}

.bottom-bar {
  z-index: 200;
  color: #329078;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.map__state.ca {
  width: 9.4em;
  margin-top: 9.2em;
  margin-left: -.4em;
}

.map__state.ok {
  width: 10.3em;
  margin-top: 21.3em;
  margin-left: 23em;
}

.map__state.wy {
  width: 8.2em;
  margin-top: 8.1em;
  margin-left: 14.6em;
}

.map__state.nv {
  width: 7.3em;
  margin-top: 10.6em;
  margin-left: 3.9em;
}

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

.map__state.nm {
  width: 8.4em;
  margin-top: 20.3em;
  margin-left: 14.6em;
}

.map__state.or {
  width: 9.4em;
  margin-top: 3.2em;
  margin-left: .5em;
}

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

.map__state.mt {
  width: 7em;
  margin-top: 1.1em;
  margin-left: 8.2em;
}

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

.map__state.ia {
  width: 7.2em;
  margin-top: 11.4em;
  margin-left: 30.9em;
}

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

.map__state.co {
  width: 8.6em;
  margin-top: 14.2em;
  margin-left: 16em;
}

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

.map__state.id {
  width: 12.2em;
  margin-top: 1.2em;
  margin-left: 11.2em;
}

.map__state.ut {
  width: 6.7em;
  margin-top: 11.9em;
  margin-left: 10em;
}

.map__state.sd {
  width: 8.4em;
  margin-top: 7.5em;
  margin-left: 22.7em;
}

.map__state.nd {
  width: 7.8em;
  margin-top: 3em;
  margin-left: 23.1em;
}

.map__state.wi {
  width: 9.5em;
  margin-top: 5.2em;
  margin-left: 34.9em;
}

.map__state.wa {
  width: 7.8em;
  margin-top: -.4em;
  margin-left: 2.6em;
}

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

.map__state.mn {
  width: 7.3em;
  margin-top: 3em;
  margin-left: 30.4em;
}

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

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

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

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

.map__state.il {
  width: 4.8em;
  margin-top: 12.7em;
  margin-left: 36.9em;
}

.map__state.pa {
  width: 6.7em;
  margin-top: 11.7em;
  margin-left: 49.1em;
}

.map__state.ne {
  width: 9.7em;
  margin-top: 11.9em;
  margin-left: 22.5em;
}

.map__state.tn {
  width: 9.4em;
  margin-top: 21.1em;
  margin-left: 38.9em;
}

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

.hero__button-t-contain {
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav__icon {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 6.5em;
  margin-left: 4.9em;
  display: flex;
}

.hero__button-icon {
  background-color: #eeedf2;
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.map__heading {
  color: #a8cf45;
  margin-top: 0;
  margin-bottom: 0;
}

.location {
  height: 1.2em;
  color: var(--black);
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: .2em;
  padding-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
}

.hero__button-arrow {
  width: 2em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.hero__button-text {
  color: #a8cf45;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-bottom: 0;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 700;
}

.bar__name {
  align-items: center;
  display: flex;
}

.map__embed {
  width: 100%;
}

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

.section-4.is--map-section {
  overflow: visible;
}

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

.container-2.is--bottom {
  background-image: linear-gradient(207deg, #ffffff08, #ffffff05 63%);
  border: 2px solid #ffffff0f;
  border-radius: .4em;
  justify-content: space-between;
  align-items: center;
  padding: 2.2em 2.2em 2.2em 4.2em;
  font-size: .7em;
  display: flex;
}

.container-2.is--map {
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-2.is--bottom {
  color: #8cedff;
  background-image: linear-gradient(207deg, #ffffff08, #ffffff05 63%);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  width: 1246px;
  padding: 2.2em 2.2em 2.2em 4.2em;
  font-size: .7em;
  display: flex;
}

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

.button-text-link-large {
  z-index: 15;
  background-color: var(--orange);
  color: #f1f1f1;
  text-transform: uppercase;
  padding: 20px 15px;
  font-family: Inter, sans-serif;
  font-size: 65px;
  transition: color .35s;
  position: relative;
  bottom: 13px;
}

.button-text-link-large:hover {
  color: #f1f1f1;
}

.button-text-link-large.green {
  background-color: var(--yellow-green);
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-text-link-large.blue {
  background-color: var(--blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.flex-wrapper.full-width {
  width: 100%;
}

.flex-wrapper.full-width.horizontal {
  display: flex;
}

.flex-wrapper.full-width.horizontal.padding.tablet-vertical.half-width.return-full {
  align-items: center;
}

.flex-wrapper.nav-bar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.xl-image {
  border-radius: 34px;
  position: relative;
}

.section-title {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._800px-logo {
  width: 800px;
  margin-top: 60px;
}

.address {
  color: var(--black);
  margin-top: 5px;
  font-weight: 400;
}

.footer-button-holder {
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  display: flex;
}

.start-an-exchange-form-wrapper {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.start-an-exchange-form {
  position: static;
  top: 140px;
}

.form-instructions {
  color: #868583;
  margin-right: 20px;
  font-weight: 300;
}

.margin {
  margin-top: 3em;
  margin-bottom: 3em;
}

.lightbox-link {
  transition: transform .4s, color .35s;
  position: relative;
  box-shadow: 8px 8px 20px 4px #00000061;
}

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

.play-button {
  z-index: 2;
  background-image: url('../images/youtube-white.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog-has-video {
  transition: transform .4s, color .35s;
  position: relative;
  box-shadow: 8px 8px 20px 4px #00000061;
}

.blog-has-video:hover {
  transform: scale(1.02);
}

.position {
  color: var(--peru);
  margin-top: 10px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.service-area-holder {
  justify-content: flex-start;
  display: flex;
}

.button-map-consult {
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.section-2-heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 1.4;
}

.section-2-heading.black {
  color: #2c2b29;
  text-align: left;
}

.section-2-heading.white {
  color: #f1f1f1;
}

.section-2-heading.white.center {
  text-align: center;
}

.section-2-heading.white.center.max-width {
  max-width: 600px;
}

.section-2-heading.black {
  color: var(--black);
  margin-top: 0;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 1.1em;
}

.section-2-heading.black:hover {
  color: var(--black);
}

.section-2-heading.max-width {
  max-width: 600px;
}

.lightbox-video-1 {
  transition: transform .4s, color .35s;
  position: relative;
  box-shadow: 8px 8px 20px 4px #00000061;
}

.lightbox-video-1:hover {
  transform: scale(1.02);
}

.text-h2-black {
  font-size: 30px;
  line-height: 1.2;
}

.icon-title-flex {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.icon-title-flex.align-top {
  justify-content: flex-start;
}

.move-forward {
  z-index: 5;
  position: relative;
}

.black {
  color: #2c2b29;
}

.black:hover {
  color: var(--peru);
}

.thank-you-section {
  background-color: var(--gainsboro);
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/skyscrapers-2021-08-29-13-29-02-utc-1_1.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.calendly {
  margin-top: 40px;
  display: none;
}

.inter-normal-weight {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.category-headings {
  font-size: 16px;
}

.link-block-2 {
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.button-block-nav {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.spacing._25px-cube {
  width: 25px;
  height: 25px;
}

.contact-labels {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.contact-holder {
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
}

.contact-holder.flex {
  flex-direction: column;
}

.business-hours {
  color: var(--black);
  margin-top: 5px;
  font-weight: 400;
}

.regular-popup-form---embed {
  display: none;
}

.field-label, .field-label-2 {
  color: #2c2b29;
}

.rights-reserved {
  color: var(--black);
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
}

.close-embed-popup {
  z-index: 10;
  filter: brightness(145%);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

._404-heading-wrapper {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 8px #0f1f43;
  font-size: 10rem;
  line-height: 1;
}

.orange-button-link {
  background-color: var(--orange);
  color: #f3f6f7;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Cabin, sans-serif;
  font-weight: 700;
  transition: color .4s;
}

.orange-button-link:hover {
  color: #f3f6f7;
}

.center-heading-on-white {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}

.link-on-light {
  color: var(--blue);
  font-family: Cabin, sans-serif;
  font-weight: 400;
}

.link-on-light:hover {
  color: #2c2b29;
}

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

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

.menu-bottom {
  position: absolute;
  inset: auto auto 2% 0%;
}

.team-member-position-title {
  color: var(--peru);
  margin-top: 0;
  margin-bottom: 2em;
  font-family: Cabin, sans-serif;
}

.team-member-name {
  font-size: 52px;
}

.team-member-wrapper {
  color: #000;
  width: 100%;
  margin-bottom: 2em;
}

.team-member-image-and-overlay-holder {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.team-member-overlay-25 {
  z-index: 2;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.small-team-image {
  object-fit: cover;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}

.team-member-name-small {
  color: var(--orange);
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.team-member-title-small {
  color: #868583;
  margin-top: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.flex-wrapper-team {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-wrapper-team.team-details {
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.team-member-contents-holder {
  color: #2c2b29;
}

.team-member-image-lightbox {
  width: 100%;
  height: 400px;
  transition: transform .4s, color .35s;
  position: relative;
  box-shadow: 8px 8px 20px 4px #00000061;
}

.team-member-image-lightbox:hover {
  transform: scale(1.02);
}

.team-intro-sentence {
  color: #2c2b29;
  font-size: 20px;
  line-height: 1.1;
}

.team-image-other {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.team-image-other.team-page {
  height: 350px;
}

.team-position-title-other {
  color: #939ba4;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.team-name-other {
  color: #868583;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.team-name-other.team-page {
  color: #000;
  margin-top: 20px;
  margin-bottom: 14px;
  line-height: 1.2;
}

.team-post-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
}

.team-member-edges {
  width: 100%;
  max-width: 100%;
  height: 350px;
  overflow: hidden;
}

.team-aside-block {
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.team-card-collection-item {
  border-radius: 4px;
  align-items: center;
  margin-bottom: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 1px 1px 3px #00000030, 1px 1px 15px #00000012;
}

.team-form-heading-aside {
  color: #2c2b29;
  font-size: 20px;
  line-height: 1.1;
}

.cms-name-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.hero-buttons-flex {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 93vh;
  margin-top: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-buttons-flex.short {
  height: auto;
}

.home-hero-wrapper-2 {
  flex-direction: row;
  display: flex;
}

.hero-button-wrapper {
  width: 100%;
  height: 33.33vh;
  transition: transform .4s;
  position: relative;
}

.hero-button-wrapper:hover {
  transform: scale(1.05);
}

.hero-button-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-button-overlay.orange {
  mix-blend-mode: multiply;
  background-color: #f4b24d;
}

.hero-button-overlay.green {
  mix-blend-mode: multiply;
  background-color: #a8cf45;
}

.hero-button-overlay.blue {
  mix-blend-mode: multiply;
  background-color: #00f;
}

.home-hero-button-heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000, 1px 1px 6px #000, 1px 1px 6px #000;
  white-space: normal;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1;
}

.bg-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-tagline {
  color: var(--gainsboro);
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000, 1px 1px 6px #000, 1px 1px 6px #000, 1px 1px 6px #000;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2em;
}

.home-hero-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.home-hero-button-text-heading {
  z-index: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.nav-menu-button-wrap.one-grey-line {
  border-left: 2px solid #65708680;
  padding: 20px;
}

.nav-menu-button-wrap.one-grey-line.mobile-hide {
  border-left-color: #65708640;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar-2 {
  z-index: 900;
  background-color: #fff;
  border-bottom: 1px solid #6a83ee7d;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.tablet-nav-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-button {
  background-color: var(--orange);
  color: var(--white);
  letter-spacing: .4px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #0000;
  font-weight: 400;
}

.nav-button:hover {
  border-style: solid;
  border-color: var(--peru);
  color: #c97b14;
  background-color: #0000;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 15px;
  display: flex;
}

.nav-menu-2 {
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.nav-link-2 {
  text-transform: uppercase;
  margin-right: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-link-2:hover {
  color: var(--yellow-green);
}

.nav-link-2.w--current {
  background-color: var(--blue);
  color: #fff;
  font-weight: 600;
}

.hero-paragraph-2 {
  color: #272622;
  text-align: left;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
}

.hero-paragraph-2.mobile-full {
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.hero-paragraph-2.white {
  color: var(--black);
  text-align: left;
}

.split-section {
  width: 40%;
  padding-left: 40px;
}

.split-section.pad-right {
  padding-left: 0;
  padding-right: 40px;
}

.split-section.smaller {
  width: 45%;
}

.main-point-2 {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 100px 25px;
  display: flex;
  position: relative;
}

.main-point-2.less-pad {
  padding-top: 0;
}

.emerald-span-text-2 {
  color: var(--slate-grey);
  font-weight: 700;
}

.black-2 {
  color: #2c2b29;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

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

.slider-bg-image-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.container-3 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 24px;
  position: relative;
}

.container-3.top-more {
  padding-top: 100px;
  padding-bottom: 100px;
}

.background-color-2 {
  z-index: 4;
  color: #346059;
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-color-2.logo {
  background-color: #fff;
  transition: transform .4s;
}

.background-color-2.white {
  background-color: var(--white);
}

.section-intro-info {
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-intro-info.vid {
  justify-content: center;
  align-items: stretch;
}

.slider-image-holder-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-white-bg-2 {
  z-index: 1;
  position: absolute;
  inset: 210px 0% -27%;
}

.slider-white-bg-2.short {
  position: relative;
  top: 0;
  bottom: 0%;
}

.slider-content-block-2 {
  background-color: #00f;
  background-image: linear-gradient(to bottom, var(--blue), var(--light-blue));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 34px 34px;
  display: flex;
}

.slider-content-block-2.slider-content-light {
  background-color: #a8cf45;
  background-image: linear-gradient(to bottom, #007a1b, var(--yellow-green));
  color: #346059;
  justify-content: space-between;
}

.slider-arrow-2 {
  z-index: 0;
  border: 2px solid var(--yellow-green);
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  transition: border-color .3s;
  display: flex;
  inset: -80px auto auto 75px;
}

.slider-arrow-2:hover {
  border-color: var(--orange);
}

.slider-arrow-2.slider-arrow-left {
  border-color: var(--yellow-green);
  position: absolute;
  left: 0%;
  transform: rotate(180deg);
}

.slider-arrow-2.slider-arrow-left:hover {
  border-color: var(--orange);
}

.slide-2 {
  color: #e7e7e7;
  width: 100%;
  height: 100%;
  margin-right: 30px;
  overflow: hidden;
  box-shadow: 2px 0 13px 4px #00000059;
}

.slide-2.light-background {
  color: #2c2b29;
  line-height: 1.2px;
}

.card-title-2 {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  line-height: 1.2;
}

.number-2 {
  color: var(--yellow-green);
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
}

.number-2.blue {
  color: var(--light-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
}

.grey-text-2 {
  color: var(--black);
  font-family: Cabin, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1;
}

.statistics-2 {
  color: var(--blurple);
}

.orange-button-link-2 {
  background-color: var(--orange);
  color: var(--white);
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: color .4s;
}

.orange-button-link-2:hover {
  color: #f3f6f7;
}

.image-description-wrapper-2 {
  background-color: var(--blue);
  padding: 20px 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-description-2 {
  color: #f3f6f7;
  text-align: center;
}

.statistics-text-2 {
  color: #868583;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.center-heading-on-white-2 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
}

.all-caps-2 {
  color: #313131;
  text-align: left;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1em;
}

.location-2 {
  color: #657086;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-bottom: .2em;
  padding-bottom: 0;
  font-size: 1.6em;
  font-weight: 700;
}

.map-section {
  background-color: #fff;
  margin-top: -40px;
  position: relative;
}

.section-title-2 {
  background-color: var(--white);
  object-fit: cover;
  object-position: 50% 0%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-4 {
  color: #346059;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 24px;
  position: relative;
}

.bar__dot-2 {
  background-color: var(--orange);
  border-radius: 100vw;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1.1em;
}

.map__heading-2 {
  color: #657086;
  margin-top: 0;
  margin-bottom: 0;
}

.bottom-bar-2 {
  z-index: 200;
  color: #329078;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em;
  display: flex;
}

.emerald-span-text-3 {
  color: #657086;
}

.home-content-section {
  z-index: 5;
  background-color: var(--white);
  width: 46%;
}

.image-410 {
  width: 100px;
}

.orange-button-new {
  background-color: var(--orange);
  color: #fff;
  margin-top: 10px;
  margin-left: 10px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s, border-color .4s;
}

.orange-button-new:hover {
  background-color: var(--peru);
  color: #fff;
  border-style: none;
  border-color: #bebebe;
}

.orange-button-new.blurple-course {
  background-color: var(--blurple);
}

.orange-button-new.blurple-course:hover {
  background-color: #495eb6;
}

.text-no-wrap {
  white-space: nowrap;
}

.hero-content-wrapper {
  z-index: 7;
  border-bottom: 1px solid #65708680;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  top: 140px;
}

.learn-more-link {
  color: var(--white);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Inter, sans-serif;
  display: flex;
}

.learn-more-link:hover {
  color: var(--gainsboro);
}

.dropdown {
  z-index: auto;
  margin-left: 0;
  margin-right: 0;
}

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

.dropdown-list {
  background-color: var(--blue-2);
}

.dropdown-list.w--open {
  background-color: var(--slate-grey);
  margin-top: 640px;
}

.dropdown-link {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.dropdown-link:hover {
  color: var(--yellow-green);
}

.dropdown-link.w--current {
  background-color: var(--blue);
  color: var(--white);
}

.sticky-heading {
  color: var(--black);
  font-size: 40px;
}

.black-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.black-text.normal {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 400;
}

.nav-dropdown {
  text-transform: uppercase;
}

.quote {
  color: var(--slate-grey);
  text-align: center;
  font-size: 45px;
}

.field-label-3, .field-label-4 {
  color: var(--blue-2);
}

.heading-10 {
  color: var(--peru);
}

.dropdown-list-footer {
  background-color: var(--blue-2);
}

.dropdown-list-footer.w--open {
  background-color: var(--slate-grey);
  margin-top: 14px;
}

.heading-11, .heading-12, .heading-13, .heading-14 {
  color: var(--blue-2);
}

.navbar-space {
  height: 100px;
}

.navbar-space.extra {
  height: 120px;
}

.navbar-space._80px, .navbar-space.small {
  height: 80px;
}

.center {
  text-align: center;
}

.div-block-20 {
  color: var(--peru);
}

.heading-15 {
  color: var(--black);
  font-size: 26px;
}

.blue--oml {
  color: var(--black);
  text-decoration: none;
}

.blue--oml:hover {
  color: var(--peru);
  text-decoration: none;
}

.sticky-grid {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.sticky-grid.two {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.sticky-button {
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.sticky-button:hover {
  transform: scale(1.05);
}

.sticky-button.orange {
  background-color: var(--orange);
}

.sticky-button.blue {
  background-color: var(--blue);
}

.sticky-button.green {
  background-color: var(--yellow-green);
}

.sticky-button.blurple {
  background-color: var(--blurple);
}

.sticky-button-text {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
}

.heading-16 {
  color: var(--black);
  font-size: 45px;
}

.black-text.answers h4 {
  font-weight: 400;
}

.start-an-exchange-popup {
  z-index: 2000;
  background-color: var(--gainsboro);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.start-an-exchange-popup-wrapper {
  background-color: var(--white);
  max-width: 1200px;
  padding: 30px;
}

.start-an-exchange-form-holder {
  width: 100%;
  display: flex;
}

.start-an-exchange-content-holder {
  width: 35%;
  margin-right: 1em;
}

.content-paragraph-holder {
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
}

.content-paragraph-holder.flex {
  flex-direction: column;
}

.form-instructions-wrapper {
  color: #868583;
  margin-right: 20px;
  font-weight: 300;
}

.top {
  z-index: 60;
  position: relative;
}

.contact-text {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.contact-text:hover {
  color: var(--blue);
}

.bar__dot-3 {
  background-color: var(--orange);
  border-radius: 100vw;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1.1em;
}

.map__heading-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.answers-div {
  padding-left: 20px;
}

.nav-spacing {
  height: 100px;
}

.h2-slider-button-heading {
  color: var(--black);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text-block-2 {
  color: var(--blue);
}

.note {
  color: var(--blurple);
}

.overlay-color {
  mix-blend-mode: hue;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
  position: absolute;
  inset: 0%;
}

.quiz-hero-section {
  height: 50vh;
  min-height: 600px;
  max-height: 650px;
  padding-top: 80px;
}

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

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

.quiz-logo-header {
  width: 300px;
}

.split-columns {
  display: flex;
}

.answer-key-section {
  padding: 20px 20px 50px;
}

.video-holder {
  color: #2c2b29;
  width: 100%;
}

.video {
  outline-color: var(--blurple);
  outline-offset: 0px;
  outline-width: 10px;
  outline-style: solid;
  box-shadow: 14px 14px 16px #0006;
}

.image-412 {
  width: 300px;
}

.button-4 {
  background-image: linear-gradient(243deg, var(--blue), var(--blue-2));
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.section-5 {
  background-image: url('../images/skyscraper-cover.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.div-block-21 {
  background-color: #ffffffe3;
  flex-direction: column;
  align-items: center;
  padding: 13px;
  display: flex;
}

.image-413 {
  max-width: 80%;
}

.section-6 {
  background-color: #145ec9;
  background-image: linear-gradient(20deg, var(--blue-2), #2278f5);
  border-top: 5px solid #211915;
  border-bottom: 5px solid #000;
}

.heading-17 {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.section-7 {
  background-image: url('../images/Logo-Long-Grey2_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
}

.div-block-22 {
  background-color: #145ec9;
  border-radius: 10px;
  padding: 10px;
  position: sticky;
  box-shadow: 4px 4px 10px 4px #000000b0;
}

.image-414 {
  border-radius: 10px;
}

.heading-18 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.heading-19 {
  color: #f4b24d;
  text-align: center;
  font-weight: 700;
}

.paragraph-copy22 {
  color: var(--blue-2);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
}

.text-span-3 {
  color: #f2f2f2;
}

.heading-19-copy22 {
  color: #ffffff87;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.heading-20 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: #000;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.div-block-23 {
  background-color: #000;
  height: 2px;
}

.text-block-2-copy89 {
  color: var(--blue-2);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.text-span-4 {
  color: #f3f6f7;
}

.div-block-24 {
  margin-bottom: 10px;
}

.paragraph-2 {
  color: #ffffff96;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.section-6-copy123 {
  background-color: #145ec9;
  background-image: linear-gradient(53deg, var(--blue-2), #145ec9);
  border-top: 5px solid #211915;
  border-bottom: 5px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-17-copy789 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 40px;
}

.text-block-3 {
  color: #fff6;
  text-align: center;
  background-color: #1d2c49;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submit-button-2 {
  background-color: var(--peru);
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
}

.text-field-3 {
  border-radius: 5px;
}

.select-field {
  background-color: #fff;
}

.column {
  border-radius: 10px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  position: sticky;
  top: 20px;
  box-shadow: 1px 1px 8px #0000006e;
}

.column-2, .column-3 {
  padding-right: 20px;
}

.success-message-2 {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}

.button-5 {
  text-align: center;
  background-color: #f4b24d;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.button-5.hero {
  margin-bottom: 20px;
}

.heading-21 {
  font-size: 14px;
}

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

.hero-spacing {
  height: 80px;
}

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

.body {
  color: var(--light-blue);
}

.video-description {
  margin-top: 10px;
}

.video-description.center {
  margin-top: 20px;
}

.collection-list-wrapper-6 {
  width: 700px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-section-videos {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #f1f1f1;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.center-section-videos.hero-blog {
  background-color: #0000;
  height: auto;
  padding-left: 0;
}

.center-section-videos.hero-about {
  background-color: #0000;
  padding-left: 0;
}

.center-section-videos.hero-about.center {
  align-items: center;
}

.center-section-videos.author-hero {
  background-color: #f1f1f1;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.center-section-videos.contact-hero-section {
  background-color: #f1f1f1;
  height: auto;
}

.center-section-videos.blog-post-hero {
  height: 50vh;
  margin-left: auto;
  margin-right: auto;
}

.center-section-videos.style-guide {
  color: #fff;
  background-color: #2c2b29;
}

.center-section-videos.videos-section-bottom {
  background-color: #0000;
  padding-left: 0;
}

.center-section-videos.videos-section-bottom.center {
  align-items: center;
}

.center-section-videos.videos-section-bottom.center-bottom {
  align-items: center;
  padding-top: 0;
}

.field-label-5, .field-label-6 {
  color: var(--black);
}

.webflow-form {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.form {
  padding-left: 40px;
  position: sticky;
  top: 100px;
}

.background-video {
  width: 700px;
}

.thank-you-steps {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.exchange-next-steps {
  margin-bottom: 1em;
}

.thank-you-video {
  width: 600px;
  height: 360px;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

.center-wrapper.vertical {
  flex-direction: column;
}

.button-inline {
  background-color: var(--blue);
  color: var(--white);
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  display: inline;
}

.button-inline.orange {
  background-color: var(--orange);
}

.videos-course-button {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  transition: transform .4s, color .35s;
  display: flex;
  box-shadow: 1px 1px 3px #00000030, 1px 1px 15px #00000012;
}

.videos-course-button:hover {
  transform: scale(1.02);
}

.videos-course-button.quiz-blog {
  border: 1px solid var(--yellow-green);
  text-align: center;
  background-color: #0000;
  margin-top: 10px;
}

.videos-course-button.orange {
  background-color: var(--orange);
  text-align: center;
  margin-top: 10px;
}

.videos-course-button.blue {
  text-align: center;
  margin-top: 10px;
}

.videos-course-button.blurple {
  background-color: var(--blurple);
  text-align: center;
  max-width: 550px;
  margin-top: 40px;
}

.videos-course-button.blurple.width {
  width: 300px;
}

.footer-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.orange-button-new-copy11 {
  background-color: var(--orange);
  color: #fff;
  margin-left: 10px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s, border-color .4s;
}

.orange-button-new-copy11:hover {
  background-color: var(--peru);
  color: #fff;
  border-style: none;
  border-color: #bebebe;
}

.orange-button-new-copy11.blurple-course {
  background-color: var(--blurple);
}

.orange-button-new-copy11.blurple-course:hover {
  background-color: #495eb6;
}

.orange-button-new-copy11._1 {
  margin-top: 10px;
  margin-left: 10px;
}

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

.button-6 {
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 30px;
  font-weight: 700;
}

.black-text-2 {
  color: #2c2b29;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.black-text-2.mgn-btm {
  margin-bottom: 140px;
}

.black-text-2.pad-btm {
  padding-bottom: 20px;
}

.bold-text-10, .bold-text-11 {
  color: var(--black);
}

.grey-span-text-2 {
  color: #657086;
}

.section-8 {
  background-color: #fff;
  position: relative;
}

.section-8.slider-section {
  background-color: #fff;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.section-8.negative-margin {
  padding-top: 50px;
}

.learn-more-link-2 {
  color: #fff;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.learn-more-link-2:hover {
  color: #e2e2e2;
}

.slider-content-block-3 {
  background-color: #00f;
  background-image: linear-gradient(#1f1fc9, #4fc2f6);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 34px 40px;
  display: flex;
}

.slider-content-block-3.slider-content-light {
  color: #346059;
  background-color: #a8cf45;
  background-image: linear-gradient(#007a1b, #a8cf45);
  justify-content: space-between;
}

.number-3 {
  color: #a8cf45;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 80px;
  line-height: 1.3px;
}

.number-3.blue {
  color: #4fc2f6;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.3px;
}

.rich-text-block-3 {
  color: var(--black);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.slider-arrow-3 {
  z-index: 0;
  border: 2px solid #a8cf45;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  transition: border-color .3s;
  display: flex;
  inset: -80px auto auto 75px;
}

.slider-arrow-3:hover {
  border-color: #f4b24d;
}

.slider-arrow-3.slider-arrow-left {
  border-color: #a8cf45;
  position: absolute;
  left: 0%;
  transform: rotate(180deg);
}

.slider-arrow-3.slider-arrow-left:hover {
  border-color: #f4b24d;
}

.orange-button-link-3 {
  color: #fff;
  white-space: nowrap;
  background-color: #f4b24d;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  transition: color .4s;
}

.orange-button-link-3:hover {
  color: #f3f6f7;
}

.statistics-3 {
  color: #6a83ee;
}

.center-heading-on-white-3 {
  color: #313131;
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.1;
}

.orange-button-new-copy11-2 {
  color: #fff;
  background-color: #f4b24d;
  margin-left: 10px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s, border-color .4s;
}

.orange-button-new-copy11-2:hover {
  color: #fff;
  background-color: #db8e17;
  border-style: none;
  border-color: #bebebe;
}

.orange-button-new-2 {
  color: #fff;
  background-color: #f4b24d;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .4s, border-color .4s;
}

.orange-button-new-2:hover {
  color: #fff;
  background-color: #db8e17;
  border-style: none;
  border-color: #bebebe;
}

.slider-white-par {
  color: var(--white);
  line-height: 1.6;
}

.div-block-25, .div-block-26 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.form-block-3 {
  display: none;
}

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

.photo-item-right {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/logo-new-blue-text.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 430px;
  display: block;
  position: sticky;
  top: 0;
}

.photo-absolute-item {
  z-index: 5;
  background-image: url('../images/logo_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 6px;
  width: 230px;
  height: 270px;
  position: absolute;
  inset: auto auto -20px -85px;
  overflow: hidden;
}

.preloader-wrapper-animation {
  z-index: 40;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.section-9 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.clip {
  background-color: #0000;
  overflow: hidden;
}

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

.no-margin-title.bottom {
  margin-top: 40px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.left-our-mission-con {
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.service-link-arrow {
  margin-left: 8px;
}

.our-mission-container {
  grid-column-gap: 75px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.our-mission-list {
  padding-left: 0;
}

.small-spaces-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.small-spaces-wrap.new {
  margin-top: 40px;
}

.bottom-preloader {
  background-color: #151b19;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.top-preloader {
  background-color: #151b19;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.service-link-text-block {
  color: #fff;
  font-weight: 500;
}

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

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

.our-mission-item {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/Group_1Group.webp');
  background-position: 3%;
  background-repeat: no-repeat;
  background-clip: border-box;
  padding-left: 40px;
  display: flex;
}

.right-our-mission-con {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.list-item {
  margin-top: 0;
  margin-bottom: 0;
}

.service-link-wrapper {
  color: #1c2436;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-link-wrapper.darren {
  margin-top: 20px;
}

.color-paragraph {
  color: #ed7f38;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.color-paragraph.bottom-margin-paragraph {
  color: var(--blue);
  margin-bottom: 20px;
  font-family: Cabin, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.sticky-image {
  position: sticky;
  top: 100px;
}

.shrink-smaller-text {
  font-size: 49px;
}

.button-7 {
  background-color: var(--orange);
  text-align: center;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 500;
}

.html-embed-2 {
  width: 100%;
}

.heading-22 {
  font-size: 45px;
}

.heading-23, .heading-24 {
  font-size: var(--h2);
}

.footer-map-wrap {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
}

.div-block-27 {
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
}

.copyright-auto {
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.a2 {
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  line-height: 1.6em;
}

.heading-25 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.6em;
  display: flex;
}

.image-415 {
  max-width: 80%;
}

.section-10 {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
}

.container-11 {
  max-width: 90%;
}

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

.html-embed-3 {
  width: 75%;
}

.container-12 {
  max-width: 70%;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.about-intro-wrap {
  padding-left: 0;
  padding-right: 0;
}

.meet-owner-section {
  padding-top: 80px;
  padding-bottom: 60px;
}

.meet-owner-section.faq {
  padding-top: 100px;
}

.accordion-toggle {
  border-bottom: 2px solid #2764924d;
  align-items: center;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.text-block-18 {
  white-space: normal;
  flex: none;
  width: 100%;
  font-size: 22px;
}

.paragraph-12 {
  font-size: 18px;
}

.dropdown-list-2 {
  background-color: #f3f6f7;
  padding: 20px;
  display: block;
  position: static;
}

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

.page-wrap {
  width: 100%;
  overflow: hidden;
}

.text-span-5, .text-span-6 {
  background-color: var(--orange);
  color: var(--white);
}

.text-span-7 {
  color: #868583;
  font-size: 18px;
}

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

.new-text {
  font-size: 50px;
}

.title {
  color: var(--blue);
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (min-width: 1280px) {
  .section.slider-section {
    background-color: #fff;
  }

  .fade-in-move-on-scroll.logotouse {
    padding: 3em;
  }

  .slider-block-content {
    padding-top: 2em;
    padding-right: 2em;
  }

  .card-hover-item {
    padding: 0;
  }

  .background-color-2.logo {
    background-position: 85%;
  }

  .image-411 {
    object-position: 50% 30%;
  }

  .section-8.slider-section {
    background-color: #fff;
  }

  .section-9 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .container-12 {
    max-width: 70%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .meet-owner-section {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .section.black-section.style {
    padding: 100px;
  }

  .container {
    max-width: 1350px;
  }

  .fade-in-move-on-scroll.logotouse {
    padding: 4em;
  }

  .projects-header {
    width: 65%;
  }

  .join-us-holder {
    padding-left: 2em;
    padding-right: 2em;
  }

  .home-2-faq-content {
    width: 100%;
  }

  .home-2-faq-question {
    width: 85%;
  }

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

  .slider-content-block-2 {
    padding-top: 2.5em;
  }

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

  .image-411 {
    object-position: 50% 40%;
  }

  .slider-content-block-3 {
    padding-top: 2.5em;
  }

  .container-12 {
    max-width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  .meet-owner-section {
    padding-top: 170px;
    padding-bottom: 70px;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .section.dark-slate-grey-bg {
    border-top-width: 1px;
    border-top-color: #346059;
  }

  .section.negative-margin {
    margin-top: 0;
  }

  .button.icon {
    background-color: #329078;
  }

  .search-results-page {
    flex-direction: column;
    grid-template-columns: 2fr;
    grid-template-areas: ".";
    display: flex;
  }

  .sticky-aside {
    width: 100%;
  }

  .xl-image {
    box-shadow: 8px 8px 20px 4px #00000061;
  }

  .background-color-2.logo {
    background-position: 70%;
  }

  .slider-content-block-2 {
    justify-content: center;
    padding-top: 0;
  }

  .slide-2 {
    box-shadow: 8px 8px 20px 4px #00000061;
  }

  .image-411 {
    object-fit: cover;
    object-position: 50% 30%;
  }

  .section-8.negative-margin {
    margin-top: 0;
  }

  .slider-content-block-3 {
    justify-content: center;
    padding-top: 0;
  }

  .base-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-12 {
    max-width: 70%;
  }

  .about-intro-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-owner-section.faq {
    padding-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }

  .section.negative-margin {
    margin-top: 0;
  }

  .nav-menu {
    background-color: #2c2b29;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 2em;
  }

  .button.icon {
    width: 100%;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-6-col.blog-details {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .grid-4-col {
    flex-direction: column-reverse;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .grid-4-col.margin-top {
    margin-top: 3em;
  }

  .link-block {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer {
    padding-bottom: 75px;
  }

  .made-by-section {
    flex-direction: column;
  }

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

  .menu-button {
    z-index: 10;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 20;
    background-color: #329078;
    border-radius: 10px;
    padding: 20px;
  }

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

  .button-block-holder {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2em;
  }

  .footer-brand-holder {
    margin-left: 0;
  }

  .footer-links-holder {
    flex: none;
    margin-bottom: .5em;
  }

  .footer-link {
    margin-left: 0;
    padding-left: 0;
    padding-right: 15px;
  }

  .top-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-heading {
    font-size: 80px;
  }

  .hero-paragraph {
    width: 90%;
  }

  .grid-6-columns.trusted-brands-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trusted-brand-holder {
    align-items: flex-start;
  }

  .pages-and-social-media-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .slider-block-content {
    padding-top: 0;
  }

  .grid-12-col {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
    display: block;
  }

  .project-content-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .projects-header {
    width: 100%;
  }

  .title-content-holder {
    text-align: center;
  }

  .title-content-holder.make-title-clickable {
    z-index: 2;
  }

  .project-item-link {
    width: 80%;
  }

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

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

  .blog-posts-header-holder, .collection-list-wrapper {
    width: 100%;
  }

  .blog-posts-content-holder {
    grid-template-columns: 1fr 1fr;
  }

  .projects-category-block-holder {
    justify-content: flex-start;
    width: 100%;
  }

  .project-category-link {
    margin-left: 0;
    margin-right: 2em;
  }

  .project-page-link {
    margin-right: 2em;
  }

  .project-page-link.w--current {
    margin-left: 0;
    margin-right: 2em;
  }

  .collection-projects-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .our-projects-content-holder {
    flex-direction: column;
  }

  .hero-blog-image-holder {
    width: 100%;
    height: 400px;
  }

  .hero-blog-content-holder {
    width: 100%;
    padding-left: 0;
  }

  .blog-post-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories-item-link {
    margin-left: 0;
    margin-right: 2em;
  }

  .blog-categories-block-holder {
    padding-top: 1em;
  }

  .all-project-link.w--current {
    margin-right: 2em;
  }

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

  .collection-blog-link.hero-blog-link {
    flex-direction: column;
  }

  .cursor-container {
    display: none;
  }

  .form-block {
    width: 60%;
  }

  .contact-us-holder {
    width: 40%;
  }

  .contact-paragraph {
    width: 70%;
    margin-right: 0;
  }

  .hero-about-image-holder {
    height: 50vh;
  }

  .about-content-block-holder {
    position: static;
    top: 120px;
  }

  .team-member-image-holder {
    border-radius: 10px;
    overflow: hidden;
  }

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

  .vector-image {
    top: 35vh;
  }

  .project-image-and-overlay-holder {
    height: 400px;
  }

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

  .author-content-holder.blog-details-page {
    width: 50%;
  }

  .author-social-media-holder {
    width: 35%;
  }

  .fixed-navbar {
    left: 24px;
    right: 24px;
  }

  .authors-blog-post-list {
    grid-template-columns: 1fr 1fr;
  }

  .grid-content.relative.max {
    width: 100%;
    max-width: 100%;
  }

  .slider-container {
    overflow: hidden;
  }

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

  .see-all-button-holder {
    margin-top: 4em;
  }

  .search-and-notfication-div {
    width: 50%;
    padding-right: 30px;
    display: none;
    position: absolute;
    inset: 9% 0% auto auto;
  }

  .icon {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 5px;
    font-size: 33px;
    line-height: 34px;
  }

  .course {
    width: 100%;
  }

  .logo-header-div.desktop {
    display: none;
  }

  .logo-header-div.mobile {
    width: 100px;
    display: flex;
  }

  .logo-header-div.hide {
    display: none;
  }

  .main-dashboard-container-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
    overflow: visible;
  }

  .home-2-faq-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-2-faq-close {
    flex: none;
  }

  .home-2-faq-content {
    width: 87%;
  }

  .home-2-faq-question {
    font-size: 26px;
    line-height: 35px;
  }

  .dashboard-nav {
    align-items: center;
    width: 100px;
    padding-right: 0;
  }

  .dashboard-link.clear-spacing {
    padding: 0;
  }

  .dashboard-nav-menu {
    background-color: #2c2b29;
    width: 175px;
    inset: 0% auto 0% 0%;
  }

  .dashboard-brand, .dashboard-brand.w--current {
    margin-bottom: 20px;
  }

  .dashboard-nav-menu-button {
    color: #329078;
    font-size: 45px;
  }

  .all-caps {
    font-size: 45px;
  }

  .dashboard-full {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-results-page {
    grid-template-columns: minmax(200px, 1fr);
    padding: 30px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .flex-row {
    flex-direction: column;
  }

  .aside-col {
    width: 50%;
    display: none;
  }

  .main-col {
    max-width: 100%;
    padding-right: 0;
  }

  .main-col.course {
    max-width: 100%;
  }

  .sticky-aside {
    width: 100%;
  }

  .image-3 {
    width: 50px;
    height: 50px;
  }

  .blog-title-other {
    font-size: 17px;
  }

  .top-footer-links-holder {
    flex: none;
    margin-bottom: .5em;
  }

  .heading-8 {
    font-size: 45px;
  }

  .popup-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .popup {
    overflow: scroll;
  }

  .close-popup {
    z-index: 5;
  }

  .military-content-popup {
    overflow: hidden;
  }

  .icon-small.invert {
    width: 1.5rem;
  }

  .exchange-popup.regular {
    align-items: flex-start;
  }

  .popup-wrapper {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: scroll;
  }

  .modal {
    background-position: 140%;
    padding: 32px;
  }

  .bar__dot {
    width: 1em;
    height: 1em;
  }

  .map__heading {
    margin-bottom: .25em;
  }

  .location, .hero__button-text, .bar__name {
    font-size: 1em;
  }

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

  .container-2.is--bottom {
    font-size: 1.1em;
  }

  .container-2.is--map {
    width: auto;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .container-2.is--bottom {
    font-size: 1.1em;
    box-shadow: 1px 1px 3px #000;
  }

  .map {
    font-size: 1.5vw;
  }

  .button-text-link-large {
    z-index: 20;
  }

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

  .flex-wrapper.full-width.horizontal {
    flex-direction: row;
  }

  .flex-wrapper.full-width.horizontal.padding.tablet-vertical {
    flex-direction: column;
  }

  .flex-wrapper.full-width.horizontal.padding.tablet-vertical.half-width {
    width: 50%;
  }

  .flex-wrapper.full-width.horizontal.padding.tablet-vertical.half-width.return-full {
    width: 100%;
  }

  .flex-wrapper.full-width.horizontal.mobile-vertical {
    justify-content: center;
  }

  .start-an-exchange-form {
    width: 100%;
    height: 100%;
  }

  .form-instructions {
    width: 70%;
    margin-right: 0;
  }

  .button-map-consult {
    margin-top: 1em;
  }

  .section-2-heading {
    font-size: 45px;
  }

  .text-h2-black {
    font-size: 20px;
    line-height: 1.2;
  }

  .button-block-nav {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-top: 2em;
  }

  .close-embed-popup {
    z-index: 5;
  }

  .center-heading-on-white {
    font-size: 45px;
  }

  .team-member-image-and-overlay-holder {
    height: 400px;
  }

  .small-team-image {
    width: 50px;
    height: 50px;
  }

  .team-member-name-small {
    font-size: 17px;
  }

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

  .flex-wrapper-team.team-details {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .team-post-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-button-heading {
    font-size: 5.5vw;
  }

  .tablet-nav-wrapper {
    justify-content: space-between;
    width: 100%;
    margin-right: 20px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: var(--white);
    display: block;
  }

  .nav-link-2 {
    position: static;
  }

  .hero-paragraph-2 {
    width: 90%;
  }

  .split-section {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }

  .split-section.smaller {
    width: 100%;
  }

  .main-point-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-color-2.logo {
    background-position: 125%;
  }

  .section-intro-info {
    flex-direction: column;
  }

  .center-heading-on-white-2, .all-caps-2 {
    font-size: 45px;
  }

  .location-2 {
    font-size: 1em;
  }

  .bar__dot-2 {
    width: 1em;
    height: 1em;
  }

  .map__heading-2 {
    text-align: center;
    margin-bottom: .25em;
    display: none;
  }

  .dropdown.nav {
    display: block;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .sticky-heading {
    font-size: 25px;
  }

  .navbar-space.small {
    height: 75px;
  }

  .start-an-exchange-popup {
    display: none;
  }

  .start-an-exchange-form-holder {
    flex-direction: column;
  }

  .start-an-exchange-content-holder {
    width: 100%;
  }

  .form-instructions-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .bar__dot-3 {
    width: 1em;
    height: 1em;
  }

  .map__heading-3 {
    text-align: center;
    margin-bottom: .25em;
    display: none;
  }

  .hero-spacing {
    height: 75px;
  }

  .center-section-videos.blog-post-hero {
    height: 90vh;
  }

  .menu-button-2 {
    color: var(--blue);
  }

  .form {
    position: sticky;
    top: 100px;
  }

  .thank-you-steps {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-8.negative-margin {
    margin-top: 0;
  }

  .center-heading-on-white-3 {
    font-size: 45px;
  }

  .photo-item-right {
    width: 90%;
    height: 450px;
  }

  .photo-absolute-item {
    inset: auto 0% -8% auto;
  }

  .no-margin-title {
    font-size: 28px;
  }

  .left-our-mission-con {
    padding-bottom: 0;
  }

  .our-mission-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .small-spaces-wrap {
    width: 75%;
  }

  .right-our-mission-con {
    justify-content: flex-start;
    width: 100%;
  }

  .service-link-wrapper {
    justify-content: center;
  }

  .color-paragraph.bottom-margin-paragraph {
    font-size: 18px;
  }

  .video-2 {
    min-width: 100%;
  }

  .container-11 {
    max-width: 90%;
  }

  .container-12 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .meet-owner-section {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  .section.black-section.style {
    padding: 0;
  }

  .section.negative-margin {
    padding-top: 0;
    position: static;
  }

  .hero-section.contact-hero-section {
    padding-right: 0;
  }

  .header-holder.style-guide {
    margin-bottom: 20px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-col.margin-top {
    margin-top: 2em;
  }

  .grid-2-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-holder {
    flex-direction: column;
  }

  .text-field::placeholder {
    font-size: 20px;
  }

  .change-log-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 340px;
  }

  .footer-brand-holder {
    margin-left: 0;
  }

  .footer-links-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .footer-link {
    margin-left: 0;
    padding-left: 0;
  }

  .footer-link.dropdown {
    padding-left: 10px;
  }

  .top-footer-grid {
    grid-template-columns: 1fr;
  }

  .bottom-footer-block {
    align-items: flex-start;
  }

  .footer-block {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hero-heading {
    font-size: 60px;
  }

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

  .we-re-hiring-block-holder, .our-story-block-holder {
    height: 250px;
  }

  .link-block-holder, .nav-menu-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .grey-span-text.no-wrap {
    white-space: normal;
  }

  .hero-paragraph.mobile-full {
    width: 100%;
  }

  .pages-and-social-media-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-block-content {
    padding-right: 0;
  }

  .grid-12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .project-image-block-holder {
    height: auto;
    padding-top: 5vh;
  }

  .project-name {
    font-size: 35px;
  }

  .project-item-link {
    width: 90%;
  }

  .dark-slate-grey, .white-smoke {
    height: 250px;
  }

  .absolute-block-holder {
    flex-direction: column;
  }

  ._50-width-block.second, ._50-width-block.first {
    width: 100%;
    height: 250px;
  }

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

  .blog-item-image {
    object-fit: cover;
  }

  .blog-posts-header-holder {
    width: 100%;
    padding-left: 0;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .blog-posts-content-holder {
    grid-template-columns: 1fr;
  }

  .blog-item-link.full-width, .blog-item-image-holder.full-width {
    width: 100%;
  }

  .projects-category-block-holder {
    flex-flow: wrap;
    align-items: flex-start;
  }

  .project-category-link, .project-page-link.w--current {
    margin-right: 1.5em;
  }

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

  .hero-blog-image-holder {
    width: 100%;
  }

  .hero-blog-content-holder {
    width: 100%;
    padding-top: .5em;
    padding-left: 0;
  }

  .blog-categories-block-holder {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .collection-blog-link.hero-blog-link {
    flex-direction: column;
  }

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

  .contact-us-holder {
    width: 100%;
    margin-right: 0;
  }

  .contact-paragraph {
    width: 50%;
  }

  .hero-about-image-holder {
    height: 30vh;
    margin-top: 2em;
  }

  .about-content-block-holder {
    padding-left: 0;
    position: static;
  }

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

  .core-values-header-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .core-values-header-content.exchange-types {
    flex-direction: row;
    align-items: stretch;
  }

  .quote-holder {
    text-align: center;
  }

  .awards-and-recognition {
    width: 45%;
  }

  .grid-3-column.full-width {
    grid-template-rows: auto auto auto;
  }

  .award-title, .award-date {
    align-items: flex-end;
    display: flex;
  }

  .inter-normal-weight-heading {
    font-size: 28px;
  }

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

  .job-position, .employer-name {
    font-size: 24px;
  }

  .vector-image.left-side {
    top: 35vh;
  }

  .our-story-horizontal-block {
    flex-direction: column;
    height: 500px;
  }

  .brand-link {
    width: 120px;
    padding-left: 0;
  }

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

  .author-collection-item.blog-details-page {
    background-color: #e7e7e7;
    border-radius: 16px;
    flex-direction: column;
    display: flex;
  }

  .author-content-holder.blog-details-page {
    width: 100%;
    padding-left: 0;
  }

  .specific-author-header {
    font-size: 56px;
  }

  .author-social-media-holder {
    align-items: flex-start;
    width: 100%;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 0;
    position: static;
  }

  .author-social-media-holder.authors-page {
    padding-left: 0;
  }

  .author-content-block-holder {
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
  }

  .author-content-block-holder.hero-author-content {
    flex-direction: column;
    padding-left: 0;
  }

  .author-social-media-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .see-all-button-holder {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .blog-posts-header-block-holder {
    text-align: center;
  }

  .dashboard-h1.number {
    font-size: 22px;
  }

  .course:hover {
    box-shadow: none;
    transform: none;
  }

  .logo-header-div.mobile {
    padding: 6px;
  }

  .logo-header-div.hide {
    display: none;
  }

  .brand {
    align-items: center;
  }

  .home-2-question-and-close {
    margin-top: 10px;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 0;
  }

  .home-2-faq-content {
    width: 96%;
  }

  .dashboard-nav {
    align-items: center;
    width: 110px;
  }

  .dashboard-brand {
    margin-top: 20px;
    padding-left: 0;
  }

  .dashboard-brand.w--current {
    padding-left: 0;
  }

  .search-results-page {
    grid-template-columns: minmax(200px, 1fr);
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heading_2 {
    margin-top: 5rem;
    position: relative;
  }

  .flex-row {
    flex-direction: column;
  }

  .aside-col {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aside-col.show {
    display: block;
  }

  .main-col {
    max-width: 100%;
    padding-right: 0;
  }

  .top-footer-links-holder {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .heading-8 {
    width: 68%;
  }

  .heading-8.center {
    width: 100%;
  }

  .popup {
    align-items: flex-start;
  }

  .military-content-popup {
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form, .feature-paragraph.exchange-form {
    line-height: 1.3;
  }

  .popup-form-wrapper {
    padding-top: 1rem;
  }

  ._20px-spacing.wide {
    height: 20px;
  }

  .popup-wrapper {
    border-radius: 0;
    padding-top: 0;
  }

  .form__two-entry {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .modal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .modal-content {
    max-width: 100%;
  }

  .questions {
    color: #346059;
  }

  .nav__icon {
    margin-left: 0;
  }

  .location {
    font-size: 1.3em;
  }

  .container-2.is--map {
    width: auto;
  }

  .container-2.is--bottom {
    font-size: .7em;
  }

  .map {
    width: 94vw;
  }

  .button-text-link-large, .button-text-link-large.green, .button-text-link-large.blue {
    font-size: 35px;
  }

  .flex-wrapper.full-width.horizontal.padding.tablet-vertical.half-width.return-full {
    width: 100%;
  }

  .flex-wrapper.full-width.horizontal.mobile-vertical {
    flex-direction: column;
  }

  .start-an-exchange-form-wrapper {
    padding-top: 1rem;
  }

  .form-instructions {
    width: 50%;
  }

  .button-map-consult.full-width {
    width: 100%;
  }

  .button-block-nav {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .image-409 {
    width: 60px;
  }

  ._404-heading-wrapper {
    font-size: 22vw;
  }

  .team-image-other {
    object-fit: cover;
  }

  .hero-buttons-flex {
    margin-top: 0;
  }

  .home-hero-wrapper-2 {
    flex-direction: column;
    display: flex;
  }

  .hero-button-wrapper {
    width: 100%;
  }

  .home-hero-button-heading {
    font-size: 8.5vw;
  }

  .home-hero-button {
    margin-left: 20px;
  }

  .hero-paragraph-2.mobile-full {
    width: 100%;
  }

  .slider-bg-image-2 {
    height: auto;
    position: relative;
  }

  .background-color-2.logo {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slider-image-holder-2 {
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
  }

  .left-info-block-holder-2 {
    width: 100%;
  }

  .grey-text-2.mobile-left {
    text-align: left;
  }

  .orange-button-link-2 {
    font-size: 40px;
  }

  .image-description-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .image-description-2 {
    font-size: 12px;
  }

  .location-2 {
    font-size: 1.3em;
  }

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

  .home-content-section {
    width: 100%;
    margin-top: 80px;
  }

  .hero-content-wrapper {
    flex-direction: column;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .sticky-heading {
    font-size: 7.5vw;
  }

  .start-an-exchange-form-holder {
    flex-direction: column;
  }

  .start-an-exchange-content-holder {
    width: 100%;
    margin-right: 0;
  }

  .form-instructions-wrapper {
    width: 50%;
  }

  .image-412 {
    display: none;
  }

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

  .center-section-videos.contact-hero-section {
    padding-right: 0;
  }

  .webflow-form {
    width: 100%;
  }

  .form {
    margin-top: 60px;
    padding-left: 0;
    position: static;
  }

  .thank-you-steps {
    grid-template-columns: 1fr;
  }

  .thank-you-video {
    width: 100%;
    height: 325px;
  }

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

  .column-4 {
    margin-top: 40px;
  }

  .section-8.negative-margin {
    padding-top: 0;
    position: static;
  }

  .orange-button-link-3 {
    font-size: 40px;
  }

  .photo-item-right {
    height: 400px;
  }

  .section-9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .small-spaces-wrap {
    width: 100%;
  }

  .container-11 {
    max-width: 90%;
  }

  .container-12 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-title {
    line-height: 1.3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  blockquote {
    padding-left: 0;
    padding-right: 0;
  }

  .section.negative-margin {
    margin-top: 0;
  }

  .container {
    padding: 1em .5em;
  }

  .nav-menu-container {
    padding-left: 24px;
    padding-right: 4px;
  }

  .hero-section.hero-blog {
    margin-bottom: 2em;
  }

  .hero-section.contact-hero-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-menu {
    margin-top: -7px;
    padding-left: 0;
    padding-right: 25px;
  }

  .white-text {
    font-size: 32px;
  }

  .button.white.left {
    text-align: left;
    font-size: 16px;
  }

  .button.green, .button.white.nav, .button.orange.nav._100, .button.blurple._100 {
    width: 100%;
  }

  .grid-6-col {
    grid-template-columns: 1fr;
  }

  .header-holder {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    height: 170px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-col.unsplash-grid {
    grid-template-columns: 1fr;
    margin-top: 1em;
  }

  .grid-4-col.margin-top {
    grid-template-columns: 1fr;
    margin-top: 2em;
  }

  .grid-2-col {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 400px;
    padding: 30px;
  }

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

  .made-by-section {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
    padding: 15px 15px 15px 0;
  }

  .fade-in-move-on-scroll.father-icon {
    height: 150px;
    padding: 3em;
  }

  .fade-in-move-on-scroll.logotouse {
    height: 150px;
    padding: 1.5em;
  }

  .nav-link.margins.last-nav-link {
    margin-bottom: 20px;
  }

  .grey-text {
    font-size: 16px;
  }

  .text-field::placeholder {
    font-size: 18px;
  }

  .change-log-container.green-text {
    margin-bottom: 5em;
  }

  .button-block-holder {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 25px;
  }

  .footer-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-heading {
    font-size: 40px;
  }

  .heading-inter-font.dark-grey-text {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .our-story, .we-re-hiring-block-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .no-margin-heading {
    padding-right: 20px;
  }

  .colored-logo.nav {
    width: 125px;
  }

  .nav-menu-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-paragraph {
    width: 100%;
    font-size: 16px;
  }

  .hero-paragraph.mobile-full {
    font-size: 16px;
  }

  .trusted-by-block-holder {
    margin-top: 2em;
  }

  .trusted-brands {
    text-align: center;
  }

  .grid-6-columns.trusted-brands-grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .trusted-brand-holder {
    align-items: flex-start;
    margin-bottom: 1em;
  }

  .radius-image {
    object-fit: contain;
  }

  .mask {
    width: 80vw;
    height: auto;
  }

  .grid-12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .project-name {
    font-size: 22px;
  }

  .project-item-link {
    width: 100%;
  }

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

  .blog-item-image.hero-blog-image {
    height: 350px;
  }

  .blog-posts-header-holder {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .blog-posts-content-holder {
    flex-direction: column;
    margin-top: 2em;
  }

  .projects-category-block-holder {
    flex-direction: column;
  }

  .collection-project-category-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-category-link, .project-page-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .grey-vector-holder {
    top: 0%;
  }

  .hero-blog-image-holder {
    height: 350px;
  }

  .hero-blog-title {
    width: 100%;
    font-size: 28px;
  }

  .blog-categories-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-categories-item-link {
    padding-top: .5em;
  }

  .blog-categories-block-holder {
    flex-direction: column;
  }

  .all-project-link.w--current {
    padding-top: .5em;
  }

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

  .overflow-hidden.hero-overflow {
    height: 350px;
  }

  .contact-paragraph {
    width: 100%;
  }

  .hero-about-image-holder {
    height: 20vh;
  }

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

  .awards-and-recognition {
    width: 100%;
  }

  .inter-normal-weight-heading {
    font-size: 24px;
  }

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

  .vector-image.left-side {
    top: 38vh;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .white-logo.nav {
    width: 125px;
  }

  .author-content-holder {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 1.5em 0;
  }

  .author-image-holder {
    width: 120px;
    height: 120px;
    margin-right: 0;
  }

  .author-circle-image {
    width: 120px;
    height: 120px;
  }

  .author-content {
    width: 70%;
  }

  .specific-author-block-holder {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .specific-author-header {
    font-size: 52px;
  }

  .author-social-media-holder {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .author-content-block-holder {
    padding-left: 0;
  }

  .fixed-navbar {
    left: 1em;
    right: 1em;
  }

  .author-social-media-link {
    margin-left: 7px;
    margin-right: 7px;
  }

  .authors-blog-post-list {
    grid-template-columns: 1fr;
  }

  .protected-page {
    font-size: 30px;
  }

  .sae {
    display: none;
  }

  .sae-stacked {
    display: block;
  }

  .search-and-notfication-div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dashboard-h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .search-div {
    width: 100%;
  }

  .course {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .home-2-faq-item {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-2-faq-close {
    width: 40px;
    height: 40px;
  }

  .button-2 {
    background-position: 87%;
    padding-left: 30px;
    padding-right: 65px;
  }

  .home-2-faq-question {
    width: 86%;
    font-size: 20px;
    line-height: 28px;
  }

  .dashboard-nav {
    width: 80px;
  }

  .all-caps {
    font-size: 32px;
  }

  .dashboard-full {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading_2 {
    margin-top: 0;
    font-size: 26vw;
  }

  .hero-heading_1.center {
    justify-content: center;
    font-size: 26vw;
    display: flex;
  }

  ._404-page-section {
    overflow: hidden;
  }

  .main-col {
    padding-left: 0;
    padding-right: 0;
  }

  .top-footer-links-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-8 {
    width: 100%;
  }

  .military-links {
    grid-row-gap: 5px;
  }

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

  .military-content-popup {
    padding: 1rem 1rem 2rem;
    overflow: hidden;
  }

  .feature-paragraph {
    font-size: 1rem;
  }

  .feature-paragraph.popup-form, .feature-paragraph.exchange-form {
    margin-bottom: 0;
  }

  .text-weight-bold.popup-contact {
    font-size: 12px;
  }

  .popup-form-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .popup-wrapper {
    width: 100vw;
  }

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

  .form-button-row {
    flex-direction: column;
  }

  .modal-checklist-item {
    font-size: 16px;
  }

  .button-3.modal-form-button {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .modal-divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .modal-heading.bottom {
    font-size: 10vw;
  }

  .free-word-text {
    font-size: 30vw;
  }

  .location {
    white-space: normal;
    font-size: 16px;
  }

  .hero__button-text {
    letter-spacing: 0;
    font-size: 16px;
  }

  .container-2.is--bottom {
    flex-direction: column;
    justify-content: center;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
  }

  .container-2.is--map {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-2.is--bottom {
    flex-direction: column;
    justify-content: center;
    padding: 1em .5em;
    font-size: 1em;
  }

  .button-text-link-large, .button-text-link-large.green {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
  }

  .button-text-link-large.blue {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-button-holder {
    align-items: flex-start;
    padding-left: 0;
  }

  .start-an-exchange-form-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .start-an-exchange-form {
    margin-bottom: 0;
  }

  .form-instructions {
    width: 100%;
  }

  .section-2-heading {
    font-size: 32px;
  }

  .section-2-heading.black {
    font-size: 21px;
    line-height: 1.3em;
  }

  .move-forward {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .thank-you-section {
    padding-bottom: 20px;
    overflow: hidden;
  }

  .button-block-nav {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 25px;
  }

  ._404-heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .orange-button-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .center-heading-on-white {
    font-size: 30px;
  }

  .team-member-image-and-overlay-holder {
    height: 350px;
  }

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

  .hero-tagline {
    font-size: 1em;
  }

  .home-hero-button {
    margin-left: 0;
  }

  .nav-menu-button-wrap.one-grey-line.mobile-hide {
    display: none;
  }

  .hero-paragraph-2 {
    width: 100%;
    font-size: 16px;
  }

  .hero-paragraph-2.mobile-full {
    font-size: 16px;
  }

  .container-3 {
    padding: 1em;
  }

  .slider-content-block-2 {
    padding: 1.7em 1.2em;
  }

  .slide-2 {
    margin-right: 1em;
  }

  .grey-text-2 {
    font-size: 16px;
  }

  .grey-text-2.mobile-left {
    text-align: left;
  }

  .orange-button-link-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7vw;
  }

  .image-description-wrapper-2 {
    padding: 10px;
  }

  .center-heading-on-white-2, .all-caps-2 {
    font-size: 32px;
  }

  .location-2 {
    font-size: 16px;
  }

  .container-4 {
    padding: 4em 1em;
  }

  .sticky-heading {
    font-size: 10vw;
  }

  .black-text {
    font-size: 16px;
  }

  .sticky-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .sticky-grid.two {
    grid-template-rows: auto;
  }

  .sticky-button {
    padding: 10px;
  }

  .collection-item-5 {
    display: flex;
  }

  .form-instructions-wrapper {
    width: 100%;
  }

  .image-413 {
    max-width: 100%;
  }

  .section-7 {
    overflow: hidden;
  }

  .center-section-videos.hero-blog {
    margin-bottom: 2em;
  }

  .center-section-videos.contact-hero-section {
    padding-left: 1em;
    padding-right: 1em;
  }

  .thank-you-steps {
    grid-template-columns: 1fr;
  }

  .thank-you-video {
    height: 200px;
  }

  .orange-button-new-copy11 {
    margin-top: 10px;
    margin-left: 0;
  }

  .button-6 {
    font-size: 20px;
  }

  .black-text-2 {
    font-size: 16px;
  }

  .section-8.negative-margin {
    margin-top: 0;
  }

  .slider-content-block-3 {
    padding: 1.7em 1.2em;
  }

  .orange-button-link-3 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7vw;
  }

  .center-heading-on-white-3 {
    font-size: 32px;
  }

  .orange-button-new-copy11-2 {
    margin-top: 10px;
    margin-left: 0;
  }

  .photo-item-right {
    background-position: 50%;
    width: 100%;
  }

  .photo-absolute-item {
    width: 100%;
    height: 400px;
    position: static;
  }

  .section-9 {
    padding-bottom: 20px;
  }

  .no-margin-title {
    text-align: left;
  }

  .left-our-mission-con {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .our-mission-list {
    text-align: left;
  }

  .list-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .right-our-mission-con {
    text-align: center;
  }

  .meet-owner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-toggle {
    height: 100px;
  }

  .text-block-18 {
    font-size: 16px;
    line-height: 1.5;
  }

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

  .new-text, .title {
    font-size: 32px;
  }
}

#w-node-f50d0297-b2af-89b3-b266-db6557153da9-b31b6aea {
  align-self: start;
}

#w-node-_6401e8a8-5410-a132-2f9e-a5806695a9f4-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa06-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa1c-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa2b-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa2c-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa30-6695a9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6401e8a8-5410-a132-2f9e-a5806695aa3a-6695a9d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c313d2e3-44d8-535a-0e8e-d98d3cf41162-f41b6a77, #w-node-_2eb1375e-d665-f7f8-900b-13d58c393282-f41b6a77, #w-node-eb8ba8cc-ec0d-2a64-0ed5-045e90d01a5a-f41b6a77, #w-node-c8710ba2-81c6-c019-c208-0fda5a0c6311-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9bda8435-bfd2-5c15-8a99-cb98bd9ba88a-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc371e27-d2e2-f498-0bd1-3e528bdce954-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_265683e3-4900-e67e-219a-246b0804b715-f41b6a77, #w-node-_9beedb4c-3a8b-913e-3903-0f1073fd68a1-f41b6a77, #w-node-_4d0354fd-908d-edc9-604b-1b15a5e8240d-f41b6a77, #w-node-_5ce5576a-241d-fc72-2c88-2fe849cd0b16-f41b6a77, #w-node-_9eb75be7-c9e3-f4b0-d550-0b07f42d4203-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36cfc6a7-30c2-6841-eab6-11f723baca8d-f41b6a77 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ba42450-752d-9583-2122-95d7b614d0c2-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-da2a521a-27dc-0ab5-1167-595561565a79-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba051395-c77d-a596-a274-668582c73fbe-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0ed-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0ef-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0f2-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7de5f715-438a-dbcc-1f29-b72837ba4722-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_7de5f715-438a-dbcc-1f29-b72837ba4724-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de5f715-438a-dbcc-1f29-b72837ba4727-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_47ccf828-24f4-3df8-2aea-a90087d53a29-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_47ccf828-24f4-3df8-2aea-a90087d53a2b-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47ccf828-24f4-3df8-2aea-a90087d53a2e-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_81ada04b-f5f3-1455-e247-20fb59320bf2-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end start;
}

#w-node-_81ada04b-f5f3-1455-e247-20fb59320bf4-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_81ada04b-f5f3-1455-e247-20fb59320bf7-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f4797689-b985-b777-835e-41a49bde58d7-f41b6a77, #w-node-_98910a0e-245e-8364-5ac8-de7bc74775f0-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92a84de-9ed5-da96-71c5-6adac60f3d1a-f41b6a77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_109a8687-cab6-b3cb-08ca-c8d55a30130f-d81b6ae8, #w-node-_109a8687-cab6-b3cb-08ca-c8d55a30131c-d81b6ae8, #w-node-_109a8687-cab6-b3cb-08ca-c8d55a301322-d81b6ae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a70d32d6-30ec-bc64-1133-dfe733745b98-6c1b6aab {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-a70d32d6-30ec-bc64-1133-dfe733745ba5-6c1b6aab {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_847ff370-72b5-ee68-4422-0bf0efb8c601-431b6ae3, #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5df-031b6a25, #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5f1-031b6a25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0da466c1-8ad3-b224-d597-190a6c185487-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c18548b-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c18548d-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c18548f-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c185491-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c185493-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c185495-031b6a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0da466c1-8ad3-b224-d597-190a6c18549e-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c1854a3-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c1854a8-031b6a25, #w-node-_0da466c1-8ad3-b224-d597-190a6c1854ad-031b6a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_721937bb-84b1-02ec-6a1a-9531c43733fc-031b6a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9b685b2-41d9-2ad2-e10a-fb554780b732-031b6a25 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_61d134c7-de45-592b-3b1f-43e0635e0b15-031b6a25 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d4f22a0c-d049-8380-6874-cb4ec04c95c7-031b6a25 {
  grid-area: 3 / 3 / 4 / 11;
}

#w-node-a97bf4af-0085-0b0f-d587-2ba2c69e4cc9-031b6a25 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a97bf4af-0085-0b0f-d587-2ba2c69e4ccb-031b6a25 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_0cf2945b-46e7-8506-10d9-0ee90e546224-031b6a25 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0cf2945b-46e7-8506-10d9-0ee90e546226-031b6a25 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ca88064a-9599-6d16-6155-fbfdc401c87a-031b6a25 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3603843e-30d1-5c04-526a-7fbbbcfc74de-031b6a25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1bf3240-75dc-b0f6-9014-333c19ba31d4-031b6a25 {
  grid-area: 2 / 1 / 3 / 4;
  justify-self: center;
}

#w-node-_735b4a1d-618c-037d-4153-6e73f18b29e6-2a1b6aa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-a5182c55-911e-d65f-10e5-a8c3078fe903-2a1b6aa9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#w-node-_32e14756-aa1b-ee09-dd9f-c715a5f1e715-2a1b6aa9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_702bf522-e38b-21b0-06a9-6a8861a242ce-2a1b6aa9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a018eb6-8895-6953-82f1-0b1058ba3ac8-2a1b6aa9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_10e64725-33c1-f218-a018-c731a6fd5a25-2a1b6aa9, #w-node-e56b11cd-1764-65ab-ccf1-ad341ecffe55-b808b821 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_9728d0c6-a78d-11fe-db11-c0551feb6e88-b808b821, #w-node-_9728d0c6-a78d-11fe-db11-c0551feb6e9a-b808b821, #w-node-_9728d0c6-a78d-11fe-db11-c0551feb6eb0-b808b821, #w-node-_9728d0c6-a78d-11fe-db11-c0551feb6ebf-b808b821, #w-node-_9728d0c6-a78d-11fe-db11-c0551feb6ec0-b808b821, #w-node-_9728d0c6-a78d-11fe-db11-c0551feb6ec4-b808b821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9728d0c6-a78d-11fe-db11-c0551feb6ed1-b808b821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b970b715-eea3-c4f2-a58f-6870f2e58f75-691a6ba4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_141e1fb7-e4f4-719b-e11c-eccaae289413-fbc2aba8, #w-node-_141e1fb7-e4f4-719b-e11c-eccaae28941d-fbc2aba8, #w-node-_141e1fb7-e4f4-719b-e11c-eccaae289427-fbc2aba8, #w-node-_00561797-2b1f-de85-d43e-e6b30bf9ef59-6a2202ae, #w-node-_00561797-2b1f-de85-d43e-e6b30bf9ef61-6a2202ae, #w-node-_00561797-2b1f-de85-d43e-e6b30bf9ef69-6a2202ae, #w-node-_109a8687-cab6-b3cb-08ca-c8d55a30130f-52030851, #w-node-_109a8687-cab6-b3cb-08ca-c8d55a30131c-52030851, #w-node-_109a8687-cab6-b3cb-08ca-c8d55a301322-52030851, #w-node-_721937bb-84b1-02ec-6a1a-9531c43733fc-1a060464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f9b685b2-41d9-2ad2-e10a-fb554780b732-1a060464 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_61d134c7-de45-592b-3b1f-43e0635e0b15-1a060464 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-eef8f85c-a0c8-d36f-eb53-60f604fa5fe6-1a060464, #w-node-eef8f85c-a0c8-d36f-eb53-60f604fa6002-1a060464 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c6b-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c6f-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c71-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c73-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c75-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c77-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c79-1a060464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c7e-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c83-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c88-1a060464, #w-node-_6ffbbf7d-f2cd-f3b1-0af3-67a9f23e7c8d-1a060464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-a70d32d6-30ec-bc64-1133-dfe733745ba5-6c1b6aab {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_3603843e-30d1-5c04-526a-7fbbbcfc74de-031b6a25 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32e14756-aa1b-ee09-dd9f-c715a5f1e715-2a1b6aa9, #w-node-e56b11cd-1764-65ab-ccf1-ad341ecffe55-b808b821, #w-node-b970b715-eea3-c4f2-a58f-6870f2e58f75-691a6ba4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-ff620216-1f04-c8bd-46a8-c798dba93050-2a1b6aa9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f50d0297-b2af-89b3-b266-db6557153da9-b31b6aea {
    align-self: start;
  }

  #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa1c-6695a9d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc371e27-d2e2-f498-0bd1-3e528bdce954-f41b6a77 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_9beedb4c-3a8b-913e-3903-0f1073fd68a1-f41b6a77 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_36cfc6a7-30c2-6841-eab6-11f723baca8d-f41b6a77 {
    grid-column: span 2 / span 2;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745b97-6c1b6aab {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745b98-6c1b6aab {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745ba5-6c1b6aab {
    grid-column: span 6 / span 6;
  }

  #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5df-031b6a25, #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5f1-031b6a25 {
    grid-column: span 1 / span 1;
  }

  #w-node-f9b685b2-41d9-2ad2-e10a-fb554780b732-031b6a25 {
    grid-column: span 8 / span 8;
  }

  #w-node-ca88064a-9599-6d16-6155-fbfdc401c87a-031b6a25 {
    grid-column: span 1 / span 1;
  }

  #w-node-f1bf3240-75dc-b0f6-9014-333c19ba31d4-031b6a25 {
    grid-column: span 2 / span 2;
  }

  #w-node-b2cc1dcd-8027-16ab-4f81-ae8fcf92fe7a-031b6a25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2c23f76f-5e23-ae93-9b6d-1ed9f0172500-2a1b6aa9 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-_735b4a1d-618c-037d-4153-6e73f18b29e6-2a1b6aa9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-a5182c55-911e-d65f-10e5-a8c3078fe903-2a1b6aa9 {
    grid-column: span 3 / span 3;
    align-self: center;
  }

  #w-node-_32e14756-aa1b-ee09-dd9f-c715a5f1e715-2a1b6aa9, #w-node-e56b11cd-1764-65ab-ccf1-ad341ecffe55-b808b821, #w-node-b970b715-eea3-c4f2-a58f-6870f2e58f75-691a6ba4 {
    grid-column: span 6 / span 6;
  }

  #w-node-f9b685b2-41d9-2ad2-e10a-fb554780b732-1a060464 {
    grid-column: span 8 / span 8;
  }

  #w-node-eef8f85c-a0c8-d36f-eb53-60f604fa5fe6-1a060464, #w-node-eef8f85c-a0c8-d36f-eb53-60f604fa6002-1a060464 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc371e27-d2e2-f498-0bd1-3e528bdce954-f41b6a77 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_9beedb4c-3a8b-913e-3903-0f1073fd68a1-f41b6a77 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_36cfc6a7-30c2-6841-eab6-11f723baca8d-f41b6a77 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4ba42450-752d-9583-2122-95d7b614d0c2-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-da2a521a-27dc-0ab5-1167-595561565a79-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ba051395-c77d-a596-a274-668582c73fbe-f41b6a77 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0ed-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0ef-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_87d8db56-1f3b-bd81-1bb5-bb5d5ca4c0f2-f41b6a77 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_7de5f715-438a-dbcc-1f29-b72837ba4722-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-_7de5f715-438a-dbcc-1f29-b72837ba4724-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7de5f715-438a-dbcc-1f29-b72837ba4727-f41b6a77 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: start;
  }

  #w-node-_47ccf828-24f4-3df8-2aea-a90087d53a29-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-_47ccf828-24f4-3df8-2aea-a90087d53a2b-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_47ccf828-24f4-3df8-2aea-a90087d53a2e-f41b6a77 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_81ada04b-f5f3-1455-e247-20fb59320bf2-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end start;
  }

  #w-node-_81ada04b-f5f3-1455-e247-20fb59320bf4-f41b6a77 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_81ada04b-f5f3-1455-e247-20fb59320bf7-f41b6a77 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745b98-6c1b6aab {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745ba5-6c1b6aab {
    grid-column: span 6 / span 6;
  }

  #w-node-_847ff370-72b5-ee68-4422-0bf0efb8c601-431b6ae3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5df-031b6a25, #w-node-c2bb2957-ef67-ca84-5309-0fdc896da5f1-031b6a25 {
    grid-column: span 2 / span 2;
  }

  #w-node-ca88064a-9599-6d16-6155-fbfdc401c87a-031b6a25 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3603843e-30d1-5c04-526a-7fbbbcfc74de-031b6a25 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1bf3240-75dc-b0f6-9014-333c19ba31d4-031b6a25 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_735b4a1d-618c-037d-4153-6e73f18b29e6-2a1b6aa9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a5182c55-911e-d65f-10e5-a8c3078fe903-2a1b6aa9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_32e14756-aa1b-ee09-dd9f-c715a5f1e715-2a1b6aa9, #w-node-e56b11cd-1764-65ab-ccf1-ad341ecffe55-b808b821, #w-node-b970b715-eea3-c4f2-a58f-6870f2e58f75-691a6ba4 {
    grid-column: span 6 / span 6;
  }

  #w-node-eef8f85c-a0c8-d36f-eb53-60f604fa5fe6-1a060464, #w-node-eef8f85c-a0c8-d36f-eb53-60f604fa6002-1a060464 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6401e8a8-5410-a132-2f9e-a5806695a9f4-6695a9d7, #w-node-_6401e8a8-5410-a132-2f9e-a5806695aa06-6695a9d7, #w-node-_9bda8435-bfd2-5c15-8a99-cb98bd9ba88a-f41b6a77, #w-node-_265683e3-4900-e67e-219a-246b0804b715-f41b6a77 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_36cfc6a7-30c2-6841-eab6-11f723baca8d-f41b6a77 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745b98-6c1b6aab {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-a70d32d6-30ec-bc64-1133-dfe733745ba5-6c1b6aab {
    grid-area: 2 / 1 / 5 / 6;
  }

  #w-node-_735b4a1d-618c-037d-4153-6e73f18b29e6-2a1b6aa9 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-a5182c55-911e-d65f-10e5-a8c3078fe903-2a1b6aa9 {
    grid-area: 2 / 1 / 3 / 6;
    justify-self: start;
  }

  #w-node-_32e14756-aa1b-ee09-dd9f-c715a5f1e715-2a1b6aa9, #w-node-e56b11cd-1764-65ab-ccf1-ad341ecffe55-b808b821, #w-node-b970b715-eea3-c4f2-a58f-6870f2e58f75-691a6ba4 {
    grid-area: 4 / 1 / 5 / 6;
  }
}


