/*!
 * Matchstick Modular Framework v1.0 (http://matchstickstudio.co)
 * Copyright 2017 Matchstick Studio, LLC
 */
@import "css/reset.css";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,400,500,700");
.grid, .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

.grid-container.full {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.grid-container.mobile-full {
  padding-right: 0;
  padding-left: 0;
}

.grid, .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid.reverse, .reverse.grid-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col,
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-35,
.col-40,
.col-45,
.col-50,
.col-55,
.col-60,
.col-65,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90,
.col-95,
.col-100,
.col-1-3,
.col-2-3,
.col-offset-0,
.col-offset-5,
.col-offset-10,
.col-offset-15,
.col-offset-20,
.col-offset-25,
.col-offset-30,
.col-offset-35,
.col-offset-40,
.col-offset-45,
.col-offset-50,
.col-offset-55,
.col-offset-60,
.col-offset-65,
.col-offset-70,
.col-offset-75,
.col-offset-80,
.col-offset-85,
.col-offset-90,
.col-offset-95,
.col-offset-100,
.col-offet-1-3,
.col-offset-2-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 8px calc(30px / 2);
  align-items: center;
  justify-content: center;
}

.col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col.full,
.col-5.full,
.col-10.full,
.col-15.full,
.col-20.full,
.col-25.full,
.col-30.full,
.col-35.full,
.col-40.full,
.col-45.full,
.col-50.full,
.col-55.full,
.col-60.full,
.col-65.full,
.col-70.full,
.col-75.full,
.col-80.full,
.col-85.full,
.col-90.full,
.col-95.full,
.col-100.full,
.col-1-3.full,
.col-2-3.full,
.col-offset-0.full,
.col-offset-5.full,
.col-offset-10.full,
.col-offset-15.full,
.col-offset-20.full,
.col-offset-25.full,
.col-offset-30.full,
.col-offset-35.full,
.col-offset-40.full,
.col-offset-45.full,
.col-offset-50.full,
.col-offset-55.full,
.col-offset-60.full,
.col-offset-65.full,
.col-offset-70.full,
.col-offset-75.full,
.col-offset-80.full,
.col-offset-85.full,
.col-offset-90.full,
.col-offset-95.full,
.col-offset-100.full,
.col-offet-1-3.full,
.col-offset-2-3.full {
  padding: 0;
}

.divider {
  padding-top: 0;
  padding-bottom: 0;
}

.divider div {
  height: 1px;
  width: 100%;
  background-color: #CBCED5;
}

