/* CSS Document */
/* ===================================================================================

author:		Thomas James

*/
/* OVERALL DOCUMENT STYLES
=================================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.4;
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

body {
  position: relative;
  background: #EFE9DD;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}
body.no-scroll {
  overflow: hidden;
}

::-moz-selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #b3d4fc;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* SKIP TO CONTENTS ACCESSIBILITY
=================================================================================== */
a.skip-main {
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -9999px;
  overflow: hidden;
  z-index: -9999;
}
a.skip-main:hover, a.skip-main:focus-visible, a.skip-main:active {
  width: auto;
  height: auto;
  top: 1.6rem;
  left: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #1d4289;
  font-weight: bold;
  margin: 0;
  padding: 1.6rem 2.4rem 1.6rem 2.4rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 0.2rem solid #1d4289;
  border-radius: 1.6rem;
  overflow: auto;
  z-index: 9999;
}
a.skip-main:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 0.2rem solid #000;
}

#cookies_warning_v2 {
  display: none;
  width: 90%;
  max-width: 330px;
  height: auto;
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 300;
  /* Close Button */
}
#cookies_warning_v2.dark {
  border: 1px solid #595959;
  -webkit-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.35);
}
#cookies_warning_v2 #cookies_row_01 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.8rem 1.8rem 2.2rem 2rem;
  float: left;
  clear: both;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_01 div.title {
  width: 100%;
  height: auto;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0 3rem 0 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cookies_warning_v2 #cookies_row_01 div.text {
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #595959;
  font-weight: normal;
  font-style: normal;
  margin: 1rem 0 0 0;
  padding: 0;
  letter-spacing: 0.005em;
  line-height: 1.6;
  float: left;
  clear: both;
}
#cookies_warning_v2 #cookies_row_01 div.text a {
  color: #595959;
  font-weight: bold;
  text-decoration: none;
}
#cookies_warning_v2.dark #cookies_row_01 {
  background: hsl(0, 0%, 200%);
}
#cookies_warning_v2.dark #cookies_row_01 div.title {
  color: rgb(45.9, 45.9, 45.9);
}
#cookies_warning_v2.dark #cookies_row_01 div.text {
  color: rgb(66.3, 66.3, 66.3);
}
#cookies_warning_v2.dark #cookies_row_01 div.text a {
  color: rgb(66.3, 66.3, 66.3);
}
#cookies_warning_v2 a#cookies_close {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: rgb(114.75, 114.75, 114.75);
  margin: -2px 0 0 0;
  padding: 0;
  text-decoration: none;
  text-align: left;
  clear: both;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::before {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: rgb(165.75, 165.75, 165.75);
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close::after {
  display: block;
  content: " ";
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  background: rgb(165.75, 165.75, 165.75);
  border-radius: 2px;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
  outline: 1px solid transparent;
  z-index: 2;
}
#cookies_warning_v2 a#cookies_close:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
}
.no-touch #cookies_warning_v2 a#cookies_close:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#cookies_warning_v2.dark a#cookies_close {
  color: #333333;
}
#cookies_warning_v2.dark a#cookies_close::before {
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2.dark a#cookies_close::after {
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2.dark a#cookies_close:hover {
  color: rgb(76.5, 76.5, 76.5);
}
.no-touch #cookies_warning_v2.dark a#cookies_close:hover {
  color: rgb(76.5, 76.5, 76.5);
}
#cookies_warning_v2 #cookies_row_02 {
  display: none;
  width: 100%;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 1rem 1.8rem 1rem 2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  float: left;
  clear: both;
  background: rgb(224.4, 224.4, 224.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA {
  width: 34px;
  height: 18px;
  position: relative;
  margin: 0 0 0 1rem;
  padding: 0;
  display: inline;
  float: right;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA::after {
  display: block;
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #3acc07;
  border-radius: 50%;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
}
#cookies_warning_v2 #cookies_row_02 a#disable_GA.deactive:after {
  right: 16px;
  background: rgb(191.25, 191.25, 191.25);
}
#cookies_warning_v2.dark #cookies_row_02 {
  color: #fff;
  background: rgb(114.75, 114.75, 114.75);
}
#cookies_warning_v2 #cookies_row_03 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 1.2rem 1.8rem 1.2rem 0;
  text-align: right;
  float: left;
  clear: both;
  background: rgb(242.25, 242.25, 242.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  color: #4f4f4f;
  font-weight: bold;
  font-style: normal;
  margin: 0 1.6rem 0 0;
  padding: 0.8rem 0 0.8rem 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  background: transparent;
  border: none;
  vertical-align: middle;
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: #4f4f4f;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_info:hover {
  color: hsl(0, 0%, -39.0196078431%);
  text-decoration: none;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept {
  display: inline-block;
  width: auto;
  height: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 0.8rem 2.2rem 0.8rem 2.3rem;
  letter-spacing: 0.09em;
  line-height: 1.4;
  text-decoration: none;
  background: #005c99;
  border: none;
  border-radius: 6px;
  vertical-align: middle;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_accept:hover {
  color: #fff;
  text-decoration: none;
  background: rgb(0, 107.3333333333, 178.5);
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: rgb(114.75, 114.75, 114.75);
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  background: url("../images/cookies_cog.svg") center center no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.no-svg #cookies_warning_v2 #cookies_row_03 a#cookies_settings {
  background: url("../images/cookies_cog.png") center center no-repeat;
  background-size: 100% auto;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: rgb(114.75, 114.75, 114.75);
  text-decoration: none;
}
.no-touch #cookies_warning_v2 #cookies_row_03 a#cookies_settings:hover {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  opacity: 1;
}
#cookies_warning_v2 #cookies_row_03 a#cookies_settings.active {
  opacity: 1;
}
#cookies_warning_v2.dark #cookies_row_03 {
  background: #333333;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info {
  color: rgb(198.9, 198.9, 198.9);
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: rgb(198.9, 198.9, 198.9);
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_info:hover {
  color: #fff;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_accept:hover {
  background: rgb(0, 107.3333333333, 178.5);
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings {
  opacity: 0.3;
}
.no-touch #cookies_warning_v2.dark #cookies_row_03 a#cookies_settings:hover {
  opacity: 0.7;
}
#cookies_warning_v2.dark #cookies_row_03 a#cookies_settings.active {
  opacity: 0.7;
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 479px) {
  #cookies_warning_v2 {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  #cookies_warning_v2 #cookies_text_01 {
    padding: 18px 18px 20px 20px;
  }
  #cookies_warning_v2 #cookies_text_02 {
    padding: 10px 18px 10px 0;
  }
}
/* MAIN LAYOUT
=================================================================================== */
.row {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1;
}
.row.table {
  display: table;
  table-layout: fixed;
  height: 100%;
}
.row.table > .tablecell {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  vertical-align: middle;
}

