body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  display: block;
  padding-top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #1d242b), color-stop(73%, #213549), to(#324252));
  background-image: linear-gradient(180deg, #1d242b 17%, #213549 73%, #324252);
  font-family: 'Playfair Display', sans-serif;
  color: transparent;
}

.about-intro-grid {
  overflow: visible;
  height: auto;
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 226px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 0.75fr 226px 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #1d242b;
  background-color: transparent;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 100px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.paragraph-light-2 {
  padding-left: 100px;
  opacity: 0.6;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 43px;
  font-weight: 400;
}

.div-block {
  background-color: #fff;
}

.heading {
  width: auto;
  max-width: 600px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 85px;
  padding-right: 40px;
  padding-left: 20px;
  color: #fff;
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.cta-bold-text {
  max-width: 600px;
  min-width: auto;
  padding-bottom: 18px;
  padding-left: 20px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  -o-object-fit: fill;
  object-fit: fill;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-2 {
  background-color: transparent;
  background-image: linear-gradient(159deg, #1d242b 19%, #324252);
}

.site-description {
  font-family: 'Open Sans', sans-serif;
  color: #aaa;
  line-height: 145%;
}

.grey-rule {
  width: 90px;
  height: 1px;
  margin-top: 85px;
  margin-bottom: 85px;
  background-color: #c7c7c7;
}

.social-icon-link {
  width: 20px;
  margin-right: 9px;
  opacity: 0.36;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.sidebar-wrapper {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 20%;
  height: 100%;
  min-width: 320px;
  padding: 150px 50px 50px;
  border-right: 1px solid #e2e2e2;
  background-color: #fff;
}

.content-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: auto;
  display: block;
  overflow: visible;
  width: 80%;
  max-width: 800vw;
  min-height: auto;
  min-width: 50%;
  margin-right: 30px;
  margin-left: 0px;
  padding: 150px 50px 50px;
  float: none;
  clear: none;
  opacity: 1;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block {
  padding-left: 20px;
  color: #fff;
  font-size: 20px;
}

.heading-2 {
  margin-top: 0px;
  color: #a55e1f;
  font-size: 16px;
  font-weight: 700;
}

.site-description-2 {
  font-family: 'Open Sans', sans-serif;
  color: #aaa;
  line-height: 145%;
}

.social-icon-link-2 {
  width: 20px;
  margin-right: 9px;
  opacity: 0.36;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link-2:hover {
  opacity: 0.9;
}

.heading-3 {
  margin-top: 0px;
  color: #a55e1f;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .body {
    max-width: 1200px;
  }
  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    white-space: pre-wrap;
  }
  .site-description {
    width: 300px;
  }
  .grey-rule {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sidebar-wrapper {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 310px;
    min-width: 100%;
    padding: 30px;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .content-wrapper {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-bottom: 60px;
    margin-left: 0px;
    padding: 30px;
    float: none;
    clear: none;
  }
  .heading-2 {
    width: 300px;
  }
  .site-description-2 {
    max-width: 300px;
  }
  .heading-3 {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }
  .site-description {
    margin-bottom: 15px;
    text-align: left;
  }
  .grey-rule {
    display: block;
    margin: 21px auto;
  }
  .social-icon-link {
    margin-right: 8px;
    margin-left: 8px;
  }
  .sidebar-wrapper {
    position: static;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    border-right-style: none;
    text-align: center;
  }
  .content-wrapper {
    width: 100%;
    margin-left: 0px;
  }
  .heading-2 {
    text-align: left;
  }
  .site-description-2 {
    margin-bottom: 5px;
    text-align: left;
  }
  .social-icon-link-2 {
    margin-right: 8px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: left;
    clear: right;
  }
  .image {
    position: static;
    display: block;
    overflow: visible;
    float: none;
    clear: none;
    text-align: left;
  }
  .heading-3 {
    float: none;
    clear: left;
    text-align: left;
  }
}

@media (max-width: 479px) {
  .body {
    padding-top: 20px;
    background-color: #213549;
    background-image: none;
  }
  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }
  .heading {
    margin-bottom: 40px;
    padding-right: 20px;
    font-size: 26px;
    line-height: 46px;
  }
  .body-2 {
    display: block;
    overflow: visible;
    max-height: 953vh;
    max-width: 320vh;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-family: 'Playfair Display', sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .site-description {
    width: auto;
    max-width: 260px;
    margin-bottom: 5px;
    text-align: left;
  }
  .sidebar-wrapper {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: auto;
    overflow: auto;
    height: 100%;
    min-height: 100%;
    padding: 20px;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .content-wrapper {
    position: static;
    display: block;
    overflow: auto;
    height: 100%;
    max-height: none;
    min-height: 100%;
    padding: 0px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 14px;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .heading-2 {
    text-align: left;
  }
  .site-description-2 {
    max-width: 260px;
  }
  .social-icon-link-2 {
    margin-right: 0px;
  }
}

