* {
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  font-family: "h1";
  letter-spacing: 0.15rem;
  color: #f1fdfd;
  scrollbar-width: none;
}

html::-webkit-scrollbar {
  display: none;
}

.animate-nav,
.letter {
  display: inline-block;
}

h1 {
  font-size: calc(5rem + 0.05vmin);
}

h2 {
  font-size: calc(4rem + 0.03vmin);
}

h3 {
  font-size: calc(2rem + 0.01vmin);
  line-height: 1.25;
}

h4 {
  font-size: calc(1.8rem + 0.01vmin);
}

h5 {
  font-size: calc(.7rem + 0.5vmin);
  letter-spacing: 2px;
}

.button-general {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.body {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  color: #f1fdfd;
  font-size: calc(3vmin + 0.2vmin);
}

@media screen and (min-width: 1201px) {
  .body {
    font-size: calc(1.5vmin);
  }
}

@media screen and (min-width: 1001px) {
  .body {
    font-size: calc(2vmin);
  }
}

.bg__img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(40%) grayscale(100%);
          filter: brightness(40%) grayscale(100%);
  z-index: -5;
}

.body__vertical-lines__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.body__vertical-lines__wrap .body__vertical-lines {
  display: block;
  top: 0;
  width: 2px;
  height: 100vh;
  opacity: 0.03;
}

.logo {
  position: fixed;
  top: 2vh;
  left: 3vh;
  width: 120px;
  stroke-width: 3px;
  stroke: #f1fdfd;
  z-index: 10;
}

@media screen and (min-width: 1201px) {
  .logo {
    width: 210px;
  }
}

.logo--fill {
  fill: #f1fdfd;
}

.nav__fade-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: -1;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100vh;
  width: 345px;
  z-index: 19;
}

.bg--color {
  background-color: #232324;
  z-index: -1;
}

.header__nav {
  width: inherit;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: 100vh;
      grid-template-rows: 100vh;
}

.nav__list {
  grid-area: 1/1/-1/-1;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content;
      grid-template-columns: -webkit-max-content;
      grid-template-columns: max-content;
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
  text-align: center;
}

.nav__items {
  padding: 1vmin;
}

.nav__list-separator {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.5rem 0 0rem 0;
  padding: 0;
}

.nav__items--separator::after {
  content: "|";
  padding: 0 2vw;
  color: #f1fdfd;
}

.nav__trigger-wrap {
  position: fixed;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 3rem;
  top: 2rem;
  z-index: 20;
}

