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: #fff;
  font-size: 28px;
  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.with-header.hidden {
  display: none;
}

.section.gray-body {
  margin-top: 20px;
}

.section.gray-body.extra-padding {
  margin-bottom: 1px;
  padding-top: 180px;
  padding-bottom: 40px;
}

.section.gray-body.extra-padding.hidden {
  display: none;
}

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

.section.no-padding-bottom.hidden {
  display: block;
  padding-bottom: 100px;
}

.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: 1px solid #e8e9e9;
  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: #e4a86d;
}

.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 {
  margin-bottom: -1px;
  padding: 32px 104px;
  border: 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: #1c5e83;
  -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: #3781aa;
}

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

.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;
  background-color: #1c5e83;
}

.filled-btn.submit:hover {
  background-color: #3781aa;
}

.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;
}

.page-title.section-header {
  margin-bottom: 16px;
}

.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(3, 23, 34, 0.64)), to(rgba(3, 23, 34, 0.64))), url('../images/fotoFondo.jpg');
  background-image: linear-gradient(180deg, rgba(3, 23, 34, 0.64), rgba(3, 23, 34, 0.64)), url('../images/fotoFondo.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.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: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}

.nav-bar {
  position: fixed;
  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;
}

.logo.hidden {
  display: none;
}

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

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-wrapper {
  display: block;
  height: 100%;
  -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;
}

.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-header.margin-bottom {
  margin-bottom: 80px;
}

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

.cr-description-section.left {
  color: #e4a86d;
  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-title.gold {
  font-family: Lato, sans-serif;
  color: #e4a86d;
  font-weight: 700;
  text-transform: uppercase;
}

.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: 55px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e9e9;
  background-color: #fafafa;
}

.service-icon {
  width: 48px;
}

.service-icon.smaller {
  width: 35px;
}

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

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

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

.about-img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.about-img-border {
  position: absolute;
  left: 32px;
  top: 32px;
  right: -32px;
  bottom: -32px;
  z-index: 0;
  border: 8px solid #1c5e83;
}

.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-title {
  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;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.quote-img-border {
  position: absolute;
  left: -32px;
  top: 32px;
  right: 32px;
  bottom: -32px;
  z-index: 0;
  border: 8px solid #1c5e83;
}

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

.signature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -22px;
  color: #000;
  text-decoration: none;
}

.signature {
  display: block;
  height: 45px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.signature.hidden {
  display: none;
}

.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-color: transparent;
  background-image: url('../images/622f556b979ec078626f317c_quote-1.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: #031626;
}

.footer-links {
  display: none;
  -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;
  -ms-grid-row-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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding: 16px 56px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #052036;
}

.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;
}

.map {
  display: none;
  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: 2px none #1c5e83;
  background-color: #1c5e83;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.close-modal-btn:hover {
  background-color: #3781aa;
}

.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-col.first.hidden {
  display: none;
}

.footer-col.hidden {
  display: none;
}

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

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

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

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

.about-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 32px;
  padding-left: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 41.667% 8.334% 50%;
  grid-template-columns: 41.667% 8.334% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quote-block-left {
  position: relative;
  padding-bottom: 0px;
}

.quote-grid {
  display: -ms-grid;
  display: grid;
  padding-right: 32px;
  padding-left: 36px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 50% 3.3339999999999996% 39.667%;
  grid-template-columns: 50% 3.3339999999999996% 39.667%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.changelog-text-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changelog-text {
  margin-bottom: 10px;
  text-align: center;
}

.hero-section-copy {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: none;
  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, right top, color-stop(30%, #1c5e83), color-stop(42%, #1c5e83), to(rgba(40, 83, 121, 0.06))), url('../images/esta-foto-fue-tomada.jpg');
  background-image: linear-gradient(90deg, #1c5e83 30%, #1c5e83 42%, rgba(40, 83, 121, 0.06)), url('../images/esta-foto-fue-tomada.jpg');
  background-position: 0px 0px, 500px 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section-copy._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-copy._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;
}

.filled-btn-copy {
  margin-top: 16px;
  margin-right: 16px;
  padding: 12px 24px;
  border: 2px solid transparent;
  background-color: #003452;
  -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-copy:hover {
  background-color: #3781aa;
}

.filled-btn-copy:active {
  background-color: #3781aa;
}

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

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

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

.filled-btn-copy.submit {
  width: 100%;
  margin-right: 0px;
  background-color: #1c5e83;
}

.filled-btn-copy.submit:hover {
  background-color: #3781aa;
}

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

.hero-grid-copy {
  display: -ms-grid;
  display: grid;
  margin-top: 150px;
  margin-left: -62px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list {
  padding-right: 23px;
  padding-left: 23px;
}

.services-list {
  padding-left: 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.services-list-item {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 16px;
}

.cr-description {
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 27px;
}

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

.gold-heading.hidden {
  display: none;
}

.points-list {
  margin-top: 20px;
  margin-bottom: 7px;
  padding-bottom: 0px;
  padding-left: 20px;
  list-style-type: disc;
}

.point-list-item {
  padding-bottom: 25px;
  color: #23272a;
  font-size: 16px;
}

.link-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.heading {
  text-decoration: none;
}

.cr-description-label {
  margin-bottom: 22px;
  font-family: 'Open Sans', sans-serif;
  line-height: 27px;
  font-weight: 600;
}

.cr-description-copy {
  margin-bottom: 22px;
  line-height: 27px;
}

.service-icon-smaller {
  width: 35px;
}

.cr-heading {
  font-size: 20px;
}

.cr-subheading {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.quote-grid-copy {
  display: -ms-grid;
  display: grid;
  padding: 28px 32px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . Area";
  -ms-grid-columns: 50% 16px 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 53px;
}

.signature-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  color: #000;
  text-decoration: none;
}

.cr-subheading-copy {
  position: absolute;
  top: -45px;
  bottom: auto;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  white-space: normal;
}

.cr-subheading-underline {
  position: static;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 34px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.signature-block-copy {
  display: none;
  margin-top: -3px;
  color: #000;
  text-decoration: none;
}

.about-img-border-copy {
  position: absolute;
  left: 32px;
  top: 32px;
  right: -32px;
  bottom: -32px;
  z-index: 0;
  border: 8px solid #1c5e83;
}

@media screen and (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 {
    margin-bottom: 0px;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .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 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-us-text {
    margin-top: 32px;
    font-size: 16px;
    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-title {
    font-size: 32px;
    line-height: 38px;
  }

  .signature-block {
    margin-top: -21px;
  }

  .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;
  }

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

  .quote-block-left {
    padding-top: 0px;
  }

  .quote-grid {
    -ms-grid-columns: 41.667fr 50%;
    grid-template-columns: 41.667fr 50%;
  }

  .hero-grid-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading {
    font-size: 30px;
  }

  .quote-grid-copy {
    padding-top: 38px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .cr-subheading-copy {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .cr-subheading-underline {
    margin-top: -38px;
    padding-top: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .signature-block-copy {
    margin-top: -21px;
  }
}

@media screen and (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: 80px;
    padding-bottom: 80px;
  }

  .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;
  }

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

  .logo {
    height: 24px;
  }

  .logo.footer {
    margin-left: -10px;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .section-header-paragraph {
    width: 100%;
  }

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

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

  .about-img-border {
    left: 56px;
    top: 24px;
    right: -32px;
    bottom: -32px;
    margin-right: 62px;
    padding-right: 49px;
  }

  .quote-title {
    font-size: 32px;
    line-height: 38px;
  }

  .quote-img {
    padding-right: 36px;
    padding-left: 0px;
  }

  .quote-img-border {
    left: -32px;
    top: 24px;
    right: 56px;
    bottom: -32px;
  }

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

  .signature-block {
    margin-top: -44px;
    margin-right: 24px;
    padding-right: 235px;
  }

  .quote-name {
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .quote-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .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;
  }

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

  .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;
  }

  .about-grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-block-right {
    margin-bottom: 32px;
  }

  .quote-block-left {
    padding-bottom: 0px;
  }

  .quote-grid {
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 32px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .changelog-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quote-grid-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: left;
  }

  .div-block-2 {
    padding-left: 0px;
  }

  .cr-subheading-copy {
    position: static;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .cr-subheading-underline {
    margin-top: 6px;
    padding-top: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .about-img-border-copy {
    left: 56px;
    top: 24px;
    right: -32px;
    bottom: -32px;
    margin-right: -4px;
    padding-right: 49px;
  }
}

@media screen and (max-width: 479px) {
  .section.gray-body.extra-padding {
    padding-top: 57px;
    padding-bottom: 0px;
  }

  .hero-title {
    font-size: 14vw;
    line-height: 15.5vw;
  }

  .nav-bar {
    padding-right: 8px;
    padding-left: 16px;
  }

  .logo {
    height: 24px;
  }

  .services-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .about-img-border {
    top: 24px;
    right: -24px;
    bottom: -24px;
    margin-right: 31px;
    padding-right: 0px;
  }

  .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-title {
    font-size: 32px;
  }

  .quote-img-border {
    left: 0px;
    top: 24px;
    right: 24px;
    bottom: -24px;
  }

  .quote-img-wrapper {
    top: 24px;
    right: 0px;
    padding-right: 0px;
    padding-left: 24px;
  }

  .signature-block {
    margin-top: -150px;
    margin-right: 70px;
    padding-right: 0px;
  }

  .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;
  }

  .text-field {
    font-size: 16px;
  }

  .select-field {
    font-size: 16px;
  }

  .textarea {
    font-size: 16px;
  }

  .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;
  }

  .quote-block-left {
    padding-bottom: 0px;
  }

  .cr-description {
    margin-bottom: 22px;
  }

  .heading {
    font-size: 18px;
  }

  .quote-grid-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-2 {
    padding-bottom: 104px;
  }

  .cr-subheading-copy {
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .cr-subheading-underline {
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .about-img-border-copy {
    top: 24px;
    right: -24px;
    bottom: -24px;
    margin-right: -6px;
    padding-right: 0px;
  }
}

#w-node-fa26440d-805a-9da8-4743-099509ee46f2-496f3168 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-496f3168 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_37d05ef2-9523-196e-3937-3c0b6edfb583-496f3168 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_37d05ef2-9523-196e-3937-3c0b6edfb58f-496f3168 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a11501fc-ad4b-48ef-880c-92e164d61c3d-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6480f121-135b-7a47-3c46-d32b72e633e4-496f3168 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6480f121-135b-7a47-3c46-d32b72e633e6-496f3168 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_6480f121-135b-7a47-3c46-d32b72e633d1-496f3168 {
  -ms-grid-row-align: center;
  align-self: center;
  -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-node-_65861fa7-b964-702b-f422-3661f1f6ac3e-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65861fa7-b964-702b-f422-3661f1f6ac53-496f3168 {
  -ms-grid-row-align: center;
  align-self: center;
  -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-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-496f3168 {
  -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-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-496f3168 {
  -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;
}

#w-node-_94483474-83c9-6d94-2d0c-6fb9493e991f-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_63d599d2-46df-098a-30ea-be19ce30f08e-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6d2ef339-df21-3f0d-68fc-ebbbb59b1058-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dca00656-b1c8-57e7-1ad6-d9a57f7c329c-496f3168 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3c4a073-a4ba-bfae-2a00-ab77c577d485-496f3168 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

@media screen and (max-width: 991px) {
  #w-node-fa26440d-805a-9da8-4743-099509ee46f2-496f3168 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_37d05ef2-9523-196e-3937-3c0b6edfb58f-496f3168 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_94483474-83c9-6d94-2d0c-6fb9493e991f-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_63d599d2-46df-098a-30ea-be19ce30f08e-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6d2ef339-df21-3f0d-68fc-ebbbb59b1058-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dca00656-b1c8-57e7-1ad6-d9a57f7c329c-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f3c4a073-a4ba-bfae-2a00-ab77c577d485-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a4eb8fc-3540-534e-5956-201538ac5008-496f3168 {
    -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;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_37d05ef2-9523-196e-3937-3c0b6edfb58f-496f3168 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-496f3168 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-496f3168 {
    -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-_94483474-83c9-6d94-2d0c-6fb9493e991f-496f3168 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_63d599d2-46df-098a-30ea-be19ce30f08e-496f3168 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6d2ef339-df21-3f0d-68fc-ebbbb59b1058-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-dca00656-b1c8-57e7-1ad6-d9a57f7c329c-496f3168 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-f3c4a073-a4ba-bfae-2a00-ab77c577d485-496f3168 {
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bdb3b97e-d78e-dc95-4f0b-e98f6e10d33b-496f3168 {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_1b7ea704-a8f0-ea69-9529-e7d0f29580bb-496f3168 {
    -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-f3c4a073-a4ba-bfae-2a00-ab77c577d485-496f3168 {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