.contents {
  width: 90%;
  max-width: 1400px;
  height: auto;
  position: relative;
  margin: 0 auto;
  clear: both;
  z-index: 2;
}
.contents::before {
  display: table;
  content: " ";
}
.contents::after {
  display: table;
  content: " ";
  clear: both;
}

/* IE CLEAR FIX CLASS
=================================================================================== */
.clear {
  display: block;
  width: 100%;
  position: relative;
  height: 0 !important;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  float: left;
  clear: both;
}

.clearfix::before {
  display: table;
  content: " ";
}
.clearfix::after {
  display: table;
  content: " ";
  clear: both;
}

/*.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix::after {
	clear: both;
}*/
/* TYPOGRAPHY
=================================================================================== */
h1, h2, h3, h4, h5, h6, p {
  text-rendering: optimizelegibility;
  clear: both;
}

/* H1 */
h1, .h1 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 7rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.32rem;
  line-height: 1.12;
}

/* H2 */
h2, .h2 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 4rem 0;
  padding: 0;
  letter-spacing: 0.12rem;
  line-height: 1.4;
}
h2.large, .h2.large {
  font-size: 4rem;
}

/* H3 */
h3, .h3 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0.12rem;
  line-height: 1.4;
}

/* H4 */
h4, .h4 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 4rem 0;
  padding: 0;
  letter-spacing: 0.34rem;
  line-height: 1.4;
}

/* H5 */
h5, .h5 {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  letter-spacing: 0.22rem;
  line-height: 1.2;
}

/* H6 */
/* P */
p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #0D130C;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 3rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.8;
}
p.xlarge, .cta_text p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.6;
}
.cta_text p {
  color: #fff;
}
p.large {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #0D130C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.6;
}
p.medium {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  color: #0D130C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 4rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.6;
}
.hero_grid p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
}
.backgradient p {
  color: #fff;
}

.text_black {
  color: #0D130C !important;
}

.text_white {
  color: #fff !important;
}

.text_cream {
  color: #EFE9DD !important;
}

b, strong {
  font-weight: bolder;
  line-height: inherit;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 0.1rem solid #ccc;
  margin: 1.4rem 0 1.4rem 0;
  padding: 0;
  text-align: left;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* KEYFRAME ANIMATIONS
=================================================================================== */
@-webkit-keyframes openmenu {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15, 0, 0, 1);
  }
}
@keyframes openmenu {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  40% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  }
  60% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -15, 0, 0, 1);
  }
}
@-webkit-keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
@keyframes fadeinUP {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
    opacity: 0;
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }
}
/* HEADER
=================================================================================== */
header#globalheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: fixed;
  top: 4rem;
  left: 0;
  margin: 0;
  padding: 0 4rem 0 4rem;
  float: left;
  clear: both;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  /*background: #999;*/
}
header#globalheader.scroll {
  top: 1.2rem;
}
header#globalheader > .contents {
  width: 90%;
  max-width: 90%;
}

a#main_logo {
  display: block;
  width: 100%;
  max-width: 186px;
  height: auto;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a#main_logo::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 13.9784946237%;
  float: left;
  clear: both;
  background: url(../images/main_logo_186x26.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
a#main_logo:hover {
  text-decoration: none;
}
.no-touch a#main_logo:hover {
  text-decoration: none;
}
header#globalheader.white a#main_logo::before, header#globalheader.navopen a#main_logo::before {
  background-position: 0 -26px;
}

a#menu {
  width: 84px;
  height: 84px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
  background: url("../images/nav_icon.svg") center center no-repeat;
  background-size: 168px 168px;
  background-position: 0 0;
  text-decoration: none;
}
a#menu:hover {
  text-decoration: none;
}
.no-touch a#menu:hover {
  text-decoration: none;
  opacity: 0.8;
}
a#menu.open {
  background-position: 0 -84px;
}
header#globalheader.white a#menu, header#globalheader.navopen a#menu {
  background-position: -84px 0;
}
header#globalheader.white a#menu.open, header#globalheader.navopen a#menu.open {
  background-position: -84px -84px;
}

span.menu_label {
  width: auto;
  height: auto;
  position: absolute;
  top: 3.3rem;
  right: 13.6rem;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #0D130C;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding: 0 2.8rem 0 0;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-align: right;
  -webkit-animation: openmenu 2s infinite;
  animation: openmenu 2s infinite;
  -webkit-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
span.menu_label::after {
  display: block;
  content: " ";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  padding: 0;
  background: url("../images/arrow.svg") center center no-repeat;
  background-size: 2.4rem 4.8rem;
  background-position: 0 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#globalheader.white span.menu_label, header#globalheader.navopen span.menu_label {
  color: #fff;
}
header#globalheader.white span.menu_label::after, header#globalheader.navopen span.menu_label::after {
  background-position: 0 -2.4rem;
}