@media screen and (min-width: 600px) {
  .nav__trigger-wrap {
    height: 100vh;
    width: 25px;
    top: 0;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav__trigger {
  margin: auto 0;
  width: 100%;
  font-size: calc(16px + (24 - 16) * ((100vw - 375px) / (1000 - 375)));
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .nav__trigger__text {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.nav__trigger__line-top, .nav__trigger__line-bottom {
  display: block;
  top: 4rem;
  width: 2px;
  margin-left: 17px;
  height: calc(100vh / 2 - 10vmin);
  background-color: #DEB887;
}

.main__index-page {
  position: fixed;
  top: 0;
  left: 0;
}

.main__wrap {
  height: 100vh;
  width: 100vw;
  max-height: 98%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4] 25% 10%;
      grid-template-columns: repeat(4, 1fr) 25% 10%;
  -ms-grid-rows: 5vmax (1fr)[4];
      grid-template-rows: 5vmax repeat(4, 1fr);
      grid-template-areas: "spc    .       .       .       .       ." ".      desc    desc    desc    panel   ." ".      quote   quote   quote   panel   . " ".      quote   quote   quote   panel   . " "button button  button  button  button  button";
}

@media screen and (max-width: 1200px) {
  .main__wrap {
    -ms-grid-columns: 0.25fr (1fr)[3] 2fr 0.2fr;
        grid-template-columns: 0.25fr repeat(3, 1fr) 2fr 0.2fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "spc    .       .       .       .       ." ".      desc    desc    .       panel   ." ".      quote   quote   .       panel   ." ".      quote   quote   .       panel   ." "button button  button  button  button  button";
  }
}

@media screen and (max-width: 1000px) {
  .main__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: min-content;
        grid-template-columns: -webkit-min-content;
        grid-template-columns: min-content;
    -ms-grid-rows: 15vh auto auto auto;
        grid-template-rows: 15vh auto auto auto;
    row-gap: 10px;
        grid-template-areas: "desc" "quote" "button" "panel";
  }
}

@media screen and (max-width: 600px) {
  .main__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 85vw;
        grid-template-columns: 85vw;
    -ms-grid-rows: 21vh min-content max-content auto;
        grid-template-rows: 21vh -webkit-min-content -webkit-max-content auto;
        grid-template-rows: 21vh min-content max-content auto;
    row-gap: 10px;
        grid-template-areas: "desc" "quote" "button" "panel";
  }
}

.index__quote-wrap {
  margin-left: -1vw;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: quote;
  -ms-grid-row-align: end;
      align-self: end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content;
      grid-template-columns: -webkit-max-content;
      grid-template-columns: max-content;
  -ms-grid-rows: min-content min-content;
      grid-template-rows: -webkit-min-content -webkit-min-content;
      grid-template-rows: min-content min-content;
}

@media screen and (min-width: 1201px) {
  .index__quote-wrap {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 1vw;
    margin-top: 2vh;
  }
}

@media screen and (min-width: 1000px) {
  .index__quote-wrap {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-left: 1vw;
    margin-top: 2vh;
  }
}

.index__quote {
  grid-area: 1/1/-1/-1;
  font-family: l, sans-serif;
  font-size: calc(90vmin / 14);
  line-height: 1.25;
  letter-spacing: 0.05vw;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-start;
  padding: 0;
  margin-bottom: 1.8rem;
  color: #f1fdfd;
}

.index__quote::before {
  content: open-quote;
}

.index__quote::after {
  content: close-quote;
}

.index__author {
  grid-area: 2/1/-1/-1;
  justify-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #f1fdfd;
  padding: 0;
}

.index__phrase-wrap {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: desc;
  color: #f1fdfd;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  width: 75%;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media screen and (min-width: 1201px) {
  .index__phrase-wrap {
    width: 40%;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

@media screen and (max-width: 600px) {
  .index__phrase-wrap {
    margin-bottom: 1vh;
  }
}

.index__phrase {
  grid-area: 1/1/-1/-1;
  display: block;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

/*****************************************
****************** Services Panel ********
*****************************************/
.index__service-wrap {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: panel;
  max-height: 100%;
      align-self: center;
      justify-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -ms-grid;
  display: grid;
      grid-template-rows: 0.11fr 1fr 0.15fr;
      grid-template-areas: "scroll" "panel" "skip";
}

.index__skip-intro-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: skip;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}

@media (min-width: 1201px) {
  .index__skip-intro-wrap .short-text {
    display: none;
  }
  .index__skip-intro-wrap .long-text {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .index__skip-intro-wrap .short-text {
    display: inline-block;
  }
  .index__skip-intro-wrap .long-text {
    display: none;
  }
}

.index__scroll-count-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: scroll;
  align-self: flex-start;
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'textAndCount';
}

@media (min-width: 1201px) {
  .index__scroll-count-wrap .short-text {
    display: none;
  }
  .index__scroll-count-wrap .long-text {
    display: inline-block;
  }
}

@media (max-width: 1200px) {
  .index__scroll-count-wrap .short-text {
    display: inline-block;
  }
  .index__scroll-count-wrap .long-text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .index__scroll-count-wrap {
    margin-bottom: 4vh;
  }
}

.index__scroll-text-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: textAndCount;
  justify-self: flex-start;
}

.index__num-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: textAndCount;
  justify-self: flex-end;
}

.arrow-left {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
}

.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid;
}

