html, body {
  height: 100%;
  padding: 0;
  margin: 0; }

.deck-container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  overflow-y: auto; }
  .js .deck-container {
    visibility: hidden; }
  .ready .deck-container {
    visibility: visible; }
  .touch .deck-container {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none; }

.deck-loading {
  display: none; }

.slide {
  width: auto;
  min-height: 100%;
  position: relative; }

.deck-before, .deck-previous, .deck-next, .deck-after {
  position: absolute;
  left: -999em;
  top: -999em; }

.deck-current {
  z-index: 2; }

.slide .slide {
  visibility: hidden;
  position: static;
  min-height: 0; }

.deck-child-current {
  position: static;
  z-index: 2; }
  .deck-child-current .slide {
    visibility: hidden; }
  .deck-child-current .deck-previous, .deck-child-current .deck-before, .deck-child-current .deck-current {
    visibility: visible; }

.goto-form {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 50%;
  height: 1.75em;
  margin: 0 0 0 -9.125em;
  line-height: 1.75em;
  padding: 0.625em;
  display: none;
  background: #ccc;
  overflow: hidden;
  border-radius: 10px; }
  .goto-form label {
    font-weight: bold; }
  .goto-form label, .goto-form input {
    display: inline-block;
    font-family: inherit; }
  .deck-goto .goto-form {
    display: block; }

#goto-slide {
  width: 8.375em;
  margin: 0 0.625em;
  height: 1.4375em; }

@media print {
  .goto-form, #goto-slide {
    display: none; } }
.csstransitions.csstransforms {
  overflow-x: hidden; }
  .csstransitions.csstransforms .deck-container > .slide {
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out; }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide {
    position: absolute;
    top: 0;
    left: 0; }
    .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .slide {
      position: relative;
      left: 0;
      top: 0;
      -webkit-transition: -webkit-transform 500ms ease-in-out, opacity 500ms ease-in-out;
      transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; }
    .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-next, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .slide .deck-after {
      visibility: visible;
      -webkit-transform: translate3d(200%, 0, 0);
      -ms-transform: translate(200%, 0);
      transform: translate3d(200%, 0, 0); }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous {
    -webkit-transform: translate3d(-200%, 0, 0);
    -ms-transform: translate(-200%, 0);
    transform: translate3d(-200%, 0, 0); }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before {
    -webkit-transform: translate3d(-400%, 0, 0);
    -ms-transform: translate(-400%, 0);
    transform: translate3d(-400%, 0, 0); }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-next {
    -webkit-transform: translate3d(200%, 0, 0);
    -ms-transform: translate(200%, 0);
    transform: translate3d(200%, 0, 0); }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-after {
    -webkit-transform: translate3d(400%, 0, 0);
    -ms-transform: translate(400%, 0);
    transform: translate3d(400%, 0, 0); }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-before .slide, .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-previous .slide {
    visibility: visible; }
  .csstransitions.csstransforms .deck-container:not(.deck-menu) > .deck-child-current {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

html {
  font-family: century-gothic,sans-serif;
  font-size: 10px;
  margin: 0;
  padding: 0; }

.overlay {
  width: 1170px;
  display: block;
  margin: 0px auto;
  opacity: .4;
  position: fixed;
  z-index: 99999; }

body {
  position: relative;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.75;
  margin: 0;
  padding: 0; }

h1 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  margin: 25px 0;
  padding: 0; }

h2 {
  font-size: 5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
  padding: 0; }
  h2 .name {
    font-weight: 700;
    letter-spacing: 9px;
    margin-left: -20px;
    font-style: normal; }

a,
a:visited {
  color: #000000;
  text-decoration: none; }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #000000;
    text-decoration: underline; }
  a.btn,
  a:visited.btn {
    padding: 5px 10px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    cursor: pointer; }
    a.btn:hover, a.btn:focus,
    a:visited.btn:hover,
    a:visited.btn:focus {
      text-decoration: none;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

hr {
  width: 50%;
  margin: 50px auto;
  height: 1px;
  background-color: #000000;
  border: none; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 5; }
  .header .menu-trigger {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto; }
    .header .menu-trigger a {
      font-size: 2.0rem;
      color: #000000;
      line-height: 1.0; }
      .header .menu-trigger a:hover, .header .menu-trigger a:focus {
        text-decoration: none; }
      .header .menu-trigger a i {
        -webkit-transform: scale(1.5, 1);
        -ms-transform: scale(1.5, 1);
        transform: scale(1.5, 1); }

#menu {
  position: absolute;
  left: -400px;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  background-color: #d5d6d8;
  padding: 30px;
  z-index: 99;
  -webkit-transition: all .3s ease .15s;
  -moz-transition: all .3s ease .15s;
  -o-transition: all .3s ease .15s;
  -ms-transition: all .3s ease .15s;
  transition: all .3s ease .15s; }
  #menu.active {
    left: 0; }
  #menu .menu-trigger {
    display: block;
    text-align: right; }
  #menu ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #menu ul li {
      display: block;
      border-bottom: 1px solid #000000; }
      #menu ul li a {
        display: block;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.0;
        text-transform: uppercase; }
        #menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active {
          font-weight: 700;
          text-decoration: none; }
      #menu ul li:last-child {
        border-bottom: none; }

.deck-container {
  overflow: hidden; }
  .deck-container .deck-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 25px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    .deck-container .deck-navigation .deck-prev-link,
    .deck-container .deck-navigation .deck-next-link {
      display: block;
      width: 35px;
      height: 40px;
      font-size: 4.0rem;
      color: #000000;
      line-height: 1.0;
      text-decoration: none;
      z-index: 3; }
      .deck-container .deck-navigation .deck-prev-link.deck-nav-disabled,
      .deck-container .deck-navigation .deck-next-link.deck-nav-disabled {
        display: none; }
    .deck-container .deck-navigation .deck-prev-link {
      left: 0;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .deck-container .deck-navigation .deck-next-link {
      right: 0; }
    .deck-container .deck-navigation .deck-nav-disabled + .deck-next-link {
      margin-left: auto; }

.slide {
  right: 0;
  bottom: 0;
  padding: 70px 25px;
  box-sizing: border-box; }
  .slide.home {
    background-image: url(../images/home_2025-12-02.jpg);
    background-size: cover;
    background-position: center 65%;
    text-align: center; }
    .slide.home .content {
      flex-flow: column wrap;
      text-align: center; }
      .slide.home .content > div {
        flex: 1;
        height: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-content: center;
        align-items: center; }
        .slide.home .content > div .wrapper {
          padding-top: 140px; }
    .slide.home h1 {
      font-size: 7rem;
      font-weight: 600;
      letter-spacing: 13px;
      color: #ffffff;
      line-height: 1.5;
      margin-top: -40px; }
    .slide.home h2 {
      display: block;
      width: 100%; }
      .slide.home h2 .medium {
        display: inline-block;
        margin-top: -10px;
        /* margin-left: 50px !important; */
        font-size: 4rem;
        margin-left: 30px;
        letter-spacing: 7px;
        font-style: italic; }
  .slide.prose, .slide.content {
    padding-bottom: 110px; }
    .slide.prose .content, .slide.content .content {
      max-width: 800px; }
    .slide.prose .industry p, .slide.content .industry p {
      margin: 0px; }
  .slide.image {
    padding-bottom: 130px; }
    .slide.image picture {
      height: 100%;
      width: 100%;
      object-fit: contain; }
      .slide.image picture img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
    .slide.image h1 {
      position: absolute;
      left: 0;
      bottom: 70px;
      display: block;
      width: 100%;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 40px;
      text-align: center;
      text-transform: none;
      margin: 0; }
  .slide.final {
    text-align: center; }
  .slide .content {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: normal;
    align-items: center;
    flex-wrap: wrap; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 5; }
  .footer .copyright {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 2.0;
    text-align: center; }
    .footer .copyright.image {
      display: none; }
    .footer .copyright.prose {
      display: none; }

.contact-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 70px 25px;
  box-sizing: border-box; }
  .contact-container .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
    .contact-container .alert.alert-success {
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }
    .contact-container .alert.alert-danger {
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
  .contact-container .form-group {
    display: block;
    margin-bottom: 15px; }
    .contact-container .form-group label {
      display: block;
      margin-bottom: 5px; }
    .contact-container .form-group input,
    .contact-container .form-group textarea {
      display: block;
      width: 100%;
      border: 1px solid #000000;
      padding: 5px 10px;
      box-sizing: border-box; }
    .contact-container .form-group textarea {
      height: 125px; }
  .contact-container button {
    padding: 5px 10px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    cursor: pointer; }
    .contact-container button:hover, .contact-container button:focus {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }

@media only screen and (max-width: 1169px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5; }

  h1 {
    font-size: 2.4rem; }

  h2 {
    font-size: 2.0rem;
    line-height: 1.5; }
    h2 .name {
      font-weight: 700;
      font-style: normal;
      font-size: 3.5rem; }
    h2 .medium {
      font-size: 3rem !important; }

  .header .menu-trigger {
    max-width: 970px; }

  .deck-container .deck-navigation {
    max-width: 970px; }

  .slide.home h1 {
    font-size: 5rem !important;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5; }
  .slide.prose .content, .slide.content .content {
    max-width: 660px; }
  .slide .content {
    max-width: 970px; }

  .footer .copyright {
    max-width: 970px; } }