/* MAIN NAVIGATION
=================================================================================== */
nav#main {
  /*display: block;*/
  display: none;
  width: 100%;
  height: 100%;
  height: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background: rgba(13, 19, 12, 0.94);
  backdrop-filter: blur(4px);
  z-index: 90;
}
nav#main #nav_tb {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main #nav_tb #nav_tbc {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10rem 0 10rem 0;
  text-align: left;
  vertical-align: middle;
}
nav#main #nav_tb #nav_tbc > .contents {
  width: 90%;
  max-width: 90%;
}
nav#main #nav_tb ul {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main #nav_tb ul > li {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 2.4rem 0;
  padding: 0;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  float: left;
  clear: both;
  vertical-align: top;
  opacity: 0;
  /* LEVEL TWO */
}
nav#main #nav_tb ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  padding: 1.2rem 0 1.2rem 0;
  text-decoration: none;
}
nav#main #nav_tb ul > li > a::after {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.26s ease-in-out;
  transition: background 0.26s ease-in-out;
}
nav#main #nav_tb ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > a:hover::after {
  background: rgba(255, 255, 255, 0.8);
}
nav#main #nav_tb ul > li > a.active {
  color: #fff;
  text-decoration: none;
}
nav#main #nav_tb ul > li > a.active::after {
  background: white;
}
nav#main #nav_tb ul > li > a.active:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > a.active:hover {
  color: #fff;
  text-decoration: none;
}
nav#main #nav_tb ul > li > ul {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0.8rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
}
nav#main #nav_tb ul > li > ul > li {
  width: 100%;
  height: auto;
  position: relative;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0.8rem 0;
  padding: 0;
  letter-spacing: 0.04rem;
  line-height: 1.2;
  float: left;
  clear: both;
  vertical-align: top;
}
nav#main #nav_tb ul > li > ul > li > a {
  display: block;
  position: relative;
  color: #fff;
  padding: 0.8rem 0 0.8rem 0;
  text-decoration: none;
}
nav#main #nav_tb ul > li > ul > li > a::after {
  display: block;
  content: " ";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: background 0.26s ease-in-out;
  transition: background 0.26s ease-in-out;
}
nav#main #nav_tb ul > li > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > ul > li > a:hover::after {
  background: rgba(255, 255, 255, 0.8);
}
nav#main #nav_tb ul > li > ul > li > a.active {
  color: #fff;
  text-decoration: none;
}
nav#main #nav_tb ul > li > ul > li > a.active::after {
  background: white;
}
nav#main #nav_tb ul > li > ul > li > a.active:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch nav#main #nav_tb ul > li > ul > li > a.active:hover {
  color: #fff;
  text-decoration: none;
}
nav#main.open {
  display: block;
}
nav#main.open ul li {
  opacity: 0;
  -webkit-animation: fadeinUP 1.2s forwards;
  animation: fadeinUP 1.2s forwards;
}
nav#main.open ul li:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
nav#main.open ul li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
nav#main.open ul li:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
nav#main.open ul li:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
nav#main.open ul li:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
nav#main.open ul li:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
nav#main.open ul li:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
nav#main.open ul li:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
nav#main.open ul li:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
nav#main.open ul li:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
nav#main.open ul li:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
nav#main.open ul li:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
nav#main.open ul li:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
nav#main.open ul li:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
nav#main.open ul li:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
nav#main.open ul li:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
nav#main.open ul li:nth-child(17) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
nav#main.open ul li:nth-child(18) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
nav#main.open ul li:nth-child(19) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
nav#main.open ul li:nth-child(20) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

nav#main #nav_tb #nav_tbc ul:not(.sub-menu) > li > a {
  text-transform: uppercase;
}

/* HERO MAIN IMAGE
=================================================================================== */
#hero {
  width: 100%;
  min-height: 700px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  z-index: 1;
  overflow: hidden;
}
#hero.home {
  min-height: none;
  margin: 16.4rem 0 0 0;
}

/* Home */
.home_hero_grid1 {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
  grid-template-rows: 1fr;
  grid-gap: 2.4rem 2.4rem;
  grid-template-areas: "tb_1 tb_2 tb_3 tb_4 tb_5";
}
.home_hero_grid1 > .tb_1 {
  grid-area: tb_1;
}
.home_hero_grid1 > .tb_2 {
  grid-area: tb_2;
}
.home_hero_grid1 > .tb_3 {
  grid-area: tb_3;
}
.home_hero_grid1 > .tb_4 {
  grid-area: tb_4;
}
.home_hero_grid1 > .tb_5 {
  grid-area: tb_5;
}
.home_hero_grid1 .letter {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.home_hero_grid1 .letter > img:nth-child(1) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.home_hero_grid1 .letter > img:nth-child(2) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.no-touch .home_hero_grid1 .letter:hover > img:nth-child(1) {
  opacity: 1;
}
.no-touch .home_hero_grid1 .letter:hover > img:nth-child(2) {
  opacity: 0;
}

.home_hero_grid2 {
  display: grid;
  width: 100%;
  height: auto;
  margin: 2.4rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2.4rem 2.4rem;
  grid-template-areas: "tb_1 tb_2 tb_3 tb_4 tb_4";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_hero_grid2 > .tb_1 {
  grid-area: tb_1;
}
.home_hero_grid2 > .tb_2 {
  grid-area: tb_2;
}
.home_hero_grid2 > .tb_3 {
  grid-area: tb_3;
}
.home_hero_grid2 > .tb_4 {
  grid-area: tb_4;
}
.home_hero_grid2 > .tb_4 > .contents {
  width: 80%;
  max-width: 600px;
}
.home_hero_grid2 .letter {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.home_hero_grid2 .letter > img:nth-child(1) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
}
.home_hero_grid2 .letter > img:nth-child(2) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.no-touch .home_hero_grid2 .letter:hover > img:nth-child(1) {
  opacity: 1;
}
.no-touch .home_hero_grid2 .letter:hover > img:nth-child(2) {
  opacity: 0;
}

/* Others */
.hero_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000;
  z-index: 1;
}
.hero_image::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero_image img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hero_image--red::after {
  background: #DB3916;
  mix-blend-mode: multiply;
}
.hero_image--pink::after {
  background: #AA5F78;
  mix-blend-mode: multiply;
}
.hero_image--blue::after {
  background: #267ABE;
  mix-blend-mode: multiply;
}
.hero_image--green::after {
  background: #2B864E;
  mix-blend-mode: multiply;
}
.hero_image--black::after {
  background: rgba(13, 19, 12, 0.75);
}

.hero_grid {
  display: grid;
  width: 100%;
  min-height: 700px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 24rem 0 6rem 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(6, 1fr);
  ggrid-template-rows: auto;
  grid-gap: 16rem 0;
  grid-template-areas: "title title title title title title" ". . text text text text";
  z-index: 2;
}
.hero_grid > .title {
  grid-area: title;
  text-align: left;
}
.hero_grid > .title > .contents {
  width: 90%;
  max-width: 90%;
}
.hero_grid > .text {
  grid-area: text;
  text-align: right;
}
.hero_grid > .text > .contents {
  width: 90%;
  max-width: 90%;
}
.hero_grid a {
  color: #fff !important;
  text-decoration: underline;
}
.hero_grid a:hover {
  color: #fff;
  text-decoration: underline;
}
.no-touch .hero_grid a:hover {
  color: #fff;
  text-decoration: none;
}

/* HOME PAGE STYLES
=================================================================================== */
.grid_imgtext {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
  grid-template-areas: "column_one column_two";
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid_imgtext > .column_one {
  grid-area: column_one;
}
.grid_imgtext > .column_one img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.grid_imgtext > .column_two {
  grid-area: column_two;
  text-align: center !important;
}
.grid_imgtext > .column_two a.link {
  float: none !important;
}

.grid_textimg {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto;
  grid-template-areas: "column_one column_two";
  grid-gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid_textimg > .column_one {
  grid-area: column_one;
  text-align: left;
}
.grid_textimg > .column_two {
  grid-area: column_two;
}
.grid_textimg > .column_two img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.grid_textimg.backgradient {
  padding: 16rem 0 16rem 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CA4D2C), color-stop(50%, #EFE9DD));
  background: linear-gradient(90deg, #CA4D2C 50%, #EFE9DD 50%);
}

.m220 {
  margin: 22rem 0 0 0;
}

.text_area_900 {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

/* MULTI PAGE STYLES
=================================================================================== */
.column_row {
  padding: 14rem 0 14rem 0;
}
.column_row--no-top-padding {
  padding: 0 0 14rem 0;
}

.columns {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.columns--x2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.columns--x2 h1, .columns--x2 h2, .columns--x2 h3, .columns--x2 h4 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.columns--x3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.columns--x3 h1, .columns--x3 h2, .columns--x3 h3, .columns--x3 h4 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}

.gridcolumns {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-rows: auto;
}
.gridcolumns--x1 {
  grid-template-columns: 1fr;
  grid-gap: 3.2rem 8rem;
}
.gridcolumns--x1 > .title {
  grid-area: 1/1/2/4;
}
.gridcolumns--x2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3.2rem 8rem;
}
.gridcolumns--x2 > .title {
  grid-area: 1/1/2/4;
}
.gridcolumns--x3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.2rem 4em;
}
.gridcolumns--x3 > .title {
  grid-area: 1/1/2/4;
}
.gridcolumns > .column {
  text-align: left;
}

/* Buttons */
.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}
.buttons a {
  margin: 0 !important;
}

/* Service List */
.service_listings {
  padding: 12rem 0 12rem 0;
  text-align: center;
  background: #2B864E;
}
.service_listings > .contents {
  width: 90%;
  max-width: 90%;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8rem 0;
}
.service_list > .item {
  width: 25%;
  padding: 0 4rem 0 4rem;
  text-align: center;
}
.service_list > .item > .icon {
  width: 100%;
  height: auto;
  margin: 0 0 1.2rem 0;
  padding: 0;
  float: left;
  clear: both;
  text-align: center;
}
.service_list > .item > .icon img {
  display: inline-block;
  width: 7rem;
  height: 7rem;
}
.service_list > .item > h3 {
  color: #fff;
  margin: 0 0 0.8rem 0;
}
.service_list > .item > p {
  color: #fff;
  margin: 0;
}

/* Accordions */
.accordion_row {
  padding: 10rem 0 10rem 0;
  background: #267ABE;
}
.accordion_row--pink {
  background: #AA5F78;
}
.accordion_row--blue {
  background: #267ABE;
}

.accordion {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.accordion > .question {
  width: 100%;
  height: auto;
  margin: 0 0 3.2rem 0;
  padding: 2.4rem 3.2rem;
  float: left;
  clear: both;
  border: 3px solid #EFE9DD;
  border-radius: 40px;
}
.accordion > .question > h3 {
  width: 100%;
  height: auto;
  position: relative;
  font-size: 2.2rem;
  color: #EFE9DD;
  margin: 0 !important;
  padding: 0 4rem 0 0;
  float: left;
  clear: both;
  cursor: pointer;
}
.accordion > .question > h3::after {
  display: block;
  content: " ";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 0;
  background: url("../images/accordion.svg") 0 0 no-repeat;
  background-size: 4rem 8rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion > .question > .answer {
  display: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.2rem 0 0 0;
  float: left;
  clear: both;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.accordion > .question.open {
  background: #EFE9DD;
}
.accordion > .question.open > h3 {
  color: #0D130C;
}
.accordion > .question.open > h3::after {
  background-position: 0 -4rem;
}
.accordion > .question.open > .answer {
  display: block;
}

/* Projects List */
.projects {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 0;
}
.projects > a.project {
  position: relative;
  aspect-ratio: 1;
  text-align: center;
}
.projects > a.project .image {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  overflow: hidden;
  z-index: 1;
}
.projects > a.project .image::after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(13, 19, 12, 0);
  z-index: 2;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.projects > a.project .image img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.projects > a.project h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.12rem;
  line-height: 1.4;
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.projects > a.project:hover {
  text-decoration: none;
}
.no-touch .projects > a.project:hover {
  text-decoration: none;
}
.no-touch .projects > a.project:hover .image::after {
  background: rgba(13, 19, 12, 0.85);
}
.no-touch .projects > a.project:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.no-touch .projects > a.project:hover h2 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.projects.open > a .image::after {
  background: rgba(13, 19, 12, 0.64);
}
.projects.open > a h2 {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.no-touch .projects.open > a:hover {
  text-decoration: none;
}
.no-touch .projects.open > a:hover .image::after {
  background: rgba(13, 19, 12, 0.85);
}
.no-touch .projects.open > a:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* IMAGE ROW STYLES
=================================================================================== */
.image_row {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.image_row > .width_90 {
  width: 90%;
  height: auto;
  float: left;
  clear: both;
}
.image_row.right * {
  float: right !important;
}
.image_row img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* CTA BAR STYLES
=================================================================================== */
.cta {
  padding: 12rem 0 12rem 0;
}
.cta--red {
  background: #DB3916;
}
.cta--pink {
  background: #AA5F78;
}
.cta--blue {
  background: #267ABE;
}
.cta--green {
  background: #2B864E;
}
.cta--black {
  background: #0D130C;
}

.cta_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.cta_container > .cta_text {
  max-width: 90rem;
}

/* CONTACT PAGE STYLES
=================================================================================== */
.contact_form {
  display: grid;
  width: 100%;
  height: auto;
  margin: 2.4rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "input1 input1 input1 input2 input2 input2" "input3 input3 input3 input4 input4 input4" "input5 input5 input6 input6 input7 input7" "input8 input8 input8 input9 input9 input9";
  grid-gap: 2.4rem 2.4rem;
}
.contact_form .input1 {
  grid-area: input1;
}
.contact_form .input2 {
  grid-area: input2;
}
.contact_form .input3 {
  grid-area: input3;
}
.contact_form .input4 {
  grid-area: input4;
}
.contact_form .input5 {
  grid-area: input5;
}
.contact_form .input6 {
  grid-area: input6;
}
.contact_form .input7 {
  grid-area: input7;
}
.contact_form .input8 {
  grid-area: input8;
}
.contact_form .input9 {
  grid-area: input9;
  text-align: right;
}

input.contact_input,
textarea.contact_input {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding: 1.6rem 2rem 1.6rem 2rem;
  letter-spacing: 0.06rem;
  line-height: 1.4;
  float: left;
  clear: both;
  background: #EFE9DD;
  border: 2px solid #0D130C;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input.contact_input::-webkit-input-placeholder,
textarea.contact_input::-webkit-input-placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}
input.contact_input::-ms-input-placeholder,
textarea.contact_input::-ms-input-placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}
input.contact_input:-ms-input-placeholder,
textarea.contact_input:-ms-input-placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}
input.contact_input::-moz-placeholder,
textarea.contact_input::-moz-placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}
input.contact_input:-moz-placeholder,
textarea.contact_input:-moz-placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}
input.contact_input.placeholder,
textarea.contact_input.placeholder {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.4;
}

/* PROJECT PAGE STYLES
=================================================================================== */
.project {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}

.project_grid {
  display: grid;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-rows: auto;
  grid-gap: 0 0;
}
.project_grid--x1 {
  grid-template-columns: 1fr;
}
.project_grid--x2 {
  grid-template-columns: repeat(2, 1fr);
}
.project_grid--x3 {
  grid-template-columns: repeat(3, 1fr);
}
.project_grid img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* PAGE STYLES
=================================================================================== */
/* PAGE STYLES
=================================================================================== */
/* PAGE STYLES
=================================================================================== */
/* FOOTER
=================================================================================== */
footer#globalfooter {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 12.9rem 4rem 10rem 4rem;
  float: left;
  clear: both;
  z-index: 1;
  background: #EFE9DD;
}
footer#globalfooter > #footer_row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem 2.4rem;
}
footer#globalfooter > #footer_row_2 {
  display: grid;
  width: 100%;
  height: auto;
  margin: 7.2rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  grid-gap: 2rem 2rem;
}
footer#globalfooter > #footer_row_2 > .footer_row_2_col1 {
  text-align: left;
}
footer#globalfooter > #footer_row_2 > .footer_row_2_col2 {
  text-align: right;
}
footer#globalfooter > #footer_row_3 {
  display: grid;
  width: 100%;
  height: auto;
  margin: 7.2rem 0 0 0;
  padding: 0;
  float: left;
  clear: both;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
  grid-gap: 2.4rem 2.4rem;
}
footer#globalfooter > #footer_row_3 > .footer_row_3_col1 {
  text-align: left;
}
footer#globalfooter > #footer_row_3 > .footer_row_3_col2 {
  text-align: right;
}

a.footer_logo {
  display: block;
  width: 100%;
  max-width: 343px;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
}
a.footer_logo::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  padding-bottom: 12.5364431487%;
  float: left;
  clear: both;
  background: url("../images/footer_logo_343x43.svg") center center no-repeat;
  background-size: 100% auto;
}

.social_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.social_icons > a {
  display: block;
  width: 5rem;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  float: left;
  clear: both;
}
.social_icons > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.no-touch .social_icons > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.social_icons a.facebook {
  width: 4.2rem;
}
.social_icons a.youtube {
  width: 4.2rem;
}
.social_icons a.linkedin {
  width: 4.2rem;
}
.social_icons a.whatsapp {
  width: 4.2rem;
}

ul.addresses {
  list-style: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.addresses > li {
  width: 100%;
  height: auto;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #0D130C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2.4rem 0;
  padding: 0;
  letter-spacing: 0.08rem;
  line-height: 1.4;
  float: left;
  clear: both;
}
ul.addresses > li > strong {
  letter-spacing: 0.16rem;
}

ul.footer_nav {
  list-style: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
ul.footer_nav > li {
  width: 100%;
  height: auto;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  color: #0D130C;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1.8rem 0;
  padding: 0;
  text-align: right;
  letter-spacing: 0.08rem;
  line-height: 1.2;
  float: left;
  clear: both;
}
ul.footer_nav > li a {
  color: #0D130C;
  text-decoration: none;
  text-transform: uppercase;
}
ul.footer_nav > li a:hover {
  color: #0D130C;
  text-decoration: none;
}
.no-touch ul.footer_nav > li a:hover {
  color: #0D130C;
  text-decoration: underline;
}

.footer_text {
  width: 100%;
  height: auto;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #0D130C;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.4;
  float: left;
  clear: both;
}
.footer_text a {
  color: #0D130C;
  text-decoration: none;
}
.footer_text a:hover {
  color: #0D130C;
  text-decoration: none;
}
.no-touch .footer_text a:hover {
  color: #0D130C;
  text-decoration: underline;
}

/* LIST STYLES
=================================================================================== */
/*ul, ol, dl {
	margin: 0 0 18px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ul li, ol li, dl dt, dl dd {
	font-family: 'myriad-pro-n4', 'myriad-pro', $Arimo;
	font-size: 1.4rem;
	color: #71798c;
	font-weight: 400;
	font-style: normal;
	margin: 0 0 1rem 17px;
	padding: 0;
	line-height: 1.6;
	vertical-align: top;
}

dl dt {
	font-family: 'myriad-pro-n7', 'myriad-pro', $Arimo;
	font-weight: 700;
	margin: 0 0 5px 0;
}*/
/* LINKS
=================================================================================== */
a {
  color: #0D130C;
  text-decoration: none;
  -webkit-text-decoration-skip: inherit;
  -moz-text-decoration-skip: inherit;
  -ms-text-decoration-skip: inherit;
  -o-text-decoration-skip: inherit;
  text-decoration-skip: inherit;
  /*-ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  @include hyphens(auto);*/
}
a:hover {
  color: #0D130C;
  /*color: darken($offblack, 10%);*/
  /*color: lighten($offblack, 10%);*/
  text-decoration: none;
}
.no-touch a:hover {
  color: #0D130C;
  text-decoration: none;
}
a img {
  border: 0;
}

a[href^=tel], a[href^=sms] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}

a[x-apple-data-detectors] {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

/* Disable Link CSS + <a href="/" onclick="return false;" class="disabled">123n</a> */
a.disabled {
  pointer-events: none !important;
  cursor: default !important;
}

/* Text Button */
@-webkit-keyframes linkLine {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes linkLine {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
a.link {
  position: relative;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  color: #0D130C;
  font-weight: 700;
  font-style: normal;
  margin: 1.6rem 0 0 0;
  padding: 0.8rem 0 0.8rem 0;
  text-decoration: none;
  letter-spacing: 0.22rem;
  line-height: 1.2;
  float: left;
  clear: both;
}
a.link::after {
  display: block;
  content: " ";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  padding: 0;
  background: #0D130C;
  outline: 2px solid transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.link:hover {
  color: #0D130C;
  text-decoration: none;
}
.no-touch a.link:hover {
  color: #0D130C;
  text-decoration: none;
}
.no-touch a.link:hover::after {
  -webkit-animation: linkLine 0.8s forwards;
  animation: linkLine 0.8s forwards;
}
a.link--white {
  color: #fff;
}
a.link--white::after {
  background: #fff;
}
a.link--white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.link--white:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.link--white:hover::after {
  -webkit-animation: linkLine 0.8s forwards;
  animation: linkLine 0.8s forwards;
}

/* General Button */
a.btn,
button.btn {
  display: inline-block;
  min-width: 160px;
  width: auto;
  height: auto;
  position: relative;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  font-style: normal;
  margin: 1.5rem 0 0 0;
  padding: 1.6rem 6.4rem 1.6rem 6.4rem;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.01rem;
  line-height: 1.3;
  clear: both;
  background: #DB3916;
  border: 0.4rem solid #DB3916;
  border-radius: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
a.btn::before,
button.btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: #0D130C;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
a.btn:hover,
button.btn:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn:hover,
.no-touch button.btn:hover {
  color: #fff;
  text-decoration: none;
  border: 0.4rem solid #0D130C;
}
.no-touch a.btn:hover::before,
.no-touch button.btn:hover::before {
  height: 100%;
}
a.btn--red,
button.btn--red {
  color: #fff;
  text-decoration: none;
  background: #DB3916;
  border: 0.4rem solid #DB3916;
}
a.btn--red::before,
button.btn--red::before {
  background: #0D130C;
}
a.btn--red:hover,
button.btn--red:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn--red:hover,
.no-touch button.btn--red:hover {
  color: #fff;
  text-decoration: none;
  border: 0.4rem solid #0D130C;
}
.no-touch a.btn--red:hover::before,
.no-touch button.btn--red:hover::before {
  height: 100%;
}
a.btn--green,
button.btn--green {
  color: #EFE9DD;
  text-decoration: none;
  background: #2B864E;
  border: 0.4rem solid #2B864E;
}
a.btn--green::before,
button.btn--green::before {
  background: #0D130C;
}
a.btn--green:hover,
button.btn--green:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn--green:hover,
.no-touch button.btn--green:hover {
  color: #fff;
  text-decoration: none;
  border: 0.4rem solid #0D130C;
}
.no-touch a.btn--green:hover::before,
.no-touch button.btn--green:hover::before {
  height: 100%;
}
a.btn--green2,
button.btn--green2 {
  color: #2B864E;
  text-decoration: none;
  background: transparent;
  border: 0.4rem solid #2B864E;
}
a.btn--green2::before,
button.btn--green2::before {
  background: #2B864E;
}
a.btn--green2:hover,
button.btn--green2:hover {
  color: #fff;
  text-decoration: none;
}
.no-touch a.btn--green2:hover,
.no-touch button.btn--green2:hover {
  color: #fff;
  text-decoration: none;
  border: 0.4rem solid #2B864E;
}
.no-touch a.btn--green2:hover::before,
.no-touch button.btn--green2:hover::before {
  height: 100%;
}

/* Turns Text Overflow to ellipsis ... KEEP AT BOTTOM OF A-TAGS */
.ellipsis a {
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* MODAL STYLES
=================================================================================== */
/* FORM STYLES
=================================================================================== */
/*input.contact_input,
textarea.contact_input {
	display: block;
	width: 100%;
	height: auto;
	font-family: $Arimo;
	font-size: 1.4rem;
	color: #a29061;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	padding: 1.5rem 2rem 1.5rem 2rem;
	letter-spacing: 0;
	line-height: 1.4;
	float: left;
	clear: both;
	background: #fff;
	border: 1px solid #fff;
	@include border-radius(0);
	@include appearance(none);
	@include input-placeholder {
		color: #a29061;
		letter-spacing: 0;
		line-height: 1.4;
	}
}

textarea.contact_input {
	height: 150px;
	max-height: 150px;
}*/
input,
input[type=text],
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
  -webkit-align-items: left;
  display: -webkit-inline-flex;
  overflow: hidden;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select,
html [type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:disabled {
  cursor: default;
}

input[type=radio] {
  padding: 0;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

input[type=checkbox] {
  padding: 0;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[hidden] {
  display: none !important;
}

/*input.error { border-color: #ff0000 !important; }
textarea.error { border-color: #ff0000 !important; }
select.error { border-color: #ff0000 !important; }*/
/* Google reCAPTCHA V2 */
/*#rc-imageselect, .g-recaptcha {
	@include responsive(phone-portrait) {
		@include transform(scale(0.84));
		@include transform-origin(0 0);
	}
}*/
/* PLACEHOLDER STYLES
=================================================================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -ms-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}
input.placeholder,
textarea.placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus.placeholder,
textarea:focus.placeholder {
  opacity: 0;
}

/* IMAGE STYLES
=================================================================================== */
img {
  vertical-align: top;
  border-style: none;
}

/* If using a google map */
/*#googlemap img {
	max-width: inherit !important;
}*/
/* PARALLAX IMAGES */
/*figure.parallax {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: cp(height,width);
	float: left;
	clear: both;
	overflow: hidden;
	z-index: 2;

	&::before {
		display: block;
		content: " ";
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		will-change: transform;
		background: url("../images/.jpg") center center no-repeat;
		@include background-size(cover !important);
		@include backface-visibility(hidden);
		z-index: -1;
	}

}*/
/* RESPONSIVE VIDEO EMBED STYLES
=================================================================================== */
/*.video_embed {
	width: 100%;
	height: 0;
	position: relative;
	margin: 0;
	padding: 0;
	padding-bottom: cp(9, 16);
	float: left;
	clear: both;
	overflow: hidden;
}

.video_embed iframe,
.video_embed object,
.video_embed embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 1;
}*/
/* SLICK SLIDER 100% HEIGHT - slick
=================================================================================== */
/*.slider {
	width: 100%;
	height: 100% !important;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;

	& .slide {
		width: 100%;
		height: 100% !important;
		position: relative;
		margin: 0;
		padding: 0;
	}

	& .slick-slider,
	& .slick-list,
	& .slick-track,
	& .slick-slide {
		height: 100% !important;
	}

	& .slick-slide > div {
		height: 100%;
	}

	& .slide_table {
		display: table;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		float: left;
		clear: both;

		& .slide_tablecell {
			display: table-cell;
			width: 100%;
			height: 100%;
			position: relative;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}

	}

}*/
/* TABLES
=================================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* OUTDATED BROWSER WARNING!
=================================================================================== */
#outdated_browser {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #df374b;
  z-index: 5000;
}
#outdated_browser > .contents {
  width: 90%;
  max-width: 750px;
}

@supports not (display: grid) {
  #outdated_browser {
    display: block;
  }
}
#outdated_browser h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1.2rem 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}

#outdated_browser p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

/* NO JAVASCRIPT WARNING!
=================================================================================== */
html.js #noscript_warning {
  display: none;
}

html.no-js #noscript_warning {
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
  background: #f2db4f;
  z-index: 5000;
}

#noscript_warning h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2rem;
  color: #212121;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.2;
}

#noscript_warning p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #212121;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4;
}

/* RESPONSIVE STYLES
=================================================================================== */
.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

/* Visible */
.visible_desktop {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop {
    display: none !important;
  }
}

.visible_desktop_tablet_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_desktop_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet_land {
    display: none !important;
  }
}

.visible_desktop_tablet {
  display: inline-block !important;
}
@media only screen and (max-width: 767px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_desktop_tablet {
    display: none !important;
  }
}

.visible_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet {
    display: none !important;
  }
}

.visible_tablet_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_land {
    display: none !important;
  }
}

.visible_tablet_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_port {
    display: none !important;
  }
}

.visible_tablet_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_tablet_phone {
    display: inline-block !important;
  }
}

.visible_phone {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone {
    display: inline-block !important;
  }
}

.visible_phone_land {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_land {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_land {
    display: none !important;
  }
}

.visible_phone_port {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .visible_phone_port {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible_phone_port {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .visible_phone_port {
    display: inline-block !important;
  }
}

/* Hidden */
.hidden_desktop {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop {
    display: inline-block !important;
  }
}

.hidden_desktop_tablet {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_desktop_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_desktop_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet {
    display: inline-block !important;
  }
}

.hidden_tablet_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_tablet_phone {
    display: none !important;
  }
}

.hidden_phone {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone {
    display: none !important;
  }
}

.hidden_phone_land {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_land {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_land {
    display: inline-block !important;
  }
}

.hidden_phone_port {
  display: inline-block !important;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone_port {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden_phone_port {
    display: none !important;
  }
}

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

/* DEVICE PARALLAX
=================================================================================== */
@media only screen and (max-device-width: 1400px) {
  .parallax {
    background-attachment: scroll !important;
  }
}
/* LARGE DESKTOP - ABOVE 1280PX
=================================================================================== */
@media only screen and (min-width: 1281px) {
  /* Styles */
}
/* IPAD/TABLET (LANDSCAPE)
=================================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* IPAD/TABLET/IPHONE XR (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 1023px) {
  /* Typography */
  h1, .h1 {
    font-size: 4.4rem;
    letter-spacing: 0.22rem;
  }
  p.xlarge {
    font-size: 2.4rem;
  }
  p.large {
    font-size: 2.4rem;
  }
  .hero_grid p {
    font-size: 2.4rem;
  }
  /* Header */
  header#globalheader {
    top: 3rem;
    padding: 0 2rem 0 2rem;
  }
  a#main_logo {
    max-width: 140px;
  }
  header#globalheader.white a#main_logo::before, header#globalheader.navopen a#main_logo::before {
    background-position: 0 -20px;
  }
  a#menu {
    width: 40px;
    height: 40px;
    background-size: 80px 80px;
  }
  a#menu.open {
    background-position: 0 -40px;
  }
  header#globalheader.white a#menu, header#globalheader.navopen a#menu {
    background-position: -40px 0;
  }
  header#globalheader.white a#menu.open, header#globalheader.navopen a#menu.open {
    background-position: -40px -40px;
  }
  span.menu_label {
    top: 1rem;
    right: 7rem;
  }
  /* NAV */
  nav#main #nav_tb ul > li {
    font-size: 2rem;
    margin: 0 0 1.2rem 0;
    /* LEVEL 2 */
  }
  nav#main #nav_tb ul > li > ul > li {
    font-size: 1.6rem;
  }
  /* HERO */
  #hero.home {
    margin: 10rem 0 0 0;
  }
  .home_hero_grid1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 1.6rem 1.6rem;
    grid-template-areas: "tb_1 tb_2" "tb_3 tb_4";
  }
  .home_hero_grid1 > .tb_1 {
    grid-area: tb_1;
  }
  .home_hero_grid1 > .tb_2 {
    grid-area: tb_2;
  }
  .home_hero_grid1 > .tb_3 {
    grid-area: tb_3;
  }
  .home_hero_grid1 > .tb_4 {
    grid-area: tb_4;
  }
  .home_hero_grid1 > .tb_5 {
    display: none;
  }
  .home_hero_grid2 {
    margin: 1.6rem 0 0 0;
    grid-template-columns: 0.5fr 1fr 1fr;
    grid-gap: 1.6rem 1.6rem;
    grid-template-areas: "tb_1 tb_2 tb_3" "tb_4 tb_4 tb_4";
  }
  .home_hero_grid2 > .tb_4 {
    grid-area: tb_4;
  }
  .home_hero_grid2 > .tb_4 > .contents {
    width: 90%;
    padding: 2.4rem 0 0 0;
  }
  .hero_grid {
    padding: 15rem 0 8rem 0;
    grid-template-columns: 1fr;
    grid-gap: 4rem 0;
    grid-template-areas: "title" "text";
  }
  .hero_grid > .text {
    text-align: left;
  }
  /* GRIDS */
  .grid_textimg {
    grid-template-columns: 100%;
    grid-template-areas: "column_one" "column_two";
    grid-gap: 8rem 0;
  }
  .grid_textimg.backgradient {
    padding: 8rem 0 8rem 0;
    background: #CA4D2C;
  }
  .grid_imgtext {
    grid-template-columns: 100%;
    grid-template-areas: "column_two" "column_one";
    grid-gap: 8rem 0;
  }
  .grid_imgtext > .column_two {
    padding: 8rem 0 0 0;
  }
  .m220 {
    margin: 8rem 0 0 0;
  }
  /* OTHER */
  .column_row {
    padding: 8rem 0 8rem 0;
  }
  .columns--x2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .columns--x3 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .gridcolumns--x2 {
    grid-template-columns: 1fr;
    grid-gap: 3.2rem 0;
  }
  .gridcolumns--x3 {
    grid-template-columns: 1fr;
    grid-gap: 3.2rem 0;
  }
  .service_list {
    gap: 6rem 0;
  }
  .service_list > .item {
    width: 50%;
    padding: 0 1.6rem 0 1.6rem;
  }
  /* PROJECTS */
  .projects {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects > a h2 {
    font-size: 2.4rem;
  }
  /* IMAGE ROW */
  .image_row > .width_90 {
    width: 100%;
  }
  /* CTA BAR */
  .cta {
    padding: 8rem 0 8rem 0;
  }
  .cta_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* BUTTONS */
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* CONTACT FORM */
  .contact_form {
    grid-template-columns: 1fr;
    grid-template-areas: "input1" "input2" "input3" "input4" "input5" "input6" "input7" "input8" "input9";
  }
  /* FOOTER */
  footer#globalfooter {
    padding: 10rem 2rem 6rem 2rem;
  }
  footer#globalfooter > #footer_row_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  footer#globalfooter > #footer_row_2 {
    margin: 4rem 0 0 0;
    grid-template-columns: 1fr;
  }
  footer#globalfooter > #footer_row_2 > .footer_row_2_col2 {
    text-align: left;
  }
  footer#globalfooter > #footer_row_3 {
    margin: 5rem 0 0 0;
    grid-template-columns: 1fr;
    grid-gap: 2.4rem 2.4rem;
  }
  footer#globalfooter > #footer_row_3 > .footer_row_3_col2 {
    text-align: left;
  }
  ul.footer_nav > li {
    text-align: left;
  }
  ul.addresses > li {
    font-size: 1.8rem;
  }
}
/* IPHONE/MOBILE (LANDSCAPE)
=================================================================================== */
@media only screen and (max-width: 767px) {
  /* Styles */
  #hero .hero_grid h1 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    -ms-hyphens: auto;
        hyphens: auto;
  }
  .service_list {
    gap: 6rem 0;
  }
  .service_list > .item {
    width: 100%;
    padding: 0 1.6rem 0 1.6rem;
  }
  .gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }
}
/* IPHONE/MOBILE (PORTRAIT)
=================================================================================== */
@media only screen and (max-width: 479px) {
  .column_row {
    padding: 7rem 0 7rem 0;
  }
  /* PROJECTS */
  .projects {
    grid-template-columns: 1fr;
  }
  .projects > a h2 {
    font-size: 2.2rem;
  }
  .project_grid--x1, .project_grid--x2, .project_grid--x3 {
    grid-template-columns: 1fr;
  }
}
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  a.skip-main {
    display: none;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]::after {
    content: "";
  }
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
  * Printing Tables:
  * http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