.service__section {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: panel;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.3fr 0.5fr 1fr 0.5fr 0.3fr;
      grid-template-columns: 0.3fr 0.5fr 1fr 0.5fr 0.3fr;
  -ms-grid-rows: 0.4fr (1fr)[4] 0.4fr;
      grid-template-rows: 0.4fr repeat(4, 1fr) 0.4fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2;
}

@media screen and (max-width: 600px) {
  .service__section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.6fr 4fr 0.6fr;
        grid-template-columns: 0.6fr 4fr 0.6fr;
    -ms-grid-rows: 0.3fr 0.5fr 1fr 0.5fr 0.3fr;
        grid-template-rows: 0.3fr 0.5fr 1fr 0.5fr 0.3fr;
  }
}

.service__gradient {
  grid-area: 1/1/-1/-1;
  width: 95%;
  height: 103%;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.service__gradientSm {
  grid-area: 1/1/-1/-1;
  width: 89%;
  height: 93%;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.service__gradient1 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#498DB3e3), color-stop(#498DB336), color-stop(#498DB300), color-stop(#498DB300), color-stop(#498DB336), to(#498DB3e3));
  background-image: linear-gradient(to right bottom, #498DB3e3, #498DB336, #498DB300, #498DB300, #498DB336, #498DB3e3);
}

.service--color1 {
  background-color: #498DB3b9;
}

.service__gradient3 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#AB4E52e3), color-stop(#AB4E5236), color-stop(#AB4E5200), color-stop(#AB4E5200), color-stop(#AB4E5236), to(#AB4E52e3));
  background-image: linear-gradient(to right bottom, #AB4E52e3, #AB4E5236, #AB4E5200, #AB4E5200, #AB4E5236, #AB4E52e3);
}

.service--color3 {
  background-color: #AB4E52b9;
}

.service__gradient4 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#c6e1ffe3), color-stop(#c6e1ff36), color-stop(#c6e2ff00), color-stop(#c6e2ff00), color-stop(#c6e1ff36), to(#c6e2ffe3));
  background-image: linear-gradient(to right bottom, #c6e1ffe3, #c6e1ff36, #c6e2ff00, #c6e2ff00, #c6e1ff36, #c6e2ffe3);
}

.service--color4 {
  background-color: #c6e2ffb9;
}

.service__gradient2 {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#b2966ee3), color-stop(#b2966e36), color-stop(#b2966e00), color-stop(#b2966e00), color-stop(#b2966e36), to(#b2966ee3));
  background-image: linear-gradient(to right bottom, #b2966ee3, #b2966e36, #b2966e00, #b2966e00, #b2966e36, #b2966ee3);
}

.service--color2 {
  background-color: #b2966eb9;
}

.service__box {
  grid-area: 1/2/-1/-1;
  margin-left: 15%;
  width: 82.5%;
  height: 100%;
  outline: 10px double #f1fdfd;
  -ms-grid-column-align: start;
      justify-self: start;
}

@media screen and (max-width: 600px) {
  .service__box {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-area: 1/1/5/-1;
    width: 100%;
    height: 90%;
    margin-left: 0;
    margin-top: -0.5rem;
  }
}

.service__img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 2/2/6/5;
  display: -ms-grid;
  display: grid;
}

@media screen and (max-width: 600px) {
  .service__img {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/5/3;
    width: 100%;
  }
}

.service__image {
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.service__mini-title {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
  grid-area: 5/2/6/5;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  -ms-grid-column-align: center;
      justify-self: center;
  border: 2px solid #f1fdfd;
  width: 100%;
  padding: .35rem;
  font-size: calc(17px + (26 - 17) * ((100vw - 375px) / (1000 - 375)));
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
  color: #f1fdfd;
  color: #f1fdfd;
}

@media screen and (min-width: 1201px) {
  .service__mini-title {
    font-size: calc(2.5vmin + 0.2vmin);
  }
}

@media screen and (max-width: 600px) {
  .service__mini-title {
    width: 100%;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
}

.article {
  grid-area: info;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 90%;
  height: 90%;
  background-color: #f1fdfd;
  color: #122c63;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
}

.service__hr {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 1vmin 0;
  height: 2px;
  border: 0;
  border-top: 1px solid #DEB887;
  padding: 0;
}

.service__hr--size1 {
  width: 90%;
}

.service__hr--size2 {
  width: 70%;
}

.service__hr--size3 {
  width: 55%;
}

.service__hr--margin-top {
  margin-top: .1vmin;
}

.service__hr--margin-bottom {
  margin-bottom: .5vmin;
}

.service__hr--location {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.service__text {
  display: block;
  height: 100%;
  width: 80%;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: .9rem;
  line-height: 1.25;
  margin: 0 .4rem;
}

.cta__button-wrap {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: button;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: calc(16px + (24 - 16) * ((100vw - 375px) / (1000 - 375)));
}

@media screen and (max-width: 600px) {
  .cta__button-wrap {
    margin-top: 11vh;
  }
}

.index__cta-button {
  padding: 1rem 1rem;
  color: #f1fdfd;
  border: 1px solid #f1fdfd;
  background-color: transparent;
}

.service__panel__motto {
  position: relative;
  text-transform: uppercase;
}

/**** service panel animations *****/
.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1300ms ease-in;
  transition: opacity 1300ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.service-panel.appear {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.from-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.from-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.from-left,
.from-right {
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 2500ms ease-out;
  transition: opacity 1500ms ease-in, -webkit-transform 2500ms ease-out;
  transition: opacity 1500ms ease-in, transform 2500ms ease-out;
  transition: opacity 1500ms ease-in, transform 2500ms ease-out, -webkit-transform 2500ms ease-out;
  opacity: 0;
}

.from-left.appear,
.from-right.appear {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.filter {
  -webkit-filter: url(#noise);
          filter: url(#noise);
}

#filterHolder {
  position: absolute;
  top: -100vh;
  left: -200vw;
}

/******************************
*********** 404 ***************
******************************/
.p404 {
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: relative;
  cursor: default;
}

.p404__main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #f1fdfd;
}

.p404__big {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 50vw;
  font-weight: bolder;
  opacity: .1;
  line-height: .2;
}

.p404__logo {
  width: 25%;
  fill: #f1fdfd;
  stroke: #f1fdfd;
  margin: 0 auto;
}

.p404__text {
  display: block;
  font-size: 2vmax;
  margin: 0 auto;
}

.p404__links {
  font-size: 3vmax;
  margin: 0 auto;
  text-decoration: underline;
  z-index: 10;
}

.p404__links:hover {
  cursor: pointer;
}

.p404__space {
  height: 3vmax;
}

/******************************
********* About Page **********
******************************/
.about {
  position: relative;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  color: #f1fdfd;
}

.about__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  fill: #014050;
  z-index: -1;
}

.about__logo {
  fill: #f1fdfd;
}

.about__vertical-lines-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  z-index: -1;
}

.about__vertical-lines {
  position: relative;
  top: 0;
  width: 2px;
  height: 100vh;
  background-color: #f1fdfd;
  opacity: 0.2;
}

.about-mn {
  width: 100vw;
  overflow-y: auto;
  color: #f1fdfd;
  font-size: calc(1rem + 0.5vmin);
  grid-area: 1/1/-1/-1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: max-content;
      grid-template-rows: -webkit-max-content;
      grid-template-rows: max-content;
      grid-template-areas: "pimg   pimg    pimg    pimg    pimg" "bus1   bus1    bus1    bus1    bus1" "spch   .       .       .       ." "img1   img1    titl    titl    titl" "art2   art2    art2    art2    art2" "bus2   bus2    bus2    bus2    bus2" "link   link    link    link    link";
}

.about-mn .sect1 {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: pimg;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "area1";
}

.about-mn .sect1__img-wrap {
  margin-bottom: 10vh;
  height: 65vh;
  overflow: hidden;
  -webkit-filter: brightness(90%) grayscale(100%);
          filter: brightness(90%) grayscale(100%);
}

@media screen and (min-width: 1300px) {
  .about-mn .sect1__img-wrap {
    width: 80%;
    justify-self: flex-end;
  }
}

@media screen and (min-width: 900px) {
  .about-mn .sect1__img-wrap {
    height: auto;
  }
}

.about-mn .sect1__img {
  width: 100%;
  height: 100%;
}

.about-mn .sect1__years-num {
  position: absolute;
  margin-left: 15.2%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "years";
  font-family: l, sans-serif;
  font-size: calc(80vw / 4);
  line-height: 1;
}

@media screen and (min-width: 1300px) {
  .about-mn .sect1__years-num {
    height: auto;
  }
}

.about-mn .sect1__years-text {
  position: absolute;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: "years";
  font-family: l, sans-serif;
  font-size: calc(80vw / 5);
  letter-spacing: -0.25rem;
  margin: auto auto -3vw 33%;
  line-height: 1;
}

@media screen and (min-width: 1300px) {
  .about-mn .sect1__years-text {
    height: auto;
  }
}

.about-mn__business {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: bus1;
  margin: 7vmin auto;
  width: calc(15rem + 10vmin);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: calc(1rem + 0.5vmin);
}

@media screen and (min-width: 1300px) {
  .about-mn__business {
    width: calc(18rem + 10vmin);
  }
}

.about-mn__space-holder {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: spch;
  height: 8vw;
}

.about-mn__title {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: titl;
  font-family: l, sans-serif;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -12vw;
  font-size: calc(12vw + .4vw);
}

.about-mn__img1-containter {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: img1;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 5vw;
  margin-bottom: 10vw;
}

.about-mn__img1 {
  background-size: 200%;
  margin-bottom: 10vw;
}

.about-mn .sect3 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: art2;
  width: 100%;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sect3";
}

.about-mn .sect3__article {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect3;
  width: calc(15rem + 10vmin);
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: calc(1rem + 0.5vmin);
}

.about-mn .sect3__tools-svg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect3;
  margin: 4% 0 20% 8%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  fill: none;
  stroke-width: 2px;
  stroke: #DEB887;
  width: 40vmin;
  opacity: 0.3;
  font-size: 9vmin;
}

@media screen and (min-width: 1300px) {
  .about-mn .sect3__tools-svg {
    margin: 20% 0 0 8%;
  }
}

.about-mn .sect4 {
  margin-top: 10vh;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: bus2;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sect1" "sect2";
}

.about-mn .sect4__deco-box {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect1;
  justify-self: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 5%;
  width: 25%;
  height: 65vmin;
  background-color: #003948;
}

.about-mn .sect4__img {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sect2;
  justify-self: flex-end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 15%;
  width: 40%;
  margin: -15vmin 15% 0 auto;
}

.about-mn .sect4__article {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: sect2;
  margin: 16vmin 10vmin 0 10%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  justify-self: flex-start;
}

.about-mn .sect4__para {
  width: 80%;
  font-size: calc(80vw / 20);
  font-weight: bold;
}

@media screen and (min-width: 1300px) {
  .about-mn .sect4__para {
    width: 60%;
    font-size: calc(80vw / 25);
  }
}

.about-mn .sect5 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: link;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sect5";
}

.about-mn .sect5__link1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect5;
  margin-bottom: 5vmin;
  -ms-grid-column-align: center;
      justify-self: center;
}

.about-mn .sect5__link2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect5;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 5vmin;
}

.about-mn .sect5__cta-button-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sect5;
  margin: 5vmin;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-grid-column-align: center;
      justify-self: center;
  z-index: 9;
}

.display-none {
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}

.display-grid {
  display: -ms-grid;
  display: grid;
}

.display-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */