.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #23272a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #23272a;
  font-size: 15px;
  line-height: 21px;
}

a {
  color: #e4a86d;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-left: 40px;
}

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

li {
  color: #636668;
  font-size: 15px;
  line-height: 21px;
}

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

blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px 24px;
  border-left: 5px solid #e4a86d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

figure {
  margin-top: 32px;
  margin-bottom: 16px;
}

.gray-body {
  background-color: #f9f9f9;
}

.container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.with-header {
  padding-top: 104px;
}

.section.gray-body.extra-padding {
  padding-top: 168px;
  padding-bottom: 168px;
}

.section.no-padding-bottom {
  padding-top: 104px;
  padding-bottom: 0px;
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0px;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 104px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
}

.style-guide-block.block {
  display: block;
}

.style-guide-block.narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}

.colors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-block {
  height: 88px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.color-block.white {
  border: 1px solid #e8e9e9;
  background-color: #fff;
}

.color-block.titanium-black {
  background-color: #23272a;
}

.color-block.gold {
  background-color: #e5a96c;
}

.color-block.light-grey {
  border: 1px solid #e8e9e9;
  background-color: #fcfcfc;
}

.color-block.border-color {
  background-color: #e8e9e9;
}

.color-block.subtitles {
  background-color: #909294;
}

.color-block.paragraphs {
  background-color: #646769;
}

.color-block-wrapper {
  width: 20%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.color-title {
  margin-top: 10px;
  color: #23272a;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.style-guide-block-title {
  padding: 32px 104px;
  border-bottom: 1px solid #e8e9e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
}

.style-guide-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.grayscale-block {
  height: 88px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #23272a;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._90 {
  background-color: #383c3e;
}

.grayscale-block._80 {
  background-color: #4f5254;
}

.grayscale-block._70 {
  background-color: #646769;
}

.grayscale-block._60 {
  background-color: #7b7d7f;
}

.grayscale-block._50 {
  background-color: #909294;
}

.grayscale-block._40 {
  background-color: #a7a8a9;
}

.grayscale-block._30 {
  background-color: #bcbdbe;
}

.grayscale-block._20 {
  background-color: #d3d3d4;
}

.grayscale-block._10 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #e8e9e9;
}

.greyscale-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 4px;
}

.greyscales-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greyscale-title {
  margin-bottom: 10px;
  color: #23272a;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.headings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-block {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-subtitle {
  padding-left: 4px;
  color: #8f9193;
}

.sub-paragraph {
  color: #636668;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-block-wrapper {
  width: 33.334%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8e8;
}

.button-block.bg-img {
  background-image: url('../images/andrew-neel-369701.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-subtitle {
  margin-top: 10px;
  color: #8f9193;
  text-align: center;
}

.filled-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  border: 2px solid transparent;
  background-color: #e4a86d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.filled-btn:hover {
  background-color: #d79b60;
}

.filled-btn:active {
  background-color: #cb8f54;
}

.filled-btn.small {
  padding: 8px 16px;
}

.filled-btn.no-margin-top {
  margin-top: 0px;
}

.filled-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.filled-btn.submit {
  width: 100%;
  margin-right: 0px;
}

.transparent-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  border: 2px solid transparent;
  background-color: hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(35, 39, 42, 0.3);
}

.transparent-btn:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.transparent-btn:active {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.transparent-btn.no-margin-top {
  margin-top: 0px;
}

.transparent-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.transparent-btn.small {
  padding: 8px 16px;
}

.transparent-btn.small.in-nav-bar {
  margin: 20px 0px 20px 12px;
  font-size: 15px;
}

.transparent-btn.small.go-home {
  margin-top: 0px;
  margin-right: 0px;
}

.page-title {
  margin-top: 24px;
  margin-bottom: 80px;
  text-align: center;
}

.hero-section {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 37, 29, 0.3)), to(rgba(46, 37, 29, 0.3))), url('../images/thomas-drouault-793767-unsplash1.jpg');
  background-image: linear-gradient(180deg, rgba(46, 37, 29, 0.3), rgba(46, 37, 29, 0.3)), url('../images/thomas-drouault-793767-unsplash1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section._404 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/rawpixel-com-567025-unsplash.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/rawpixel-com-567025-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-section._401 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#fcfcfc));
  background-image: linear-gradient(180deg, #fcfcfc, #fcfcfc);
  background-position: 0px 0px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 76px;
  line-height: 88px;
}

.hero-paragraph {
  margin-bottom: 48px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 15px;
  line-height: 21px;
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 56px;
  padding-left: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.nav-bar.bg {
  background-color: #23272a;
}

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

.logo {
  height: 32px;
}

.logo.footer {
  display: block;
  height: 24px;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-wrapper.footer {
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link {
  padding: 30px 12px;
  border-bottom: 1px solid transparent;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.4px;
}

.nav-link:hover {
  color: #e4a86d;
}

.nav-link.w--current {
  border-bottom: 1px solid #fff;
  opacity: 0.5;
  color: #fff;
}

.nav-link.w--current:hover {
  opacity: 0.8;
}

.section-subheading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  color: #e4a86d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.section-title {
  font-family: 'Playfair Display', sans-serif;
  font-size: 42px;
  line-height: 48px;
  text-align: center;
  text-transform: none;
}

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

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

.section-title.extra-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}

.section-header-paragraph {
  width: 50%;
  margin: 16px auto 0px;
  color: #636668;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e9e9;
  background-color: #fafafa;
}

.service-icon {
  width: 48px;
}

.service-title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  cursor: default;
}

.service-text {
  color: #636668;
  font-size: 15px;
  cursor: default;
}

.about-us-text {
  margin-top: 40px;
  margin-bottom: 0px;
}

.about-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: url('../images/nik-macmillan-280300-unsplash1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img-wrapper {
  position: relative;
  left: -32px;
}

.about-col-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-img-border {
  position: absolute;
  left: 32px;
  top: 32px;
  right: -32px;
  bottom: -32px;
  z-index: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #e4a86d;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-title {
  position: relative;
  z-index: 1;
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
}

.quote-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.quote-col-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-img-border {
  position: absolute;
  left: -32px;
  top: 32px;
  right: 32px;
  bottom: -32px;
  z-index: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #e4a86d;
}

.quote-img-wrapper {
  position: relative;
  right: -32px;
}

.signature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}

.signature {
  height: 56px;
  margin-right: 10px;
}

.vertical-divider {
  display: inline-block;
  width: 1px;
  height: 56px;
  background-color: #23272a;
  opacity: 0.5;
}

.quote-name {
  margin-top: 4px;
  margin-left: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

.quote-subtitle {
  margin-top: 4px;
  margin-left: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #909294;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.quote-subtitles-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote-icon {
  position: absolute;
  left: -80px;
  top: -32px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/quote.svg');
  background-position: 0px 0px;
  background-size: 160px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.team-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e9e9;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.team-block-wrapper:hover {
  background-color: #fafafa;
}

.team-img {
  width: 100%;
  min-height: 240px;
}

.team-img.member-1 {
  min-height: 272px;
  background-image: url('../images/ali-morshedlou-584053-unsplash2.jpg');
  background-position: 50% 32%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.team-img.member-2 {
  min-height: 272px;
  background-image: url('../images/adult-blurred-background-checkered-shirt-936072v3.jpg');
  background-position: 50% 30%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.team-img.member-3 {
  min-height: 272px;
  background-image: url('../images/adult-blur-books-842567v3.jpg');
  background-position: 50% 5%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.team-img.member-4 {
  min-height: 272px;
  background-image: url('../images/beautiful-blur-casual-935756v2.jpg');
  background-position: 50% 30%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.team-card-bottom {
  width: 100%;
  padding: 16px;
  border-top: 1px solid #e8e9e9;
}

.team-title {
  margin-top: 0px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}

.team-subtitle {
  padding-left: 4px;
  color: #8f9193;
  text-align: center;
  cursor: default;
}

.contact-form-wrapper {
  width: 66.6667%;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.half-fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  width: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-field {
  height: 48px;
  margin-bottom: 32px;
  padding: 16px;
  border: 1px solid #e8e9e9;
  background-color: #fcfcfc;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #23272a;
}

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

.text-field::-webkit-input-placeholder {
  color: #909294;
}

.text-field:-ms-input-placeholder {
  color: #909294;
}

.text-field::-ms-input-placeholder {
  color: #909294;
}

.text-field::placeholder {
  color: #909294;
}

.select-field {
  height: 48px;
  margin-bottom: 32px;
  padding: 14px 16px;
  border: 1px solid #e8e9e9;
  background-color: #fcfcfc;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #909294;
}

.select-field:focus {
  border-color: #e4a86d;
}

.textarea {
  min-height: 240px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #e9e8e8;
  background-color: #fcfcfc;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #23272a;
}

.textarea:focus {
  border-color: #e4a86d;
}

.textarea::-webkit-input-placeholder {
  color: #909294;
}

.textarea:-ms-input-placeholder {
  color: #909294;
}

.textarea::-ms-input-placeholder {
  color: #909294;
}

.textarea::placeholder {
  color: #909294;
}

.textarea.small {
  min-height: 120px;
}

.footer {
  background-color: #23272a;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  text-decoration: none;
  cursor: pointer;
}

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

.copyright-section {
  margin-top: 64px;
  padding: 32px 56px;
  background-color: #383c3e;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-right: 56px;
  padding-left: 56px;
}

.copyright-text {
  display: inline-block;
  color: #909294;
}

.copyright-text.right {
  float: right;
}

.copyright-text.left {
  float: left;
}

.map {
  width: 100%;
  margin-top: 80px;
}

.subtext {
  font-family: Lato, sans-serif;
  color: #23272a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.subtext.white {
  color: #fff;
}

.subtext.white.small {
  font-size: 14px;
  line-height: 20px;
}

.modal-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(35, 39, 42, 0.5);
  opacity: 0;
}

.modal {
  position: static;
  padding: 32px;
  background-color: #fff;
}

.modal-form {
  margin-top: 56px;
}

.close-modal-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #e4a86d;
  background-color: #e4a86d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.close-modal-btn:hover {
  background-color: #23272a;
}

.cross-line {
  width: 2px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  -webkit-transform: translate(-1px, -1px) rotate(45deg);
  -ms-transform: translate(-1px, -1px) rotate(45deg);
  transform: translate(-1px, -1px) rotate(45deg);
}

.cross-line.mirror {
  -webkit-transform: translate(1px, -1px) rotate(-45deg);
  -ms-transform: translate(1px, -1px) rotate(-45deg);
  transform: translate(1px, -1px) rotate(-45deg);
}

.big-error-text {
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 126px;
  text-align: center;
}

._401-form {
  width: 33.333%;
}

.form {
  width: auto;
}

.success-message {
  background-color: #e4a86d;
  color: #fff;
}

.error-message {
  background-color: #f6e3d2;
  color: #23272a;
}

.source-link {
  display: block;
  text-align: center;
}

.source-block {
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e8e9e9;
}

.source-block.last {
  border-bottom-style: none;
}

.btn-container {
  margin-top: 32px;
}

.btn-container.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-col {
  width: 33.3336%;
  padding-right: 16px;
  padding-left: 16px;
}

.footer-col.first {
  padding-right: 32px;
  padding-left: 0px;
}

.footer-info-text {
  display: inline-block;
  margin-top: 24px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 20px;
}

.footer-title {
  margin-bottom: 16px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.footer-text {
  display: inline-block;
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-link {
  width: 30px;
}

.button {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #e4a86d;
  font-family: 'Playfair Display', sans-serif;
  font-size: 17px;
}

.dropdown {
  width: 61.120302%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.icon-2 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
}

.dropdown-2 {
  width: 89.120302%;
}

.text-block-2 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
  h3 {
    font-size: 34px;
    line-height: 40px;
  }
  h4 {
    font-size: 28px;
    line-height: 34px;
  }
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
  h6 {
    font-size: 16px;
    line-height: 24px;
  }
  .section {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .section.gray-body.extra-padding {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }
  .style-guide-block {
    padding: 64px 88px;
  }
  .colors-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .color-block-wrapper {
    width: 25%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .color-title {
    font-size: 12px;
  }
  .style-guide-block-title {
    padding-right: 88px;
    padding-left: 88px;
  }
  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }
  .heading-block {
    margin-bottom: 16px;
  }
  .button-block-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }
  .hero-title {
    font-size: 70px;
    line-height: 76px;
  }
  .nav-bar {
    padding-right: 16px;
    padding-left: 32px;
  }
  .nav-menu {
    background-color: #383c3e;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link.w--current {
    border-bottom-color: transparent;
  }
  .section-title {
    font-size: 40px;
    line-height: 46px;
  }
  .section-header-paragraph {
    width: 80%;
  }
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .about-us-text {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .quote-columns {
    padding-right: 32px;
  }
  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }
  .quote-icon {
    left: -32px;
    top: -8px;
    width: 80%;
    height: 80%;
    background-size: 80px;
  }
  .contact-form-wrapper {
    width: 80%;
  }
  .text-field.small {
    margin-bottom: 16px;
  }
  .select-field.small {
    margin-bottom: 16px;
  }
  .textarea.small {
    margin-bottom: 0px;
  }
  .copyright-text.right {
    font-size: 12px;
    line-height: 18px;
  }
  .copyright-text.left {
    font-size: 12px;
    line-height: 18px;
  }
  .icon {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
  .menu-button {
    padding: 24px;
  }
  .menu-button.w--open {
    background-color: #383c3e;
  }
  .modal-form {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
  h4 {
    font-size: 26px;
    line-height: 32px;
  }
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .section.gray-body.extra-padding {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }
  .style-guide-block {
    padding: 48px 72px;
  }
  .colors-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .color-block-wrapper {
    width: 100%;
    margin: 16px 0px;
  }
  .style-guide-block-title {
    padding: 16px 72px;
  }
  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }
  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
  .hero-title {
    font-size: 64px;
    line-height: 70px;
  }
  .nav-bar {
    padding-right: 8px;
    padding-left: 24px;
  }
  .logo {
    height: 24px;
  }
  .logo.footer {
    margin-left: -10px;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  .section-header-paragraph {
    width: 100%;
  }
  .about-img-border {
    left: 24px;
    top: 24px;
    right: -24px;
    bottom: -24px;
  }
  .quote-columns {
    padding-right: 0px;
    padding-left: 0px;
  }
  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }
  .quote-img-border {
    left: -24px;
    top: 24px;
    right: 24px;
    bottom: -24px;
  }
  .quote-img-wrapper {
    right: -16px;
  }
  .quote-name {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .quote-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .quote-col-1 {
    padding-right: 0px;
  }
  .footer-link {
    margin-bottom: 16px;
  }
  .copyright-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright-text.right {
    margin-top: 4px;
  }
  .copyright-text.left {
    margin-top: 4px;
  }
  .modal {
    padding: 24px;
  }
  .modal-form {
    margin-top: 32px;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-col.first {
    padding-right: 0px;
  }
  .footer-title {
    margin-bottom: 24px;
  }
  .footer-text {
    margin-bottom: 16px;
  }
}

@media (max-width: 479px) {
  .section.gray-body.extra-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero-title {
    font-size: 14vw;
    line-height: 15.5vw;
  }
  .nav-bar {
    padding-right: 8px;
    padding-left: 16px;
  }
  .logo {
    height: 24px;
  }
  .about-col-3 {
    left: -16px;
    top: 32px;
  }
  .about-columns {
    display: block;
  }
  .about-img-border {
    left: 24px;
    top: 24px;
    right: -24px;
    bottom: -24px;
  }
  .about-col-1 {
    padding-bottom: 56px;
  }
  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .quote-columns {
    display: block;
    padding-left: 0px;
  }
  .quote-title {
    font-size: 32px;
  }
  .quote-col-3 {
    left: -24px;
  }
  .quote-img-border {
    left: 24px;
    top: 24px;
    right: -24px;
    bottom: -24px;
  }
  .quote-img-wrapper {
    top: 32px;
  }
  .quote-col-1 {
    margin-bottom: 56px;
  }
  .contact-form-wrapper {
    width: 90%;
  }
  .half-fields-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block {
    display: none;
  }
  .footer-links {
    margin-top: 32px;
  }
  .footer-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-section {
    padding-top: 48px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .copyright-text.right {
    line-height: 26px;
    text-align: center;
  }
  .copyright-text.left {
    margin-top: 8px;
  }
  .modal {
    margin-right: 8px;
    margin-left: 8px;
    padding: 16px;
  }
  .modal-form {
    margin-top: 16px;
  }
  .close-modal-btn {
    z-index: 0;
    padding: 16px 24px;
  }
}

#w-node-e7d0f29580bb-8dc7b93b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-e98f6e10d33b-8dc7b93b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-2fc578080cc4-8dc7b93b {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media (max-width: 991px) {
  #w-node-e98f6e10d33b-8dc7b93b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
  #w-node-2fc578080cc4-8dc7b93b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