@media only screen and (min-width: 48em) {
  .grid-container.mobile-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-5 {
    -ms-flex-preferred-size: 5%;
    flex-basis: 5%;
    max-width: 5%;
  }

  .col-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }

  .col-15 {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }

  .col-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .col-25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-30 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }

  .col-35 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }

  .col-40 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }

  .col-45 {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }

  .col-50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-55 {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }

  .col-60 {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
  }

  .col-65 {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%;
  }

  .col-70 {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
  }

  .col-75 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-80 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
  }

  .col-85 {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    max-width: 85%;
  }

  .col-90 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }

  .col-95 {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }

  .col-100 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-1-3 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.3333333%;
    max-width: 33.3333333%;
  }

  .col-2-3 {
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%;
  }
}
/*

// Modular Site Helper Classes //

*/
/* ----------------------------------------------------------------------------------------------------------
-- General Helpers ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.bkg-primary {
  background-color: #2B2924;
}

.bkg-white {
  background-color: #FFFFFF;
}

.bkg-black {
  background-color: #000000;
}

.bkg-yellow-dk {
  background-color: #A67914;
}

.bkg-brown-dk {
  background-color: #9A572C;
}

.bkg-copper {
  background-color: #E89563;
}

.bkg-gray-dk {
  background-color: #4A4A4A;
}

.bkg-green-dk {
  background-color: #23211E;
}

.bkg-green-dkst {
  background-color: #191816;
}

.circle {
  border-radius: 50%;
}

.absolute-center, .txt-on-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bkg-img, .swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------------
-- Margin and Padding Helpers -------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.m-t-xs {
  margin-top: 5px;
}

.p-t-xs {
  padding-top: 5px;
}

.m-l-xs {
  margin-left: 5px;
}

.p-l-xs {
  padding-left: 5px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.m-r-xs {
  margin-right: 5px;
}

.p-r-xs {
  padding-right: 5px;
}

.m-x-xs {
  margin-left: 5px;
  margin-right: 5px;
}

.m-y-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-x-xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-y-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.m-t-sm {
  margin-top: 17px;
}

.p-t-sm {
  padding-top: 17px;
}

.m-l-sm {
  margin-left: 17px;
}

.p-l-sm {
  padding-left: 17px;
}

.m-b-sm {
  margin-bottom: 17px;
}

.p-b-sm {
  padding-bottom: 17px;
}

.m-r-sm {
  margin-right: 17px;
}

.p-r-sm {
  padding-right: 17px;
}

.m-x-sm {
  margin-left: 17px;
  margin-right: 17px;
}

.m-y-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}

.p-x-sm {
  padding-left: 17px !important;
  padding-right: 17px !important;
}

.p-y-sm {
  padding-top: 17px;
  padding-bottom: 17px;
}

.m-t-md {
  margin-top: 30px;
}

.p-t-md {
  padding-top: 30px;
}

.m-l-md {
  margin-left: 30px;
}

.p-l-md {
  padding-left: 30px;
}

.m-b-md {
  margin-bottom: 30px;
}

.p-b-md {
  padding-bottom: 30px;
}

.m-r-md {
  margin-right: 30px;
}

.p-r-md {
  padding-right: 30px;
}

.m-x-md {
  margin-left: 30px;
  margin-right: 30px;
}

.m-y-md {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-x-md {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-y-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-t-lg {
  margin-top: 45px;
}

.p-t-lg {
  padding-top: 45px;
}

.m-l-lg {
  margin-left: 45px;
}

.p-l-lg {
  padding-left: 45px;
}

.m-b-lg {
  margin-bottom: 45px;
}

.p-b-lg {
  padding-bottom: 45px;
}

.m-r-lg {
  margin-right: 45px;
}

.p-r-lg {
  padding-right: 45px;
}

.m-x-lg {
  margin-left: 45px;
  margin-right: 45px;
}

.m-y-lg {
  margin-top: 45px;
  margin-bottom: 45px;
}

.p-x-lg {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-y-lg {
  padding-top: 45px;
  padding-bottom: 45px;
}

.m-t-xl {
  margin-top: 54px;
}

.p-t-xl {
  padding-top: 54px;
}

.m-l-xl {
  margin-left: 54px;
}

.p-l-xl {
  padding-left: 54px;
}

.m-b-xl {
  margin-bottom: 54px;
}

.p-b-xl {
  padding-bottom: 54px;
}

.m-r-xl {
  margin-right: 54px;
}

.p-r-xl {
  padding-right: 54px;
}

.m-x-xl {
  margin-left: 54px;
  margin-right: 54px;
}

.m-y-xl {
  margin-top: 54px;
  margin-bottom: 54px;
}

.p-x-xl {
  padding-left: 54px !important;
  padding-right: 54px !important;
}

.p-y-xl {
  padding-top: 54px;
  padding-bottom: 54px;
}

.m-t-xxl {
  margin-top: 60px;
}

.p-t-xxl {
  padding-top: 60px;
}

.m-l-xxl {
  margin-left: 60px;
}

.p-l-xxl {
  padding-left: 60px;
}

.m-b-xxl {
  margin-bottom: 60px;
}

.p-b-xxl {
  padding-bottom: 60px;
}

.m-r-xxl {
  margin-right: 60px;
}

.p-r-xxl {
  padding-right: 60px;
}

.m-x-xxl {
  margin-left: 60px;
  margin-right: 60px;
}

.m-y-xxl {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-x-xxl {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.p-y-xxl {
  padding-top: 60px;
  padding-bottom: 60px;
}

.m-t-0 {
  margin-top: 0;
}

.p-t-0 {
  padding-top: 0;
}

.m-l-0 {
  margin-left: 0;
}

.p-l-0 {
  padding-left: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.p-b-0 {
  padding-bottom: 0;
}

.m-r-0 {
  margin-right: 0;
}

.p-r-0 {
  padding-right: 0;
}

.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.m-t-5 {
  margin-top: 0.3571428571rem;
}

.p-t-5 {
  padding-top: 0.3571428571rem;
}

.m-l-5 {
  margin-left: 0.3571428571rem;
}

.p-l-5 {
  padding-left: 0.3571428571rem;
}

.m-b-5 {
  margin-bottom: 0.3571428571rem;
}

.p-b-5 {
  padding-bottom: 0.3571428571rem;
}

.m-r-5 {
  margin-right: 0.3571428571rem;
}

.p-r-5 {
  padding-right: 0.3571428571rem;
}

.m-x-5 {
  margin-left: 0.3571428571rem;
  margin-right: 0.3571428571rem;
}

.m-y-5 {
  margin-top: 0.3571428571rem;
  margin-bottom: 0.3571428571rem;
}

.p-x-5 {
  padding-left: 0.3571428571rem !important;
  padding-right: 0.3571428571rem !important;
}

.p-y-5 {
  padding-top: 0.3571428571rem;
  padding-bottom: 0.3571428571rem;
}

.m-t-10 {
  margin-top: 0.7142857143rem;
}

.p-t-10 {
  padding-top: 0.7142857143rem;
}

.m-l-10 {
  margin-left: 0.7142857143rem;
}

.p-l-10 {
  padding-left: 0.7142857143rem;
}

.m-b-10 {
  margin-bottom: 0.7142857143rem;
}

.p-b-10 {
  padding-bottom: 0.7142857143rem;
}

.m-r-10 {
  margin-right: 0.7142857143rem;
}

.p-r-10 {
  padding-right: 0.7142857143rem;
}

.m-x-10 {
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}

.m-y-10 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

.p-x-10 {
  padding-left: 0.7142857143rem !important;
  padding-right: 0.7142857143rem !important;
}

.p-y-10 {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}

.m-t-15 {
  margin-top: 1.0714285714rem;
}

.p-t-15 {
  padding-top: 1.0714285714rem;
}

.m-l-15 {
  margin-left: 1.0714285714rem;
}

.p-l-15 {
  padding-left: 1.0714285714rem;
}

.m-b-15 {
  margin-bottom: 1.0714285714rem;
}

.p-b-15 {
  padding-bottom: 1.0714285714rem;
}

.m-r-15 {
  margin-right: 1.0714285714rem;
}

.p-r-15 {
  padding-right: 1.0714285714rem;
}

.m-x-15 {
  margin-left: 1.0714285714rem;
  margin-right: 1.0714285714rem;
}

.m-y-15 {
  margin-top: 1.0714285714rem;
  margin-bottom: 1.0714285714rem;
}

.p-x-15 {
  padding-left: 1.0714285714rem !important;
  padding-right: 1.0714285714rem !important;
}

.p-y-15 {
  padding-top: 1.0714285714rem;
  padding-bottom: 1.0714285714rem;
}

.m-t-20 {
  margin-top: 1.4285714286rem;
}

.p-t-20 {
  padding-top: 1.4285714286rem;
}

.m-l-20 {
  margin-left: 1.4285714286rem;
}

.p-l-20 {
  padding-left: 1.4285714286rem;
}

.m-b-20 {
  margin-bottom: 1.4285714286rem;
}

.p-b-20 {
  padding-bottom: 1.4285714286rem;
}

.m-r-20 {
  margin-right: 1.4285714286rem;
}

.p-r-20 {
  padding-right: 1.4285714286rem;
}

.m-x-20 {
  margin-left: 1.4285714286rem;
  margin-right: 1.4285714286rem;
}

.m-y-20 {
  margin-top: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}

.p-x-20 {
  padding-left: 1.4285714286rem !important;
  padding-right: 1.4285714286rem !important;
}

.p-y-20 {
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}

.m-t-25 {
  margin-top: 1.7857142857rem;
}

.p-t-25 {
  padding-top: 1.7857142857rem;
}

.m-l-25 {
  margin-left: 1.7857142857rem;
}

.p-l-25 {
  padding-left: 1.7857142857rem;
}

.m-b-25 {
  margin-bottom: 1.7857142857rem;
}

.p-b-25 {
  padding-bottom: 1.7857142857rem;
}

.m-r-25 {
  margin-right: 1.7857142857rem;
}

.p-r-25 {
  padding-right: 1.7857142857rem;
}

.m-x-25 {
  margin-left: 1.7857142857rem;
  margin-right: 1.7857142857rem;
}

.m-y-25 {
  margin-top: 1.7857142857rem;
  margin-bottom: 1.7857142857rem;
}

.p-x-25 {
  padding-left: 1.7857142857rem !important;
  padding-right: 1.7857142857rem !important;
}

.p-y-25 {
  padding-top: 1.7857142857rem;
  padding-bottom: 1.7857142857rem;
}

.m-t-30 {
  margin-top: 2.1428571429rem;
}

.p-t-30 {
  padding-top: 2.1428571429rem;
}

.m-l-30 {
  margin-left: 2.1428571429rem;
}

.p-l-30 {
  padding-left: 2.1428571429rem;
}

.m-b-30 {
  margin-bottom: 2.1428571429rem;
}

.p-b-30 {
  padding-bottom: 2.1428571429rem;
}

.m-r-30 {
  margin-right: 2.1428571429rem;
}

.p-r-30 {
  padding-right: 2.1428571429rem;
}

.m-x-30 {
  margin-left: 2.1428571429rem;
  margin-right: 2.1428571429rem;
}

.m-y-30 {
  margin-top: 2.1428571429rem;
  margin-bottom: 2.1428571429rem;
}

.p-x-30 {
  padding-left: 2.1428571429rem !important;
  padding-right: 2.1428571429rem !important;
}

.p-y-30 {
  padding-top: 2.1428571429rem;
  padding-bottom: 2.1428571429rem;
}

.m-t-35 {
  margin-top: 2.5rem;
}

.p-t-35 {
  padding-top: 2.5rem;
}

.m-l-35 {
  margin-left: 2.5rem;
}

.p-l-35 {
  padding-left: 2.5rem;
}

.m-b-35 {
  margin-bottom: 2.5rem;
}

.p-b-35 {
  padding-bottom: 2.5rem;
}

.m-r-35 {
  margin-right: 2.5rem;
}

.p-r-35 {
  padding-right: 2.5rem;
}

.m-x-35 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.m-y-35 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-x-35 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.p-y-35 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.m-t-40 {
  margin-top: 2.8571428571rem;
}

.p-t-40 {
  padding-top: 2.8571428571rem;
}

.m-l-40 {
  margin-left: 2.8571428571rem;
}

.p-l-40 {
  padding-left: 2.8571428571rem;
}

.m-b-40 {
  margin-bottom: 2.8571428571rem;
}

.p-b-40 {
  padding-bottom: 2.8571428571rem;
}

.m-r-40 {
  margin-right: 2.8571428571rem;
}

.p-r-40 {
  padding-right: 2.8571428571rem;
}

.m-x-40 {
  margin-left: 2.8571428571rem;
  margin-right: 2.8571428571rem;
}

.m-y-40 {
  margin-top: 2.8571428571rem;
  margin-bottom: 2.8571428571rem;
}

.p-x-40 {
  padding-left: 2.8571428571rem !important;
  padding-right: 2.8571428571rem !important;
}

.p-y-40 {
  padding-top: 2.8571428571rem;
  padding-bottom: 2.8571428571rem;
}

.m-t-45 {
  margin-top: 3.2142857143rem;
}

.p-t-45 {
  padding-top: 3.2142857143rem;
}

.m-l-45 {
  margin-left: 3.2142857143rem;
}

.p-l-45 {
  padding-left: 3.2142857143rem;
}

.m-b-45 {
  margin-bottom: 3.2142857143rem;
}

.p-b-45 {
  padding-bottom: 3.2142857143rem;
}

.m-r-45 {
  margin-right: 3.2142857143rem;
}

.p-r-45 {
  padding-right: 3.2142857143rem;
}

.m-x-45 {
  margin-left: 3.2142857143rem;
  margin-right: 3.2142857143rem;
}

.m-y-45 {
  margin-top: 3.2142857143rem;
  margin-bottom: 3.2142857143rem;
}

.p-x-45 {
  padding-left: 3.2142857143rem !important;
  padding-right: 3.2142857143rem !important;
}

.p-y-45 {
  padding-top: 3.2142857143rem;
  padding-bottom: 3.2142857143rem;
}

.m-t-50 {
  margin-top: 3.5714285714rem;
}

.p-t-50 {
  padding-top: 3.5714285714rem;
}

.m-l-50 {
  margin-left: 3.5714285714rem;
}

.p-l-50 {
  padding-left: 3.5714285714rem;
}

.m-b-50 {
  margin-bottom: 3.5714285714rem;
}

.p-b-50 {
  padding-bottom: 3.5714285714rem;
}

.m-r-50 {
  margin-right: 3.5714285714rem;
}

.p-r-50 {
  padding-right: 3.5714285714rem;
}

.m-x-50 {
  margin-left: 3.5714285714rem;
  margin-right: 3.5714285714rem;
}

.m-y-50 {
  margin-top: 3.5714285714rem;
  margin-bottom: 3.5714285714rem;
}

.p-x-50 {
  padding-left: 3.5714285714rem !important;
  padding-right: 3.5714285714rem !important;
}

.p-y-50 {
  padding-top: 3.5714285714rem;
  padding-bottom: 3.5714285714rem;
}

.m-t-55 {
  margin-top: 3.9285714286rem;
}

.p-t-55 {
  padding-top: 3.9285714286rem;
}

.m-l-55 {
  margin-left: 3.9285714286rem;
}

.p-l-55 {
  padding-left: 3.9285714286rem;
}

.m-b-55 {
  margin-bottom: 3.9285714286rem;
}

.p-b-55 {
  padding-bottom: 3.9285714286rem;
}

.m-r-55 {
  margin-right: 3.9285714286rem;
}

.p-r-55 {
  padding-right: 3.9285714286rem;
}

.m-x-55 {
  margin-left: 3.9285714286rem;
  margin-right: 3.9285714286rem;
}

.m-y-55 {
  margin-top: 3.9285714286rem;
  margin-bottom: 3.9285714286rem;
}

.p-x-55 {
  padding-left: 3.9285714286rem !important;
  padding-right: 3.9285714286rem !important;
}

.p-y-55 {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}

.m-t-60 {
  margin-top: 4.2857142857rem;
}

.p-t-60 {
  padding-top: 4.2857142857rem;
}

.m-l-60 {
  margin-left: 4.2857142857rem;
}

.p-l-60 {
  padding-left: 4.2857142857rem;
}

.m-b-60 {
  margin-bottom: 4.2857142857rem;
}

.p-b-60 {
  padding-bottom: 4.2857142857rem;
}

.m-r-60 {
  margin-right: 4.2857142857rem;
}

.p-r-60 {
  padding-right: 4.2857142857rem;
}

.m-x-60 {
  margin-left: 4.2857142857rem;
  margin-right: 4.2857142857rem;
}

.m-y-60 {
  margin-top: 4.2857142857rem;
  margin-bottom: 4.2857142857rem;
}

.p-x-60 {
  padding-left: 4.2857142857rem !important;
  padding-right: 4.2857142857rem !important;
}

.p-y-60 {
  padding-top: 4.2857142857rem;
  padding-bottom: 4.2857142857rem;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-0 {
  margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------
-- Text Helpers ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.txt-primary {
  color: #2B2924 !important;
}

.txt-brand-secondary {
  color: !important;
}

.txt-tertiary {
  color: !important;
}

.txt-white {
  color: #FFFFFF !important;
}

.txt-black {
  color: #000000 !important;
}

.txt-yellow-dk {
  color: #A67914 !important;
}

.txt-brown-dk {
  color: #9A572C !important;
}

.txt-copper {
  color: #E89563 !important;
}

.txt-gray-dk {
  color: #4A4A4A !important;
}

.txt-green-dk {
  color: #23211E !important;
}

.txt-green-dkst {
  color: #191816 !important;
}

.txt-base {
  font-size: 14px !important;
}

.txt-max {
  font-size: !important;
}

.txt-xxsm {
  font-size: 0.7142857143rem !important;
}

.txt-xsm {
  font-size: 0.8571428571rem !important;
}

.txt-sm {
  font-size: 1rem !important;
}

.txt-md {
  font-size: 1.1428571429rem !important;
}

.txt-lg {
  font-size: 1.2857142857rem !important;
}

.txt-xlg {
  font-size: 1.4285714286rem !important;
}

.txt-wt-base {
  font-weight: 200 !important;
}

.txt-wt-xlt {
  font-weight: 100 !important;
}

.txt-wt-lt {
  font-weight: 200 !important;
}

.txt-wt-normal {
  font-weight: 300 !important;
}

.txt-wt-medium {
  font-weight: 400 !important;
}

.txt-wt-heavy {
  font-weight: 500 !important;
}

.txt-wt-bold {
  font-weight: 700 !important;
}

.txt-lh-sm {
  line-height: 0.5 !important;
}

.txt-lh-md {
  line-height: 1.5 !important;
}

.txt-lh-lg {
  line-height: 2 !important;
}

.txt-lh-xlg {
  line-height: 2.5 !important;
}

.txt-ls-base {
  letter-spacing: 0.0714285714rem !important;
}

.txt-ls-xxsm {
  letter-spacing: 0.0092857143rem !important;
}

.txt-ls-xsm {
  letter-spacing: 0.0114285714rem !important;
}

.txt-ls-sm {
  letter-spacing: 0.0128571429rem !important;
}

.txt-ls-md {
  letter-spacing: 0.1785714286rem !important;
}

.txt-ls-lg {
  letter-spacing: 0.25rem !important;
}

.txt-ls-xlg {
  letter-spacing: 0.4285714286rem !important;
}

/* ----------------------------------------------------------------------------------------------------------
-- Flex Helpers ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f-ai-start {
  align-items: flex-start;
}

.f-ai-center {
  align-items: center;
}

.f-ai-end {
  align-items: flex-end;
}

.f-jc-start {
  justify-content: start;
}

.f-jc-center {
  justify-content: center;
}

.f-jc-end {
  justify-content: flex-end;
}

.f-jc-between {
  justify-content: space-between;
}

.f-as-start {
  align-self: flex-start;
}

.f-as-center {
  align-self: flex-center;
}

.f-as-end {
  align-self: flex-end;
}

.f-stretch {
  align-self: stretch;
}

.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.txt-wt-lt {
  font-weight: 200;
}

.txt-wt-nrml {
  font-weight: 300;
}

.txt-wt-bold {
  font-weight: 700;
}

.txt-lh-1 {
  line-height: 1;
}

.text-ls-none {
  letter-spacing: 0;
}

body {
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.0714285714rem;
}

a,
a:visited {
  text-decoration: none;
  color: inherit;
  font-weight: 300;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

a:hover {
  color: #E89563;
}

em {
  font-style: italic;
}

blockquote {
  font-style: italic;
  font-weight: 300;
}

p {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 200;
}

.txt-wt-bold,
strong {
  font-weight: 700;
}

h1, .h1 {
  font-size: 4.5rem;
}

h2, .h2 {
  font-size: 1.1428571429rem;
}

h3, .h3 {
  font-size: 1rem;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 14px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: inherit;
  color: #2B2924;
  font-weight: 700;
  line-height: 1;
}
h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-weight: normal;
}

/* ----------------------------------------------------------------------------------------------------------
-- General Button Styles ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.btn, .btn-ghost, body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group input[type=submit], .minimal-form .fc-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group input[type=file] + label, .btn-primary {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 1rem 1rem;
  border-radius: 0;
  cursor: pointer;
  border-style: none;
}
.btn:hover, .btn-ghost:hover, body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit]:hover, .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=submit]:hover, .minimal-form form .msf-form-field-group input[type=submit]:hover, body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label:hover, .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=file] + label:hover, .minimal-form form .msf-form-field-group input[type=file] + label:hover, .btn-primary:hover {
  background-color: #E89563;
}

.btn-primary {
  background: #2B2924;
}

.btn-ghost, body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group input[type=submit], .minimal-form .fc-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group input[type=file] + label {
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 1rem 1rem;
  background: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.msf-form-field-group input,
.msf-form-field-group select,
.msf-form-field-group textarea {
  font-weight: 100;
  font-size: 1rem;
  color: #FFFFFF;
  outline: none;
}
body.dark-theme .msf-form-field-group input,
body.dark-theme .msf-form-field-group select,
body.dark-theme .msf-form-field-group textarea {
  color: #FFFFFF;
}

.msf-form-field-group input::placeholder,
.msf-form-field-group select::placeholder,
.msf-form-field-group textarea::placeholder {
  color: inherit;
  font-weight: inherit;
}
body.dark-theme .msf-form-field-group input::placeholder,
body.dark-theme .msf-form-field-group select::placeholder,
body.dark-theme .msf-form-field-group textarea::placeholder {
  color: inherit;
}

.msf-form-field-group textarea {
  resize: none;
}

.msf-form-field-group label {
  font-weight: 200;
  font-size: 1rem;
  color: #FFFFFF;
}
body.dark-theme .msf-form-field-group label {
  color: #FFFFFF;
}

.msf-form-field-group input[type=submit] {
  -webkit-appearance: none;
}

.msf-form-message {
  font-weight: 200;
  color: #E89563;
}
body.dark-theme .msf-form-message {
  color: #E89563;
}

.form-error {
  display: none;
}

.minimal-form form .msf-form-field-group, .minimal-form .fc-form form .msf-form-field-group, .minimal-form .fc-form .fc-form form .msf-form-field-group {
  position: relative;
  margin-bottom: 1.875rem;
  line-height: 1;
}
.minimal-form form .msf-form-field-group select, .minimal-form .fc-form form .msf-form-field-group select, .minimal-form .fc-form .fc-form form .msf-form-field-group select,
.minimal-form form .msf-form-field-group input,
.minimal-form .fc-form form .msf-form-field-group input,
.minimal-form .fc-form .fc-form form .msf-form-field-group input,
.minimal-form form .msf-form-field-group textarea,
.minimal-form .fc-form form .msf-form-field-group textarea,
.minimal-form .fc-form .fc-form form .msf-form-field-group textarea {
  background: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid;
  border-bottom-color: #FFFFFF;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0 0.7857142857rem 0;
  transition: border-bottom 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
body.dark-theme .minimal-form form .msf-form-field-group select, .minimal-form body.dark-theme .fc-form form .msf-form-field-group select,
body.dark-theme .minimal-form form .msf-form-field-group input,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group input,
body.dark-theme .minimal-form form .msf-form-field-group textarea,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group textarea {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.minimal-form form .msf-form-field-group input, .minimal-form .fc-form form .msf-form-field-group input, .minimal-form .fc-form .fc-form form .msf-form-field-group input,
.minimal-form form .msf-form-field-group select,
.minimal-form .fc-form form .msf-form-field-group select,
.minimal-form .fc-form .fc-form form .msf-form-field-group select,
.minimal-form form .msf-form-field-group textarea,
.minimal-form .fc-form form .msf-form-field-group textarea,
.minimal-form .fc-form .fc-form form .msf-form-field-group textarea {
  margin-top: 1.6428571429rem;
}
.minimal-form form .msf-form-field-group input, .minimal-form .fc-form form .msf-form-field-group input, .minimal-form .fc-form .fc-form form .msf-form-field-group input {
  height: auto;
}
.minimal-form form .msf-form-field-group input[type=date] + label,
.minimal-form form .msf-form-field-group select + label,
.minimal-form .fc-form form .msf-form-field-group select + label {
  top: 0;
}
.minimal-form form .msf-form-field-group textarea, .minimal-form .fc-form form .msf-form-field-group textarea, .minimal-form .fc-form .fc-form form .msf-form-field-group textarea {
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: calc((1rem + rem(11px)));
}
.minimal-form form .msf-form-field-group select, .minimal-form .fc-form form .msf-form-field-group select, .minimal-form .fc-form .fc-form form .msf-form-field-group select {
  background-size: 0.875rem;
  background-position: bottom 1rem right 1rem;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-left: 0;
}
.minimal-form form .msf-form-field-group select::ms-expand, .minimal-form .fc-form form .msf-form-field-group select::ms-expand {
  display: none;
}
.minimal-form form .msf-form-field-group label, .minimal-form .fc-form form .msf-form-field-group label, .minimal-form .fc-form .fc-form form .msf-form-field-group label {
  position: absolute;
  left: 0;
  top: calc(100% - (1rem + 0.7857142857rem));
  transition: top 0.3s, transform 0.3s ease;
}
.minimal-form form .msf-form-field-group select:hover, .minimal-form .fc-form form .msf-form-field-group select:hover,
.minimal-form form .msf-form-field-group input:hover,
.minimal-form .fc-form form .msf-form-field-group input:hover,
.minimal-form form .msf-form-field-group input:focus,
.minimal-form .fc-form form .msf-form-field-group input:focus,
.minimal-form form .msf-form-field-group textarea:hover,
.minimal-form .fc-form form .msf-form-field-group textarea:hover,
.minimal-form form .msf-form-field-group textarea:focus,
.minimal-form .fc-form form .msf-form-field-group textarea:focus {
  border-bottom: 2px solid #E89563;
}
body.dark-theme .minimal-form form .msf-form-field-group select:hover, .minimal-form body.dark-theme .fc-form form .msf-form-field-group select:hover,
body.dark-theme .minimal-form form .msf-form-field-group input:hover,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group input:hover,
body.dark-theme .minimal-form form .msf-form-field-group input:focus,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group input:focus,
body.dark-theme .minimal-form form .msf-form-field-group textarea:hover,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group textarea:hover,
body.dark-theme .minimal-form form .msf-form-field-group textarea:focus,
.minimal-form body.dark-theme .fc-form form .msf-form-field-group textarea:focus {
  border-bottom: 2px solid #E89563;
}
.minimal-form form .msf-form-field-group select.filled + label,
.minimal-form form .msf-form-field-group input.filled + label,
.minimal-form form .msf-form-field-group input:focus + label,
.minimal-form form .msf-form-field-group textarea.filled + label,
.minimal-form form .msf-form-field-group textarea:focus + label {
  top: 0;
  transform: scale(0.75);
  transform-origin: left;
}
.minimal-form form .msf-form-field-group textarea:focus, .minimal-form .fc-form form .msf-form-field-group textarea:focus,
.minimal-form form .msf-form-field-group textarea.filled,
.minimal-form .fc-form form .msf-form-field-group textarea.filled {
  overflow-y: auto;
  height: auto;
  max-height: calc((1rem + rem(11px)) * 2);
}
.minimal-form form .msf-form-field-group input[type=checkbox], .minimal-form .fc-form form .msf-form-field-group input[type=checkbox],
.minimal-form form .msf-form-field-group input[type=radio],
.minimal-form .fc-form form .msf-form-field-group input[type=radio] {
  border: none;
}
.minimal-form form .msf-form-field-group input[type=checkbox]:focus + label, .minimal-form form .msf-form-field-group input[type=checkbox].filled + label,
.minimal-form form .msf-form-field-group input[type=checkbox] + label,
.minimal-form form .msf-form-field-group input[type=radio]:focus + label,
.minimal-form form .msf-form-field-group input[type=radio].filled + label,
.minimal-form form .msf-form-field-group input[type=radio] + label {
  top: 0;
  transform: none;
}
.minimal-form form .msf-form-field-group input[type=checkbox], .minimal-form .fc-form form .msf-form-field-group input[type=checkbox] {
  -webkit-appearance: checkbox;
}
.minimal-form form .msf-form-field-group input[type=radio], .minimal-form .fc-form form .msf-form-field-group input[type=radio] {
  -webkit-appearance: radio;
}
.minimal-form form .msf-form-field-group input[type=file], .minimal-form .fc-form form .msf-form-field-group input[type=file] {
  visibility: hidden;
  position: absolute;
  height: 0.1px;
  width: 0.1px;
  z-index: -1;
  margin-top: 0;
}
.minimal-form form .msf-form-field-group input[type=file] + label {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-transform: uppercase;
}
.minimal-form form .msf-form-field-group input[type=file] + label:hover {
  background-color: #E89563;
  color: #FFFFFF;
  border-color: #E89563;
}
body.btn-rounded .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form body.btn-rounded .fc-form form .msf-form-field-group input[type=file] + label {
  border-radius: 7.1428571429rem !important;
}
.minimal-form form .msf-form-message, .minimal-form .fc-form form .msf-form-message, .minimal-form .fc-form .fc-form form .msf-form-message {
  margin: 1.4285714286rem auto;
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 400;
}

/*

// Modular Styles //

===========================
CONTENTS:

-- General Styles
-- Nav Sections
-- Hero Sections
===========================

*/
/* ----------------------------------------------------------------------------------------------------------
-- General Styles ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

html {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: default;
  }
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  flex-shrink: 0;
}

ul,
ol {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
}

/* ----------------------------------------------------------------------------------------------------------
-- Headers and Navs ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------
-- Hero Sections ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.hero-land {
  width: 100%;
}

/* ----------------------------------------------------------------------------------------------------------
-- Content Blocks ---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
.content-block {
  width: 100%;
}

.content-block-container {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  .split-col .col-container > * {
    align-items: center;
  }
}

.content-block.bio-left {
  min-height: 41.8vw;
}
.content-block.bio-left .txt-container {
  width: 67%;
}
.content-block.bio-left .txt-container .title {
  margin: 18px 0;
}
.content-block.bio-left .txt-container .bio-dtls {
  margin-bottom: 30px;
}
.content-block.bio-left .bio-image {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bio-simple .content-block-container .user-image,
.bio-simple .content-block-container .txt-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.content-block.bio-3-col {
  padding: 60px 0;
  width: 100%;
}
.content-block.bio-3-col .content-block-container .bio {
  width: 300px;
}
.content-block.bio-3-col .content-block-container .bio h4 {
  margin: 20px 0 0;
}
.content-block.bio-3-col .content-block-container .bio .title {
  margin: 31px 0;
}
.content-block.bio-3-col .content-block-container .bio .bio-social {
  margin: 31px 0 0;
}

.content-block.rotator {
  width: 100%;
  overflow-x: hidden;
}
.content-block.rotator .rotator-menu {
  height: 67px;
}
.content-block.rotator .rotator-menu ul {
  width: 60%;
}
.content-block.rotator .swiper-wrapper .txt-wrapper {
  overflow: hidden;
}
.content-block.rotator .swiper-wrapper .simple {
  width: 50%;
}
.content-block.rotator .swiper-wrapper .split {
  width: 50%;
}
.content-block.rotator .swiper-wrapper .split .txt {
  padding-left: 239px;
}
.content-block.rotator .swiper-wrapper .split .split-img {
  height: 35vw;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background-color: green;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: pink;
}

.port-item,
.other-serv-item {
  position: relative;
}
.port-item .hov,
.other-serv-item .hov {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
.port-item:hover .hov,
.other-serv-item:hover .hov {
  opacity: 1;
}

html {
  height: 100%;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
  height: 100%;
}
body.content-block-hover-hidden [msf_editable=true]:hover > .msf-content-block-hover {
  display: none;
}

h1 {
  margin: 10px 0 0;
  max-width: 100vw;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  letter-spacing: 0.4285714286rem;
}

h3 {
  margin: 0;
  letter-spacing: 0.4285714286rem;
}

p {
  font-size: 14px;
  color: #2B2924;
  font-weight: 200;
  line-height: 1.75;
}

.btn, .btn-primary, .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group input[type=submit], .minimal-form .fc-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], .minimal-form body.btn-ghost .fc-form form .msf-form-field-group input[type=submit],
.btn-ghost,
.minimal-form form .msf-form-field-group input[type=submit] {
  box-sizing: border-box;
  width: 194px;
  letter-spacing: 0.25rem;
  text-align: center;
  text-transform: uppercase;
}

ul:not(.fc-cart__item__options):not(.fc-transaction), ol {
  margin-left: 0;
}
ul:not(.fc-cart__item__options):not(.fc-transaction) li, ol li {
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}

ul:not(.fc-cart__item__options):not(.fc-transaction) li {
  list-style: disc inside;
}

ol li {
  list-style: decimal inside;
}

.container {
  width: 100%;
  max-width: 990px;
  padding-left: 1.0714285714rem;
  padding-right: 1.0714285714rem;
  margin: 0 auto;
}

.no-scrolling {
  overflow: hidden !important;
}

.parallax {
  background-size: 120%;
  z-index: 1;
}

.img-cover-center {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.txt-on-overlay {
  z-index: 5;
}

.txt-upper {
  text-transform: uppercase;
}

.freeze {
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.hidden {
  display: none;
}

.d-blk {
  display: block;
}

.bdr-primary {
  border-color: #2B2924 !important;
}

.bdr-white {
  border-color: #FFFFFF !important;
}

.bkg-hvr-white:hover {
  background-color: #FFFFFF;
}

.bkg-hvr-primary:hover {
  background-color: #2B2924 !important;
}

.bkg-hvr-copper:hover {
  background-color: #E89563 !important;
}

.txt-hvr-primary:hover {
  color: #2B2924 !important;
}

.txt-hvr-white:hover {
  color: #FFFFFF !important;
}

.txt-hvr-copper:hover {
  color: #E89563 !important;
}

.ol-dark::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.35;
}

.ol-dark::after {
  opacity: 0.7;
  background-color: #000000;
}

.z-down {
  z-index: -1 !important;
}

.z-low {
  z-index: 10;
}

.z-md {
  z-index: 20;
}

.z-high {
  z-index: 50;
}

header:not(.fc-cart__header) {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 13px;
  padding: 0 13px;
  box-sizing: border-box;
  background: transparent;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  header:not(.fc-cart__header) {
    height: 45px;
  }
}
header:not(.fc-cart__header) .logo {
  height: 26px;
  width: 93px;
  position: relative;
}
header:not(.fc-cart__header) .shop-cart {
  height: 100%;
  width: 60px;
  background-color: #E89563;
  margin: 0 65px 0 auto;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  header:not(.fc-cart__header) .shop-cart {
    width: 45px;
    margin-right: 55px;
  }
}
header:not(.fc-cart__header) .shop-cart:hover {
  background-color: #2B2924;
}
header:not(.fc-cart__header) .shop-cart:hover .num {
  border-color: #2B2924;
}
header:not(.fc-cart__header) .shop-cart .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 5px;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  background-color: #FFFFFF;
  color: #2B2924;
  font-size: 0.8571428571rem;
  border: 2px solid #E89563;
  transition: border-color 0.3s ease;
}
header:not(.fc-cart__header) .shop-cart .num::before {
  content: "";
  width: auto;
  padding-top: 100%;
}

.menu {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  right: 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .menu {
    height: 45px;
    width: 45px;
  }
}
.menu:hover span {
  background-color: #E89563;
}
.menu.signed-in {
  top: 80px;
}
.menu span {
  display: block;
  height: 1px;
  width: 30px;
  background-color: #FFFFFF;
  transition: background-color 0.3s ease, transform 0.9s ease;
  transform-origin: 35%;
}
.menu span.top-line {
  margin-bottom: 5px;
}

.nav-container {
  position: absolute;
  top: 13px;
  right: 13px;
  height: 60px;
  width: 60px;
  z-index: 20;
  transition: height 0.4s linear, width 0.4s linear, top 0.4s linear, right 0.4s linear;
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  .nav-container {
    height: 45px;
    width: 45px;
  }
}
.nav-container.small {
  cursor: pointer;
}
.nav-container.small:hover + .menu span {
  background-color: #E89563;
}
.nav-container ul:not(.fc-cart__item__options):not(.fc-transaction) {
  letter-spacing: 6px;
  max-height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s linear 0s, height 0s linear 0.5s, width 0s linear 0.6s;
}
.nav-container ul:not(.fc-cart__item__options):not(.fc-transaction) li {
  padding: 1.0714285714rem 0;
  line-height: 2;
  list-style: none;
}
.nav-container ul:not(.fc-cart__item__options):not(.fc-transaction) a {
  width: 0;
  height: 0;
  transition: width 0s linear 0.5s, height 0s linear 0.6s;
}
.nav-container.visible {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  transition-delay: 0s;
}
.nav-container.visible .menu .top-line {
  transform: rotate(45deg);
}
.nav-container.visible .menu .bot-line {
  transform: rotate(-45deg);
}
.nav-container.visible nav {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.nav-container.visible ul:not(.fc-cart__item__options):not(.fc-transaction) {
  max-height: 100%;
  width: 100%;
  opacity: 1;
  padding: 0 10px;
  transition: opacity 0.4s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s;
}
.nav-container.visible ul:not(.fc-cart__item__options):not(.fc-transaction) li {
  max-height: 1000px;
}

.email-us {
  padding: 85px 0 0;
}

footer.grid, footer.grid-container {
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer.grid, footer.grid-container {
    display: block;
  }
}
footer.grid .social, footer.grid-container .social {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 95px;
}
footer.grid .social a:nth-child(2), footer.grid-container .social a:nth-child(2) {
  margin: 0 12px;
}
footer.grid .social a svg, footer.grid-container .social a svg {
  width: 25px;
  height: 25px;
}
footer.grid .social a svg .svg-fill, footer.grid-container .social a svg .svg-fill {
  fill: #fff;
  transition: fill 0.3s ease;
}
footer.grid .social a:hover svg .svg-fill, footer.grid-container .social a:hover svg .svg-fill {
  fill: #E89563;
}
footer.grid .terms, footer.grid-container .terms {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  footer.grid .terms, footer.grid-container .terms {
    font-size: 0.5714285714rem;
  }
}
footer.grid .terms p, footer.grid-container .terms p,
footer.grid .terms a,
footer.grid-container .terms a {
  font-size: 0.7142857143rem;
}
@media screen and (max-width: 355px) {
  footer.grid .terms p, footer.grid-container .terms p,
footer.grid .terms a,
footer.grid-container .terms a {
    font-size: 8px;
  }
}
footer.grid .terms span, footer.grid-container .terms span {
  margin: 0 20px;
}
@media screen and (max-width: 355px) {
  footer.grid .terms span, footer.grid-container .terms span {
    margin: 0 10px;
  }
}
footer.grid .built-on, footer.grid-container .built-on {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  footer.grid .built-on, footer.grid-container .built-on {
    position: relative;
    right: 0;
  }
}

.minimal-form form .msf-form-field-group input[type=submit],
.minimal-form form .msf-form-field-group input[type=file] + label {
  text-transform: uppercase;
  width: 100%;
}
.minimal-form form .msf-form-field-group input[type=submit]:hover,
.minimal-form form .msf-form-field-group input[type=file] + label:hover {
  border-color: #E89563;
}
.minimal-form form .msf-form-field-group select {
  background-image: url(images/triangle.svg);
}

@media screen and (min-width: 768px) {
  .newsletter form .msf-form-field-group {
    display: inline-block;
  }
  .newsletter form .msf-form-field-group:first-child {
    width: auto;
    min-width: 315px;
    margin-right: 55px;
  }
  .newsletter form .msf-form-message {
    position: absolute;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.newsletter form input:not([type=email]),
.newsletter form input:not([type=email]) + label,
.newsletter form textarea,
.newsletter form textarea + label,
.newsletter form select,
.newsletter form select + label {
  display: none;
}

.minimal-form .fc-form .msf-form-field-group select {
  background-image: none;
}
.minimal-form .fc-form .mask {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 12px;
  height: 100%;
  width: 35px;
  bottom: 12px;
  right: 15px;
}

.gal-thumb-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.gal-thumb-overlay:hover {
  opacity: 1;
}

.swiper-container.centered-slides .swiper-wrapper {
  justify-content: center;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  position: absolute;
  background-image: url(images/icon-rot-arrow.svg);
  height: 10px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    top: 50%;
  }
}
.swiper-container .swiper-button-next {
  transform: rotate(-180deg) translateY(-50%);
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #CBCBCB;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2B2924;
}

.hero {
  height: 800px;
  width: 100%;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .hero:not(.contact) {
    height: 100vh;
  }
}
.hero.hidden {
  display: none;
}
.hero.contact {
  height: 345px;
}
.hero:hover > .msf-content-block-hover {
  height: calc(100% - 70px);
  top: auto;
  bottom: 0;
  left: 0;
}
.hero .logo-container {
  max-width: 500px;
  max-height: 350px;
}
.hero .logo-container [msf_editable=true] {
  min-height: 100px;
  min-width: 100px;
}
.hero .angles {
  background-image: url(images/angles-primary.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
  height: 12.43vw;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}
.hero.home {
  padding: 0;
  height: 60vw;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
@media (max-width: 665px) {
  .hero.home {
    height: 150vw;
  }
}
.hero.home .mob-anim-container {
  position: absolute;
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background-color: rgba(43, 41, 36, 0.9);
  z-index: -1;
  animation-name: anim-cont-fade;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  transition: opacity 0.2s linear, z-index 0.2s linear;
  z-index: 10;
}
@keyframes swipe-icon-anim {
  0% {
    transform: translateX(150%);
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  25% {
    transform: translateX(-150%);
    opacity: 1;
  }
  50% {
    transform: translateX(150%);
    opacity: 1;
  }
  100% {
    transform: translateX(150%);
    opacity: 0;
  }
}
@keyframes anim-cont-fade {
  0% {
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
  50% {
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
  100% {
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
  }
}
@media (min-width: 665px) {
  .hero.home .mob-anim-container {
    display: none;
  }
}
.hero.home .mob-anim-container img {
  opacity: 0;
  animation-name: swipe-icon-anim;
  animation-duration: 3s;
  animation-delay: 0.8s;
  animation-timing-function: ease;
  transition: opacity 0.25s ease;
}
.hero.home .scroll-wrapper {
  height: 100%;
  width: 100%;
  scrollbar-width: none;
}
@media (max-width: 665px) {
  .hero.home .scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media (min-width: 665px) {
  .hero.home .scroll-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .scroll-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
.hero.home .scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.hero.home .imgs-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 665px) {
  .hero.home .imgs-wrapper {
    width: 245vw;
  }
}
.hero.home .imgs-wrapper .base-img {
  background-image: url("images/hero/d-base.jpg");
  background-position: center 65%;
  height: 100%;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .base-img {
    background-image: url("images/hero/m-base.jpg");
  }
}
.hero.home .imgs-wrapper .img-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, z-index 0.3s ease;
  z-index: 5;
}
@media (max-width: 665px) {
  .hero.home .imgs-wrapper .img-container {
    width: 245vw;
  }
}
@media screen and (min-width: 768px) {
  .hero.home .imgs-wrapper .img-container.is-selected, .hero.home .imgs-wrapper .img-container.info-visible {
    z-index: 8;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
.hero.home .imgs-wrapper .img-container.info-visible .txt-bkg {
  height: 500vw;
  width: 500vw;
  transition: height 0.8s ease-in, width 0.8s ease-in;
}
.hero.home .imgs-wrapper .img-container .txt-bkg {
  position: absolute;
  background-color: rgba(25, 24, 22, 0.75);
  height: 0;
  width: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: height 0.5s ease, width 0.5s ease;
}
@media (max-width: 665px) {
  .hero.home .imgs-wrapper .img-container .txt-bkg {
    z-index: 8;
  }
}
.hero.home .imgs-wrapper .img-container .item-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center 65%;
}
.hero.home .imgs-wrapper .img-container.excav-img .item-img {
  background-image: url("images/hero/d-excavator.png");
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .img-container.excav-img .item-img {
    background-image: none;
  }
}
.hero.home .imgs-wrapper .img-container.chair-img .item-img {
  background-image: url("images/hero/d-chair.png");
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .img-container.chair-img .item-img {
    background-image: none;
  }
}
.hero.home .imgs-wrapper .img-container.cds-img .item-img {
  background-image: url("images/hero/d-cds.png");
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .img-container.cds-img .item-img {
    background-image: none;
  }
}
.hero.home .imgs-wrapper .img-container.cds-img .item-img {
  background-image: url("images/hero/d-people.png");
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .img-container.cds-img .item-img {
    background-image: none;
  }
}
.hero.home .imgs-wrapper .img-container.kp-img .item-img {
  background-image: url("images/hero/d-forklift.png");
}
@media screen and (max-width: 767px) {
  .hero.home .imgs-wrapper .img-container.kp-img .item-img {
    background-image: none;
  }
}
.hero.home .info-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 665px) {
  .hero.home .info-container {
    width: 245vw;
  }
}
.hero.home .info-container .info-wrapper {
  position: absolute;
}
.hero.home .info-container .info-wrapper:not(.is-selected):hover .info-icon #Oval {
  animation-name: info-icon-animation;
  animation-duration: 1.8s;
  animation-direction: alternate;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.hero.home .info-container .info-wrapper.is-hidden {
  pointer-events: none;
  z-index: 5;
}
.hero.home .info-container .info-wrapper.is-hidden svg {
  opacity: 0.1;
}
.hero.home .info-container .info-wrapper.is-selected {
  height: 100%;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 665px) {
  .hero.home .info-container .info-wrapper.is-selected {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150vw;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .info-wrapper.is-selected {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
  }
}
.hero.home .info-container .info-wrapper.is-selected .info-icon {
  opacity: 0;
  transition: none;
}
.hero.home .info-container .info-wrapper.is-selected .info-text {
  transform: translateY(0);
  position: absolute;
  max-width: 40%;
  opacity: 1;
  transition: none;
}
.hero.home .info-container .info-wrapper.is-selected .info-text .info-close {
  opacity: 1;
}
.hero.home .info-container .info-wrapper.is-selected .info-text h2,
.hero.home .info-container .info-wrapper.is-selected .info-text .info-desc,
.hero.home .info-container .info-wrapper.is-selected .info-text .btn-ghost,
.hero.home .info-container .info-wrapper.is-selected .info-text .minimal-form form .msf-form-field-group input[type=file] + label,
.minimal-form form .msf-form-field-group .hero.home .info-container .info-wrapper.is-selected .info-text input[type=file] + label,
.hero.home .info-container .info-wrapper.is-selected .info-text .minimal-form form .msf-form-field-group input[type=submit],
.minimal-form form .msf-form-field-group .hero.home .info-container .info-wrapper.is-selected .info-text input[type=submit] {
  opacity: 1;
}
.hero.home .info-container .info-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@keyframes info-icon-animation {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 0.75;
    transform: scale(1);
  }
}
.hero.home .info-container .info-icon svg {
  transition: opacity 0.8s ease;
}
.hero.home .info-container .info-icon svg #Oval {
  opacity: 0;
  transform: scale(0.3);
  transform-origin: center center;
}
.hero.home .info-container .info-text {
  transform: translateY(-100vh);
  max-width: 500px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hero.home .info-container .info-text .info-close {
  height: 30px;
  width: 15px;
  opacity: 0;
  cursor: pointer;
  transition: opacity 1.2s ease 0.25s;
}
.hero.home .info-container .info-text .info-close span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
}
.hero.home .info-container .info-text .info-close span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.hero.home .info-container .info-text .info-close span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.hero.home .info-container .info-text h2 {
  font-size: 3.125vw;
  letter-spacing: 4px;
  margin: 2.4vw 0;
  opacity: 0;
  transition: opacity 1.2s ease 1s;
}
@media screen and (min-width: 1440px) {
  .hero.home .info-container .info-text h2 {
    font-size: 3.2142857143rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 665px) {
  .hero.home .info-container .info-text h2 {
    font-size: 2.1428571429rem;
  }
}
.hero.home .info-container .info-text .info-desc {
  font-size: 1rem;
  opacity: 0;
  transition: opacity 1.2s ease 1.5s;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .hero.home .info-container .info-text .info-desc {
    font-size: 0.8571428571rem;
  }
}
@media (max-width: 665px) {
  .hero.home .info-container .info-text .info-desc {
    font-size: 0.8571428571rem;
  }
}
.hero.home .info-container .info-text .btn-ghost, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=file] + label, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=submit] {
  border-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 0.7142857143rem;
  margin-top: 2.4vw;
  padding: 0.97vw;
  opacity: 0;
  transition: opacity 1.2s 2s, color 0.3s ease, background-color 0.3s ease;
}
@media (max-width: 665px) {
  .hero.home .info-container .info-text .btn-ghost, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=file] + label, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=submit] {
    padding: 1.0714285714rem;
    min-width: 140px;
  }
}
.hero.home .info-container .info-text .btn-ghost:hover, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=file] + label:hover, .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=file] + label:hover, .hero.home .info-container .info-text .minimal-form form .msf-form-field-group input[type=submit]:hover, .minimal-form form .msf-form-field-group .hero.home .info-container .info-text input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #2B2924;
}
.hero.home .info-container .excav-info {
  height: 80%;
  width: 35%;
  bottom: 10%;
}
@media (max-width: 665px) {
  .hero.home .info-container .excav-info {
    width: 37%;
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .excav-info {
    width: 39%;
    bottom: 15%;
  }
}
.hero.home .info-container .excav-info.is-selected .info-text {
  top: 36%;
  left: 40%;
}
@media (max-width: 665px) {
  .hero.home .info-container .excav-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .excav-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.hero.home .info-container .excav-info .info-icon {
  top: 12%;
  left: 90%;
}
@media (max-width: 665px) {
  .hero.home .info-container .excav-info .info-icon {
    left: 98%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .excav-info .info-icon {
    top: 18%;
    left: 93%;
  }
}
.hero.home .info-container .excav-info .info-text {
  top: 45%;
  left: 40%;
  z-index: 10;
}
.hero.home .info-container .chair-info {
  width: 18%;
  height: 25%;
  bottom: 13%;
  left: 34%;
}
@media (max-width: 665px) {
  .hero.home .info-container .chair-info {
    bottom: 18%;
    left: 38%;
    width: 14%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .chair-info {
    bottom: 19%;
    left: 39%;
    width: 15%;
  }
}
.hero.home .info-container .chair-info.is-selected .info-text {
  top: 45%;
  left: 52%;
}
@media (max-width: 1100px) {
  .hero.home .info-container .chair-info.is-selected .info-text {
    top: auto;
    bottom: 10vw;
  }
}
@media (max-width: 665px) {
  .hero.home .info-container .chair-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .chair-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.hero.home .info-container .chair-info .info-icon {
  top: 25%;
  left: 56%;
}
@media (max-width: 665px) {
  .hero.home .info-container .chair-info .info-icon {
    top: 16%;
    left: 67%;
  }
}
.hero.home .info-container .cds-info {
  height: 48%;
  width: 22%;
  left: 50%;
  bottom: 13%;
}
@media (max-width: 665px) {
  .hero.home .info-container .cds-info {
    left: 53%;
    bottom: 18%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .cds-info {
    bottom: 19%;
    left: 54%;
    width: 21%;
  }
}
.hero.home .info-container .cds-info.is-selected .info-text {
  top: 45%;
  right: 50%;
}
@media (max-width: 1100px) {
  .hero.home .info-container .cds-info.is-selected .info-text {
    top: auto;
    bottom: 10vw;
  }
}
@media (max-width: 665px) {
  .hero.home .info-container .cds-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .cds-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.hero.home .info-container .cds-info .info-icon {
  top: 20%;
  right: 75%;
}
@media (max-width: 665px) {
  .hero.home .info-container .cds-info .info-icon {
    top: 22%;
    right: 70%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .cds-info .info-icon {
    right: 60%;
  }
}
@media (min-width: 665px) {
  .hero.home .info-container .cds-info .info-close {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .cds-info .info-close {
    margin-left: 0;
  }
}
.hero.home .info-container .cds-info .info-text {
  text-align: right;
}
@media (max-width: 665px) {
  .hero.home .info-container .cds-info .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .cds-info .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.hero.home .info-container .kp-info {
  height: 42%;
  width: 30%;
  right: 0;
  bottom: 18%;
}
@media (max-width: 665px) {
  .hero.home .info-container .kp-info {
    height: 45%;
    bottom: 21%;
    width: 24%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .kp-info {
    bottom: 24%;
    width: 24%;
  }
}
.hero.home .info-container .kp-info.is-selected .info-text {
  top: 45%;
  right: 30%;
}
@media (max-width: 1100px) {
  .hero.home .info-container .kp-info.is-selected .info-text {
    top: auto;
    bottom: 10vw;
  }
}
@media (max-width: 665px) {
  .hero.home .info-container .kp-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .kp-info.is-selected .info-text {
    position: relative;
    max-width: 85%;
    top: 0;
    left: 0;
    text-align: center;
  }
}
.hero.home .info-container .kp-info .info-icon {
  top: 5%;
  right: 48%;
}
@media (max-width: 665px) {
  .hero.home .info-container .kp-info .info-icon {
    top: 13%;
    right: 44%;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .kp-info .info-icon {
    top: 10%;
    right: 35%;
  }
}
@media (min-width: 665px) {
  .hero.home .info-container .kp-info .info-close {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) and (max-height: 420px) {
  .hero.home .info-container .kp-info .info-close {
    margin-left: 0;
  }
}
.hero.home .info-container .kp-info .info-text {
  text-align: right;
}
.hero.home .angles {
  z-index: 9;
}

.simple {
  padding: 6.0714285714rem 0;
}

.page-desc {
  padding: 55px 0 85px 0;
}
.page-desc.contact {
  min-height: 35vh;
}

.nav-container + section + .page-desc {
  padding: 0 0 85px;
}

.contact-form .desc {
  margin: 25px 0 65px;
}

.nav-container + .contact-form {
  min-height: 90vh;
}

.orig-hero-btns {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .orig-hero-btns {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.orig-hero-btns .btn-ghost:first-child, .orig-hero-btns .minimal-form form .msf-form-field-group input[type=file] + label:first-child, .minimal-form form .msf-form-field-group .orig-hero-btns input[type=file] + label:first-child, .orig-hero-btns .minimal-form form .msf-form-field-group input[type=submit]:first-child, .minimal-form form .msf-form-field-group .orig-hero-btns input[type=submit]:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .orig-hero-btns .btn-ghost:first-child, .orig-hero-btns .minimal-form form .msf-form-field-group input[type=file] + label:first-child, .minimal-form form .msf-form-field-group .orig-hero-btns input[type=file] + label:first-child, .orig-hero-btns .minimal-form form .msf-form-field-group input[type=submit]:first-child, .minimal-form form .msf-form-field-group .orig-hero-btns input[type=submit]:first-child {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.shop-items-container {
  padding: 85px 0;
}
.shop-items-container .shop-items {
  width: 100%;
  margin-top: 157px;
}
@media screen and (max-width: 767px) {
  .shop-items-container .shop-items {
    width: 100%;
  }
}
.shop-items-container .shop-items .item {
  letter-spacing: 0.1785714286rem;
  flex-grow: 0;
}
.shop-items-container .shop-items .item:hover .bkg-img, .shop-items-container .shop-items .item:hover .swiper-container .swiper-button-prev, .swiper-container .shop-items-container .shop-items .item:hover .swiper-button-prev,
.shop-items-container .shop-items .item:hover .swiper-container .swiper-button-next,
.swiper-container .shop-items-container .shop-items .item:hover .swiper-button-next {
  box-shadow: 0 0 17px 0 #dbdbdb;
}
.shop-items-container .shop-items .item .bkg-img, .shop-items-container .shop-items .item .swiper-container .swiper-button-prev, .swiper-container .shop-items-container .shop-items .item .swiper-button-prev,
.shop-items-container .shop-items .item .swiper-container .swiper-button-next,
.swiper-container .shop-items-container .shop-items .item .swiper-button-next {
  display: block;
  padding-top: 100%;
  transition: box-shadow 0.3s ease;
  background-size: 95%;
}

.simple.shop-categories .swiper-container.cat-filter {
  margin: 4.6428571429rem 0;
}
.simple.shop-categories .swiper-container.cat-filter .swiper-slide {
  width: auto;
  color: #2B2924;
  border-bottom: 1px solid transparent;
  padding-bottom: 1.0714285714rem;
  font-weight: 500;
  font-size: 0.7142857143rem;
  text-transform: uppercase;
  letter-spacing: 0.2142857143rem;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  cursor: pointer;
}
.simple.shop-categories .swiper-container.cat-filter .swiper-slide:hover, .simple.shop-categories .swiper-container.cat-filter .swiper-slide.is-selected {
  color: #E89563;
  border-bottom-color: #E89563;
}
.simple.shop-categories .swiper-container.cat-filter .swiper-slide:not(:last-child) {
  margin-right: 1.7857142857rem;
}
.simple.shop-categories .prod-card {
  font-size: 0.7142857143rem;
  margin-bottom: 2.1428571429rem;
}
@media screen and (max-width: 767px) {
  .simple.shop-categories .prod-card {
    max-width: 300px;
  }
}
.simple.shop-categories .prod-card:hover .bkg-img, .simple.shop-categories .prod-card:hover .swiper-container .swiper-button-prev, .swiper-container .simple.shop-categories .prod-card:hover .swiper-button-prev,
.simple.shop-categories .prod-card:hover .swiper-container .swiper-button-next,
.swiper-container .simple.shop-categories .prod-card:hover .swiper-button-next {
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.6);
}
.simple.shop-categories .prod-card .bkg-img, .simple.shop-categories .prod-card .swiper-container .swiper-button-prev, .swiper-container .simple.shop-categories .prod-card .swiper-button-prev,
.simple.shop-categories .prod-card .swiper-container .swiper-button-next,
.swiper-container .simple.shop-categories .prod-card .swiper-button-next {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 0.8571428571rem;
  transition: box-shadow 0.2s ease;
}

.gallery-section {
  background-color: #2B2924;
}
.gallery-section .gal-thumb {
  width: 33.333%;
  padding-top: 33.333vw;
}
@media screen and (max-width: 767px) {
  .gallery-section .gal-thumb {
    width: 75%;
    padding-top: 75%;
    margin-bottom: 8.5vw;
  }
  .gallery-section .gal-thumb:first-child {
    margin-top: 8.5vw;
  }
}
.gallery-section.lg-thumbs {
  background-color: #2B2924;
}
.gallery-section.lg-thumbs .gal-thumb {
  height: 60vw;
  max-height: 870px;
  width: 60%;
  flex-grow: 2;
}
@media screen and (max-width: 767px) {
  .gallery-section.lg-thumbs .gal-thumb {
    margin: 0;
  }
}
.gallery-section.lg-thumbs .gal-thumb:nth-child(2), .gallery-section.lg-thumbs .gal-thumb:nth-child(3) {
  width: 40%;
}
.gallery-section.prod-page {
  background-color: #FFFFFF;
}

.link-squares {
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .link-squares {
    justify-content: center;
  }
}
.link-squares .other-serv-item {
  width: 25%;
  padding-top: 25vw;
  background-size: 55%;
  transition: background-size 0.25s ease;
}
@media screen and (max-width: 767px) {
  .link-squares .other-serv-item {
    width: 50%;
    padding-top: 50vw;
  }
}
@media screen and (max-width: 550px) {
  .link-squares .other-serv-item {
    width: 75%;
    padding-top: 75vw;
    margin-bottom: 8.5vw;
  }
}
.link-squares .other-serv-item:hover {
  background-size: 65%;
}
.link-squares .other-serv-item:hover a {
  font-size: 0.8vw;
}
@media screen and (max-width: 767px) {
  .link-squares .other-serv-item:hover a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 550px) {
  .link-squares .other-serv-item:hover a {
    font-size: 2.5vw;
  }
}
.link-squares .other-serv-item a {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  transition: font-size 0.2s ease;
  text-align: center;
  font-size: 0.694vw;
  text-transform: uppercase;
  color: #CBCBCB;
  font-weight: 400;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .link-squares .other-serv-item a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 550px) {
  .link-squares .other-serv-item a {
    font-size: 3.2vw;
    line-height: 2;
    bottom: 10px;
  }
}

.three-text-cols {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.9285714286rem;
}
.three-text-cols .col-1-3 p {
  color: #FFFFFF;
}

.blog-previews .blog-card {
  display: block;
  height: 285px;
  min-width: 240px;
  max-width: 240px;
  flex-grow: 0;
}
.blog-previews .blog-card:hover .bkg-img, .blog-previews .blog-card:hover .swiper-container .swiper-button-prev, .swiper-container .blog-previews .blog-card:hover .swiper-button-prev,
.blog-previews .blog-card:hover .swiper-container .swiper-button-next,
.swiper-container .blog-previews .blog-card:hover .swiper-button-next {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.blog-previews .blog-card:hover .bkg-img::before, .blog-previews .blog-card:hover .swiper-container .swiper-button-prev::before, .swiper-container .blog-previews .blog-card:hover .swiper-button-prev::before,
.blog-previews .blog-card:hover .swiper-container .swiper-button-next::before,
.swiper-container .blog-previews .blog-card:hover .swiper-button-next::before {
  background-color: rgba(43, 41, 36, 0.5);
}
.blog-previews .blog-card .bkg-img, .blog-previews .blog-card .swiper-container .swiper-button-prev, .swiper-container .blog-previews .blog-card .swiper-button-prev,
.blog-previews .blog-card .swiper-container .swiper-button-next,
.swiper-container .blog-previews .blog-card .swiper-button-next {
  height: 100%;
  width: 100%;
}
.blog-previews .blog-card .bkg-img::before, .blog-previews .blog-card .swiper-container .swiper-button-prev::before, .swiper-container .blog-previews .blog-card .swiper-button-prev::before,
.blog-previews .blog-card .swiper-container .swiper-button-next::before,
.swiper-container .blog-previews .blog-card .swiper-button-next::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  background-color: transparent;
  transition: background-color 0.2s ease;
}
.blog-previews .blog-card .post-dtls {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 10px 10px;
  line-height: 1.5;
}

@media screen and (max-width: 550px) {
  .port-item:nth-child(2),
.other-serv-item:first-child {
    margin-top: 8.5vw;
  }
}

.page-nav-rotator {
  padding: 2.1428571429rem 0 1.0714285714rem;
  background-color: #191816;
}
.page-nav-rotator .swiper-container.sub-nav-swiper {
  padding: 0;
}
.page-nav-rotator .swiper-container.sub-nav-swiper .swiper-slide {
  width: auto;
  margin-right: 1.4285714286rem;
  padding-bottom: 1.0714285714rem;
  cursor: pointer;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.7142857143rem;
  letter-spacing: 3.5px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}
.page-nav-rotator .swiper-container.sub-nav-swiper .swiper-slide:hover {
  color: #E89563;
  border-bottom-color: #E89563;
}

.tall-img-col > .flex {
  min-height: 700px;
}
.tall-img-col .left-wide {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .tall-img-col .left-wide {
    padding: 6.4285714286rem 7vw 2.1428571429rem;
  }
}
.tall-img-col .left-wide h1, .tall-img-col .left-wide .h1, .tall-img-col .left-wide h2, .tall-img-col .left-wide .h2, .tall-img-col .left-wide h3, .tall-img-col .left-wide .h3, .tall-img-col .left-wide h4, .tall-img-col .left-wide .h4, .tall-img-col .left-wide h5, .tall-img-col .left-wide .h5, .tall-img-col .left-wide h6, .tall-img-col .left-wide .h6,
.tall-img-col .left-wide p {
  color: #FFFFFF;
}
.tall-img-col .left-wide p {
  letter-spacing: 1px;
}
.tall-img-col .left-wide a.btn, .tall-img-col .left-wide a.btn-primary, .tall-img-col .left-wide a.btn-ghost {
  width: 100%;
}
.tall-img-col .imgs {
  width: 35vw;
  align-self: stretch;
  flex-shrink: 0;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .tall-img-col .imgs {
    display: none;
  }
}
.tall-img-col .imgs.three-imgs .bkg-img, .tall-img-col .imgs.three-imgs .swiper-container .swiper-button-prev, .swiper-container .tall-img-col .imgs.three-imgs .swiper-button-prev,
.tall-img-col .imgs.three-imgs .swiper-container .swiper-button-next,
.swiper-container .tall-img-col .imgs.three-imgs .swiper-button-next {
  height: 33.333%;
}
.tall-img-col .imgs .bkg-img, .tall-img-col .imgs .swiper-container .swiper-button-prev, .swiper-container .tall-img-col .imgs .swiper-button-prev,
.tall-img-col .imgs .swiper-container .swiper-button-next,
.swiper-container .tall-img-col .imgs .swiper-button-next {
  width: 100%;
  height: 50%;
  flex-shrink: 0;
}

.cds-workshop:nth-child(odd) .top-info {
  background-color: #23211E;
}
.cds-workshop:nth-child(odd) .minimal-form .fc-form .mask, .minimal-form .cds-workshop:nth-child(odd) .fc-form .fc-form .mask {
  background-image: linear-gradient(to right, transparent 0%, #23211E 50%);
}
.cds-workshop:nth-child(even) .top-info {
  background-color: #191816;
}
.cds-workshop:nth-child(even) .minimal-form .fc-form .mask, .minimal-form .cds-workshop:nth-child(even) .fc-form .fc-form .mask {
  background-image: linear-gradient(to right, transparent 0%, #191816 50%);
}
.cds-workshop button.show-dtls {
  display: block;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  margin: 0 auto 2.1428571429rem;
  color: #E89563;
  outline: none;
  transition: color 0.3s ease;
}
.cds-workshop button.show-dtls:hover, .cds-workshop button.show-dtls.is-selected {
  color: #FFFFFF;
}
.cds-workshop button.show-dtls:hover svg polygon, .cds-workshop button.show-dtls.is-selected svg polygon {
  fill: #FFFFFF;
}
.cds-workshop button.show-dtls.is-selected span.not-selected {
  display: none;
}
.cds-workshop button.show-dtls.is-selected span.selected {
  display: inline-block;
}
.cds-workshop button.show-dtls.is-selected svg {
  transform: rotate(180deg);
}
.cds-workshop button.show-dtls span.selected {
  display: none;
}
.cds-workshop button.show-dtls svg {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.cds-workshop button.show-dtls svg polygon {
  transition: fill 0.3s ease;
}
.cds-workshop .top-info .left-wide .ws-heading-info {
  margin-bottom: 2.1428571429rem;
}
.cds-workshop .bot-info {
  overflow: hidden;
  padding: 0;
  max-height: 0;
  color: #FFFFFF;
  transition: padding 0.8s ease, max-height 0.8s ease;
}
.cds-workshop .bot-info.is-expanded {
  max-height: 2000vh;
  padding: 7.1428571429rem 0 2.1428571429rem;
}
.cds-workshop .bot-info h1, .cds-workshop .bot-info .h1, .cds-workshop .bot-info h2, .cds-workshop .bot-info .h2, .cds-workshop .bot-info h3, .cds-workshop .bot-info .h3, .cds-workshop .bot-info h4, .cds-workshop .bot-info .h4, .cds-workshop .bot-info h5, .cds-workshop .bot-info .h5, .cds-workshop .bot-info h6, .cds-workshop .bot-info .h6 {
  color: #FFFFFF;
}
.cds-workshop .bot-info p {
  color: #FFFFFF;
}
.cds-workshop .bot-info img.ws-details,
.cds-workshop .bot-info .swiper-container {
  max-width: 100%;
  margin: 20px 0;
}
.cds-workshop .bot-info .ws-details,
.cds-workshop .bot-info iframe {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cds-workshop .bot-info .ws-details,
.cds-workshop .bot-info iframe {
    max-width: 100%;
  }
}
.cds-workshop .bot-info button.show-dtls {
  margin-top: 50px;
}
.cds-workshop .bot-info button.show-dtls svg {
  transform: rotate(180deg);
}
.cds-workshop .bot-info .msf-add-content-container {
  margin-top: 200px;
}

.full-width-img {
  height: 30vw;
  max-height: 465px;
}
.full-width-img .bkg-img, .full-width-img .swiper-container .swiper-button-prev, .swiper-container .full-width-img .swiper-button-prev,
.full-width-img .swiper-container .swiper-button-next,
.swiper-container .full-width-img .swiper-button-next {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.full-img-swiper .swiper-slide {
  height: 45vw;
  max-height: 645px;
}
.full-img-swiper .swiper-button-next,
.full-img-swiper .swiper-button-prev {
  background-image: url(images/icon-rot-arrow-white.svg);
}

.gallery-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translate(-100%, -100%);
  padding: 0;
  background-color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.2s, z-index 0s linear 0.21s, transform 0s linear 0.21s;
}
.gallery-container.is-visible {
  height: 100%;
  width: 100%;
  z-index: 100;
  transform: translate(0, 0);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.gallery-container.is-visible [msf_editable=true]:hover > .msf-content-block-hover {
  display: flex;
}
.gallery-container.is-visible .gal-close {
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 25;
  cursor: pointer;
}
.gallery-container.is-visible .gal-close:hover svg g {
  stroke: #E89563;
}
.gallery-container.is-visible .gal-close svg g {
  transition: stroke 0.3s ease;
}
@media screen and (max-width: 450px) {
  .gallery-container.is-visible .gallery-wrapper {
    height: 100%;
  }
}
.gallery-container .gal-close {
  display: none;
}
.gallery-container a svg g polygon {
  transition: stroke 0.3s ease, fill 0.3s ease;
}
.gallery-container a svg g rect {
  transition: stroke 0.3s ease;
}
.gallery-container a:hover svg g,
.gallery-container a:hover svg rect,
.gallery-container a:hover svg polygon {
  stroke: #E89563;
}
.gallery-container a:hover svg g polygon {
  fill: #E89563;
}
.gallery-container .caption-wrapper {
  display: none;
}

body.msf-signed-in .gallery-container .swiper-container.gal-swiper .swiper-slide img {
  max-height: 400px !important;
}

.gallery-container .swiper-container.gal-swiper .swiper-slide {
  width: auto;
  height: 100vh;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide figure {
  height: 100%;
  display: flex;
  align-items: center;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide img {
  max-height: calc(100% - 300px);
  max-width: 100vw;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide.swiper-slide-active figcaption {
  opacity: 1;
  transition: opacity 0.8s ease 1s;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide figcaption {
  position: absolute;
  display: block;
  width: 100%;
  height: 125px;
  bottom: 0;
  left: 0;
  color: #2B2924;
  padding: 1.4285714286rem;
  font-size: 0.7142857143rem;
  opacity: 0;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide .trumbowyg-box {
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-container .swiper-container.gal-swiper .swiper-slide .trumbowyg-box figcaption {
  padding-top: 50px;
}
.gallery-container .swiper-container.gal-swiper .swiper-button-next,
.gallery-container .swiper-container.gal-swiper .swiper-button-prev {
  top: auto;
  bottom: 175px;
}

.other-serv .btn-ghost, .other-serv .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .other-serv input[type=submit], .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=submit] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8333vw;
  width: 22.486vw;
  padding: 1.666vw 0;
}
@media screen and (max-width: 767px) {
  .other-serv .btn-ghost, .other-serv .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .other-serv input[type=submit], .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=submit] {
    width: 90%;
    font-size: 2.5vw;
    padding: 30px 0;
  }
}
@media screen and (min-width: 551px) and (max-width: 769px) {
  .other-serv .btn-ghost, .other-serv .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .other-serv input[type=submit], .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=submit] {
    width: 45vw;
    font-size: 1.6vw;
    padding: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .other-serv .btn-ghost, .other-serv .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=file] + label, .other-serv .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .other-serv input[type=submit], .other-serv body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group .other-serv input[type=submit] {
    font-size: 12px;
  }
}

.contact-email {
  display: inline;
  font-weight: 300 !important;
  letter-spacing: 2.5px;
}

.prod-info-container {
  padding: 0 0 155px;
}
.prod-info-container .wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .prod-info-container .wrapper {
    display: block;
    padding-top: 100px;
  }
}
.prod-info-container .swiper-container.prod-imgs {
  height: 720px;
  width: 700px;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .prod-info-container .swiper-container.prod-imgs {
    width: 500px;
    height: 520px;
  }
}
@media (max-width: 950px) {
  .prod-info-container .swiper-container.prod-imgs {
    height: calc(90vw + 20px);
    width: 90vw;
    margin: 0 auto;
  }
}
.prod-info-container .swiper-container.prod-imgs .swiper-slide {
  background-size: contain;
  height: 700px;
  width: 700px;
}
@media screen and (max-width: 1200px) {
  .prod-info-container .swiper-container.prod-imgs .swiper-slide {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 950px) {
  .prod-info-container .swiper-container.prod-imgs .swiper-slide {
    height: 90vw;
    width: 90vw;
    margin: 0 auto;
  }
}
.prod-info-container .swiper-container.prod-imgs .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .prod-info-container .swiper-container.prod-imgs .swiper-pagination {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .prod-info-container .swiper-container.prod-imgs .swiper-button-next,
.prod-info-container .swiper-container.prod-imgs .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .prod-info-container .prod-info {
    padding-top: 15%;
    max-width: 550px;
  }
}
@media (max-width: 950px) {
  .prod-info-container .prod-info {
    max-width: 100%;
  }
}
.prod-info-container .prod-title {
  margin: 40px 0;
  letter-spacing: 5.65px;
}
.prod-info-container .prod-title span {
  display: block;
  margin-bottom: 14px;
}
.prod-info-container .prod-desc,
.prod-info-container .prod-desc p {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
}
.prod-info-container .prod-dtls {
  margin-top: 51px;
}
.prod-info-container .prod-dtls .dtl-name {
  width: 85px;
}
.prod-info-container .prod-dtls .vr {
  display: block;
  height: 1rem;
  width: 1px;
  margin-right: 30px;
  background-color: #2B2924;
}
.prod-info-container .prod-dtls .weight-container,
.prod-info-container .prod-dtls .specs {
  margin-top: 15px;
}
.prod-info-container .prod-colors ul li {
  background-clip: content-box;
  width: 18px;
  height: 18px;
  padding: 4px;
  margin: 0 10px 0 0;
  text-indent: 0;
  list-style: none;
  border: 1px solid transparent;
  transition: border 0.3s ease;
  position: relative;
}
.prod-info-container .prod-colors ul li:hover {
  cursor: pointer;
  border: 1px solid #CBCBCB;
}
.prod-info-container .prod-colors ul li:hover .tooltip {
  display: block;
  opacity: 1;
}
.prod-info-container .prod-colors ul li .tooltip {
  display: none;
  position: absolute;
  padding: 18px 12px;
  background-color: #2B2924;
  color: #FFFFFF;
  top: 160%;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
  transition: opacity 0.3s ease;
  line-height: 1.3;
  z-index: 10;
}
.prod-info-container .prod-colors ul li .tooltip::after {
  display: block;
  position: absolute;
  content: url(images/tooltip-arrow.svg);
  width: 11px;
  height: 11px;
  top: -8px;
  left: 38%;
}
.prod-info-container .btn, .prod-info-container .btn-primary, .prod-info-container .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .prod-info-container input[type=file] + label, .prod-info-container body.btn-ghost .minimal-form form .msf-form-field-group input[type=file] + label, body.btn-ghost .minimal-form form .msf-form-field-group .prod-info-container input[type=file] + label, .prod-info-container .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .prod-info-container input[type=submit], .prod-info-container body.btn-ghost .minimal-form form .msf-form-field-group input[type=submit], body.btn-ghost .minimal-form form .msf-form-field-group .prod-info-container input[type=submit],
.prod-info-container .btn-ghost {
  width: 100%;
}

.hero.blog-roll {
  height: 365px;
}

.hero.post {
  height: 620px;
}

.blog-master-container {
  background-color: #2B2924;
}
.blog-master-container .grid-container {
  max-width: 1200px;
  min-height: 70vh;
}
.blog-master-container .blog-roll-container,
.blog-master-container article.post,
.blog-master-container aside {
  padding-top: 0;
}
.blog-master-container article,
.blog-master-container aside .wrapper {
  background-color: #2B2924;
}
.blog-master-container article {
  font-weight: 200;
  color: #4A4A4A;
  line-height: 2;
}
.blog-master-container article h1 {
  line-height: 1.5;
}
.blog-master-container article .author-date {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
}
.blog-master-container article h3 {
  margin: 25px 0;
}
.blog-master-container article a:not(.btn-ghost) {
  text-decoration: underline;
}
.blog-master-container aside .wrapper {
  padding: 0 30px 30px;
}
.blog-master-container aside .wrapper .cats h3 {
  padding-bottom: 1.7857142857rem;
  border-bottom: 1px solid #CBCBCB;
}
.blog-master-container aside .wrapper .cats a:hover,
.blog-master-container aside .wrapper .cats a.is-selected {
  color: #E89563;
}
.blog-master-container aside .wrapper .blog-preview-sm {
  border-bottom: 1px solid #CBCBCB;
  padding: 1.0714285714rem 0;
}
.blog-master-container aside .wrapper .blog-preview-sm:hover .title {
  color: #E89563;
}
.blog-master-container aside .wrapper .blog-preview-sm:first-of-type {
  border-top: 1px solid #CBCBCB;
}
.blog-master-container aside .wrapper .blog-preview-sm .date-author {
  flex-wrap: wrap;
}
.blog-master-container aside .wrapper .blog-preview-sm .title {
  color: #FFFFFF;
  transition: color 0.3s ease;
}
.blog-master-container.blog-roll {
  padding-top: 30px;
}
.blog-master-container .blog-roll-container article {
  margin-bottom: 40px;
  background-color: #191816;
}
.blog-master-container .blog-roll-container article .preview-img {
  width: 100%;
  padding-bottom: 52%;
}
.blog-master-container .blog-roll-container article .post-info {
  padding: 35px 40px;
}
.blog-master-container .blog-roll-container article .btn, .blog-master-container .blog-roll-container article .btn-primary, .blog-master-container .blog-roll-container article .btn-ghost, .blog-master-container .blog-roll-container article .minimal-form form .msf-form-field-group input[type=file] + label, .minimal-form form .msf-form-field-group .blog-master-container .blog-roll-container article input[type=file] + label, .blog-master-container .blog-roll-container article .minimal-form form .msf-form-field-group input[type=submit], .minimal-form form .msf-form-field-group .blog-master-container .blog-roll-container article input[type=submit] {
  margin-top: 25px;
}
.blog-master-container article.post {
  padding: 40px 0;
  margin-bottom: 25px;
  color: #FFFFFF;
}
.blog-master-container article.post .post-info h1 {
  max-width: 50%;
}
.blog-master-container article.post .blog-element {
  color: #FFFFFF;
}
.blog-master-container article.post .blog-element h1, .blog-master-container article.post .blog-element .h1, .blog-master-container article.post .blog-element h2, .blog-master-container article.post .blog-element .h2, .blog-master-container article.post .blog-element h3, .blog-master-container article.post .blog-element .h3, .blog-master-container article.post .blog-element h4, .blog-master-container article.post .blog-element .h4, .blog-master-container article.post .blog-element h5, .blog-master-container article.post .blog-element .h5, .blog-master-container article.post .blog-element h6, .blog-master-container article.post .blog-element .h6 {
  color: #FFFFFF;
}
.blog-master-container article.post .blog-element p {
  color: #FFFFFF;
}
.blog-master-container article.post img.blog-element,
.blog-master-container article.post .embed-wrapper {
  padding: 0;
  margin: 35px 0;
}
.blog-master-container article.post iframe {
  width: 100%;
  top: 0;
  left: 0;
}

.pagination {
  display: flex;
  color: #FFFFFF;
  margin: 45px 35px;
}
.pagination a,
.pagination span {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .blog-master-container .blog-roll-container article .post-info {
    padding: 35px 15px;
  }
  .blog-master-container article.post .post-info,
.blog-master-container article.post .blog-element {
    padding: 0 15px;
  }
  .blog-master-container .blog-sidebar {
    display: none;
  }
}
.not-found-container {
  height: 85vh;
}
@media screen and (max-width: 767px) {
  .not-found-container h1 {
    font-size: 30px;
  }
}

.fc-container {
  color: #4A4A4A;
}