@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,800&subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:400,700&subset=latin-ext);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.stretched {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.vertical-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin: auto;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
}
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}
.link-no-underline {
  text-decoration: none;
}
.link-no-underline:hover {
  text-decoration: underline;
}
html,
body {
  margin: 0;
  padding: 0;
  text-align: left;
}
body {
  background-color: #fff;
}
a {
  outline: 0;
  cursor: pointer;
  -ms-user-select: none;
}
* {
  background-repeat: no-repeat;
}
textarea,
input {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
p::-moz-selection {
  background-color: #9b8578;
  color: #fff;
}
::selection,
h1::selection,
h2::selection,
h3::selection,
p::selection {
  background-color: #9b8578;
  color: #fff;
}
.cb,
.clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.nowrap,
.nobr {
  white-space: nowrap;
}
.tal,
.text-left {
  text-align: left;
}
.tar,
.text-right {
  text-align: right;
}
.tac,
.text-center {
  text-align: center;
}
*,
:before,
:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"] {
  -webkit-border-radius: 0;
}
input,
select,
textarea {
  -webkit-user-select: text;
}
table {
  border-collapse: separate;
}
* {
  -webkit-text-size-adjust: none;
}
span.red {
  color: #9b8578;
}
html {
  margin: 0;
  padding: 0;
  min-width: 320px;
  width: 100%;
  overflow: auto !important;
}
body {
  position: relative;
  font-size: 18px;
  line-height: 150%;
  color: #898989;
  min-width: 320px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: #fff url(../img/system/gfx/background/body.png) 0 0 repeat;
  background-attachment: fixed;
}
@media (max-width: 1300px) {
  body {
    font-size: 1.153846153846154vw;
    line-height: 1.8461538461538463vw;
  }
}
h1,
h2,
h3,
h4,
.handwrite {
  font-family: "Frank Ruhl Libre", sans-serif;
}
hr {
  border-collapse: collapse;
  border: 0;
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 15px;
}
.debug {
  width: 200px;
  padding: 5px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  border: 1px #000 solid;
  display: none;
}
.debug p {
  padding: 0;
  font-size: 13px;
  color: #000;
}
i {
  font-style: italic;
}
.layout {
  width: 100%;
  min-width: 320px;
  max-width: 1300px;
  margin: auto;
  background: #fff;
}
.row {
  width: 100%;
  min-width: 320px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.row .inner {
  width: auto;
  max-width: none;
  position: relative;
  margin: auto;
  text-align: left;
  margin: 0 -15px;
}
.row .inner:after {
  clear: both;
  content: "";
  display: block;
}
.row .inner .col {
  float: left;
  position: relative;
  margin: 0 15px;
}
.row .inner img {
  max-width: 100%;
}
.row p a {
  color: inherit;
  text-decoration: underline;
  color: #9b8578;
}
.row p a:hover {
  text-decoration: none;
  color: inherit;
}
.content {
  padding: 0 70px;
}
.row {
  margin-bottom: 20px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.col-12 {
  width: 100%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-11 {
  width: 91.66666666666666%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-10 {
  width: 83.33333333333334%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-9 {
  width: 75%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-8 {
  width: 66.66666666666666%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-7 {
  width: 58.333333333333336%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-6 {
  width: 50%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-5 {
  width: 41.66666666666667%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-4 {
  width: 33.33333333333333%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-3 {
  width: 25%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.col-2 {
  width: 16.666666666666664%;
  padding: 0 15px;
  float: left;
  position: relative;
}
.offset-4 {
  margin-left: 33.33333333333333%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-1 {
  margin-left: 8.333333333333332%;
}
@media (max-width: 768px) {
  .content {
    padding: 0 25px;
  }
  .col-12 {
    width: 100%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-11 {
    width: 91.66666666666666%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-10 {
    width: 83.33333333333334%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-9 {
    width: 75%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-8 {
    width: 66.66666666666666%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-7 {
    width: 58.333333333333336%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-6 {
    width: 50%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-5 {
    width: 41.66666666666667%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-4 {
    width: 33.33333333333333%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-3 {
    width: 25%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .col-2 {
    width: 16.666666666666664%;
    padding: 0 7.5px;
    float: left;
    position: relative;
  }
  .offset-4 {
    margin-left: 33.33333333333333%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .offset-1 {
    margin-left: 8.333333333333332%;
  }
}
.row.content {
  padding-top: 0;
  padding-bottom: 0;
}
.row.content .inner p {
  margin-bottom: 15px;
}
.row.content .inner ul {
  margin-left: 0;
  margin-bottom: 15px;
}
.row.content .inner ul li {
  padding-left: 15px;
  list-style-type: disc;
}
.row.content .inner ul ul,
.row.content .inner ul ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.row.content .inner ol {
  margin-bottom: 15px;
  counter-reset: item;
}
.row.content .inner ol li {
  counter-increment: item;
}
.row.content .inner ol ul,
.row.content .inner ol ol {
  margin-left: 15px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.row.content .inner ol > li:before {
  display: inline-block;
  width: 1em;
  color: #898989;
  margin-right: 5px;
  content: counter(item) ".";
}
.row.content .inner h1 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin: auto;
}
.row.content .inner h2 {
  font-size: 26px;
  line-height: 30px;
}
.row.content .inner h3 {
  font-size: 23px;
  line-height: 28px;
}
.row.content .inner table {
  border-spacing: 0;
  border-collapse: 0;
  margin-bottom: 20px;
  width: auto;
}
.row.content .inner table.fl {
  margin-right: 70px;
}
.row.content .inner table.fr {
  margin-left: 70px;
}
.row.content .inner table th {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  height: 35px;
  text-transform: uppercase;
  background: #251f59;
  border-right: 1px #fff solid;
  vertical-align: middle;
}
.row.content .inner table td {
  color: #898989;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  height: 30px;
  background: #fff;
  vertical-align: middle;
  border-right: 1px #fff solid;
}
.row.content .inner table tr th:last-child {
  border: 0;
}
.row.content .inner table tr td:last-child {
  border: 0;
}
.row.content .inner table .odd td {
  background: #ababad;
}
.row.content .inner table.center td,
.row.content .inner table.center th {
  text-align: center;
}
.row.content .inner img[align="left"],
.row.content .inner img[style*="float: left"],
.row.content .inner img[style*="float:left"] {
  margin: 5px 15px 0 0;
}
.row.content .inner img[align="right"],
.row.content .inner img[style*="float: right"],
.row.content .inner img[style*="float:right"] {
  margin: 5px 0 0 15px;
}
.row.content .inner article > img {
  margin-bottom: 30px;
  max-width: 100%;
}
.row.content .inner blockquote {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 28px;
  line-height: 39px;
  color: #656565;
  font-style: italic;
}
.row.content .inner blockquote:before {
  content: '"';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 63px;
  top: 0;
}
.row.header {
  padding: 0 70px;
  position: relative;
  z-index: 9;
  position: sticky;
  top: 0;
  background: #fff;
}
.row.header .inner {
  height: 150px;
  border-bottom: 1px #cfc2b9 solid;
  margin: 0;
}
.row.header .inner:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  content: "";
  background: #cfc2b9;
  height: 1px;
}
.row.header .inner .logo {
  position: absolute;
  left: 50%;
  margin-left: -90px;
  top: 30px;
  z-index: 2;
}
.row.header .inner .logo img {
  width: 183px;
}
.row.header .inner .nav.nav-top {
  position: absolute;
  top: 25px;
  right: 0;
  bottom: auto;
  left: auto;
}
.row.header .inner .nav.nav-top > ul > li {
  display: inline-block;
  color: #ababad;
}
.row.header .inner .nav.nav-top > ul > li > a {
  color: #ababad;
  font-style: italic;
  text-decoration: none;
  font-family: "Frank Ruhl Libre", sans-serif;
  transition: all 0.25s linear;
}
.row.header .inner .nav.nav-top > ul > li > a:hover {
  color: #666;
}
.row.header .inner .nav.nav-top > ul > li:first-of-type:after {
  content: "|";
  margin-left: 4px;
  position: relative;
  left: 1px;
  top: -1px;
}
.row.header .inner .nav.nav-top > ul > li.social {
  margin-left: 35px;
}
.row.header .inner .nav.nav-top > ul > li.social a {
  font-style: normal;
}
.row.header .inner .nav.nav-main {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 99999;
}
.row.header .inner .nav.nav-main > ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 50%;
}
.row.header .inner .nav.nav-main > ul:nth-of-type(1) {
  /*left:0;*/
  right: auto; /*padding-right:131.5px*/
}
.row.header .inner .nav.nav-main > ul:nth-of-type(2) {
  right: 0;
  left: auto;
  padding-left: 131.5px;
}
.row.header .inner .nav.nav-main > ul > li {
  padding: 0 5px;
  text-align: center;
  position: relative;
}
.row.header .inner .nav.nav-main > ul > li.middle {
  width: 183px;
  margin: 0 25px;
}
.row.header .inner .nav.nav-main > ul > li > a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-decoration: none;
  color: #9b8578;
  transition: all 0.25s linear;
  position: relative;
  z-index: 9;
}
.row.header .inner .nav.nav-main > ul > li > a:hover {
  color: #3e1f0d;
}
.row.header .inner .nav.nav-main > ul > li.active > a {
  color: #3e1f0d;
}
.row.header .inner .nav.nav-main > ul > li > ul {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: absolute;
  left: -10px;
  right: auto;
  top: 25px;
  opacity: 0;
  visibility: hidden;
  top: -5px;
  padding-top: 50px;
}
.row.header .inner .nav.nav-main > ul > li > ul > li a {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 0;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-decoration: none;
  color: #9b8578;
  transition: all 0.25s linear;
}
.row.header .inner .nav.nav-main > ul > li > ul > li a:hover {
  color: #3e1f0d;
}
.row.header .inner .nav.nav-main > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1300px) {
  .row.header {
    padding: 0 5.384615384615385vw;
  }
  .row.header .inner {
    height: 11.538461538461538vw;
  }
  .row.header .inner:after {
    bottom: -0.38461538461538464vw;
  }
  .row.header .inner .logo {
    margin-left: -6.923076923076923vw;
    top: 2.307692307692308vw;
  }
  .row.header .inner .logo img {
    width: 14.076923076923077vw;
  }
  .row.header .inner .nav.nav-top {
    position: absolute;
    top: 0.15384615384615385vw;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .row.header .inner .nav.nav-top > ul > li:first-of-type:after {
    margin-left: 0.3076923076923077vw;
  }
  .row.header .inner .nav.nav-top > ul > li.social {
    margin-left: 2.6923076923076925vw;
  }
  .row.header .inner .nav.nav-main {
    position: absolute;
    top: 7.6923076923076925vw;
    right: 0;
    bottom: auto;
    left: 0;
  }
  .row.header .inner .nav.nav-main > ul {
    top: 0;
    width: 50%;
  }
  .row.header .inner .nav.nav-main > ul:nth-of-type(1) {
    padding-right: 11.615384615384615vw;
  }
  .row.header .inner .nav.nav-main > ul:nth-of-type(2) {
    padding-left: 11.615384615384615vw;
  }
  .row.header .inner .nav.nav-main > ul > li {
    padding: 0 0.38461538461538464vw;
  }
  .row.header .inner .nav.nav-main > ul > li.middle {
    width: 14.076923076923077vw;
    margin: 0 1.9230769230769231vw;
  }
  .row.header .inner .nav.nav-main > ul > li > a {
    font-size: 1.2307692307692308vw;
    line-height: 1.2307692307692308vw;
    font-weight: 700;
  }
  .row.header .inner .nav.nav-main > ul > li > ul {
    padding: 1.153846153846154vw;
    left: -0.7692307692307693vw;
    top: 1.9230769230769231vw;
    top: -0.38461538461538464vw;
    padding-top: 3.8461538461538463vw;
  }
  .row.header .inner .nav.nav-main > ul > li > ul > li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .row.header {
    padding: 0;
  }
  .row.header .inner .nav.nav-top {
    display: none;
  }
  .mobile-toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .mobile-toggle span {
    display: block;
    height: 3px;
    position: absolute;
    left: 2px;
    right: 2px;
    background: #9b8578;
    transition: all 0.25s linear;
  }
  .mobile-toggle span:nth-of-type(1) {
    top: 7px;
  }
  .mobile-toggle span:nth-of-type(2) {
    top: 17px;
    opacity: 1;
  }
  .mobile-toggle span:nth-of-type(3) {
    top: 28px;
  }
  .mobile-toggle.active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 17px;
  }
  .mobile-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .mobile-toggle.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 18px;
  }
  .row.header .inner .nav.nav-main {
    top: 70px;
    left: 0;
    right: 0;
    max-height: 0;
    background: #fff;
    z-index: 99;
    overflow: hidden;
    transition: all 0.25s linear;
  }
  .row.header .inner .nav.nav-main.open {
    max-height: 650px;
  }
  .row.header .inner .nav.nav-main > ul {
    display: block;
    text-align: center;
    padding: 0 !important;
    width: 100%;
    position: static;
  }
  .row.header .inner .nav.nav-main > ul:last-of-type {
    border-bottom: 1px #9b8578 solid;
    padding-bottom: 25px !important;
  }
  .row.header .inner .nav.nav-main > ul > li {
    padding: 0;
  }
  .row.header .inner .nav.nav-main > ul > li > a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
  .row.header .inner .nav.nav-main > ul > li > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    padding-top: 1px;
    margin-bottom: 5px;
    box-shadow: none;
  }
  .row.header .inner .nav.nav-main > ul > li > ul > li {
    margin-bottom: 2px;
  }
  .row.header .inner .nav.nav-main > ul > li > ul > li a {
    font-size: 14px;
    line-height: 17px;
  }
  .row.header .inner {
    height: 70px;
  }
  .row.header .inner .logo img {
    width: 80px;
  }
  .row.header .inner .logo {
    margin-left: 0;
    top: 14px;
    left: 15px;
  }
}
.row.footer {
  background: #fff url(../img/system/gfx/background/footer.gif);
  height: 240px;
}
.row.footer .inner {
  padding-top: 65px;
}
.row.footer .inner:after {
  clear: both;
  display: block;
  content: "";
}
.row.footer .inner .col {
  float: left;
}
.row.footer .inner .col p {
  line-height: 20px;
}
.row.footer .inner .col h2 {
  color: #251f59;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 7px;
  font-weight: 400;
  text-transform: uppercase;
}
.row.footer .inner .col h2:after {
  content: "";
  height: 1px;
  width: 48px;
  background: #898989;
  position: absolute;
  left: 0;
  bottom: 0;
}
.row.footer .inner .col a {
  color: #251f59;
  font-family: cooper_hewittsemibold;
  text-decoration: none;
}
.row.footer .inner .col a:hover {
  text-decoration: underline;
  color: #9b8578 !important;
}
.row.footer .inner .col .mail {
  color: #9b8578;
}
.row.footer .inner .col .mail .fa {
  font-size: 13px;
  margin-right: 4px;
}
.row.footer .inner .col .phone .fa {
  font-size: 15px;
  margin-right: 2px;
  color: #9b8578;
}
.row.footer .inner .col.col2 {
  width: 18%;
  margin-left: 0;
}
.row.footer .inner .col.col1 {
  width: 14%;
}
.row.footer .inner .col.col3 {
  width: 21%;
}
.row.footer .inner .col.colRight {
  float: right;
  width: 36%;
  text-align: right;
  padding-top: 60px;
  margin-right: 0;
  margin-left: 0;
}
.btn {
  display: inline-block;
  text-align: center;
}
.btn.btn-primary {
  color: #9b8578;
  border: 2px #9b8578 solid;
  padding: 22px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s linear;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  min-width: 215px;
  letter-spacing: 3px;
}
.btn.btn-primary:hover {
  background: #9b8578;
  color: #fff;
}
@media (max-width: 768px) {
  .btn.btn-primary {
    border: 2px #9b8578 solid;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s linear;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    min-width: 100px;
    letter-spacing: 2px;
  }
}
.paginator {
  text-align: center;
  padding-top: 0;
  margin-bottom: 40px;
}
.paginator .arrows {
  display: inline-block;
  width: 61px;
  height: 37px;
  background: transparent url(../img/system/gfx/background/paginatorArrows.png)
    0 0 no-repeat;
  position: relative;
  margin-left: 10px;
}
.paginator .arrows a {
  display: block;
  position: absolute;
  width: 30px;
  height: 31px;
  top: 0;
  text-indent: -9999px;
  text-align: left;
  transition: all 0.2s linear;
}
.paginator .arrows a.prev {
  background: #9b8578 url(../img/system/gfx/icon/arrowLeft01.png) center center
    no-repeat;
  left: 0;
}
.paginator .arrows a.next {
  background: #9b8578 url(../img/system/gfx/icon/arrowRight01.png) center center
    no-repeat;
  right: 0;
}
.paginator .arrows a:hover {
  background-color: #251f59;
}
.paginator > a,
.paginator > span {
  position: relative;
  top: -15px;
  font-size: 14px;
  color: #6e706f;
  text-decoration: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  height: 31px;
  width: 31px;
}
.paginator > a.active,
.paginator > span.active {
  background: #251f59;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s linear;
}
.paginator > a.active:hover,
.paginator > span.active:hover {
  background: #9b8578;
}
.paginator > span {
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
}
.paginator > span:first-child {
  margin-right: 22px;
}
.row.content.module-1 .module-1-txt {
  background: transparent url(../img/system/gfx/elements/flek_pink.png) center
    center no-repeat;
  text-align: center;
  padding: 150px 10%;
  padding-bottom: 50px;
}
.row.content.module-1 .module-1-txt h2,
.row.content.module-1 .module-1-txt h1 {
  color: #9b8578;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.row.content.module-1 .module-1-txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-1 .module-1-txt {
    background: transparent url(../img/system/gfx/elements/flek_pink.png) center
      center no-repeat;
    text-align: center;
    padding: 55px 15px;
  }
  .row.content.module-1 .module-1-txt h2,
  .row.content.module-1 .module-1-txt h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.row.content.module-2 {
  position: relative;
}
.row.content.module-2:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: 20px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-2 .module-2-gallery {
  margin-left: -40px;
  margin-right: -40px;
}
.row.content.module-2 .module-2-gallery h1,
.row.content.module-2 .module-2-gallery h2 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  margin: 0 25px;
  margin-bottom: 25px;
  background: transparent url(../img/system/gfx/background/dots.png) 0 center
    repeat-x;
  font-style: italic;
  display: block;
  text-align: center;
  color: #cfc2b9;
}
.row.content.module-2 .module-2-gallery h1 span,
.row.content.module-2 .module-2-gallery h2 span {
  padding: 0 50px;
  background: #fff;
}
.row.content.module-2 .module-2-gallery .nav.nav-section {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 80px;
}
.row.content.module-2 .module-2-gallery .nav.nav-section ul li {
  display: inline-block;
  position: relative;
  margin: 0 15px;
}
.row.content.module-2
  .module-2-gallery
  .nav.nav-section
  ul
  li:first-of-type:after {
  content: "";
  display: block;
  height: 30px;
  width: 3px;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    no-repeat;
  position: absolute;
  right: -28px;
  top: -2px;
}
.row.content.module-2 .module-2-gallery .nav.nav-section ul li a {
  color: #9b8578;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase;
  text-decoration: underline;
}
.row.content.module-2 .module-2-gallery .nav.nav-section ul li a:hover {
  text-decoration: none;
}
.row.content.module-2 .module-2-gallery .item-holder {
  padding: 20px 40px;
  margin-bottom: 10px;
}
.row.content.module-2 .module-2-gallery .item-holder .item {
  display: block;
  width: auto;
  text-align: center;
  color: #898989;
  text-decoration: none;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 25px;
}
.row.content.module-2 .module-2-gallery .item-holder .item span {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0px;
  left: 0;
  letter-spacing: 1px;
  font-size: 22px;
}
.row.content.module-2 .module-2-gallery .item-holder:hover {
  background: transparent url(../img/system/gfx/elements/port_frame.png) center
    center no-repeat;
  background-size: contain;
}
.row.content.module-2 .module-2-gallery .item-holder:hover .item {
  color: #9b8578;
}
@media (max-width: 768px) {
  .row.content.module-2:after {
    left: 15px;
    right: 15px;
  }
  .row.content.module-2 .module-2-gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .row.content.module-2 .module-2-gallery h1,
  .row.content.module-2 .module-2-gallery h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 25px;
    background: transparent url(../img/system/gfx/background/dots.png) 0 center
      repeat-x;
    font-style: italic;
    display: block;
    text-align: center;
    color: #cfc2b9;
  }
  .row.content.module-2 .module-2-gallery h1 span,
  .row.content.module-2 .module-2-gallery h2 span {
    padding: 0 20px;
    background: #fff;
  }
  .row.content.module-2 .module-2-gallery .nav.nav-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 80px;
  }
  .row.content.module-2 .module-2-gallery .nav.nav-section ul li {
    display: block;
    position: relative;
    margin: 0 15px;
  }
  .row.content.module-2
    .module-2-gallery
    .nav.nav-section
    ul
    li:first-of-type:after {
    display: none;
  }
  .row.content.module-2 .module-2-gallery .nav.nav-section ul li a {
    color: #9b8578;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    text-transform: lowercase;
    text-decoration: underline;
  }
  .row.content.module-2 .module-2-gallery .nav.nav-section ul li a:hover {
    text-decoration: none;
  }
  .row.content.module-2 .module-2-gallery .item-holder {
    padding: 25px 7.5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .row.content.module-2 .module-2-gallery .item-holder .item {
    display: block;
    width: auto;
    text-align: center;
    color: #898989;
    text-decoration: none;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 25px;
  }
  .row.content.module-2 .module-2-gallery .item-holder .item span {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -15px;
    left: 0;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
  }
  .row.content.module-2 .module-2-gallery .item-holder:hover {
    background: transparent url(../img/system/gfx/elements/port_frame.png)
      center center no-repeat;
    background-size: contain;
  }
  .row.content.module-2 .module-2-gallery .item-holder:hover .item {
    color: #9b8578;
  }
}
.row.content.module-3 {
  position: relative;
  padding-top: 50px;
}
.row.content.module-3:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-3 .inner {
  padding-bottom: 100px;
}
.row.content.module-3 .module-3-txt {
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  padding: 110px 10%;
}
.row.content.module-3 .module-3-txt h1,
.row.content.module-3 .module-3-txt h2 {
  color: #9b8578;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.row.content.module-3 .module-3-txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}
.row.content.module-3.module-3-top .btn.btn-primary {
  margin-bottom: 90px;
  transform: translateY(-75px);
}
.row.content.module-3.module-3-left .module-3-txt {
  padding-top: 150px;
  padding-left: 20%;
  padding-bottom: 20px;
  padding-right: 40px;
}
.row.content.module-3.module-3-left .module-3-img p {
  margin-bottom: 25px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  font-style: italic;
}
.row.content.module-3.module-3-left .module-3-img p a {
  color: #9b8578;
  text-decoration: underline;
}
.row.content.module-3.module-3-left .module-3-img p a:hover {
  text-decoration: none;
}
.row.content.module-3.module-3-left .module-3-img .arrow {
  display: inline-block;
  width: 85px;
  height: 22px;
  background: transparent url(../img/system/gfx/elements/icon_arrow_right.svg) 0
    0 no-repeat;
  background-size: contain;
}
.row.content.module-3.module-3-left .btn.btn-primary {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .row.content.module-3 {
    padding-top: 0;
  }
  .row.content.module-3:after {
    left: 15px;
    right: 15px;
  }
  .row.content.module-3 .inner {
    padding-bottom: 50px;
  }
  .row.content.module-3 .inner > div:last-of-type img {
    display: none;
  }
  .row.content.module-3 .module-3-txt {
    padding: 50px 15px;
    background-size: contain;
  }
  .row.content.module-3 .module-3-txt h1,
  .row.content.module-3 .module-3-txt h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .row.content.module-3 .module-3-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-3 .col-4 {
    width: 50%;
  }
  .row.content.module-3 .col-5 {
    width: 50%;
  }
  .row.content.module-3 .text-right {
    text-align: left;
  }
  .row.content.module-3.module-3-top .btn.btn-primary {
    margin-bottom: 15px;
  }
  .row.content.module-3 .col-8.module-3-txt {
    width: 100%;
    text-align: center;
  }
  .row.content.module-3.module-3-left .module-3-txt {
    padding-top: 50px;
    padding-left: 15px;
    padding-bottom: 40px;
    padding-right: 15px;
  }
  .row.content.module-3.module-3-left .module-3-img p {
    margin-bottom: 25px;
    padding-top: 50px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    font-style: italic;
  }
  .row.content.module-3.module-3-left .module-3-img p a {
    color: #9b8578;
    text-decoration: underline;
  }
  .row.content.module-3.module-3-left .module-3-img p a:hover {
    text-decoration: none;
  }
  .row.content.module-3.module-3-left .module-3-img .arrow {
    display: none !important;
  }
  .row.content.module-3.module-3-left .btn.btn-primary {
    margin-bottom: 0;
  }
}
.row.content.module-5 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.row.content.module-5:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-5 .module-5-txt h1,
.row.content.module-5 .module-5-txt h2 {
  color: #9b8578;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.row.content.module-5 .module-5-txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  max-width: 928px;
  margin: auto;
}
.row.content.module-5 .module-5-img {
  position: relative;
}
.row.content.module-5 .module-5-img img {
  width: 100%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
.row.content.module-5 .module-5-img.module-5-img-first {
  margin-right: -10%;
  width: 35%;
}
.row.content.module-5 .module-5-img.module-5-img-middle {
  padding-top: 80px;
  z-index: 9;
  width: 50%;
}
.row.content.module-5 .module-5-img.module-5-img-last {
  margin-left: -10%;
  width: 35%;
}
@media (max-width: 768px) {
  .row.content.module-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row.content.module-5:after {
    left: 15px;
    right: 15px;
  }
  .row.content.module-5 .module-5-txt {
    margin-bottom: 20px;
  }
  .row.content.module-5 .module-5-txt h1,
  .row.content.module-5 .module-5-txt h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .row.content.module-5 .module-5-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-5 .module-5-img {
    position: relative;
  }
  .row.content.module-5 .module-5-img img {
    width: 100%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  }
  .row.content.module-5 .module-5-img.module-5-img-first {
    margin-right: 0;
    width: 50%;
  }
  .row.content.module-5 .module-5-img.module-5-img-middle {
    padding-top: 0;
    z-index: 9;
    width: 50%;
  }
  .row.content.module-5 .module-5-img.module-5-img-last {
    margin-left: 0;
    width: 100%;
    padding: 0 25%;
    margin-top: -15%;
    position: relative;
    z-index: 99;
  }
}
.row.content.module-6 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.row.content.module-6:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-6 .module-6-txt h1,
.row.content.module-6 .module-6-txt h2 {
  color: #9b8578;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.row.content.module-6 .module-6-txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
}
.row.content.module-6 .module-6-txt .btn {
  margin-bottom: 35px;
}
.row.content.module-6 .module-6-img {
  position: relative;
}
.row.content.module-6 .module-6-img img {
  width: 100%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
.row.content.module-6 .module-6-img.module-6-img-tip {
  padding-left: 130px;
  position: relative;
  padding-bottom: 90px;
  margin-top: -60px;
  z-index: 9;
}
.row.content.module-6 .module-6-img.module-6-img-tip .tip {
  display: inline-block;
  width: 129px;
  height: 142px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  position: absolute;
  left: 0;
  bottom: 120px;
}
.row.content.module-6 .module-6-img.module-6-img-tip .txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.row.content.module-6 .module-6-img.module-6-img-tip .txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  font-style: italic;
}
.row.content.module-6 .module-6-img.module-6-img-last {
  margin-left: -120px;
  width: auto;
}
@media (max-width: 768px) {
  .row.content.module-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row.content.module-6:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-6 .module-6-txt {
    width: 100%;
    text-align: center;
  }
  .row.content.module-6 .module-6-txt h1,
  .row.content.module-6 .module-6-txt h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .row.content.module-6 .module-6-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-6 .module-6-txt .btn {
    margin-bottom: 25px;
  }
  .row.content.module-6 .module-6-img {
    position: relative;
    width: 100%;
  }
  .row.content.module-6 .module-6-img img {
    width: 100%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }
  .row.content.module-6 .module-6-img.module-6-img-tip {
    padding-left: 0;
    position: relative;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 9;
  }
  .row.content.module-6 .module-6-img.module-6-img-tip .tip {
    display: none;
  }
  .row.content.module-6 .module-6-img.module-6-img-tip .txt {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 15px;
    text-align: center;
    padding-top: 35px;
    margin-top: 25px;
    border: 1px #c8c1bd solid;
  }
  .row.content.module-6 .module-6-img.module-6-img-tip .txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
  }
  .row.content.module-6 .module-6-img.module-6-img-tip .txt:before {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-6 .module-6-img.module-6-img-last {
    margin-left: -120px;
    width: auto;
    display: none;
  }
}
.row.content.module-7 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
}
.row.content.module-7:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-7 .module-7-txt {
  margin-bottom: 25px;
}
.row.content.module-7 .module-7-txt h2 {
  color: #9b8578;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.row.content.module-7 .module-7-txt p {
  font-size: 18px;
  line-height: 35px;
  font-weight: 300;
  max-width: 928px;
  margin: auto;
}
.row.content.module-7 .module-7-img {
  position: relative;
  margin-bottom: 25px;
}
.row.content.module-7 .module-7-img img {
  width: 100%;
  border: 10px #fff solid;
}
.row.content.module-7 .module-7-img.module-7-img-first {
  margin-right: -10%;
  width: 35%;
}
.row.content.module-7 .module-7-img.module-7-img-middle {
  padding-top: 80px;
  z-index: 9;
  width: 50%;
}
.row.content.module-7 .module-7-img.module-7-img-last {
  margin-left: -10%;
  width: 35%;
}
@media (max-width: 768px) {
  .row.content.module-7 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .row.content.module-7:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-7 .module-7-txt {
    margin-bottom: 20px;
  }
  .row.content.module-7 .module-7-txt h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .row.content.module-7 .module-7-txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-7 .module-7-img {
    position: relative;
    margin-bottom: 25px;
  }
  .row.content.module-7 .module-7-img img {
    width: 100%;
    border: 10px #fff solid;
  }
  .row.content.module-7 .module-7-img.module-7-img-first {
    margin-right: 0;
    width: 50%;
  }
  .row.content.module-7 .module-7-img.module-7-img-middle {
    padding-top: 0;
    z-index: 9;
    width: 50%;
  }
  .row.content.module-7 .module-7-img.module-7-img-last {
    margin-left: 0;
    width: 100%;
    margin-top: -15%;
    padding: 0 15%;
    z-index: 99;
  }
}
.row.content.module-8 {
  position: relative;
  padding-top: 165;
  padding-bottom: 165;
}
.row.content.module-8:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-8 .background {
  position: absolute;
  left: 15px;
  top: 50px;
  bottom: 50px;
  right: 20%;
  z-index: 1;
  background-size: cover;
}
.row.content.module-8 .module-8-txt {
  padding: 50px;
  margin-top: 130px;
  float: right;
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.row.content.module-8 .module-8-txt h1,
.row.content.module-8 .module-8-txt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.row.content.module-8 .module-8-txt h1:after,
.row.content.module-8 .module-8-txt h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-8 .module-8-txt h1:before,
.row.content.module-8 .module-8-txt h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-8 .module-8-txt p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-8 .module-8-txt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-8 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .row.content.module-8 .inner {
    padding-top: 80px;
  }
  .row.content.module-8:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-8 .background {
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 50px;
    right: 0;
    z-index: 1;
    background-size: contain;
  }
  .row.content.module-8 .module-8-txt {
    margin: auto;
    padding: 25px;
    margin-top: 130px;
    float: right;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-8 .module-8-txt h1,
  .row.content.module-8 .module-8-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .row.content.module-8 .module-8-txt h1:after,
  .row.content.module-8 .module-8-txt h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-8 .module-8-txt h1:before,
  .row.content.module-8 .module-8-txt h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-8 .module-8-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-8 .module-8-txt p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-9 .inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.row.content.module-9 .background {
  right: 15px;
  bottom: 100px;
}
.row.content.module-9 .module-9-txt {
  float: none;
  padding: 50px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
  max-width: 500px !important;
}
.row.content.module-9 .module-9-txt h1,
.row.content.module-9 .module-9-txt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.row.content.module-9 .module-9-txt h1:after,
.row.content.module-9 .module-9-txt h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-9 .module-9-txt h1:before,
.row.content.module-9 .module-9-txt h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-9 .module-9-txt div,
.row.content.module-9 .module-9-txt p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
}
.row.content.module-9 .module-9-txt div:last-of-type,
.row.content.module-9 .module-9-txt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-9 .inner {
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .row.content.module-9 .background {
    right: 0;
    bottom: 0;
  }
  .row.content.module-9 .module-9-txt {
    padding: 25px;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-9 .module-9-txt h1,
  .row.content.module-9 .module-9-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .row.content.module-9 .module-9-txt h1:after,
  .row.content.module-9 .module-9-txt h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-9 .module-9-txt h1:before,
  .row.content.module-9 .module-9-txt h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-9 .module-9-txt div,
  .row.content.module-9 .module-9-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-9 .module-9-txt div:last-of-type,
  .row.content.module-9 .module-9-txt p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-10 .background {
  position: absolute;
  left: 20%;
  top: 50px;
  bottom: 50px;
  right: 15px;
  z-index: 1;
  background-size: cover;
}
.row.content.module-10 .module-10-txt {
  padding: 50px;
  margin-top: 200px;
  float: left;
  margin-bottom: 200px;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.row.content.module-10 .module-10-txt h1,
.row.content.module-10 .module-10-txt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.row.content.module-10 .module-10-txt h1:after,
.row.content.module-10 .module-10-txt h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-10 .module-10-txt h1:before,
.row.content.module-10 .module-10-txt h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-10 .module-10-txt p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-10 .module-10-txt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-10 {
    text-align: center;
  }
  .row.content.module-10 .background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 50px;
    right: 0;
    z-index: 1;
    background-size: contain;
  }
  .row.content.module-10 .module-10-txt {
    margin: auto;
    padding: 25px;
    margin-top: 100px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-10 .module-10-txt h1,
  .row.content.module-10 .module-10-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .row.content.module-10 .module-10-txt h1:after,
  .row.content.module-10 .module-10-txt h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-10 .module-10-txt h1:before,
  .row.content.module-10 .module-10-txt h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-10 .module-10-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-10 .module-10-txt p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-11 .inner {
  padding-top: 550px;
  padding-bottom: 150px;
}
.row.content.module-11 .background {
  right: 15px;
  bottom: 100px;
}
.row.content.module-11 .module-11-txt {
  float: none;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.row.content.module-11 .module-11-txt h1,
.row.content.module-11 .module-11-txt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.row.content.module-11 .module-11-txt h1:after,
.row.content.module-11 .module-11-txt h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-11 .module-11-txt h1:before,
.row.content.module-11 .module-11-txt h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-11 .module-11-txt p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
}
.row.content.module-11 .module-11-txt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-11 .inner {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .row.content.module-11 .background {
    right: 0;
    bottom: 10px;
  }
  .row.content.module-11 .module-11-txt {
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-top: 160px;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-11 .module-11-txt h1,
  .row.content.module-11 .module-11-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .row.content.module-11 .module-11-txt h1:after,
  .row.content.module-11 .module-11-txt h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-11 .module-11-txt h1:before,
  .row.content.module-11 .module-11-txt h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-11 .module-11-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-11 .module-11-txt p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-12 {
  padding-top: 190;
  padding-bottom: 190;
}
.row.content.module-12 .background {
  left: 15px;
  top: 50px;
  bottom: 50px;
  right: 50%;
}
.row.content.module-12 .module-12-txt {
  padding: 50px;
  margin-top: 150px;
  margin-bottom: 100px;
  float: right;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: left;
}
.row.content.module-12 .module-12-txt h1,
.row.content.module-12 .module-12-txt h2 {
  color: #9b8578;
  font-size: 37px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.row.content.module-12 .module-12-txt p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.row.content.module-12 .module-12-txt p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-12 {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .row.content.module-12 .background {
    left: 0;
    top: 0;
    bottom: 50px;
    right: 0;
  }
  .row.content.module-12 .module-12-txt {
    margin: auto;
    padding: 25px;
    margin-top: 100px;
    float: right;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-12 .module-12-txt h1,
  .row.content.module-12 .module-12-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
  }
  .row.content.module-12 .module-12-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-12 .module-12-txt p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-13 {
  position: relative;
  padding-top: 165;
  padding-bottom: 165;
}
.row.content.module-13:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-13 .background {
  left: 50%;
  top: 50px;
  bottom: 50px;
  right: 10%;
}
.row.content.module-13 .module-13-txt {
  padding: 50px;
  padding-right: 20px;
  margin-top: 130px;
  float: left;
  margin-bottom: 130px;
  position: relative;
  z-index: 2;
  background: #fff;
  text-align: center;
}
.row.content.module-13 .module-13-txt h1,
.row.content.module-13 .module-13-txt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
.row.content.module-13 .module-13-txt h1:after,
.row.content.module-13 .module-13-txt h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-13 .module-13-txt h1:before,
.row.content.module-13 .module-13-txt h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-13 .module-13-txt p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
}
.row.content.module-13 .module-13-txt p:last-of-type {
  margin-bottom: 0;
}
.row.content.module-13.module-13-textcarousel .module-13-txt {
  text-align: left;
}
.row.content.module-13.module-13-textcarousel
  .module-13-txt
  ul.list.list-text-carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.row.content.module-13.module-13-textcarousel
  .module-13-txt
  ul.list.list-text-carousel
  li.item {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.row.content.module-13.module-13-imgcarousel .module-13-txt {
  text-align: left;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel
  > div {
  height: 100%;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel
  > div
  > div {
  height: 100%;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel
  li.item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
  background: #f5f5f5;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel
  li.item
  img {
  width: 100%;
}
.row.content.module-13.module-13-imgcarousel
  .background
  ul.list.list-img-carousel
  li.item
  .label {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 2px;
  top: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 18px;
}
.row.content.module-13.module-13-wholecarousel {
  padding-top: 45px;
  padding-bottom: 45px;
}
.row.content.module-13.module-13-wholecarousel h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
.row.content.module-13.module-13-wholecarousel h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-13.module-13-wholecarousel h2:before {
  content: "";
  width: 31px;
  height: 19px;
  background: transparent url(../img/system/gfx/background/heart1.png) 0 0
    no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -9px;
  display: block;
  z-index: 2;
}
.row.content.module-13.module-13-wholecarousel .list.list-whole-carousel {
  padding-left: 15px;
  padding-right: 15px;
}
.row.content.module-13.module-13-wholecarousel .list.list-whole-carousel .item {
  margin: 0;
  padding: 0;
}
.row.content.module-13.module-13-wholecarousel .background {
  right: 0;
}
.row.content.module-13.module-13-wholecarousel .background img {
  width: 100%;
}
.row.content.module-13.module-13-wholecarousel .module-13-txt {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .row.content.module-13 {
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .row.content.module-13:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-13 .background {
    left: 0;
    top: 0;
    bottom: 50px;
    right: 0;
  }
  .row.content.module-13 .module-13-txt {
    margin: auto;
    padding: 25px;
    margin-top: 130px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 90%;
    float: none;
    text-align: center;
  }
  .row.content.module-13 .module-13-txt h1,
  .row.content.module-13 .module-13-txt h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
  }
  .row.content.module-13 .module-13-txt h1:after,
  .row.content.module-13 .module-13-txt h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-13 .module-13-txt h1:before,
  .row.content.module-13 .module-13-txt h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-13 .module-13-txt p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-13 .module-13-txt p:last-of-type {
    margin-bottom: 0;
  }
  .row.content.module-13.module-13-textcarousel .module-13-txt {
    text-align: left;
  }
  .row.content.module-13.module-13-textcarousel
    .module-13-txt
    ul.list.list-text-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .row.content.module-13.module-13-textcarousel
    .module-13-txt
    ul.list.list-text-carousel
    li.item {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .row.content.module-13.module-13-imgcarousel .module-13-txt {
    text-align: center;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel
    > div {
    height: 100%;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel
    > div
    > div {
    height: 100%;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel
    li.item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    background: #f5f5f5;
    background-size: contain;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel
    li.item
    img {
    width: 100%;
  }
  .row.content.module-13.module-13-imgcarousel
    .background
    ul.list.list-img-carousel
    li.item
    .label {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 2px;
    top: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 18px;
  }
  .row.content.module-13.module-13-imgcarousel.module-13-imgcarousel-2 .inner {
    padding-top: 80px;
  }
  .row.content.module-13.module-13-wholecarousel {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .row.content.module-13.module-13-wholecarousel .inner {
    padding-top: 0;
  }
  .row.content.module-13.module-13-wholecarousel h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
  }
  .row.content.module-13.module-13-wholecarousel h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-13.module-13-wholecarousel h2:before {
    content: "";
    width: 31px;
    height: 19px;
    background: transparent url(../img/system/gfx/background/heart1.png) 0 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -9px;
    display: block;
    z-index: 2;
  }
  .row.content.module-13.module-13-wholecarousel .list.list-whole-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row.content.module-13.module-13-wholecarousel
    .list.list-whole-carousel
    .item {
    margin: 0;
    padding: 0;
  }
  .row.content.module-13.module-13-wholecarousel .background {
    right: 0;
    background-size: cover;
  }
  .row.content.module-13.module-13-wholecarousel .background img {
    width: 100%;
  }
  .row.content.module-13.module-13-wholecarousel .module-13-txt {
    margin-top: 25px;
  }
}
.row.content.module-14 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row.content.module-14:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-14 .col-4 {
  text-align: right;
}
.row.content.module-14 .col-4 h1,
.row.content.module-14 .col-4 h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-14 .col-4 img {
  max-width: 100%;
}
.row.content.module-14 .col-8 .excerpt {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}
.row.content.module-14 .col-8 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.row.content.module-14 .col-8 .excerpt:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-14 .col-8 .txt p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-14 .col-8 .tip {
  padding-left: 175px;
  position: relative;
  min-height: 120px;
  padding-top: 10px;
}
.row.content.module-14 .col-8 .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-14 .col-8 .tip p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-14 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-14:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-14 .col-4 {
    text-align: right;
  }
  .row.content.module-14 .col-4 h1,
  .row.content.module-14 .col-4 h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-14 .col-4 img {
    max-width: 100%;
  }
  .row.content.module-14 .col-4 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-14 .col-8 {
    width: 100%;
  }
  .row.content.module-14 .col-8 .excerpt {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
  }
  .row.content.module-14 .col-8 .excerpt p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-14 .col-8 .excerpt:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-14 .col-8 .txt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-14 .col-8 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 45px;
    border: 1px #c8c1bd solid;
  }
  .row.content.module-14 .col-8 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-14 .col-8 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-14 .col-8 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.row.content.module-15 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row.content.module-15:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-15 h1,
.row.content.module-15 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.row.content.module-15 p {
  font-size: 18px !important;
  line-height: 160%;
  font-weight: 300;
}
.row.content.module-15 .tip {
  text-align: center;
  position: relative;
  min-height: 120px;
  padding-top: 10px;
}
.row.content.module-15 .tip:before {
  content: "";
  display: block;
  margin: auto;
  margin-bottom: 15px;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-15 .tip p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-15 .module-15-gallery {
  min-height: 815px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: 80% auto;
  position: relative;
}
.row.content.module-15 .module-15-gallery img {
  border: 10px #fff solid;
  position: absolute;
}
.row.content.module-15 .module-15-gallery img:nth-of-type(1) {
  width: 395px;
  left: 10%;
  top: 0;
}
.row.content.module-15 .module-15-gallery img:nth-of-type(2) {
  width: 360px;
  right: 5%;
  top: 20%;
  z-index: 9999;
}
.row.content.module-15 .module-15-gallery img:nth-of-type(3) {
  width: 445px;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-15 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-15 .col-6 {
    width: 100%;
  }
  .row.content.module-15:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-15 h1,
  .row.content.module-15 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
  }
  .row.content.module-15 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-15 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 45px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-15 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-15 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-15 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-15 .module-15-gallery {
    min-height: 475px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: 80% auto;
    position: relative;
  }
  .row.content.module-15 .module-15-gallery img {
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
  }
  .row.content.module-15 .module-15-gallery img:nth-of-type(1) {
    width: 50%;
    left: 10%;
    top: 0;
  }
  .row.content.module-15 .module-15-gallery img:nth-of-type(2) {
    width: 50%;
    right: 5%;
    top: 20%;
    z-index: 9999;
  }
  .row.content.module-15 .module-15-gallery img:nth-of-type(3) {
    width: 50%;
    left: 0;
    bottom: auto;
    top: 30%;
  }
}
.row.content.module-16 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row.content.module-16:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-16 h1,
.row.content.module-16 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.row.content.module-16 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.row.content.module-16 .tip {
  text-align: left;
  padding-left: 158px;
  position: relative;
  min-height: 120px;
  padding-top: 50px;
  margin-top: 50px;
}
.row.content.module-16 .tip:before {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-16 .tip:after {
  content: "";
  display: block;
  margin: auto;
  margin-bottom: 15px;
  position: absolute;
  left: 10px;
  top: 30px;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-16 .tip p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-16 .module-15-gallery {
  min-height: 815px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: 80% auto;
  position: relative;
}
.row.content.module-16 .module-15-gallery img {
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  position: absolute;
}
.row.content.module-16 .module-15-gallery img:nth-of-type(1) {
  width: 395px;
  left: 10%;
  top: 0;
}
.row.content.module-16 .module-15-gallery img:nth-of-type(2) {
  width: 360px;
  right: 5%;
  top: 20%;
  z-index: 9999;
}
.row.content.module-16 .module-15-gallery img:nth-of-type(3) {
  width: 445px;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-16 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .row.content.module-16 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-16 .inner > div:first-of-type {
    display: none;
  }
  .row.content.module-16:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-16 h1,
  .row.content.module-16 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
  }
  .row.content.module-16 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-16 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 45px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-16 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-16 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-16 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-16 .module-15-gallery {
    min-height: 475px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: 80% auto;
    position: relative;
  }
  .row.content.module-16 .module-15-gallery img {
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    position: absolute;
  }
  .row.content.module-16 .module-15-gallery img:nth-of-type(1) {
    width: 395px;
    left: 10%;
    top: 0;
  }
  .row.content.module-16 .module-15-gallery img:nth-of-type(2) {
    width: 360px;
    right: 5%;
    top: 20%;
    z-index: 9999;
  }
  .row.content.module-16 .module-15-gallery img:nth-of-type(3) {
    width: 445px;
    left: 0;
    bottom: 0;
  }
}
.row.content.module-17 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 25px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: 50% auto;
}
.row.content.module-17:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-17 .col-6 {
  margin-bottom: 25px;
}
.row.content.module-17 h1,
.row.content.module-17 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}
.row.content.module-17 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-17 img {
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
  border: 4px solid white !important;
  width: 100%;
}
.row.content.module-17 .tip {
  padding-left: 175px;
  position: relative;
  min-height: 120px;
  padding-top: 10px;
}
.row.content.module-17 .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-17 .tip p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-17 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: contain;
  }
  .row.content.module-17:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-17 .col-6 {
    margin-bottom: 25px;
  }
  .row.content.module-17 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-17 h1,
  .row.content.module-17 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
  }
  .row.content.module-17 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-17 img {
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
  }
  .row.content.module-17 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 45px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-17 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-17 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-17 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.row.content.module-18 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.row.content.module-18:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-18 h1,
.row.content.module-18 h2 {
  color: #9b8578;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.row.content.module-18 p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .row.content.module-18 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .row.content.module-18 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-18:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-18 h1,
  .row.content.module-18 h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .row.content.module-18 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.row.content.module-19 h1,
.row.content.module-19 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  text-align: left;
}
.row.content.module-19 h1:before,
.row.content.module-19 h2:before {
  content: "";
  display: block;
  width: 185px;
  height: 185px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: contain;
  position: absolute;
  left: -25px;
  top: -50px;
}
@media (max-width: 768px) {
  .row.content.module-19 {
    text-align: center;
  }
  .row.content.module-19 h1,
  .row.content.module-19 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: auto;
    margin-bottom: 35px;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
  }
  .row.content.module-19 h1:before,
  .row.content.module-19 h2:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -20px;
  }
}
.row.content.module-20 h1,
.row.content.module-20 h2 {
  text-align: left;
}
.row.content.module-20 .excerpt {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
.row.content.module-20 .excerpt:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 1;
}
.row.content.module-20 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-20 h1,
  .row.content.module-20 h2 {
    text-align: center;
  }
  .row.content.module-20 .excerpt {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .row.content.module-20 .excerpt:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-20 .excerpt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
}
.row.content.module-21 h1,
.row.content.module-21 h2 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.row.content.module-21 h1:before,
.row.content.module-21 h2:before {
  content: "";
  display: block;
  width: 185px;
  height: 185px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50% !important;
  top: 45% !important;
  transform: translate(-50%, -50%);
}
.row.content.module-23 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.row.content.module-23 .inner {
  position: relative;
}
.row.content.module-23 .inner:before {
  content: "";
  display: block;
  width: 415px;
  height: 415px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -50px;
}
.row.content.module-23:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-23 h1,
.row.content.module-23 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}
.row.content.module-23 p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  padding-right: 48px;
}
@media (max-width: 768px) {
  .row.content.module-23 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-23 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-23 .inner {
    position: relative;
  }
  .row.content.module-23 .inner:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 0;
  }
  .row.content.module-23:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-23 h1,
  .row.content.module-23 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-23 .btn {
    margin-bottom: 25px;
  }
  .row.content.module-23 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.row.content.module-24 {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.row.content.module-24:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-24 h1,
.row.content.module-24 h2 {
  color: #9b8578;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.row.content.module-24 h1:after,
.row.content.module-24 h2:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-24 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-24 img {
  width: 90%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .row.content.module-24 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row.content.module-24 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-24:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-24 h1,
  .row.content.module-24 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
  }
  .row.content.module-24 h1:after,
  .row.content.module-24 h2:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-24 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-24 div {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-24 img {
    width: 90%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  }
}
.row.content.module-25 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.content.module-25:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-25 h1,
.row.content.module-25 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.row.content.module-25 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-25 img {
  width: 90%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
.row.content.module-25 .excerpt {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
}
.row.content.module-25 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.row.content.module-25 .excerpt:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-25 .excerpt:before {
  content: "";
  width: 34px;
  height: 19px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -9px;
  z-index: 9;
  background: transparent url(../img/system/gfx/elements/element01.png) 0 0
    no-repeat;
}
@media (max-width: 768px) {
  .row.content.module-25 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-25 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-25:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-25 h1,
  .row.content.module-25 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .row.content.module-25 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-25 img {
    width: 90%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-top: 15px;
  }
  .row.content.module-25 .excerpt {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
  }
  .row.content.module-25 .excerpt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-25 .excerpt:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-25 .excerpt:before {
    content: "";
    width: 34px;
    height: 19px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -9px;
    z-index: 9;
    background: transparent url(../img/system/gfx/elements/element01.png) 0 0
      no-repeat;
  }
}
.row.content.module-26 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.content.module-26:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-26 h1,
.row.content.module-26 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.row.content.module-26 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-26 img {
  width: 90%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .row.content.module-26 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-26 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-26:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-26 h1,
  .row.content.module-26 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .row.content.module-26 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-26 img {
    width: 90%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }
}
.row.content.module-27 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.content.module-27:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-27 h1,
.row.content.module-27 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.row.content.module-27 p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-27 img {
  width: 90%;
  border: 10px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
}
.row.content.module-27 .excerpt {
  position: relative;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.row.content.module-27 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.row.content.module-27 .tip {
  padding-left: 175px;
  position: relative;
  min-height: 120px;
  padding-top: 50px;
  margin-top: 40px;
}
.row.content.module-27 .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 40px;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-27 .tip:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-27 .tip p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-27 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-27 .col-6 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-27:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-27 h1,
  .row.content.module-27 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .row.content.module-27 p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-27 img {
    width: 90%;
    border: 10px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }
  .row.content.module-27 .excerpt {
    position: relative;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .row.content.module-27 .excerpt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-27 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 55px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-27 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-27 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-27 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
}
.row.content.module-29 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.content.module-29:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-29 .img {
  position: relative;
}
.row.content.module-29 .img img {
  width: 100%;
}
.row.content.module-29 h1,
.row.content.module-29 h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding-top: 50px;
  padding-right: 25px;
  width: 58.333333333333336%;
}
.row.content.module-29 .excerpt {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.row.content.module-29 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.row.content.module-29 .excerpt:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-29 .excerpt:before {
  content: "";
  width: 34px;
  height: 19px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -9px;
  z-index: 9;
  background: transparent url(../img/system/gfx/elements/element01.png) 0 0
    no-repeat;
}
.row.content.module-29 .tip {
  padding-left: 75px;
  position: relative;
  min-height: 120px;
  padding-top: 150px;
}
.row.content.module-29 .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 65px;
  top: 0;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
}
.row.content.module-29 .tip:after {
  content: "";
  width: 4px;
  height: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    repeat-y;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-29 .tip p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-29 .inner .col-7 {
  padding-right: 50px;
}
.row.content.module-29 .inner .col-7 p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-29 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-29:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-29 .col-5,
  .row.content.module-29 .col-7 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-29 .img {
    position: relative;
  }
  .row.content.module-29 .img img {
    width: 100%;
  }
  .row.content.module-29 h1,
  .row.content.module-29 h2 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding-top: 50px;
    padding-right: 25px;
    width: 58.333333333333336%;
  }
  .row.content.module-29 .excerpt {
    padding-top: 25px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .row.content.module-29 .excerpt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-29 .excerpt:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-29 .excerpt:before {
    content: "";
    width: 34px;
    height: 19px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -9px;
    z-index: 9;
    background: transparent url(../img/system/gfx/elements/element01.png) 0 0
      no-repeat;
  }
  .row.content.module-29 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 55px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-29 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-29 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-29 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-29 .inner .col-7 {
    padding-right: 0;
  }
  .row.content.module-29 .inner .col-7 p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
}
.row.content.module-30 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.row.content.module-30:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-30 .img {
  position: relative;
}
.row.content.module-30 .img img {
  width: 100%;
}
.row.content.module-30 .img .col-7 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding-right: 25px;
  padding-left: 0;
}
.row.content.module-30 .excerpt {
  position: relative;
  padding-bottom: 50px;
}
.row.content.module-30 .excerpt h1,
.row.content.module-30 .excerpt h2 {
  color: #9b8578;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
}
.row.content.module-30 .excerpt p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}
.row.content.module-30 .excerpt:after {
  content: "";
  height: 4px;
  width: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.row.content.module-30 .excerpt:before {
  content: "";
  width: 34px;
  height: 19px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -9px;
  z-index: 9;
  background: transparent url(../img/system/gfx/elements/element01.png) 0 0
    no-repeat;
}
.row.content.module-30 .tip {
  padding-left: 0;
  position: relative;
  min-height: 120px;
  padding-top: 150px;
}
.row.content.module-30 .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
    no-repeat;
  background-size: contain;
  margin-top: 12px;
}
.row.content.module-30 .tip p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-30 .inner .col-5 {
  padding-left: 50px;
  position: relative;
}
.row.content.module-30 .inner .col-5:after {
  content: "";
  width: 4px;
  height: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    repeat-y;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 50px;
  z-index: 1;
}
.row.content.module-30 .inner .col-5,
.row.content.module-30 .inner .col-7 {
  padding-right: 50px;
  padding-top: 50px;
}
.row.content.module-30 .inner .col-5 p,
.row.content.module-30 .inner .col-7 p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .row.content.module-30 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .row.content.module-30:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-30 .col-5,
  .row.content.module-30 .col-7 {
    width: 100%;
    text-align: center;
  }
  .row.content.module-30 .img {
    position: relative;
  }
  .row.content.module-30 .img img {
    width: 100%;
  }
  .row.content.module-30 .img .col-7 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
  }
  .row.content.module-30 .excerpt {
    position: relative;
    padding-bottom: 25px;
  }
  .row.content.module-30 .excerpt h1,
  .row.content.module-30 .excerpt h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-top: 0;
  }
  .row.content.module-30 .excerpt p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-30 .excerpt:after {
    content: "";
    height: 4px;
    width: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .row.content.module-30 .excerpt:before {
    content: "";
    width: 34px;
    height: 19px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: -9px;
    z-index: 9;
    background: transparent url(../img/system/gfx/elements/element01.png) 0 0
      no-repeat;
  }
  .row.content.module-30 .tip {
    padding-left: 0;
    padding: 15px;
    position: relative;
    min-height: 120px;
    padding-top: 10px;
    text-align: center;
    padding-top: 35px;
    margin-top: 55px;
    border: 1px #c8c1bd solid;
    margin-bottom: 20px;
  }
  .row.content.module-30 .tip:before {
    content: "";
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 130px;
    height: 130px;
    background: transparent url(../img/system/gfx/elements/icon_tip.png) 0 0
      no-repeat;
    background-size: contain;
  }
  .row.content.module-30 .tip:after {
    display: block;
    content: "";
    width: 90px;
    height: 55px;
    background: #fff url(../img/system/gfx/elements/port_frame2.png) center 0
      no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: -28px;
  }
  .row.content.module-30 .tip p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-30 .inner .col-5 {
    padding-left: 0;
    position: relative;
  }
  .row.content.module-30 .inner .col-5:after {
    content: "";
    width: 4px;
    height: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots2.png) 0 0
      repeat-y;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 50px;
    z-index: 1;
  }
  .row.content.module-30 .inner .col-5,
  .row.content.module-30 .inner .col-7 {
    padding-right: 0;
    padding-top: 25px;
    position: static;
  }
  .row.content.module-30 .inner .col-5 p,
  .row.content.module-30 .inner .col-7 p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
}
.row.content.module-31 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-31:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-31 .inner {
  margin: 0 -7.5px;
}
.row.content.module-31 .inner > div {
  padding: 0 7.5px;
}
.row.content.module-31 .inner > div:nth-of-type(1) article {
  background: #f0fbf7;
}
.row.content.module-31 .inner > div:nth-of-type(2) article {
  background: #f7f6f4;
}
.row.content.module-31 .inner > div:nth-of-type(3) article {
  background: #f1ffff;
}
.row.content.module-31 .article {
  padding: 55px 40px;
  background: #ababad;
  text-align: center;
}
.row.content.module-31 .article h1,
.row.content.module-31 .article h2 {
  color: #746258;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 55px;
  padding-top: 0;
  position: relative;
}
.row.content.module-31 .article h1:after,
.row.content.module-31 .article h2:after {
  content: "";
  background: transparent url(../img/system/gfx/elements/icon_decor_01.svg) 0 0
    no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 20px;
  height: 25px;
  left: 50%;
  bottom: -45px;
  margin-left: -10px;
}
.row.content.module-31 .article p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-31 .article p:last-of-type {
  margin-bottom: 50px;
}
.row.content.module-31 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-31 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-31:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-31 .col-4 {
    width: 100%;
  }
  .row.content.module-31 .inner {
    margin: 0 -7.5px;
  }
  .row.content.module-31 .inner > div {
    padding: 0 7.5px;
  }
  .row.content.module-31 .inner > div:nth-of-type(1) article {
    background: #f0fbf7;
  }
  .row.content.module-31 .inner > div:nth-of-type(2) article {
    background: #f7f6f4;
  }
  .row.content.module-31 .inner > div:nth-of-type(3) article {
    background: #f1ffff;
  }
  .row.content.module-31 .article {
    padding: 25px;
    background: #ababad;
    text-align: center;
    margin-bottom: 15px;
  }
  .row.content.module-31 .article h1,
  .row.content.module-31 .article h2 {
    color: #746258;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 40px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-31 .article h1:after,
  .row.content.module-31 .article h2:after {
    content: "";
    background: transparent url(../img/system/gfx/elements/icon_decor_01.svg) 0
      0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 20px;
    height: 25px;
    left: 50%;
    bottom: -35px;
    margin-left: -10px;
  }
  .row.content.module-31 .article p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-31 .article p:last-of-type {
    margin-bottom: 30px;
  }
  .row.content.module-31 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-32 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-32:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-32 .inner {
  margin: 0 -7.5px;
}
.row.content.module-32 .inner > div {
  padding: 0 7.5px;
}
.row.content.module-32 .article {
  padding: 55px 40px;
  background: #fbfbfb;
  text-align: left;
}
.row.content.module-32 .article h1,
.row.content.module-32 .article h2 {
  color: #9e867a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 55px;
  padding-top: 0;
  position: relative;
}
.row.content.module-32 .article p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-32 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-32 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-32 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-32:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-32 .col-4 {
    width: 100%;
  }
  .row.content.module-32 .inner {
    margin: 0 -7.5px;
  }
  .row.content.module-32 .inner > div {
    padding: 0 7.5px;
  }
  .row.content.module-32 .article {
    padding: 25px;
    background: #fbfbfb;
    text-align: center;
    margin-bottom: 15px;
  }
  .row.content.module-32 .article h1,
  .row.content.module-32 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-32 .article p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-32 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-32 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-33 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-33:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-33 .inner {
  margin: 0 -7.5px;
}
.row.content.module-33 .inner > div {
  padding: 0 7.5px;
}
.row.content.module-33 .article {
  padding: 55px 40px;
  padding-top: 0;
  background: #eefaf8;
  text-align: center;
}
.row.content.module-33 .article .background {
  width: auto;
  height: 200px;
  background-size: cover;
  margin-left: -40px;
  margin-right: -40px;
}
.row.content.module-33 .article h1,
.row.content.module-33 .article h2 {
  color: #776154;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 55px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  background: #eefaf8;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  margin-top: -50px;
}
.row.content.module-33 .article p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 7px;
  color: #333;
}
.row.content.module-33 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-33 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-33 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-33:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-33 .col-4 {
    width: 100%;
  }
  .row.content.module-33 .inner {
    margin: 0 -7.5px;
  }
  .row.content.module-33 .inner > div {
    padding: 0 7.5px;
  }
  .row.content.module-33 .article {
    padding: 25px;
    padding-top: 0;
    background: #eefaf8;
    text-align: center;
    margin-bottom: 15px;
  }
  .row.content.module-33 .article .background {
    width: auto;
    height: 200px;
    background-size: cover;
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.content.module-33 .article h1,
  .row.content.module-33 .article h2 {
    color: #776154;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
    background: #eefaf8;
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 20px;
    margin-top: -50px;
  }
  .row.content.module-33 .article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
    margin-bottom: 7px;
    color: #333;
  }
  .row.content.module-33 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-33 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-34 {
  position: relative;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-34:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-34 .inner {
  padding: 50px 0;
  background: #eefaf8;
  margin: 0 -1px;
  position: relative;
}
.row.content.module-34 .inner > span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #d1e4de;
}
.row.content.module-34 .inner > span.top {
  top: 50px;
}
.row.content.module-34 .inner > span.bottom {
  bottom: 50px;
}
.row.content.module-34 .inner > div {
  padding: 0 1px;
}
.row.content.module-34 .inner > div:last-of-type .article {
  border-right: 0;
}
.row.content.module-34 .article {
  padding: 55px 40px;
  background: #eefaf8;
  text-align: center;
  border-right: 1px #d1e4de solid;
}
.row.content.module-34 .article h1,
.row.content.module-34 .article h2 {
  color: #9e867a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 55px;
  padding-top: 0;
  position: relative;
}
.row.content.module-34 .article p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-34 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-34 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-34 {
    position: relative;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-34:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-34 .col-4 {
    width: 100%;
  }
  .row.content.module-34 .inner {
    padding: 0;
    background: #eefaf8;
    margin: 0 -1px;
    position: relative;
  }
  .row.content.module-34 .inner > span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #d1e4de;
  }
  .row.content.module-34 .inner > span.top {
    top: 50px;
  }
  .row.content.module-34 .inner > span.bottom {
    bottom: 50px;
  }
  .row.content.module-34 .inner > div {
    padding: 0 1px;
  }
  .row.content.module-34 .inner > div:last-of-type .article {
    border-right: 0;
  }
  .row.content.module-34 .article {
    padding: 25px;
    background: #eefaf8;
    text-align: center;
    border-right: 0;
    margin-bottom: 15px;
    border-bottom: 1px #d1e4de solid;
  }
  .row.content.module-34 .article h1,
  .row.content.module-34 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-34 .article p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-34 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-34 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-35 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-35:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-35 .inner {
  margin: 0 -7.5px;
}
.row.content.module-35 .inner > div {
  padding: 0 7.5px;
  position: relative;
}
.row.content.module-35 .inner > div:after {
  content: "";
  width: 4px;
  height: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    repeat-y;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-35 .inner > div:first-of-type:after {
  display: none;
}
.row.content.module-35 .article {
  padding: 0 24px;
  text-align: center;
  padding-bottom: 0;
}
.row.content.module-35 .article .background {
  width: 226px;
  height: 220px;
  margin: auto;
  background-size: cover;
  margin-bottom: 35px;
  position: relative;
}
.row.content.module-35 .article .background:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent url(../img/system/gfx/elements/pattern01.png) 0 0
    no-repeat;
  background-size: cover;
}
.row.content.module-35 .article h1,
.row.content.module-35 .article h2 {
  color: #9e867a;
  font-size: 36px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-top: 0;
  position: relative;
}
.row.content.module-35 .article p {
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-35 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-35 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-35 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .row.content.module-35:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-35 .col-4 {
    width: 100%;
  }
  .row.content.module-35 .inner {
    margin: 0 -7.5px;
  }
  .row.content.module-35 .inner > div {
    padding: 0 7.5px;
    position: relative;
  }
  .row.content.module-35 .inner > div:after {
    content: "";
    width: 4px;
    height: auto;
    display: block;
    background: transparent url(../img/system/gfx/background/dots2.png) 0 0
      repeat-y;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  .row.content.module-35 .inner > div:first-of-type:after {
    display: none;
  }
  .row.content.module-35 .article {
    padding: 0 25px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .row.content.module-35 .article .background {
    width: 226px;
    height: 220px;
    margin: auto;
    background-size: cover;
    margin-bottom: 35px;
    position: relative;
  }
  .row.content.module-35 .article .background:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../img/system/gfx/elements/pattern01.png) 0 0
      no-repeat;
    background-size: cover;
  }
  .row.content.module-35 .article h1,
  .row.content.module-35 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-35 .article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-35 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-35 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-36 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-36:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-36 .inner {
  margin: 0 -7.5px;
}
.row.content.module-36 .inner > div {
  padding: 0 7.5px;
  position: relative;
}
.row.content.module-36 .inner > div:after {
  content: "";
  width: 4px;
  height: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    repeat-y;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-36 .inner > div:first-of-type:after {
  display: none;
}
.row.content.module-36 .article {
  padding: 0 40px;
  text-align: center;
  padding-bottom: 0;
}
.row.content.module-36 .article h1,
.row.content.module-36 .article h2 {
  color: #9e867a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-top: 0;
  position: relative;
}
.row.content.module-36 .article p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-36 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-36 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-36 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .row.content.module-36:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-36 .col-4 {
    width: 100%;
  }
  .row.content.module-36 .inner {
    margin: 0 -7.5px;
  }
  .row.content.module-36 .inner > div {
    padding: 0 7.5px;
    position: relative;
  }
  .row.content.module-36 .inner > div:after {
    content: "";
    width: 4px;
    height: auto;
    display: none;
    background: transparent url(../img/system/gfx/background/dots2.png) 0 0
      repeat-y;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  .row.content.module-36 .inner > div:first-of-type:after {
    display: none;
  }
  .row.content.module-36 .article {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 0;
  }
  .row.content.module-36 .article h1,
  .row.content.module-36 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-36 .article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-36 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-36 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-37 {
  position: relative;
  padding: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-37:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-37 .inner {
  padding: 50px 0;
  background: #eefaf8;
  margin: 0 -1px;
  position: relative;
}
.row.content.module-37 .inner > span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #d1e4de;
}
.row.content.module-37 .inner > span.top {
  top: 50px;
}
.row.content.module-37 .inner > span.bottom {
  bottom: 50px;
}
.row.content.module-37 .inner > div {
  padding: 0 1px;
  position: relative;
}
.row.content.module-37 .inner > div:after {
  content: "";
  width: 4px;
  height: auto;
  display: block;
  background: transparent url(../img/system/gfx/background/dots2.png) 0 0
    repeat-y;
  position: absolute;
  left: -10px;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.row.content.module-37 .inner > div:first-of-type:after {
  display: none;
}
.row.content.module-37 .article {
  padding: 0 40px;
  background: #eefaf8;
  text-align: center;
}
.row.content.module-37 .article h1,
.row.content.module-37 .article h2 {
  color: #9e867a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-top: 0;
  position: relative;
}
.row.content.module-37 .article p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-37 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-37 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-37 {
    position: relative;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .row.content.module-37:after {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-37 .col-4 {
    width: 100%;
  }
  .row.content.module-37 .inner {
    padding: 50px 0;
    padding-bottom: 10px;
    background: #eefaf8;
    margin: 0 -1px;
    position: relative;
  }
  .row.content.module-37 .inner > span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #d1e4de;
  }
  .row.content.module-37 .inner > span.top {
    top: 50px;
  }
  .row.content.module-37 .inner > span.bottom {
    bottom: 50px;
  }
  .row.content.module-37 .inner > div {
    padding: 0 1px;
    position: relative;
  }
  .row.content.module-37 .inner > div:after {
    content: "";
    width: 4px;
    height: auto;
    display: none;
    background: transparent url(../img/system/gfx/background/dots2.png) 0 0
      repeat-y;
    position: absolute;
    left: -10px;
    bottom: 0;
    top: 0;
    z-index: 1;
  }
  .row.content.module-37 .inner > div:first-of-type:after {
    display: none;
  }
  .row.content.module-37 .article {
    padding: 0 20px;
    margin-bottom: 45px;
    background: #eefaf8;
    text-align: center;
  }
  .row.content.module-37 .article h1,
  .row.content.module-37 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-37 .article p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-37 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-37 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-38 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-38:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-38 .inner {
  margin: 0 -15px;
}
.row.content.module-38 .inner > div {
  padding: 0 15px;
  position: relative;
}
.row.content.module-38 .article {
  padding: 45px 30px;
  text-align: center;
  border: 1px #d8d8d8 solid;
}
.row.content.module-38 .article h1,
.row.content.module-38 .article h2 {
  color: #9e867a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 35px;
  padding-top: 0;
  position: relative;
}
.row.content.module-38 .article p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 7px;
}
.row.content.module-38 .article p:last-of-type {
  margin-bottom: 55px;
}
.row.content.module-38 .article .btn.btn-primary {
  min-width: 135px;
}
@media (max-width: 768px) {
  .row.content.module-38 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-38:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-38 .col-4 {
    width: 100%;
  }
  .row.content.module-38 .inner {
    margin: 0 -15px;
  }
  .row.content.module-38 .inner > div {
    padding: 0 15px;
    position: relative;
  }
  .row.content.module-38 .article {
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    border: 1px #d8d8d8 solid;
  }
  .row.content.module-38 .article h1,
  .row.content.module-38 .article h2 {
    color: #9e867a;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 25px;
    padding-top: 0;
    position: relative;
  }
  .row.content.module-38 .article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 7px;
  }
  .row.content.module-38 .article p:last-of-type {
    margin-bottom: 25px;
  }
  .row.content.module-38 .article .btn.btn-primary {
    min-width: 135px;
  }
}
.row.content.module-39 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-39:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-39 h1,
.row.content.module-39 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.row.content.module-39 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 50px;
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
}
.row.content.module-39 .item-holder {
  margin-bottom: 50px;
}
.row.content.module-39 .item-holder .item {
  border: 8px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.row.content.module-39 .item-holder .item img {
  width: 100%;
}
.row.content.module-39 .item-holder .item > span {
  position: absolute;
  background: #fff;
  padding: 14px 22px;
  color: #6f6c63;
  letter-spacing: -0px;
  font-size: 22px;
  line-height: 20px;
  right: 0;
  bottom: 15px;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .row.content.module-39 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-39 .col-6 {
    width: 100%;
    margin: 0;
  }
  .row.content.module-39:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-39 h1,
  .row.content.module-39 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
  }
  .row.content.module-39 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 25px;
  }
  .row.content.module-39 .item-holder {
    margin-bottom: 25px;
    width: 50%;
  }
  .row.content.module-39 .item-holder .item {
    border: 8px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .row.content.module-39 .item-holder .item img {
    width: 100%;
  }
  .row.content.module-39 .item-holder .item > span {
    position: absolute;
    background: #fff;
    padding: 12px 15px;
    color: #6f6c63;
    letter-spacing: -1px;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
  }
}
.row.content.module-40 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-40:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-40 h1,
.row.content.module-40 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-40 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 0;
}
.row.content.module-40 .item-holder {
  margin-bottom: 50px;
}
.row.content.module-40 .item-holder .item {
  border: 8px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.row.content.module-40 .item-holder .item img {
  width: 100%;
}
.row.content.module-40 .item-holder .item > span {
  position: absolute;
  background: #fff;
  padding: 12px 15px;
  color: #6f6c63;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 20px;
  right: 0;
  bottom: 15px;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .row.content.module-40 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-40 .col-5,
  .row.content.module-40 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-40:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-40 h1,
  .row.content.module-40 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-40 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 0;
  }
  .row.content.module-40 .item-holder {
    margin-bottom: 25px;
    width: 50%;
  }
  .row.content.module-40 .item-holder .item {
    border: 8px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .row.content.module-40 .item-holder .item img {
    width: 100%;
  }
  .row.content.module-40 .item-holder .item > span {
    position: absolute;
    background: #fff;
    padding: 12px 15px;
    color: #6f6c63;
    letter-spacing: -1px;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
  }
}
.row.content.module-41 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-41:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-41 h1,
.row.content.module-41 h2 {
  color: #9b8578;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-41 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 0;
}
.row.content.module-41 .item-holder {
  margin-bottom: 50px;
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.row.content.module-41 .item-holder.item-holder-2 {
  left: 40%;
  top: 95px;
  z-index: 2;
}
.row.content.module-41 .item-holder .item {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.row.content.module-41 .item-holder .item img {
  width: 100%;
}
.row.content.module-41 .item-holder .item > span {
  position: absolute;
  background: #fff;
  padding: 12px 15px;
  color: #6f6c63;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 20px;
  right: 0;
  bottom: 15px;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
}
.row.content.module-41 .inner > .col-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .row.content.module-41 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-41 .col-5,
  .row.content.module-41 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-41:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-41 h1,
  .row.content.module-41 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-41 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 0;
  }
  .row.content.module-41 .item-holder {
    margin-bottom: 25px;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    position: static;
  }
  .row.content.module-41 .item-holder.item-holder-2 {
    left: auto;
    top: auto;
    position: static;
    z-index: 2;
  }
  .row.content.module-41 .item-holder .item {
    border: 8px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .row.content.module-41 .item-holder .item img {
    width: 100%;
  }
  .row.content.module-41 .item-holder .item > span {
    position: absolute;
    background: #fff;
    padding: 12px 15px;
    color: #6f6c63;
    letter-spacing: -1px;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
  }
  .row.content.module-41 .inner > .col-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.row.content.module-42 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-42:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-42 .inner {
  background: #f2f1f6;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}
.row.content.module-42 h1,
.row.content.module-42 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  padding-top: 128px;
}
.row.content.module-42 h1:after,
.row.content.module-42 h2:after {
  content: "";
  width: 83px;
  height: 93px;
  display: block;
  background: transparent url(../img/system/gfx/elements/element02.png) center
    center no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -41px;
}
.row.content.module-42 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .row.content.module-42 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-42 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-42:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-42 .inner {
    background: #f2f1f6;
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .row.content.module-42 h1,
  .row.content.module-42 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    padding-top: 98px;
  }
  .row.content.module-42 h1:after,
  .row.content.module-42 h2:after {
    content: "";
    width: 60px;
    height: 63px;
    display: block;
    background: transparent url(../img/system/gfx/elements/element02.png) center
      center no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30px;
    background-size: contain;
  }
  .row.content.module-42 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 30px;
  }
}
.row.content.module-43 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 170px;
}
.row.content.module-43:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-43 .inner {
  background: #f5f6f1;
  margin-left: 0;
  margin-right: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}
.row.content.module-43 h1,
.row.content.module-43 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-43 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 15px;
}
.row.content.module-43 .item-holder {
  margin-bottom: 50px;
  width: 60%;
  position: absolute;
  left: 30%;
  top: -50px;
  z-index: 5;
  transform: rotate(15deg);
}
.row.content.module-43 .item-holder.item-holder-2 {
  left: 10%;
  top: 15px;
  width: 40%;
  transform: rotate(-10deg);
}
.row.content.module-43 .item-holder .item {
  border: 8px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.row.content.module-43 .item-holder .item img {
  width: 100%;
}
.row.content.module-43 .item-holder .item > span {
  position: absolute;
  background: #fff;
  padding: 12px 15px;
  color: #6f6c63;
  letter-spacing: -1px;
  font-size: 16px;
  line-height: 20px;
  right: 0;
  bottom: 15px;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .row.content.module-43 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .row.content.module-43:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-43 .col-5,
  .row.content.module-43 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-43 .col-6 {
    padding-top: 20%;
    padding-bottom: 30%;
  }
  .row.content.module-43 .inner {
    background: #f5f6f1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .row.content.module-43 h1,
  .row.content.module-43 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-43 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 15px;
  }
  .row.content.module-43 .item-holder {
    margin-bottom: 50px;
    width: 60%;
    position: absolute;
    left: 30%;
    top: -50px;
    z-index: 5;
    transform: rotate(15deg);
  }
  .row.content.module-43 .item-holder.item-holder-2 {
    left: 10%;
    top: 15px;
    width: 40%;
    transform: rotate(-10deg);
  }
  .row.content.module-43 .item-holder .item {
    border: 8px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .row.content.module-43 .item-holder .item img {
    width: 100%;
  }
  .row.content.module-43 .item-holder .item > span {
    position: absolute;
    background: #fff;
    padding: 12px 15px;
    color: #6f6c63;
    letter-spacing: -1px;
    font-size: 16px;
    line-height: 20px;
    right: 0;
    bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
  }
}
.row.content.module-45 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 70px;
}
.row.content.module-45:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-45 h1,
.row.content.module-45 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-45 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 0;
}
.row.content.module-45 .item-holder {
  margin-bottom: 50px;
  transform: rotate(-15deg);
  position: relative;
  z-index: 5;
  left: 30px;
}
.row.content.module-45 .item-holder.item-holder-2 {
  transform: rotate(15deg);
  left: -30px;
  z-index: 2;
}
.row.content.module-45 .item-holder .item {
  border: 8px #fff solid;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.row.content.module-45 .item-holder .item img {
  width: 100%;
}
.row.content.module-45 .item-holder .item > span {
  position: absolute;
  background: #fff;
  padding: 12px 15px;
  color: #6f6c63;
  letter-spacing: -1px;
  font-size: 13px;
  line-height: 17px;
  right: 0;
  bottom: 15px;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .row.content.module-45 {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .row.content.module-45:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-45 .col-4,
  .row.content.module-45 .col-5,
  .row.content.module-45 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-45 h1,
  .row.content.module-45 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-45 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 0;
  }
  .row.content.module-45 .item-holder {
    margin-bottom: 50px;
    transform: rotate(-15deg);
    position: relative;
    z-index: 5;
    left: 30px;
    width: 50%;
  }
  .row.content.module-45 .item-holder.item-holder-2 {
    transform: rotate(15deg);
    left: -30px;
    z-index: 2;
  }
  .row.content.module-45 .item-holder .item {
    border: 8px #fff solid;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.05);
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
  }
  .row.content.module-45 .item-holder .item img {
    width: 100%;
  }
  .row.content.module-45 .item-holder .item > span {
    position: absolute;
    background: #fff;
    padding: 12px 15px;
    color: #6f6c63;
    letter-spacing: -1px;
    font-size: 13px;
    line-height: 17px;
    right: 0;
    bottom: 15px;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-transform: uppercase;
  }
}
.row.content.module-46 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.row.content.module-46:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-46 .link {
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 16px;
  line-height: 16px;
}
.row.content.module-46 .link a {
  color: #968277;
  font-style: italic;
}
.row.content.module-46 .link a:hover {
  text-decoration: none;
}
.row.content.module-46 h1,
.row.content.module-46 h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.row.content.module-46 h1:before,
.row.content.module-46 h2:before {
  content: "";
  display: block;
  width: 185px;
  height: 185px;
  background: transparent url(../img/system/gfx/elements/flek_blue.png) center
    center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -90px;
}
.row.content.module-46 p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  color: #9b8578;
  margin-bottom: 50px;
}
.row.content.module-46 .article .img {
  height: 260px;
  background-size: cover;
  margin-bottom: 30px;
}
.row.content.module-46 .article p.date {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 30px;
}
.row.content.module-46 .article h3 {
  color: #9b8578;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 30px;
  min-height: 70px;
}
.row.content.module-46 .article p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.row.content.module-46 .article p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .row.content.module-46 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .row.content.module-46:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-46 .link {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .row.content.module-46 .link a {
    color: #968277;
    font-style: italic;
  }
  .row.content.module-46 .link a:hover {
    text-decoration: none;
  }
  .row.content.module-46 h1,
  .row.content.module-46 h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  .row.content.module-46 h1:before,
  .row.content.module-46 h2:before {
    content: "";
    display: block;
    width: 185px;
    height: 185px;
    background: transparent url(../img/system/gfx/elements/flek_blue.png) center
      center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -90px;
  }
  .row.content.module-46 .col-4,
  .row.content.module-46 .col-5,
  .row.content.module-46 .col-6 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .row.content.module-46 p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #9b8578;
    margin-bottom: 50px;
  }
  .row.content.module-46 .article {
    margin-bottom: 25px;
  }
  .row.content.module-46 .article .img {
    height: 260px;
    background-size: cover;
    margin-bottom: 30px;
  }
  .row.content.module-46 .article p.date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px;
  }
  .row.content.module-46 .article h3 {
    color: #9b8578;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 20px;
    min-height: 0;
  }
  .row.content.module-46 .article p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .row.content.module-46 .article p:last-of-type {
    margin-bottom: 0;
  }
}
.row.content.module-50 {
  position: relative;
  padding-top: 165;
  padding-bottom: 165;
}
.row.content.module-50:after {
  position: absolute;
  left: 70px;
  right: 70px;
  bottom: -4px;
  content: "";
  border-bottom: 1px #cfc2b9 solid;
  border-top: 1px #cfc2b9 solid;
  height: 4px;
}
.row.content.module-50 .img {
  font-size: 0;
  line-height: 0;
}
.row.content.module-50 .img img {
  width: 100%;
}
.row.content.module-50 .inner {
  padding-bottom: 80px;
}
.row.content.module-50 .inner:before {
  content: "";
  position: absolute;
  left: -55px;
  top: auto;
  bottom: 80px;
  width: 535px;
  height: 250px;
  background: #f2f1f6;
}
.row.content.module-50 .article.article-left {
  background: #f2f1f6;
  padding-left: 0;
  padding-right: 25px;
  position: relative;
  padding-top: 40px;
  margin-top: -120px;
}
.row.content.module-50 .article.article-left:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #f2f1f6;
}
.row.content.module-50 .article.article-left h1,
.row.content.module-50 .article.article-left h2 {
  color: #9b8578;
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 55px;
  position: relative;
}
.row.content.module-50 .article.article-left h1 b,
.row.content.module-50 .article.article-left h2 b {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  display: block;
}
.row.content.module-50 .tabs ul.list.list-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .article .pull-left,
.row.content.module-50 .tabs ul.list.list-tabs li.item .article .btn {
  float: left;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .article:after {
  clear: both;
  content: "";
  display: block;
}
.row.content.module-50
  .tabs
  ul.list.list-tabs
  li.item
  .article
  .btn.btn-primary {
  padding: 22px 10px;
  min-width: 150px;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .article .pull-left {
  margin-left: 25px;
  color: #9b8578;
  font-weight: 600;
  font-style: italic;
  position: relative;
  top: 20px;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt h3 {
  color: #9b8578;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
  position: relative;
  display: inline-block;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt h3:after {
  content: "";
  width: 92px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: -110px;
  background: transparent url(../img/system/gfx/elements/icon_arrow_left.svg) 0
    0 no-repeat;
  background-size: contain;
  display: block;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt p {
  font-style: italic;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #333;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt .price {
  position: absolute;
  right: 0;
  top: 5px;
  font-style: normal;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Frank Ruhl Libre", sans-serif;
}
.row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  display: block;
  background: transparent url(../img/system/gfx/background/dots3.png) 0 0
    repeat-x;
}
.row.content.module-50 .tabs .buttons {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.row.content.module-50 .tabs .buttons a {
  display: block;
  border: 1px #e2e0ed solid;
  text-align: center;
  padding: 17px 0;
  border-right: 0;
  font-family: "Frank Ruhl Libre", sans-serif;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #979797;
  flex-basis: 25%;
  transition: all 0.25s linear;
}
.row.content.module-50 .tabs .buttons a:last-of-type {
  border-right: 1px #e2e0ed solid;
}
.row.content.module-50 .tabs .buttons a.active,
.row.content.module-50 .tabs .buttons a:hover {
  background: #979797;
  color: #fff;
}
@media (max-width: 768px) {
  .row.content.module-50 {
    text-align: center;
  }
  .row.content.module-50 .col-5 {
    width: 100%;
  }
  .row.content.module-50 .col-5 .article {
    padding: 25px;
    margin: 0 25px;
    margin-top: -35px;
  }
  .row.content.module-50 .col-5 .article:before {
    display: none;
  }
  .row.content.module-50 .col-7 {
    width: 100%;
  }
  .row.content.module-50:after {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -4px;
    content: "";
    border-bottom: 1px #cfc2b9 solid;
    border-top: 1px #cfc2b9 solid;
    height: 4px;
  }
  .row.content.module-50 .inner {
    padding-bottom: 80px;
  }
  .row.content.module-50 .inner:before {
    display: none;
  }
  .row.content.module-50 .article.article-left {
    background: #f2f1f6;
    position: relative;
    margin-top: -120px;
    text-align: center;
  }
  .row.content.module-50 .article.article-left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #f2f1f6;
  }
  .row.content.module-50 .article.article-left h1,
  .row.content.module-50 .article.article-left h2 {
    color: #9b8578;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
  }
  .row.content.module-50 .article.article-left h1 b,
  .row.content.module-50 .article.article-left h2 b {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    display: block;
  }
  .row.content.module-50 .article.article-left p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-50 .tabs ul.list.list-tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #f2f1f6;
    padding: 15px;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article .pull-left,
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article .btn {
    float: left;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article:after {
    clear: both;
    content: "";
    display: block;
  }
  .row.content.module-50
    .tabs
    ul.list.list-tabs
    li.item
    .article
    .btn.btn-primary {
    padding: 15px 7px;
    min-width: 150px;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article .pull-left {
    margin-left: 25px;
    color: #9b8578;
    font-weight: 600;
    font-style: italic;
    position: relative;
    top: 20px;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article a.pull-left,
  .row.content.module-50 .tabs ul.list.list-tabs li.item .article p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt {
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt h3 {
    color: #9b8578;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt h3:after {
    content: "";
    width: 92px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: -110px;
    background: transparent url(../img/system/gfx/elements/icon_arrow_left.svg)
      0 0 no-repeat;
    background-size: contain;
    display: none;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt p {
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt .price {
    position: absolute;
    right: 0;
    top: 5px;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Frank Ruhl Libre", sans-serif;
  }
  .row.content.module-50 .tabs ul.list.list-tabs li.item .excerpt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    display: block;
    background: transparent url(../img/system/gfx/background/dots3.png) 0 0
      repeat-x;
  }
  .row.content.module-50 .tabs .buttons {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
  }
  .row.content.module-50 .tabs .buttons a {
    display: block;
    border: 1px #e2e0ed solid;
    text-align: center;
    padding: 17px 0;
    border-right: 0;
    font-family: "Frank Ruhl Libre", sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #979797;
    flex-basis: 25%;
    transition: all 0.25s linear;
  }
  .row.content.module-50 .tabs .buttons a:last-of-type {
    border-right: 1px #e2e0ed solid;
  }
  .row.content.module-50 .tabs .buttons a.active,
  .row.content.module-50 .tabs .buttons a:hover {
    background: #979797;
    color: #fff;
  }
}
.mobile_gray_box {
  display: none;
}

/* Alesovi změny */

@media (max-width: 768px) {
  /* MODULE 1 GALLERY */

  .row.content.module-23 p {
    padding-right: 0;
  }

  .module-1 .module-1-gallery {
    height: 450px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .module-1 .module-1-txt div p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-1 .module-1-gallery > :nth-child(1) {
    transform: rotate(7deg) scale(3.25) translateX(7.5%);
    position: relative;
    z-index: 1;
    margin-top: 16px;
  }

  .module-1 .module-1-gallery > :nth-child(2) {
    transform: rotate(-6deg) scale(2.1) translateX(20%) translateY(25px);
    position: relative;
    z-index: 2;
  }

  .module-1 .module-1-gallery > :nth-child(3) {
    transform: rotate(19deg) scale(2.75) translateX(15%) translateY(60px);
    position: relative;
    z-index: 2;
  }

  .module-1 .module-1-gallery img {
    border: 2px solid white;
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 5rem !important;
    transform: translateY(20px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
  }

  /* MODULE 5 GALLERY */

  .module-5 .inner {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .module-5 .inner img {
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
  }

  .module-5 .inner article p {
    font-weight: 600 !important;
    line-height: 130% !important;
  }

  .module-5 .inner > :nth-child(2) {
    height: 660px !important;
    transform: rotate(6deg) scale(2) translateX(30px) translateY(130px);
    position: relative !important;
    z-index: 3 !important;
    margin-top: 90px !important;
  }

  .module-5 .inner > :nth-child(3) {
    transform: rotate(3deg) scale(2) translateX(-25px) translateY(175px);
    position: relative !important;
    z-index: 2 !important;
  }

  .module-5 .inner > :nth-child(4) {
    transform: rotate(-6deg) scale(2) translateX(-5%) translateY(-45px);
    position: relative !important;
    z-index: 1 !important;
  }

  .module-5 .inner .module-5-txt p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* MODULE 18 - 22 TEXT */

  .module-18.module-22 .inner .col-12 p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* MODULE 8 - 12 ADJUSTMENTS */

  .module-8.module-12 .inner article {
    margin-top: 350px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .module-8.module-12 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-8.module-12 .inner .background {
    max-height: 500px !important;
    background-size: cover !important;
  }

  /* MODULE 8 - 13 ADJUSTMENTS */

  .module-8.module-13 .inner article {
    margin-top: 350px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .module-8.module-13 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-8.module-13 .inner .background {
    max-height: 500px !important;
    background-size: cover !important;
  }

  /* MODULE 8 - 11 ADJUSTMENTS */

  .module-8.module-11 .inner article {
    margin-top: 250px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .module-8.module-11 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-8.module-11 .inner article h1 {
    font-size: 30px;
  }

  /* MODULE 8 - 9 ADJUSTMENTS */

  .module-8.module-9 .inner article {
    margin-top: 150px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .module-8.module-9 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* MODULE 8 ADJUSTMENTS */
  .module-8 .inner article {
    margin-top: 250px !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .module-8 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* MODULE 2 GALLERY */

  .module-2.row.content {
    padding: 0 !important;
  }

  .module-2.row.content .module-2-gallery > .col-4 {
    padding: 0 !important;
    margin-bottom: 2rem !important;
  }

  .module-2.row.content .module-2-gallery > .col-4 a {
    padding-bottom: 0.5rem !important;
  }

  /* MODULE 3 GALLERY */

  .module-3.module-3-top .inner {
    position: relative;
  }

  .module-3.module-3-top .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-3.module-3-top .inner > :nth-child(2) img {
    transform: rotate(15deg) scale(1.9) translateX(85px) translateY(170px);
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
    margin-bottom: 450px;
  }

  .module-3.module-3-top .inner > :nth-child(3) img {
    transform: rotate(-15deg) scale(1.65) translateX(-25px) translateY(20px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-3.module-3-top .inner > :nth-child(3) p {
    display: none;
  }
  .module-3.module-3-top .inner > :nth-child(4) {
    display: none;
  }

  .module-3.module-3-top .inner .mobile-only {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .module-3.module-3-top .inner .mobile-only p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
    width: fit-content;
  }

  /* MODULE 3 GALLERY */

  .module-3 .inner {
    position: relative;
  }

  .module-3 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-3 .inner > :nth-child(2) img {
    transform: rotate(15deg) scale(1.45) translateX(55px) translateY(25px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
    margin-bottom: 320px;
  }

  .module-3 .inner > :nth-child(3) img {
    transform: rotate(-15deg) scale(1.9) translateX(-85px) translateY(170px);
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
    margin-top: 30px;
  }

  .module-3 .inner > :nth-child(3) p {
    display: none;
  }
  .module-3 .inner > :nth-child(4) {
    display: none;
  }

  .module-3 .inner {
    padding-bottom: 24px !important;
  }

  .module-3 .inner .mobile-only {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 64px;
    margin-bottom: 24px;
  }

  .module-3 .inner .mobile-only p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
    width: fit-content;
  }

  /* MODULE 15 GALLERY */

  .module-15 .inner .text-center p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-15 .inner .text-center .tip p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-15 .inner .module-15-gallery img {
    position: relative;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 2px solid white !important;
    max-width: 275px !important;
  }

  .module-15 .inner .module-15-gallery {
    height: 825px !important;
    margin-top: 25px !important;
    margin-bottom: 65px !important;
  }

  .module-15 .inner .module-15-gallery > :nth-child(1) {
    transform: rotate(-13deg) scale(2.1) translateX(-5px) translateY(40px);
  }

  .module-15 .inner .module-15-gallery > :nth-child(2) {
    transform: rotate(9deg) scale(2.1) translateX(0px) translateY(100px);
  }

  .module-15 .inner .module-15-gallery > :nth-child(3) {
    transform: rotate(-5deg) scale(2.1) translateX(15px) translateY(195px);
  }

  /* MODULE 18 - 21 TEXT ADJUSTMENTS */

  .module-18.module-21 .inner .col-12 p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-18.module-21 .inner .col-12 h2 {
    margin-bottom: 0 !important;
    font-size: 30px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  /* MODULE 43 ADJUSTMENTS */

  .module-43 .inner .col-6 {
    height: 350px !important;
  }

  /* MODULE 23 TEXT ADJUSTMENTS */

  .module-23 .inner .col-6 p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* LOGIN */

  .login .inner .form-place {
    padding: 0 !important;
    margin: auto !important;
    width: 100% !important;
    max-width: 300px !important;
  }

  .login .inner .form-place form .form-group label {
    padding-right: 0.5rem !important;
    font-weight: 700 !important;
  }

  .login .inner .form-place form .form-group input {
    border-radius: 8px !important;
  }

  .login .inner .form-place form .btns button {
    cursor: pointer !important;
  }

  /* MODULE 50 ADJUSTMENTS */

  .module-50 .inner .pricelist .tabs .buttons a {
    font-weight: 400 !important;
    padding: 0px 10px !important;
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .module-50 .inner .pricelist .tabs .buttons a:hover {
    color: white !important;
    background-color: #907a6e !important;
    transition: all 0.25s linear !important;
  }

  .module-50 .inner .pricelist .tabs .buttons a.active {
    color: white !important;
    background-color: #907a6e !important;
  }

  /* MODULE 39 */

  .module-39 .inner .col-6 .item-holder {
    margin-bottom: 60px !important;
  }

  .module-39 .inner .col-6 .item-holder a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .module-39 .inner .col-6 .item-holder a span {
    width: 90% !important;
    padding: 0.5rem 0.5rem !important;
    transform: translateY(70px) translateX(-50%) !important;
    left: 50% !important;
    bottom: unset !important;
    top: 30% !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
  }

  /* MODULE 41 */

  .module-41 .inner .col-6 .item-holder {
    margin-bottom: 60px !important;
  }

  .module-41 .inner .col-6 .item-holder a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .module-41 .inner .col-6 .item-holder a span {
    width: 90% !important;
    padding: 0.5rem 0.5rem !important;
    transform: translateY(70px) translateX(-50%) !important;
    left: 50% !important;
    bottom: unset !important;
    top: 50% !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
  }

  .module-41 .inner .text-center {
    margin-top: 30px !important;
  }

  .module-41 .inner .text-center p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* MODULE 7 GALLERY */

  .module-7 .inner article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-7 .inner .module-7-txt h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: red !important;
  }

  .module-7 .inner article .module-7-img-first img {
    transform: rotate(-12deg) scale(2.2) translateY(-10px) translateX(25px) !important;
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    margin-top: 115px !important;
  }

  .module-7 .inner article .module-7-img-middle img {
    transform: rotate(6deg) scale(2.2) translateY(130px) translateX(-20px) !important;
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    margin-top: 100px !important;
  }

  .module-7 .inner article .module-7-img-last img {
    transform: rotate(-5deg) scale(1.6) translateY(80px) translateX(-35px) !important;
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    margin-top: 230px !important;
    margin-bottom: 220px !important;
  }

  /* MODULE 35 ADJUSTMENTS */

  .module-35 .inner .col-4 {
    padding: 0 !important;
  }

  .module-35 .inner .col-4 article {
    padding: 0 !important;
  }

  .module-35 .inner .col-4 article h2 {
    font-size: 30px !important;
    margin-top: 24px !important;
    line-height: 130% !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }

  .module-35 .inner .col-4 article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-35 .inner .col-4 article .background {
    margin: auto !important;
    height: 350px !important;
    width: 350px !important;
  }

  /* MODULE 6 ADJUSTMENTS */

  .module-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .module-6 .inner {
    margin: 0 !important;
  }

  .module-6 .inner .module-6-img {
    padding: 0 !important;
  }

  .module-6 .inner .module-6-img img {
    border: none !important;
    width: 100% !important;
  }

  .module-6 .inner article {
    padding: 0 1rem !important;
  }

  /* MODULE 17 GALLERY */

  .module-17 .inner div .tip p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-17 .inner div p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-17 .inner .col-6 .tip p span {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-17 .inner > :nth-child(2) img {
    transform: rotate(-16deg) scale(1.1) translateY(15px);
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
  }

  .module-17 .inner > :nth-child(3) img {
    transform: rotate(15deg) scale(1.1) translateY(-15px);
    border: 4px solid white !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 50px !important;
  }

  /* BlOCK 4 ADJUSTMENTS */

  .module-3 .inner .text-center a {
    display: none !important;
  }

  .mobile-only-block-3 {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
  }

  /* Block 50 adjustments */
  .module-50 .inner .pricelist .tabs ul .slick-list .slick-track li .article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-50 .inner .mobile_gray_box article p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* Block 16 adjustments */

  .module-16 .inner .col-6 p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* Block 43 adjustments */

  .module-43 .inner .text-center p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  .module-43 .inner .col-6 {
    padding-bottom: 0 !important;
    margin-top: 16px !important;
  }

  /* Block 39 adjustments */

  .module-39 .inner .text-center p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* Block 42 adjustment */

  .module-42 .inner .text-center p {
    font-size: 18px !important;
    line-height: 130% !important;
    color: black !important;
    font-weight: 400 !important;
  }

  /* Block 2 adjustment */

  .module-2 .inner .col-12 h2 span {
    text-transform: uppercase !important;
  }

  .module-2 .inner .col-4 a span {
    font-size: 20px !important;
  }

  .pimcore_area_modul-slider
    .area-modul-slider
    .inner
    .slider
    .slick-list
    .slick-track
    .slick-slide
    .slide-content
    .text-content
    h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  }

  /* Module-8/13 */

  .module-8.module-13 .inner .module-km-right p {
    font-size: 18px !important;
  }

  .row.content.prukaz .inner h2 {
    padding-top: 32px !important;
  }

  .row.content.prukaz .inner form div p {
    font-size: 18px !important;
  }

  .row.content.prukaz .inner form div .form-group label {
    font-size: 18px !important;
    line-height: 130% !important;
  }

  .module-18.module-21 .inner .col-12 p {
    text-align: center !important;
  }

  .module-3.module-3-top .inner article {
    padding-top: 24px !important;
  }

  .module-5 {
    padding-top: 16px !important;
  }
}

.module-3 .inner .mobile-only {
  display: none;
}

.mobile-only-block-3 {
  display: none !important;
}

@media (min-width: 769px) {
  .area-block-11 .module-8.module-11 .inner article h1 {
    font-size: 42px !important;
    line-height: 120% !important;
    letter-spacing: 0.5px !important;
  }

  .pimcore_area_block03 .area-block-03 .module-3 .inner article h2 {
    font-size: 42px !important;
    line-height: 120% !important;
    letter-spacing: 0.5px !important;
  }

  .module-15 .inner .module-15-gallery > :nth-child(1) {
    transform: rotate(-9deg) scale(1.15) translate(0, -40px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-15 .inner .module-15-gallery > :nth-child(2) {
    transform: rotate(9deg) scale(1.15) translate(20px, 80px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-15 .inner .module-15-gallery > :nth-child(3) {
    transform: rotate(-5deg) scale(1.05) translate(0px, 75px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-3.module-3-top .inner > :nth-child(2) img {
    transform: rotate(15deg) scale(1.1) translate(25px, 0px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    margin-bottom: 320px;
  }

  .module-3.module-3-top .inner > :nth-child(3) img {
    transform: rotate(-8deg) scale(1.2) translate(0px, 0px);
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    margin-top: 30px;
  }

  .module-3.module-3-top .inner > :nth-child(4) img {
    transform: rotate(-8deg) scale(1.2) translate(-50px, 0px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    margin-bottom: 320px;
  }

  .module-3.module-3-left .inner > :nth-child(2) img {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-3.module-3-left .inner > :nth-child(3) img {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-3.module-3-left .inner > :nth-child(4) img {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-7 .inner article h2 {
    font-size: 42px !important;
    transform: translate(0px, -40px);
  }

  .module-7 .inner article article {
    margin-top: 32px !important;
  }

  .module-7 .inner article > :nth-child(2) img {
    transform: rotate(8deg) scale(1) translate(-60px, -40px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    position: relative !important;
    z-index: 10 !important;
  }

  .module-7 .inner article > :nth-child(3) img {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    position: relative !important;
    z-index: 0 !important;
  }

  .module-7 .inner article > :nth-child(4) img {
    transform: rotate(-8deg) scale(1) translate(60px, 80px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    position: relative !important;
    z-index: 10 !important;
  }

  .module-8.module-12 .inner article p {
    font-size: 18px !important;
    line-height: 160% !important;
  }

  .module-8.module-11 .inner article h2 {
    font-size: 42px !important;
  }

  .module-3.module-3-left .inner article p {
    font-size: 18px !important;
    line-height: 160% !important;
  }

  .module-5 .inner > :nth-child(2) img {
    transform: rotate(8deg) scale(1.1) translate(-15px, 0px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-5 .inner > :nth-child(3) img {
    transform: rotate(0deg) scale(1.15) translate(0px, 0px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .module-5 .inner > :nth-child(4) img {
    transform: rotate(-8deg) scale(1.1) translate(15px, 0px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    position: relative !important;
    z-index: 15 !important;
  }

  .module-1 .inner > :nth-child(1) img {
    transform: rotate(-8deg) scale(1.1) translate(30px, 60px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-1 .inner > :nth-child(2) img {
    transform: rotate(0deg) scale(1.1) translate(0px, 30px);
    position: relative !important;
    z-index: 5 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-1 .inner > :nth-child(3) img {
    transform: rotate(8deg) scale(1.1) translate(-30px, 60px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-18.module-21 .inner .col-12 p {
    text-align: center !important;
  }

  .module-16 .inner .col-6 p {
    font-size: 16px !important;
    line-height: 150% !important;
  }

  .module-16 .inner .col-6 .module-15-gallery > :nth-child(1) {
    transform: rotate(-8deg) scale(1) translate(0px, 0px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-16 .inner .col-6 .module-15-gallery > :nth-child(2) {
    transform: rotate(4deg) scale(1) translate(0px, 0px);
    z-index: 1 !important;
    position: absolute !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-16 .inner .col-6 .module-15-gallery > :nth-child(3) {
    transform: rotate(-8deg) scale(1) translate(0px, 0px);
    z-index: 10 !important;
    position: absolute !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-41 .inner .col-6 > :nth-child(1) a img {
    transform: rotate(8deg) scale(1) translate(0px, -45px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-41 .inner .col-6 > :nth-child(1) a span {
    transform: rotate(8deg) scale(1) translate(0px, -45px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
  }

  .module-41 .inner .col-6 > :nth-child(2) a img {
    transform: rotate(-8deg) scale(1) translate(15px, 0px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    margin-bottom: 115px;
  }

.module-41 .inner .col-6 > :nth-child(2) a span {
    transform: rotate(-8deg) scale(1) translate(70px, -15px);
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11) !important;
    border: 4px solid white !important;
    margin-bottom: 115px;
  }

  .module-50 .inner .col-5 article {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .col-7.module-8-txt p {
    font-size: 18px !important;
    line-height: 160% !important;
  }

  .module-8.module-12 .inner article {
    max-width: 500px !important;
  }

  .module-39 .inner {
    display: flex;
    justify-content: center;
  }

  .module-39 .inner .text-center {
    width: 95% !important;
    margin: auto !important;
  }

  .module-3 .inner > :nth-child(2) img {
    transform: rotate(-8deg) scale(1.1) translateX(0px) translateY(0px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-3 .inner > :nth-child(3) img {
    transform: rotate(15deg) scale(1) translateX(0px) translateY(25px);
    position: relative !important;
    z-index: 2 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-3 .inner > :nth-child(3) p {
    transform: rotate(0deg) scale(1) translateX(-90px) translateY(35px);
    position: relative !important;
    z-index: 2 !important;
  }

  .module-3 .inner > :nth-child(3) span {
    transform: rotate(0deg) scale(1) translateX(-90px) translateY(35px);
    position: relative !important;
    z-index: 2 !important;
  }

  .module-3 .inner > :nth-child(4) img {
    transform: rotate(-8deg) scale(1.2) translate(-50px, 0px);
    position: relative !important;
    z-index: 1 !important;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    border: 4px solid white !important;
  }

  .module-17 .inner .col-6 .tip p span span {
    font-size: 18px !important;
  }

  .module-17 .inner .col-6 p {
    /* font-size: 18px !important;
    line-height: 160% !important; */
  }
}

.pimcore_area_modul-slider
  .area-modul-slider
  .inner
  .slider
  .slick-list
  .slick-track
  .slick-slide
  .slide-content
  .text-content
  h3 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
