h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bank Gothic';
  font-weight: normal;
  text-transform: uppercase;
}
h1.accent,
h2.accent,
h3.accent,
h4.accent,
h5.accent,
h6.accent {
  font-family: 'Open Sans';
  text-transform: initial;
  font-weight: bold;
  margin-bottom: 5rem;
}
h1.accent::after,
h2.accent::after,
h3.accent::after,
h4.accent::after,
h5.accent::after,
h6.accent::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background-color: #6C1919;
  margin-top: 5rem;
}
h1 {
  color: #6C1919;
  font-size: 4rem;
}
h2 {
  color: #6C1919;
  font-size: 4rem;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 2.8rem;
  }
}
h3 {
  color: #6C1919;
  font-size: 3rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.4rem;
  }
}
p {
  font-size: 2rem;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}
.btn-red {
  color: white;
  background-color: #6C1919;
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 2rem;
}
.btn-red:hover,
.btn-red:focus {
  color: white;
  outline: none;
  background-color: #571414;
}
.btn-red-medium {
  color: white;
  background-color: #903739;
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 2rem;
}
.btn-red-medium:hover,
.btn-red-medium:focus {
  color: white;
  outline: none;
  background-color: #7e3032;
}
.btn-gray {
  color: white;
  background-color: #565657;
  padding: 12px 24px;
  border-radius: 0px;
  font-size: 2rem;
}
.btn-gray:hover,
.btn-gray:focus {
  color: white;
  outline: none;
  background-color: #49494a;
}
.btn-sm {
  padding: 3px 10px;
}
html {
  height: 100%;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.tcenter {
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.mobile {
  display: none;
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
}
.desktop {
  display: block;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
.mt-20 {
  margin-top: 20px;
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    width: 1630px;
  }
}
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/bank_gothic_light/bank_gothic_light-webfont.eot');
  src: url('../fonts/bank_gothic_light/bank_gothic_light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bank_gothic_light/bank_gothic_light-webfont.woff2') format('woff2'), url('../fonts/bank_gothic_light/bank_gothic_light-webfont.woff') format('woff'), url('../fonts/bank_gothic_light/bank_gothic_light-webfont.ttf') format('truetype'), url('../fonts/bank_gothic_light/bank_gothic_light-webfont.svg#bank_gothicregular') format('svg');
  font-weight: 100;
  font-style: lighter;
}
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.eot');
  src: url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.woff2') format('woff2'), url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.woff') format('woff'), url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.ttf') format('truetype'), url('../fonts/bank_gothic_medium/bank_gothic_medium-webfont.svg#bank_gothicregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bank Gothic';
  src: url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.eot');
  src: url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.woff2') format('woff2'), url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.woff') format('woff'), url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.ttf') format('truetype'), url('../fonts/bank_gothic_bold/bankgothic_bold-webfont.svg#bankgothicbold') format('svg');
  font-weight: 500;
  font-style: bold;
}
header {
  border-top: solid 7px #6C1919;
  padding: 40px 0;
}
header .nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  header .nav__container {
    flex-direction: column;
  }
}
header .nav__left .logo {
  display: block;
}
header .nav__left .logo img {
  width: 215px;
}
@media (max-width: 1199px) {
  header .nav__left .logo img {
    width: 150px;
  }
}
header .nav__right nav {
  display: flex;
  align-items: center;
  gap: 80px;
}
header .nav__right nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
header .nav__right nav ul li {
  font-size: 2.1rem;
  font-family: 'Bank Gothic';
  color: #565657;
  position: relative;
  padding: 30px 0;
  text-transform: uppercase;
}
header .nav__right nav ul li .active {
  color: #6C1919;
}
header .nav__right nav p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
header .nav__right nav .nav_divider {
  height: 35px;
  width: 1px;
  background-color: #6C1919;
}
@media (max-width: 1199px) {
  header .nav__right nav {
    flex-direction: column-reverse;
    align-items: end;
    gap: 0px;
  }
  header .nav__right nav .nav_divider {
    display: none;
  }
  header .nav__right nav p {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 768px) {
  header .nav__right nav {
    flex-direction: column;
    align-items: center;
  }
  header .nav__right nav ul {
    gap: 20px;
  }
  header .nav__right nav ul li {
    font-size: 1.8rem;
  }
}
header nav .subnav:hover > div {
  display: block;
}
header nav .subnav div {
  display: none;
  position: absolute;
  width: 160px;
  z-index: 12;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  background-color: #6C1919;
  text-align: center;
  margin: 0;
  color: white;
}
header nav .subnav div p {
  font-family: 'Bank Gothic';
  font-size: 1.3rem;
  display: block;
  background-color: #621617;
  padding: 10px;
}
header nav .subnav div ul {
  display: flex;
  flex-direction: column;
  gap: 0;
}
header nav .subnav div a {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 1.5rem;
}
header nav .subnav div a.active {
  color: white;
}
header nav .subnav div li {
  display: block;
  text-align: left;
  padding: 5px 10px;
}
header nav .subnav div:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  top: -10px;
  border: solid 0px transparent;
  border-bottom: solid 10px #601616;
  border-left: solid 80px transparent;
  border-right: solid 80px transparent;
}
header nav .dropdown ul {
  min-width: initial;
  background-color: #6C1919;
  top: calc(100% - 10px);
}
header nav .dropdown ul li {
  margin-right: 0;
  padding: 5px 0;
}
header nav .dropdown ul li a {
  color: white;
}
header nav .dropdown button {
  background-color: white;
  border: solid 0px transparent;
}
header a {
  text-decoration: none;
  color: #333;
}
header a:hover {
  text-decoration: none;
  color: #333;
}
header .mobile_subnav {
  display: none;
  margin: 15px -15px 0;
  background-color: #6C1919;
  color: white;
  text-align: center;
}
header .mobile_subnav p {
  margin-top: 0;
  font-family: 'Bank Gothic';
  display: block;
  background-color: #601616;
  padding: 10px;
}
header .mobile_subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px;
}
header .mobile_subnav ul li {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  padding: 5px 10px;
}
header .mobile_subnav ul a {
  color: white;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
}
@media (max-width: 768px) {
  header [class*="col"]:first-of-type {
    text-align: center;
  }
  header nav {
    display: block;
    margin: 0 auto;
  }
  header nav ul {
    text-align: center;
    margin-left: 20px;
  }
  header nav .subnav:hover > div {
    display: none;
  }
}
@media (min-width: 768px) {
  header .mobile_subnav {
    display: none !important;
  }
}
.hero {
  margin: 170px 0;
}
@media (max-width: 992px) {
  .hero {
    margin: 100px 0;
  }
}
.hero .hero__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.hero .hero__content .content__left {
  width: 38%;
}
.hero .hero__content .content__right {
  position: relative;
  flex: 1;
}
@media (max-width: 1199px) {
  .hero .hero__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .hero .hero__content .content__left {
    width: initial;
  }
  .hero .hero__content .content__right {
    width: 100%;
  }
}
.hero h1 {
  margin-bottom: 3rem;
}
.hero .hero_meta {
  margin: 40px 0;
}
.hero .hero_meta a {
  color: #333;
  text-decoration: underline;
}
.hero .hero_meta ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.hero .hero_meta ul li {
  font-size: 1.4rem;
  line-height: 4rem;
}
.hero .hero_meta ul li p {
  display: inline-block;
}
.hero .hero_meta ul li:before {
  content: '-';
  font-size: 2rem;
  margin: 0 10px;
  color: #6C1919;
}
.hero img {
  width: 100% !important;
  position: relative;
  z-index: 10;
}
.hero .hero_info {
  position: absolute;
  z-index: 11;
  top: -50px;
  right: 40px;
  background-color: #6C1919;
  text-align: center;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.hero .hero_info p {
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1699px) {
  .hero .hero_info {
    top: -42px;
  }
}
@media (max-width: 1279px) {
  .hero .hero_info {
    width: 120px;
    height: 120px;
    top: -42px;
  }
  .hero .hero_info p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .hero .hero_info {
    width: 100px;
    height: 100px;
    top: -22px;
  }
  .hero .hero_info p {
    font-size: 1.4rem;
  }
}
.hero-wide {
  aspect-ratio: 2.2;
  background-image: url('/media/images/retorika.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-wide .content {
  width: 760px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 65px 120px;
  background-color: rgba(255, 255, 255, 0.8);
}
.hero-wide .content h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
}
@media (max-width: 1400px) {
  .hero-wide .content {
    padding: 50px 70px;
  }
}
@media (max-width: 1120px) {
  .hero-wide {
    aspect-ratio: unset;
  }
  .hero-wide .content {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 768px) {
  .hero-wide .content {
    padding: 20px 30px;
  }
  .hero-wide .content h1 {
    font-size: 2.4rem;
  }
}
.hero-fullscreen-image {
  aspect-ratio: 2.2;
  background-image: url('/media/images/retorika.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero-fullscreen-image {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 479px) {
  .hero-fullscreen-image {
    aspect-ratio: 1;
  }
}
.hero-fullscreen-image.parallax {
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  .hero-fullscreen-image {
    background-attachment: scroll !important;
  }
}
.hero-project {
  aspect-ratio: 3;
  background-image: url('/media/images/retorika.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}
@media (max-width: 1199px) {
  .hero-project {
    aspect-ratio: 2;
  }
}
@media (max-width: 480px) {
  .hero-project {
    aspect-ratio: 1;
  }
}
@supports (-webkit-touch-callout: none) {
  .hero-project {
    background-attachment: scroll;
  }
}
.sub-hero {
  padding: 100px 0;
  position: relative;
}
.sub-hero .row {
  display: flex;
  align-items: end;
}
@media (min-width: 1500px) {
  .sub-hero .row .col-lg-4,
  .sub-hero .row .col-lg-8 {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .sub-hero .row {
    display: block;
  }
}
.sub-hero .sub-hero__title {
  background-color: #6C1919;
  color: white;
  display: block;
  position: absolute;
  bottom: calc(100% + 65px);
  left: 0;
  margin: 0;
  padding: 30px 50px;
  font-size: 6rem;
}
@media (max-width: 1199px) {
  .sub-hero .sub-hero__title {
    font-size: 5rem;
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .sub-hero .sub-hero__title {
    font-size: 3.5rem;
    left: 15px;
  }
}
.sub-hero .sub-hero__items {
  display: flex;
  align-items: center;
  gap: 20rem;
}
@media (max-width: 1500px) {
  .sub-hero .sub-hero__items {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
@media (max-width: 1199px) {
  .sub-hero .sub-hero__items {
    flex-direction: row;
    align-items: center;
    gap: 20rem;
  }
}
@media (max-width: 991px) {
  .sub-hero .sub-hero__items {
    flex-direction: row;
    align-items: center;
    gap: 10rem;
  }
}
@media (max-width: 767px) {
  .sub-hero .sub-hero__items {
    flex-direction: column;
    align-items: start;
    gap: 3rem;
  }
}
.sub-hero .sub-hero__item {
  font-size: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.sub-hero .sub-hero__item::before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 9px;
  background-color: #6C1919;
  opacity: 0.2;
  flex-shrink: 0;
}
.sub-hero .sub-hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background-color: white;
  padding: 50px 100px 0px;
  font-size: 3rem !important;
}
.sub-hero .sub-hero__content p,
.sub-hero .sub-hero__content b,
.sub-hero .sub-hero__content strong,
.sub-hero .sub-hero__content i,
.sub-hero .sub-hero__content em,
.sub-hero .sub-hero__content ul,
.sub-hero .sub-hero__content li,
.sub-hero .sub-hero__content a {
  font-size: 3rem !important;
}
.sub-hero .sub-hero__content h1 {
  font-size: 5rem;
  margin-bottom: 8rem;
}
@media (max-width: 1199px) {
  .sub-hero .sub-hero__content {
    position: relative;
    bottom: 0;
    padding: 30px 0px;
    font-size: 2.5rem !important;
  }
  .sub-hero .sub-hero__content h1 {
    font-size: 4.5rem;
    margin-bottom: 6rem;
  }
  .sub-hero .sub-hero__content p,
  .sub-hero .sub-hero__content b,
  .sub-hero .sub-hero__content strong,
  .sub-hero .sub-hero__content i,
  .sub-hero .sub-hero__content em,
  .sub-hero .sub-hero__content ul,
  .sub-hero .sub-hero__content li,
  .sub-hero .sub-hero__content a {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .sub-hero .sub-hero__content {
    font-size: 2.2rem !important;
  }
  .sub-hero .sub-hero__content h1 {
    font-size: 3.5rem;
    margin-top: 4rem;
    margin-bottom: 3rem;
    overflow-wrap: break-word;
  }
  .sub-hero .sub-hero__content p,
  .sub-hero .sub-hero__content b,
  .sub-hero .sub-hero__content strong,
  .sub-hero .sub-hero__content i,
  .sub-hero .sub-hero__content em,
  .sub-hero .sub-hero__content ul,
  .sub-hero .sub-hero__content li,
  .sub-hero .sub-hero__content a {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 767px) {
  .sub-hero .sub-hero__content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .sub-hero {
    padding: 80px 0 30px;
  }
}
.pillarsbox {
  padding: 12rem 0 7rem;
  text-align: center;
}
.pillarsbox h2 {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .pillarsbox h2 {
    margin-bottom: 7rem;
  }
}
.pillarsbox h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #6C1919;
  margin-bottom: 4rem;
}
.pillarsbox .col-sm-6 {
  margin-bottom: 5rem;
}
.pillarsbox svg {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .pillarsbox {
    padding: 7rem 0 2rem;
  }
}
.card {
  display: inline-block;
  margin: 15px 15px 45px;
  width: 510px;
  vertical-align: top;
  position: relative;
}
.card img {
  width: 100%;
  margin-bottom: 4rem;
  aspect-ratio: 780/422;
  object-fit: cover;
  object-position: center center;
}
.card p {
  margin: 10px 0;
}
.card .card_info {
  position: absolute;
  top: -72px;
  right: 0px;
  background-color: #6C1919;
  width: 143px;
  height: 143px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.card .card_info p {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 1699px) {
  .card .card_info {
    top: -42px;
  }
}
@media (max-width: 1279px) {
  .card .card_info {
    width: 120px;
    height: 120px;
    top: -42px;
  }
  .card .card_info p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .card .card_info {
    width: 100px;
    height: 100px;
    top: -22px;
  }
  .card .card_info p {
    font-size: 1.4rem;
  }
}
@media (max-width: 540px) {
  .card {
    width: 100%;
    margin: 15px 0;
    padding: 15px;
  }
  .card .card_info {
    right: 20px;
  }
}
.card-red {
  width: 100%;
  margin: 15px 0;
  background-color: #903739;
  border: solid 0px transparent;
}
.card-red h1,
.card-red h2,
.card-red h3,
.card-red p,
.card-red a {
  color: white;
}
.projectbox {
  margin: 120px 0;
}
@media (max-width: 992px) {
  .projectbox {
    margin: 60px 0;
    text-align: center;
  }
  .projectbox h3 {
    display: inline-block;
  }
}
.textbox {
  background-color: #f5f5f5;
  padding: 70px 0;
  text-align: center;
}
.textbox h2 {
  margin-bottom: 50px;
}
.textbox p {
  margin-bottom: 30px;
}
.textbox p a {
  color: #6C1919;
  text-decoration: underline;
}
.text-text-box {
  padding: 12rem 0;
}
.text-text-box h2 {
  color: #6C1919;
  opacity: 0.2;
  font-size: 5rem;
  margin-top: 0rem;
}
@media (max-width: 1199px) {
  .text-text-box {
    padding: 8rem 0;
  }
  .text-text-box h2 {
    font-size: 3.8rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .text-text-box h2 {
    font-size: 2.8rem;
  }
}
.text-text-box.right p {
  text-align: right;
}
@media (max-width: 991px) {
  .text-text-box.right p {
    text-align: left;
  }
}
.text-center-box {
  padding: 12rem 0 6rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .text-center-box {
    padding: 8rem 0 6rem;
  }
}
.text-center-box .row {
  display: flex;
  justify-content: center;
}
.text-center-box h2 {
  margin-bottom: 50px;
}
.text-center-box p {
  margin-bottom: 30px;
}
.text-center-box p a {
  color: #6C1919;
  text-decoration: underline;
}
.text-image-box .row {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .text-image-box .row {
    display: block;
  }
}
.text-image-box .content {
  padding-right: 9rem;
}
.text-image-box .content h2 {
  color: #6C1919;
  opacity: 0.2;
  font-size: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .text-image-box .content {
    padding-right: 15px;
    padding-bottom: 4rem;
  }
  .text-image-box .content h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  .text-image-box .content h2 {
    font-size: 2.8rem;
  }
}
.text-image-box img {
  width: 100%;
}
.text-image-box.reverse .row {
  flex-direction: row-reverse;
  align-items: end;
}
.text-image-box.reverse .content {
  padding-left: 9rem;
  padding-right: 0rem;
}
@media (max-width: 1199px) {
  .text-image-box.reverse .content {
    padding-left: 15px;
  }
}
.quotebox {
  background-color: #f5f5f5;
  padding: 120px 0;
  text-align: center;
}
.quotebox .container {
  max-width: 80%;
}
.quotebox h2 {
  font-family: 'Open Sans';
  text-transform: unset;
  color: #393939;
  font-size: 3rem;
  line-height: 4.1rem;
  font-style: italic;
}
.quotebox p {
  color: #393939;
  margin-top: 30px;
}
.quotebox p a {
  color: #6C1919;
  text-decoration: underline;
}
.quotebox-red {
  background-color: rgba(108, 25, 25, 0.2);
  padding: 80px 0;
  margin-top: 120px;
  text-align: center;
}
.quotebox-red .container {
  max-width: 60%;
}
.quotebox-red h2 {
  font-family: 'Open Sans';
  font-weight: 100;
  text-transform: unset;
  color: white;
  font-size: 7rem;
}
@media (max-width: 1199px) {
  .quotebox-red .container {
    max-width: 80%;
  }
  .quotebox-red h2 {
    font-size: 5.5rem;
  }
}
@media (max-width: 991px) {
  .quotebox-red h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  .quotebox-red h2 {
    font-size: 3.5rem;
  }
}
.infobox {
  margin-top: -80px;
  margin-bottom: 80px;
  min-height: 1px;
}
@media (max-width: 992px) {
  .infobox {
    margin-top: -40px;
    margin-bottom: 40px;
  }
}
.infobox .infobox_inner {
  background-color: #6C1919;
  padding: 40px 0;
  display: none;
}
.infobox ul.nav li {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
.infobox ul.nav li.active > a {
  background-color: white;
  color: #6C1919;
}
.infobox ul.nav li a {
  padding: 5px 10px;
  background-color: #903739;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}
.infobox ul.nav li a:hover {
  background-color: white;
  color: #6C1919;
}
.infobox ul.nav li:before {
  content: '';
}
.infobox h1,
.infobox h2,
.infobox h3,
.infobox p {
  color: white;
}
.infobox ul {
  color: white;
  font-size: 1.4rem;
}
.infobox a {
  color: white;
  text-decoration: underline;
}
.tablebox .tablehead {
  text-align: center;
}
.tablebox .tablehead h2 {
  color: #6C1919;
  opacity: 0.2;
  font-size: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .tablebox .tablehead h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 991px) {
  .tablebox .tablehead h2 {
    font-size: 2.8rem;
  }
}
.tablebox .table {
  text-align: center;
  width: 100%;
}
.tablebox .table thead {
  background-color: #903739;
  color: white;
}
.tablebox .table thead tr th {
  text-align: center;
  padding: 15px 10px;
  border-bottom: solid 5px white;
  font-size: 1.4rem;
}
.tablebox .table thead tr th:first-of-type {
  border-bottom-left-radius: 4px;
}
.tablebox .table thead tr th:last-of-type {
  border-bottom-right-radius: 4px;
}
.tablebox .table tbody tr {
  border-bottom: solid 5px white;
}
.tablebox .table tbody tr td {
  padding: 15px 0;
  border: solid 0px transparent;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  vertical-align: middle;
}
.tablebox .table tbody tr td:first-of-type {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tablebox .table tbody tr td:last-of-type {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tablebox .table tbody tr td .btn {
  margin: 0 5px;
  font-size: 1.6rem;
}
.instabox {
  text-align: center;
  margin-bottom: 40px;
}
.instabox .landscape,
.instabox .portrait,
.instabox .square {
  display: inline-block;
  vertical-align: top;
  width: 263px;
  height: 263px;
  overflow: hidden;
  margin-right: 15px;
}
.instabox .landscape:last-of-type,
.instabox .portrait:last-of-type,
.instabox .square:last-of-type {
  margin-right: 0;
}
.instabox .landscape img {
  width: auto;
  height: 263px;
}
.instabox .portrait img {
  width: 263px;
  height: auto;
}
.instabox .square img {
  width: 263px;
  height: 263px;
}
.instabox .caption {
  margin: 10px auto;
}
@media (max-width: 1199px) {
  .instabox .caption {
    width: 213px;
  }
  .instabox .landscape,
  .instabox .portrait,
  .instabox .square,
  .instabox .square img {
    width: 213px;
    height: 213px;
  }
  .instabox .landscape img {
    height: 213px;
  }
  .instabox .portrait img {
    width: 213px;
  }
}
@media (max-width: 992px) {
  .instabox .instapic {
    margin-bottom: 30px;
  }
  .instabox .caption {
    width: 345px;
  }
  .instabox .landscape,
  .instabox .portrait,
  .instabox .square,
  .instabox .square img {
    width: 345px;
    height: 345px;
  }
  .instabox .landscape img {
    height: 345px;
  }
  .instabox .portrait img {
    width: 345px;
  }
}
@media (max-width: 768px) {
  .instabox .instapic {
    margin-bottom: 30px;
  }
  .instabox .caption {
    width: 375px;
  }
  .instabox .landscape,
  .instabox .portrait,
  .instabox .square,
  .instabox .square img {
    width: 375px;
    height: 375px;
  }
  .instabox .landscape img {
    height: 375px;
  }
  .instabox .portrait img {
    width: 375px;
  }
}
@media (max-width: 480px) {
  .instabox .instapic {
    margin-bottom: 15px;
  }
  .instabox .caption {
    width: 100%;
  }
  .instabox .landscape,
  .instabox .portrait,
  .instabox .square,
  .instabox .square img {
    width: 100%;
    height: auto;
  }
  .instabox .landscape img {
    width: 100%;
    height: auto;
  }
  .instabox .portrait img {
    width: 100%;
    height: auto;
  }
}
.mapbox {
  width: 100%;
  aspect-ratio: 2.3;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .mapbox {
    aspect-ratio: 1;
  }
}
.mapbox.small {
  aspect-ratio: 4;
}
@media (max-width: 767px) {
  .mapbox.small {
    aspect-ratio: 1;
  }
}
.above-mapbox p {
  margin-bottom: 0;
}
.above-mapbox p::after {
  content: '';
  display: block;
  height: 10rem;
  width: 1px;
  background-color: #6C1919;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .above-mapbox p::after {
    height: 5rem;
  }
}
.contactbox {
  background-color: #f5f5f5;
}
.contactbox .content {
  padding: 40px 0;
}
.contactbox .row {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .contactbox .row {
    flex-direction: row;
    align-items: start;
  }
}
.contactbox.project {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .contactbox.project .row {
    align-items: stretch;
  }
  .contactbox.project .row img {
    position: absolute;
    inset: 0;
    min-width: 100%;
    min-height: 100%;
    background-position: center;
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 991px) {
  .contactbox.project .row img {
    display: none;
  }
}
.contactbox h2 {
  font-family: 'Open Sans';
  text-transform: none;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 5rem;
}
.contactbox form {
  margin-top: 5rem;
}
.contactbox .field {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .contactbox .field {
    margin-bottom: 15px;
  }
}
.contactbox .contact-extra {
  display: none;
}
.contactbox .form-error {
  color: #6C1919;
  font-size: 1.6rem;
  margin-top: 1rem;
  display: inline-block;
}
.contactbox img {
  width: 100%;
  margin-bottom: 15px;
}
.contactbox input[type="text"],
.contactbox input[type="email"],
.contactbox textarea {
  border: solid 0px transparent;
  font-size: 1.4rem;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  outline: none;
}
.contactbox input[type="text"]::-webkit-input-placeholder,
.contactbox input[type="email"]::-webkit-input-placeholder,
.contactbox textarea::-webkit-input-placeholder {
  font-style: italic;
}
.contactbox input[type="text"]:-moz-placeholder,
.contactbox input[type="email"]:-moz-placeholder,
.contactbox textarea:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
.contactbox input[type="text"]::-moz-placeholder,
.contactbox input[type="email"]::-moz-placeholder,
.contactbox textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
.contactbox input[type="text"]:-ms-input-placeholder,
.contactbox input[type="email"]:-ms-input-placeholder,
.contactbox textarea:-ms-input-placeholder {
  font-style: italic;
}
.contactbox .checkbox label {
  font-size: 1.6rem;
}
.contactbox textarea {
  resize: none;
}
.contactbox .successmsg {
  display: block;
  padding: 10px 12px;
  text-align: center;
  font-size: 1.6rem;
  background-color: #98e47d;
  color: #304f24;
}
.contactbox .errormsg {
  display: block;
  padding: 10px 12px;
  text-align: center;
  font-size: 1.6rem;
  background-color: #6C1919;
  color: white;
}
.imagebox {
  margin-bottom: 15px;
  position: relative;
}
.imagebox figure {
  display: block;
}
.imagebox figure a {
  display: block;
}
.imagebox figure img {
  width: 100px;
  height: auto;
  display: block;
}
.imagebox:not(.imagebox-info) figure:first-of-type {
  display: block;
}
.imagebox:not(.imagebox-info) figure:not(:first-of-type) {
  display: none;
}
.imagebox .imagebox-eye {
  width: 30px !important;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  height: auto;
  transform: translate(-50%);
  pointer-events: none;
}
.imagebox:before {
  content: '';
  position: absolute;
  background-color: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.imagebox:active,
.imagebox:focus,
.imagebox:hover {
  cursor: pointer;
}
.imagebox:active:before,
.imagebox:focus:before,
.imagebox:hover:before {
  opacity: 0.5;
}
.imagebox:active .imagebox-eye path,
.imagebox:focus .imagebox-eye path,
.imagebox:hover .imagebox-eye path {
  fill: #6C1919;
}
footer {
  margin-top: 40px;
  padding: 100px 0;
  background-image: url('../media/assets/footer.png');
  background-position: center;
  background-size: cover;
}
footer a {
  color: #333;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 10px;
}
footer a:hover {
  text-decoration: none;
  color: #333;
}
footer a.link {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
footer h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: bold;
  color: #333;
}
footer .logo {
  width: 215px;
}
@media (max-width: 1199px) {
  footer .logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
footer .logo_meta {
  margin-top: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
}
footer.project_footer h2 {
  background-color: #6C1919;
  color: white;
  display: inline-block;
  font-size: 30px;
  padding: 28px 50px;
  margin-top: -4rem;
  margin-bottom: 40px;
}
footer.project_footer h3 {
  font-size: 2.5rem;
  text-transform: unset;
  margin-top: 0;
}
@media (max-width: 1199px) {
  footer.project_footer h3 {
    font-size: 2rem;
  }
}
footer.project_footer .logo {
  margin-top: 50px;
  margin-bottom: 80px;
}
footer.project_footer .col-xs-12 {
  margin-top: 4rem;
}
.alert {
  visibility: hidden;
  background-color: white;
  border-radius: 4px;
  position: fixed;
  width: 480px;
  z-index: 10;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s ease-in-out;
  margin: 0;
  border: solid 0px transparent;
}
.alert.show {
  visibility: visible;
  top: 50%;
}
@media (max-width: 480px) {
  .alert {
    width: 100%;
  }
}
.alert .p_block {
  margin-bottom: 20px;
}
.alert .title {
  background-color: #6C1919;
  color: white;
  display: block;
  padding: 10px;
  margin: -15px -15px 20px -15px;
  font-weight: bold;
  font-size: 1.4rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.alert .title p {
  margin-bottom: 0;
}
.alert .close {
  position: absolute;
  right: 10px;
  top: 13px;
  line-height: 1.4rem;
  color: white;
  opacity: 1;
  text-shadow: none;
  transform: rotate(45deg);
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.overlay {
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.overlay.show {
  visibility: visible;
}
.mb20 {
  margin-bottom: 20px;
}
.mb60 {
  margin-bottom: 60px;
}
.w-100 {
  width: 100%;
}
@media (max-width: 768px) {
  .mb25-xs {
    margin-bottom: 25px;
  }
}
@media (min-width: 1500px) {
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-8 {
    width: 66.66666666%;
  }
  .col-xl-9 {
    width: 75%;
  }
}
@media (min-width: 1700px) {
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-8 {
    width: 66.66666666%;
  }
  .col-xxl-9 {
    width: 75%;
  }
}