form > .gform-body {
  width: 100%;
  margin: 2.4rem 0 0 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .contact-locations-wrapper .gridcolumns--x3 > .title {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-area: unset !important;
  }
}
.gform-footer {
  float: right !important;
}

.ginput_container_text input,
.ginput_container_email input {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  font-family: "Arimo", Arial, Helvetica, sans-serif !important;
  font-size: 2.2rem !important;
  color: #0D130C !important;
  font-weight: 700 !important;
  font-style: normal !important;
  margin: 0 !important;
  padding: 1.6rem 2rem 1.6rem 2rem !important;
  letter-spacing: 0.06rem !important;
  line-height: 1.4 !important;
  float: left !important;
  clear: both !important;
  background: #EFE9DD !important;
  border: 2px solid #0D130C !important;
  border-radius: 0 !important;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ginput_container_text input::-webkit-input-placeholder,
.ginput_container_email input::-webkit-input-placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}
.ginput_container_text input::-ms-input-placeholder,
.ginput_container_email input::-ms-input-placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}
.ginput_container_text input:-ms-input-placeholder,
.ginput_container_email input:-ms-input-placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}
.ginput_container_text input::-moz-placeholder,
.ginput_container_email input::-moz-placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}
.ginput_container_text input:-moz-placeholder,
.ginput_container_email input:-moz-placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}
.ginput_container_text input.placeholder,
.ginput_container_email input.placeholder {
  color: #727272 !important;
  letter-spacing: 0 !important;
  line-height: 1.4 !important;
}

.gform_button {
  display: inline-block !important;
  min-width: 160px !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  font-family: "Arimo", Arial, Helvetica, sans-serif !important;
  font-size: 2.5rem !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-style: normal !important;
  margin: 1.5rem 0 0 0 !important;
  padding: 1.6rem 6.4rem 1.6rem 6.4rem !important;
  text-align: center !important;
  text-decoration: none !important;
  letter-spacing: 0.01rem !important;
  line-height: 1.3 !important;
  clear: both !important;
  background: #db3916 !important;
  border: 0.4rem solid #db3916 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  z-index: 1 !important;
  text-transform: uppercase !important;
  float: right;
}

.no-touch .gform_button:hover {
  color: #fff !important;
  text-decoration: none !important;
  border: 0.4rem solid #0d130c !important;
}

.gform_button::before {
  display: block !important;
  content: "" !important;
  width: 100% !important;
  height: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #0d130c !important;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  z-index: -1 !important;
}

.no-touch .gform_button:hover::before {
  height: 100% !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 22px !important;
  row-gap: 22px !important;
}

.gform_wrapper form {
  margin-top: 63px !important;
}
/*# sourceMappingURL=main.min.css.map */