@media only screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5; }

  h1 {
    font-size: 1.8rem;
    line-height: 1.5; }

  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 3px; }
    h2 .name {
      font-weight: 700;
      font-style: normal; }

  .header .menu-trigger {
    max-width: 750px; }

  .deck-container .deck-navigation {
    max-width: 750px; }

  .slide.prose .content, .slide.content .content {
    max-width: 510px;
    overflow-y: auto; }
  .slide .content {
    max-width: 750px; }

  .footer .copyright {
    max-width: 750px; } }
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem !important;
    letter-spacing: 1.8px !important; }

  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 3px; }

  .home h1 {
    font-size: 5rem !important; }
  .home .wrapper {
    padding-top: 80px !important; }
    .home .wrapper h2 .name {
      font-weight: 700;
      font-style: normal;
      font-size: 2.3rem;
      letter-spacing: 6px;
      margin-left: 0px !important; }
    .home .wrapper h2 .medium {
      font-size: 1.8rem !important;
      margin-left: 10px !important;
      display: inline-block !important;
      margin-top: 0px;
      margin-bottom: 6px; }

  .header {
    padding: 10px 25px; }

  .deck-container .deck-navigation {
    bottom: 40px; }
    .deck-container .deck-navigation .deck-prev-link,
    .deck-container .deck-navigation .deck-next-link {
      width: 18px;
      height: 20px;
      font-size: 2.0rem;
      line-height: 1.0; }

  .slide {
    padding-top: 40px;
    padding-bottom: 40px; }
    .slide.home .content > div .wrapper {
      padding-top: 140px; }
    .slide.prose, .slide.content {
      padding-bottom: 60px; }
      .slide.prose h1, .slide.content h1 {
        margin-top: 15px;
        margin-bottom: 15px; }
      .slide.prose .content, .slide.content .content {
        display: block;
        overflow-y: auto; }
      .slide.prose .industry p, .slide.content .industry p {
        margin: 6px; }
    .slide.image {
      padding-bottom: 80px; }
      .slide.image h1 {
        font-size: 1.4rem !important;
        bottom: 40px;
        line-height: 20px; }

  .footer {
    padding: 10px 25px; } }
@media only screen and (max-width: 420px) {
  .slide.image {
    padding-bottom: 80px; }
    .slide.image h1 {
      font-size: 1.4rem !important;
      bottom: 70px;
      line-height: 20px; } }

/*# sourceMappingURL=main.css.map */
