@charset "UTF-8";
/* COLORS */
/* FONTS */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?cigur0");
  src: url("fonts/icomoon.eot?cigur0#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?cigur0") format("truetype"), url("fonts/icomoon.woff?cigur0") format("woff"), url("fonts/icomoon.svg?cigur0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-icon_external_link:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

/* LAYOUT */
.container-full {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.container-page {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .container-page {
    padding: 0 16px;
  }
}

.container-big {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hide-in-desktop {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .hide-in-mobile {
    display: none;
  }
}

h1 {
  font-weight: 300;
  font-size: 38px;
  color: #505D68;
  line-height: initial;
}

h2 {
  font-size: 28px;
  font-weight: 300;
  line-height: initial;
  color: #505D68;
  margin: 5px 0;
}

h3 {
  font-weight: 300;
  font-size: 21px;
  color: #505D68;
  margin: 5px 0;
  line-height: 31px;
}

h4 {
  font-weight: 300;
  font-size: 18px;
  color: #505D68;
  line-height: initial;
  margin: 5px auto;
}

h5 {
  font-weight: 300;
  font-size: 21px;
  color: #505D68;
  line-height: initial;
}

p {
  font-size: 16px;
  color: #505D68;
  font-weight: 300;
}

p b,
p strong,
span b,
span strong,
li b,
li strong {
  font-weight: 500;
}

a.target_blank:before {
  content: "" !important;
}

/* FLOWPAPER */
.flowpaper-mobile {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .flowpaper-mobile {
    display: block !important;
  }
}

.flowpaper-desktop {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .flowpaper-desktop {
    display: none !important;
  }
}

/* LITY */
.lity-content {
  height: 100%;
  display: flex;
}

.lity {
  background: rgba(0, 0, 0, 0.7);
}

/* TOP HEADER */
.top-header-wrapper {
  background-color: #f8f8f8;
  display: block;
  height: 52px;
  padding: 0 16px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .top-header-wrapper {
    display: none;
  }
}
.top-header-wrapper .top-header {
  background-color: #F8F8F8;
  display: block;
  height: 52px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  text-align: right;
}
.top-header-wrapper .top-header .socialnetworks {
  align-items: center;
  display: flex;
  float: left;
  height: 100%;
  justify-content: center;
  position: relative;
}
.top-header-wrapper .top-header .socialnetworks a {
  color: #315279;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
  width: auto;
}
.top-header-wrapper .top-header .socialnetworks a span.icon {
  color: #315279;
  font-size: 35px;
}
.top-header-wrapper .top-header .private-area {
  align-items: center;
  clear: none;
  display: flex;
  float: right;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: right;
}
.top-header-wrapper .top-header .private-area a {
  align-items: center;
  color: #315279;
  display: flex;
  font-size: 15px;
  justify-content: center;
  line-height: 35px;
  padding: 0 22px;
  position: relative;
  text-decoration: none;
}
.top-header-wrapper .top-header .private-area a span.icon {
  color: #315279;
  font-size: 35px;
  line-height: 40px;
  padding-right: 5px;
}
.top-header-wrapper .top-header .private-area a.pk-phone {
  color: #b08e43;
  font-size: 20px;
  font-weight: 300;
}
.top-header-wrapper .top-header .private-area a.pk-phone span.icon {
  color: #b08e43;
}

/* HEADER */
.header {
  display: flex;
  height: 106px;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1300px) {
  .header {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 768px) {
  .header {
    display: inline-block;
    padding: 0 0 0 25px;
    height: 52px;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
}
.header .logo {
  flex: 2;
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .header .logo {
    margin-top: 12px;
  }
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  max-height: 40px;
}
.header .nav {
  flex: 5;
  text-align: right;
  z-index: 9;
}
.header nav #menu-header-menu {
  margin-top: 45px;
}
.header nav ul li {
  display: inline-block;
  margin: 0 15px;
  text-transform: uppercase;
}
.header nav ul li a {
  color: #939393;
  font-size: 14px;
  text-decoration: none;
  vertical-align: middle;
}
.header nav ul li.current_page_item a {
  border-bottom: 3px solid #B08E43;
  padding-bottom: 7px;
}

/* RESPONSIVE HEADER */
#responsive-menu-button {
  z-index: 9990 !important;
  position: fixed !important;
  right: 3%;
  top: 36px !important;
}
@media only screen and (max-width: 768px) {
  #responsive-menu-button {
    top: 6px !important;
  }
}
#responsive-menu-button .responsive-menu-inner {
  background-color: #B08E43;
  border-radius: 0;
}
#responsive-menu-button .responsive-menu-inner::after, #responsive-menu-button .responsive-menu-inner::before {
  background-color: #B08E43;
  border-radius: 0;
}

#responsive-menu-container {
  top: 106px !important;
}
@media only screen and (max-width: 768px) {
  #responsive-menu-container {
    top: 51px !important;
    z-index: 99;
    padding-top: 52px;
  }
}
#responsive-menu-container .contact-mobile a {
  padding-left: 0 !important;
  background-color: #f2f2f2 !important;
  border-bottom: 0.5px solid #fff !important;
}
#responsive-menu-container .private-area-mobile a {
  padding-left: 0 !important;
  background-color: #f2f2f2 !important;
  border-bottom: 0.5px solid #fff !important;
}
#responsive-menu-container .private-area-mobile:after {
  position: absolute;
  left: auto;
  top: 15px;
  width: auto;
  height: auto;
  background: none;
  content: "";
  right: 32px;
  font-family: "icomoon";
  font-size: 35px;
  line-height: 20px;
  color: #315279;
}
#responsive-menu-container #responsive-menu-additional-content {
  text-align: center;
}
#responsive-menu-container #responsive-menu-additional-content .menu-phone {
  font-size: 13px;
  display: inline-block;
}
#responsive-menu-container #responsive-menu-additional-content .menu-phone p {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
#responsive-menu-container #responsive-menu-additional-content .menu-phone img {
  width: 20px;
  vertical-align: middle;
  margin-left: 10px;
}
#responsive-menu-container #responsive-menu-additional-content .menu-phone p.menu-pk-phone {
  font-size: 22px;
  color: #B08E43;
}

.logged-in #responsive-menu-button {
  top: 52px;
}

#responsive-menu-container #responsive-menu .open-not-link .responsive-menu-item-link {
  pointer-events: none;
  display: block;
}
#responsive-menu-container #responsive-menu .open-not-link .responsive-menu-item-link .responsive-menu-subarrow {
  pointer-events: all;
  display: block;
  cursor: pointer;
}

.home #responsive-menu-container #responsive-menu .open-in-home ul.responsive-menu-submenu {
  display: block;
}

/* MOD HEAD (REVISAR) */
body .header nav #menu-header-menu {
  align-items: center;
  display: flex;
  float: right;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
}

body .header nav > ul > li > a {
  padding-top: 29px;
}
body .header nav > ul li.current_page_item > a, body .header nav > ul li.current-menu-ancestor > a, body .header nav > ul li.current-menu-parent > a, body .header nav > ul li.current_page_parent > a, body .header nav > ul li.current_page_ancestor > a {
  border-bottom: none;
  padding-bottom: 0;
}
body .header nav > ul li.current_page_item > a:before, body .header nav > ul li.current-menu-ancestor > a:before, body .header nav > ul li.current-menu-parent > a:before, body .header nav > ul li.current_page_parent > a:before, body .header nav > ul li.current_page_ancestor > a:before {
  background-color: #b08e43;
  bottom: -10px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  visibility: visible;
  width: 100%;
}
body .header nav > ul > li > a:before {
  background-color: #b08e43;
  bottom: -10px;
  box-sizing: border-box;
  content: "";
  height: 3px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}
body .header nav > ul > li:hover > a:before {
  background-color: #b08e43;
  bottom: -10px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  padding: 0 15px;
  position: absolute;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  visibility: visible;
  width: 100%;
}
body .header nav ul li {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 15px;
  padding: 0;
  text-transform: uppercase;
}
body .header nav ul li.menu-item-has-children > a {
  padding-right: 20px;
}
body .header nav ul li.menu-item-has-children > a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 29px;
  right: 0;
  font-family: "icomoon";
  font-size: 15px;
}
body .header nav ul li:hover.menu-item-has-children > a::after {
  content: "";
}
body .header nav ul li a {
  color: #505d68;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
body .header nav ul li .sub-menu {
  background-color: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.2);
  display: none;
  margin-top: 1px;
  padding: 10px 20px;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  min-width: 200px;
}
body .header nav ul li .sub-menu li {
  background-color: #ffffff;
  box-shadow: none;
  display: block;
  margin: 0;
  padding: 10px 0;
  text-align: left;
}
body .header nav ul li .sub-menu li a {
  color: #868686;
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
}
body .header nav .sub-menu li.current_page_item > a {
  border-bottom: none;
  color: #b08e43;
  padding-bottom: 0;
}
body .header nav .sub-menu li.current_page_item > a:before {
  display: none;
}
body .header nav .sub-menu li:hover > a:before {
  display: none;
}

/* STICKY (REVISAR) */
.sticky-head.clone {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
}
@media only screen and (max-width: 1024px) {
  .sticky-head.clone {
    transform: translateY(-100%);
    display: none;
  }
}
.sticky-head.clone .header {
  height: auto;
}
.sticky-head.clone .header .logo {
  margin: 17px 0;
}
.sticky-head.clone .header .logo img {
  max-width: 179px;
}
.sticky-head.clone .header .nav > ul {
  align-items: center;
  display: flex;
  float: right;
  height: 100%;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.sticky-head.clone .header .nav > ul li.current_page_item > a:before, .sticky-head.clone .header .nav > ul li.current-menu-ancestor > a:before, .sticky-head.clone .header .nav > ul li.current-menu-parent > a:before, .sticky-head.clone .header .nav > ul li.current_page_parent > a:before, .sticky-head.clone .header .nav > ul li.current_page_ancestor > a:before {
  bottom: -10px;
}
.sticky-head.clone .header .nav > ul li.menu-item-has-children > a::after {
  top: 0;
}
.sticky-head.clone .header .nav > ul li a {
  padding-top: 0;
}
.sticky-head.clone .header .call-me-now-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 50px;
  position: relative;
}
.sticky-head.clone .header .call-me-now-wrapper .call-me-now {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 160px;
  appearance: none;
  -webkit-appearance: none;
}
.sticky-head.clone .header .call-me-now-wrapper .call-me-now:hover {
  background-color: #e45238;
}

body.down .sticky-head.clone {
  background-color: #ffffff;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.04);
  transform: translateY(0);
  z-index: 9990;
}
@media only screen and (max-width: 1024px) {
  body.down .sticky-head.clone {
    transform: translateY(-100%);
    display: none;
  }
}

/* STICKY CTA */
.sticky-cta {
  display: none;
}
.sticky-cta.fixed {
  clear: both;
  left: 0;
  background-color: #ffffff !important;
  bottom: 0;
  box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.15);
  display: none;
  min-height: auto;
  position: fixed;
  top: auto;
  transition: all 3s ease;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  .sticky-cta.fixed {
    display: block;
  }
}
.sticky-cta.fixed .sticky-cta-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  position: relative;
  width: 100%;
  margin: 0;
  min-height: auto;
}
.sticky-cta.fixed .sticky-cta-wrapper .sticky-cta-content {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px 16px;
}
.sticky-cta.fixed .sticky-cta-wrapper .sticky-cta-content p {
  position: relative;
  display: inline-block;
  padding: 0 16px 0 16px;
  line-height: 44px;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: center;
  width: 50%;
  color: #505d68 !important;
  box-sizing: border-box;
  margin: 0;
}
.sticky-cta.fixed .sticky-cta-wrapper .sticky-cta-content a {
  background-color: #f47058;
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  width: 50%;
  padding: 12px 22px;
  clear: none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 1s ease;
  margin: 0;
  box-sizing: border-box;
}
.sticky-cta.fixed .sticky-cta-wrapper .sticky-cta-content a:hover {
  background-color: #E45238;
}

/* CALL FORM */
.module-call-form {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.module-call-form .mcf-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-wrapper {
    display: block;
  }
}
.module-call-form .mcf-info-wrapper {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-info-wrapper {
    display: block;
    float: none;
    width: 100%;
  }
}
.module-call-form .mcf-info-wrapper .mcf-info-content {
  display: block;
  position: relative;
  text-align: center;
}
.module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-icon {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-icon {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-title {
  color: #505d68;
  display: block;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 0 10px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px 0;
  }
}
.module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-text {
  color: #505d68;
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }
}
.module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-subtext {
  color: #505d68;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-info-wrapper .mcf-info-content .mcf-info-subtext {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-call-form .mcf-form-wrapper {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-form-wrapper {
    float: none;
    width: 100%;
  }
}
.module-call-form .mcf-form-wrapper .mcf-form-content {
  display: block;
  overflow: hidden;
  position: relative;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-field-element input[type=checkbox].nf-checked {
  background: #315279;
  border: 2px solid transparent;
  outline: none;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-field-element input[type=checkbox].nf-checked:before {
  color: #ffffff;
  content: "";
  font-family: "icomoon";
  font-size: 21px;
  left: 0;
  position: absolute;
  top: 0;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-field-element input[type=checkbox]:focus {
  outline: none;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-field-element input[type=button] {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-field-element input[type=button]:hover {
  background-color: #e45238;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-next-item input.nf-next {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-next-item input.nf-next:hover {
  background-color: #e45238;
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-response-msg {
  padding: 110px 90px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .module-call-form .mcf-form-wrapper .mcf-form-content .nf-response-msg {
    float: none;
    width: 100%;
    padding: 70px 20px;
  }
}
.module-call-form .mcf-form-wrapper .mcf-form-content .nf-response-msg p {
  font-size: 21px;
  line-height: 31px;
  color: #505d68;
}

/* PRE FOOTER */
.pre-footer {
  background-color: #ffffff;
  border-top: 1px solid #F2F2F2;
  clear: both;
  display: block;
  height: 120px;
  padding-top: 39px;
  position: relative;
}
.pre-footer .pre-footer-container {
  color: #505D68;
  display: flex;
  line-height: 31px;
  margin: 0 auto;
  max-width: 1164px;
  padding: 0 16px;
}
@media only screen and (max-width: 768px) {
  .pre-footer .pre-footer-container {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .pre-footer .pre-footer-container .colflex {
    display: block;
    flex: none;
    clear: both;
    width: 100%;
  }
}
.pre-footer .pre-footer-container .colflex img {
  max-width: 350px;
}
.pre-footer .pre-footer-container .colflex img.prefooter-desktop {
  display: block;
  max-width: 100%;
}
.pre-footer .pre-footer-container .colflex img.prefooter-mobile {
  display: none;
}

/* TOP FOOTER */
.top-footer {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  display: block;
  height: 101px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .top-footer {
    height: auto;
  }
}
.top-footer .top-footer-container {
  background-color: #ffffff;
  border-left: 1px solid #f2f2f2;
  color: #505D68;
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .top-footer .top-footer-container {
    display: block;
  }
}
.top-footer .top-footer-container .colflex {
  align-items: center;
  border-right: 1px solid #f2f2f2;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top-footer .top-footer-container .colflex {
    display: flex;
    flex: none;
    clear: both;
    width: 100%;
    margin: 0;
    height: 70px;
    border-bottom: 1px solid #f2f2f2;
    border-right: none;
  }
}
.top-footer .top-footer-container .colflex a {
  align-items: center;
  color: #315279;
  display: flex;
  font-size: 15px;
  justify-content: center;
  text-decoration: none;
}
.top-footer .top-footer-container .colflex a span.icon {
  color: #315279;
  font-size: 28px;
  padding-right: 5px;
}
.top-footer .top-footer-container .colflex.socialnetworks {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .top-footer .top-footer-container .colflex.socialnetworks {
    padding: 0;
  }
}
.top-footer .top-footer-container a {
  color: inherit;
  text-decoration: none;
}

/* FOOTER */
.footer {
  background-color: #fafafa;
  display: block;
  height: auto;
  margin: 0;
  max-width: 100%;
}
.footer .footer-container {
  background-color: #fafafa;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container {
    display: block;
  }
}
.footer .footer-container nav {
  padding-left: 20px;
  align-items: center;
  display: flex;
  flex: 4;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container nav {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    flex: none;
    padding: 0 20px;
  }
}
.footer .footer-container nav ul {
  margin: 0;
  padding: 0;
}
.footer .footer-container nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container nav ul li {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin: 20px 0;
  }
}
.footer .footer-container nav ul li a {
  color: #868686;
  font-size: 14px;
  font-weight: 400;
  margin-right: 35px;
  text-align: left;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container nav ul li a {
    margin: 0;
  }
}
.footer .footer-container nav ul li a:hover {
  color: #315279;
}
.footer .footer-container .copyright {
  position: relative;
  display: block;
  clear: both;
  text-align: center;
  color: #505d68;
  flex: none;
  font-size: 16px;
  opacity: 0.6;
  padding: 0 0 20px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .copyright {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    line-height: 46px;
    text-align: center;
  }
}
.footer .footer-container .footer-menus {
  position: relative;
  text-align: left;
  display: flex;
  padding: 60px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .footer-menus {
    padding: 60px 0 10px 0;
    flex-wrap: wrap;
    height: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .footer .footer-container .footer-menus {
    padding: 30px 20px 0 20px;
    flex-wrap: wrap;
    height: 100%;
  }
}
.footer .footer-container .footer-menus .nav {
  flex: 1 !important;
  position: relative;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .footer-menus .nav {
    display: block !important;
    float: left;
    width: 50%;
    flex: none !important;
    margin-bottom: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 374px) {
  .footer .footer-container .footer-menus .nav {
    width: 100%;
    float: none;
  }
}
.footer .footer-container .footer-menus .nav h2 {
  position: relative;
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #505d68;
  line-height: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .footer-menus .nav h2 {
    margin-bottom: 0;
  }
}
.footer .footer-container .footer-menus .nav ul li {
  position: relative;
  display: block !important;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #505d68;
  line-height: 22px;
  margin-bottom: 15px;
}
.footer .footer-container .footer-menus .nav ul li a {
  color: #505d68;
  font-weight: 400;
}
.footer .footer-container .footer-menus .nav ul li a:hover {
  color: #284363;
}
@media only screen and (max-width: 768px) {
  .footer .footer-container .footer-menus .nav ul li {
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
  }
}

/* COOKIES */
.pea_cook_wrapper.pea_cook_bottomright {
  bottom: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  left: 0 !important;
  border-radius: 0;
  background: transparent;
  padding: 20px 32px 20px 32px;
}
.pea_cook_wrapper.pea_cook_bottomright::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eaeaea;
  opacity: 1;
  display: block;
  content: "";
  z-index: 9998;
}
.pea_cook_wrapper.pea_cook_bottomright p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #333333;
  text-align: center;
  z-index: 9999;
  display: block;
  position: relative;
  bottom: auto;
}
.pea_cook_wrapper.pea_cook_bottomright p a {
  border: none;
  color: #315279;
  text-decoration: underline;
  font-weight: 400;
}
.pea_cook_wrapper.pea_cook_bottomright p button#pea_cook_btn {
  border: none;
  background: #315279;
  color: #fff;
  text-shadow: none;
  padding: 12px;
  font-size: 12px;
  width: 120px;
  clear: both;
  position: relative;
  display: block;
  margin: 10px auto 0;
}

/* REVISAR */
@media only screen and (max-width: 768px) {
  .header .logo img {
    max-height: 25px;
  }

  .pre-footer {
    height: auto;
  }
  .pre-footer .pre-footer-container img.prefooter-desktop {
    display: none;
  }
  .pre-footer .pre-footer-container img.prefooter-mobile {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/* PNK ROW (BLOG) */
.blog-page, .single-blog-page {
  display: flex;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto 40px;
}

.blog-page .blog {
  max-width: 789px;
}

.single-blog-page .blog {
  max-width: 789px;
}
.single-blog-page .content h4:first-child {
  margin-top: 40px;
}
.single-blog-page .content img {
  max-width: 100%;
}

.blog-page .colflex:nth-child(1) {
  flex: 2;
}
.blog-page .colflex:nth-child(2) {
  flex: 1;
}

.pnk-row {
  display: flex;
}
.pnk-row .col {
  flex: 1;
  padding: 5px 10px;
  text-align: center;
  color: #315279 !important;
}
.pnk-row .col:first-child {
  text-align: center;
  color: #B08E43 !important;
}
.pnk-row .col:first-child p {
  text-align: center;
  color: #B08E43 !important;
}
.pnk-row .col p {
  text-align: center;
  color: #315279 !important;
}
.pnk-row.twocol article {
  flex: 1;
  /*padding-right: 30px;*/
}
.pnk-row article {
  flex: 1;
  padding-right: 0;
}
.pnk-row article img {
  max-width: 100%;
  max-height: 399px;
  width: 100%;
  z-index: 10;
}
.pnk-row article .img-container {
  position: relative;
}

.single-blog-page article .img-container {
  position: relative;
}

.single-blog-page article h3 {
  color: #505D68;
}

.pnk-row article .cat_badge, .single-blog-page .cat_badge, .blog-page .cat_badge {
  position: absolute;
  left: 0;
  bottom: 0;
}

.pnk-row article .cat_badge .cat_badge_link, .single-blog-page .cat_badge .cat_badge_link, .blog-page .cat_badge .cat_badge_link {
  background-color: rgba(80, 93, 104, 0.6);
  padding: 9px 6.5px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  z-index: 9;
  margin-right: 10px;
  display: block;
}

.pnk-row article .date, .single-blog-page article .date {
  color: #C6C6C6;
  font-size: 16px;
  margin-top: 18px;
  text-transform: uppercase;
  display: inline-block;
}

.pnk-row article h2 a, .single-blog-page article h1 a {
  color: #505D68;
  font-size: 28px;
  text-decoration: none;
}

.pnk-row article .view-article {
  position: relative;
  display: block;
  color: #B08E43;
  text-align: right;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 37px;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.pnk-row article .view-article:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.pnk-row article .view-article:hover {
  color: #93814f;
}
.pnk-row article .view-article:hover:before {
  color: #93814f;
}
.pnk-row.twocol article .view-article {
  position: relative;
  display: block;
  color: #B08E43;
  text-align: right;
  text-decoration: none;
  margin-top: 31px;
  margin-bottom: 45px;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.pnk-row.twocol article .view-article:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.pnk-row.twocol article .view-article:hover {
  color: #93814f;
}
.pnk-row.twocol article .view-article:hover:before {
  color: #93814f;
}

.single-blog-page article .img-container {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  clear: both;
}
.single-blog-page article h1 {
  position: relative;
  display: block;
  clear: both;
}

.pnk-row article .img-container {
  width: 100%;
  height: 400px;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
}

.single-blog-page article .img-container a.img {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pnk-row article .img-container a.img {
  height: 400px;
  width: 100%;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pnk-row article .img-container a.img:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.pnk-row.twocol article .img-container {
  width: 100%;
  height: 221px;
}
.pnk-row.twocol article .img-container a.img {
  width: 100%;
  height: 221px;
  position: relative;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.single-blog-page .author a, .blog-page .author a {
  color: #315279;
  display: inline-block;
  text-decoration: none;
  margin-left: 13px;
}

.single-blog-page .content p {
  line-height: 24px !important;
}
.single-blog-page .content ul li {
  font-weight: 300 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  color: #505D68;
}
.single-blog-page .content ol li {
  font-weight: 300 !important;
  line-height: 24px !important;
  font-size: 16px !important;
  color: #505D68;
}
.single-blog-page .author a:visited {
  color: #315279;
}

.blog-page .author a:visited {
  color: #315279;
}

.sharepost {
  height: 71px;
  width: 100%;
  background-color: #F2F2F2;
  margin-top: 75px;
  text-align: center;
}
.sharepost h4 {
  display: inline-block;
  line-height: 60px !important;
}
.sharepost a {
  display: inline-block;
}
.sharepost a img {
  height: 24px;
  margin: 0 10px;
  vertical-align: middle;
}

#relatedposts {
  padding-top: 76px;
}
#relatedposts > h3 {
  font-size: 28px !important;
  line-height: 38px !important;
  color: #505D68 !important;
  margin-bottom: 13px;
}
#relatedposts .rp-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
}
#relatedposts .rp-container .relatedpost {
  flex: 1;
  max-width: 249px;
  margin-right: 20px;
}
#relatedposts .rp-container .relatedpost:last-child {
  margin-right: 0 !important;
}
#relatedposts .rp-container .relatedpost.last {
  margin-right: 0;
}
#relatedposts .rp-container .relatedpost img {
  width: 100%;
}
#relatedposts .rp-container .relatedpost .cat_badge {
  position: relative;
  text-align: center;
  color: #868686;
  background: rgba(0, 0, 0, 0);
  display: block;
  margin-top: 17px;
  padding: 0;
  font-size: 11px;
}
#relatedposts .rp-container .relatedpost .relatedthumb {
  overflow: hidden;
}
#relatedposts .rp-container .relatedpost .relatedthumb a {
  width: 249px;
  height: 135px;
  display: block;
  background-size: cover;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1023px) {
  #relatedposts .rp-container .relatedpost .relatedthumb a {
    height: 200px;
  }
}
#relatedposts .rp-container .relatedpost .relatedthumb a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#relatedposts .rp-container .relatedpost .relatedcontent .rp-title {
  text-decoration: none;
  cursor: pointer;
}
#relatedposts .rp-container .relatedpost .relatedcontent .rp-title h3 {
  font-size: 16px !important;
  line-height: 22px !important;
  text-align: center;
  color: #505668 !important;
}

#blog_sidebar {
  margin-left: 30px;
  padding-top: 94.5px;
}

.single-post #blog_sidebar {
  padding-top: 95px;
}
@media only screen and (max-width: 1023px) {
  .single-post #blog_sidebar {
    padding-top: 20px;
  }
}

#blog_sidebar #blog-form {
  background-color: #315279;
  color: #ffffff;
  padding: 30px 15px 39px 15px;
}
#blog_sidebar #blog-form .nf-response-msg h2 {
  color: #e2bc66 !important;
}
#blog_sidebar #blog-form .nf-response-msg h2 p {
  color: #e2bc66 !important;
}
#blog_sidebar #blog-form input[type=checkbox].nf-checked {
  background-color: #b08e43;
  border: 1px solid #ffffff;
}
#blog_sidebar #blog-form input[type=checkbox].nf-checked ::before {
  top: -1px;
}
#blog_sidebar #blog-form a {
  color: #c2d1d9 !important;
}
#blog_sidebar #blog-form a:visited {
  color: #c2d1d9 !important;
}
#blog_sidebar #blog-form h2, #blog_sidebar #blog-form p {
  text-align: center;
  color: #ffffff !important;
}
#blog_sidebar #blog-form h2 {
  margin-top: 19px;
}
#blog_sidebar #blog-form p {
  margin-top: 9px;
  padding: 0 25px;
}

#blog-form > img {
  display: block;
  margin: 0 auto;
}

#blog_sidebar #blog-form {
  display: inline-block;
}
#blog_sidebar #nf-form-3-cont {
  padding: 15px 37px 0px 50px;
  position: relative;
}

#nf-form-3-cont .blog_submit input {
  background-color: #b08e43;
  margin-top: 10px;
  border-radius: 4px;
  height: 48px !important;
  transition: all 0.25s ease;
}
#nf-form-3-cont .blog_submit input:hover {
  background-color: #917f4c;
}

#blog_sidebar #nf-form-3-cont #nf-label-field-15, #blog_sidebar #nf-label-field-28 {
  font-weight: 300 !important;
  font-size: 13px;
}

#nf-form-4-cont #nf-label-field-24, #nf-form-4-cont #nf-label-field-27 {
  font-weight: 300 !important;
  font-size: 13px;
}

#blog_sidebar #nf-form-3-cont #nf-label-field-15 a {
  text-decoration: none;
}
#blog_sidebar #nf-form-3-cont #nf-field-16 {
  width: 100%;
  margin-bottom: 0;
}

#pp_container {
  padding: 5px 20px 20px 20px;
  background-color: #F2F2F2;
  margin: 20px 0;
}
#pp_container ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: -10px;
  margin-block-end: 0;
}
#pp_container ul li {
  margin-bottom: 20px;
}
#pp_container .post-img {
  display: inline-block;
  text-decoration: none;
}
#pp_container img {
  display: inline-block;
  margin-right: 12px;
}
#pp_container .content {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
}
#pp_container .content a {
  color: #315279 !important;
  text-decoration: none;
}
#pp_container .content a:visited {
  color: #315279 !important;
  text-decoration: none;
}
#pp_container .content a.cat_badge {
  position: relative;
  background-color: transparent;
  display: block;
  padding: 0;
  color: #868686 !important;
  font-weight: normal;
  font-size: 11px;
}
#pp_container .pptitle {
  font-size: 14px !important;
}

#blog_sidebar .zoom-instagram-widget-user-info {
  padding-top: 16px;
}
#blog_sidebar .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-fullname {
  color: #505D68;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}
#blog_sidebar .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-username {
  font-size: 16px;
  color: #b08e43;
  font-weight: 600;
  margin-bottom: 5px;
}
#blog_sidebar .zoom-instagram-widget-user-info .zoom-instagram-widget-user-info-names-wrapper {
  padding-right: 20px;
  word-break: break-word;
  margin: 20px 0px;
}
#blog_sidebar .zoom-instagram-widget-user-info-stats, #blog_sidebar .zoom-instagram-widget-user-info-follow-button {
  display: none;
}
#blog_sidebar > div:nth-child(4) {
  background-color: #F2F2F2;
  padding: 20px;
}
#blog_sidebar > div:nth-child(4) ul {
  padding-inline-start: 0px;
}

#followus {
  float: right;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #followus {
    margin-top: 0;
  }
}
#followus p {
  display: inline-block;
  vertical-align: middle;
}
#followus a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #f2f2f2;
  text-align: center;
  margin-left: 10px;
}
#followus a img {
  height: 16.9px;
  padding: 10px;
}

#nf-form-3-cont .nf-error-msg {
  color: #fff !important;
}
#nf-form-3-cont .label-right .nf-after-field {
  width: 100%;
}

#nf-form-4-cont #nf-field-24-wrap .nf-field-label {
  width: 100%;
}
#nf-form-4-cont .nf-response-msg {
  padding: 75px 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  text-align: center;
}

#nf-form-6-cont .nf-response-msg {
  padding: 75px 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: white;
  text-align: center;
}

#blog_sidebar #blog-form .ninja-forms-req-symbol {
  color: #fff !important;
  position: relative;
  display: inline-block;
}

#pp_container {
  padding: 5px 20px 30px 20px;
}
#pp_container h5 {
  padding-top: 0;
  margin: 30px 0;
}
#pp_container ul li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  display: block;
  overflow: hidden;
}
#pp_container ul li .post-img {
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
}
#pp_container ul li .post-img img {
  display: block;
  text-decoration: none;
  width: 70px;
  height: 70px;
  position: relative;
}
#pp_container .content {
  position: absolute;
  left: 82px;
  display: block;
  top: 15px;
}

#blog_sidebar #blog-form .asterisk-required {
  position: relative;
  display: block;
  clear: both;
  float: right;
  margin: 0;
  padding: 0;
  height: auto;
}
#blog_sidebar #blog-form .asterisk-required p {
  margin: 0;
  color: #909DA6 !important;
  font-family: "Roboto", sans-serif;
  font-size: 13px !important;
  padding: 0 !important;
}

#subs-form {
  background-color: #315279;
  color: #ffffff;
  padding: 30px 15px 39px 15px;
  max-width: 768px;
  position: relative;
  width: 768px;
}
@media only screen and (max-width: 768px) {
  #subs-form {
    max-width: 500px;
    width: 500px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 480px) {
  #subs-form {
    max-width: 90%;
    width: 90%;
  }
}
#subs-form .subs-form-wrapper {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}
#subs-form .subs-form-wrapper .checkbox-wrap {
  max-width: 320px;
  margin: 0 auto;
}
#subs-form .nf-response-msg h2 {
  color: #e2bc66 !important;
}
#subs-form .nf-response-msg h2 p {
  color: #e2bc66 !important;
}
#subs-form input[type=checkbox].nf-checked {
  background-color: #b08e43;
  border: 1px solid #ffffff;
}
#subs-form input[type=checkbox].nf-checked ::before {
  top: -1px;
}
#subs-form a {
  color: #c2d1d9 !important;
}
#subs-form a:visited {
  color: #c2d1d9 !important;
}
#subs-form h2, #subs-form p {
  text-align: center;
  color: #ffffff !important;
}
#subs-form h2 {
  margin-top: 19px;
}
#subs-form p {
  margin-top: 9px;
  padding: 0 25px;
}

#subs-form .subs-form-wrapper > img {
  display: block;
  margin: 0 auto;
}

#subs-form .ninja-forms-req-symbol {
  color: #fff !important;
  position: relative;
  display: inline-block;
}

#subs-form .asterisk-required {
  position: relative;
  display: block;
  clear: both;
  float: right;
  margin: 0;
  padding: 0;
  height: auto;
}
#subs-form .asterisk-required p {
  margin: 0;
  color: #909DA6 !important;
  font-family: "Roboto", sans-serif;
  font-size: 13px !important;
  padding: 0 !important;
}

#subs-form .nf-form-cont .nf-field-container .checkbox-wrap label {
  color: #c2d1d9 !important;
}

#subs-form .blog_submit input {
  background-color: #b08e43;
  border-radius: 4px;
  height: 48px !important;
  transition: all 0.25s ease;
  max-width: 290px;
  margin: 10px auto 0;
  position: relative;
  display: block;
}
#subs-form .blog_submit input:hover {
  background-color: #917f4c;
}

.lity-content + .lity-close {
  display: none;
}

.news-page .news-wrapper {
  display: block;
  position: relative;
}
.news-page .news-wrapper .pnk-row {
  margin-right: 1%;
  padding-left: 0;
  width: 49%;
  float: left;
  height: 430px;
}
@media only screen and (max-width: 1024px) {
  .news-page .news-wrapper .pnk-row {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    height: auto;
  }
}
.news-page .news-wrapper .pnk-row.alt {
  margin-left: 1%;
  clear: right;
  width: 49%;
  float: left;
  margin-right: 0;
  margin-bottom: 20px;
  height: 430px;
}
@media only screen and (max-width: 1024px) {
  .news-page .news-wrapper .pnk-row.alt {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    height: auto;
  }
}
.news-page .news-wrapper .pnk-row h2:after {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 4px;
  background-color: #a58d49;
  margin-top: 10px;
}
.news-page .news-wrapper .pnk-row article {
  padding: 30px 30px 80px 30px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
.news-page .news-wrapper .pnk-row article .view-article {
  display: none;
  color: #B08E43;
  text-align: right;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 37px;
  clear: both;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
  float: right;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 30px;
}
.news-page .news-wrapper .pnk-row article .cat_badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.news-page .news-wrapper .pnk-row article .cat_badge .cat_badge_link {
  background-color: rgba(80, 93, 104, 0.6);
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  z-index: 9;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}
.news-page .news-wrapper .pnk-row .author {
  color: #a58d49;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}

.single-news-page article .img-container .cat_badge {
  position: absolute;
  left: 0;
  bottom: 0;
}
.single-news-page article .img-container .cat_badge .cat_badge_link {
  background-color: rgba(80, 93, 104, 0.6);
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  z-index: 9;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}
.single-news-page article .author {
  padding-left: 20px;
  color: #a58d49;
  text-transform: uppercase;
  text-decoration: none;
}
.single-news-page article .content {
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}
.single-news-page article .link-new-external a {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.single-news-page article .link-new-external a:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.single-news-page article .link-new-external a:hover {
  color: #93814f;
}
.single-news-page article .link-new-external a:hover:before {
  color: #93814f;
}

#blog_sidebar h2 {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 21px;
  line-height: 30px;
  padding-top: 0;
  margin: 0 0 30px 0;
}

#blog_sidebar .tagcloud {
  position: relative;
  display: block;
  overflow: hidden;
}

#blog_sidebar .tagcloud a.tag-cloud-link {
  position: relative;
  display: inline-block;
  float: left;
  padding: 17px;
  text-align: center;
  margin: 0 10px 10px 0;
  font-size: 14px !important;
  line-height: 20px;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  color: #505d68;
  border-radius: 4px;
}

#blog_sidebar .latest-news {
  display: block;
  padding: 30px 20px;
  border: 1px solid #f2f2f2;
  margin: 30px 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
#blog_sidebar .latest-news > h2 {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
  color: #505d68;
}
#blog_sidebar .latest-news ul.news-list {
  position: relative;
  display: block;
  border-top: 1px solid #d8d8d8;
  padding: 0;
  margin: 0;
  clear: both;
}
#blog_sidebar .latest-news ul.news-list li {
  padding: 20px 0;
  position: relative;
  display: block;
  clear: both;
  border-bottom: 1px solid #d8d8d8;
}
#blog_sidebar .latest-news ul.news-list li .news-author {
  position: relative;
  display: block;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #a58d49;
  text-decoration: none;
}
#blog_sidebar .latest-news ul.news-list li .news-author:hover {
  color: #93814f;
}
#blog_sidebar .latest-news ul.news-list li h2 {
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  display: block;
}
#blog_sidebar .latest-news ul.news-list li h2 .news-permalink {
  position: relative;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  color: #315279;
  padding-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#blog_sidebar .latest-news ul.news-list li .date {
  font-size: 14px;
  line-height: 20px;
  color: #868686;
  font-weight: 300;
}
#blog_sidebar .latest-news .news-link {
  position: relative;
  display: block;
  padding-top: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #a58d49;
  text-decoration: none;
  transition: all 0.25s ease;
}
#blog_sidebar .latest-news .news-link:hover {
  color: #93814f;
}

.pagination {
  position: relative;
  display: block;
  clear: both;
  padding-top: 20px;
}

/* CALCULADORA */
#calc-elementor {
  max-width: 1200px;
  margin: 0 auto;
}

#calc-container {
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  max-height: 575px;
  margin-bottom: 200px;
  background-color: rgba(194, 209, 217, 0.2);
  background-image: url("/es/wp-content/themes/pronokal/img/calcbg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
#calc-container.free {
  height: auto;
  max-height: none;
  margin-bottom: 75px;
}
#calc-container.low .wlhide {
  display: none;
}
#calc-container .fcontainer {
  display: flex;
}
#calc-container .col-1 {
  flex: 1;
  margin: 0;
}
#calc-container .resultn p {
  font-weight: bold !important;
}
#calc-container.graph {
  margin-bottom: 79px !important;
}
#calc-container #cal_step_1 .calc {
  max-width: 512px;
  width: 100%;
  height: 540px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
}
#calc-container #cal_step_1 .calc h4 {
  text-align: center;
  font-family: "Helvetica";
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
#calc-container #cal_step_1 .calc #formCalculadora {
  padding: 44px 72px;
}
#calc-container #cal_step_1 .calc #formCalculadora h3 {
  text-align: center;
  color: #505D68 !important;
  font-size: 28px !important;
  padding-bottom: 20px !important;
}
#calc-container #cal_step_1 .calc #formCalculadora p label:nth-child(1) {
  width: 90px;
  display: inline-block;
  font-size: 14px;
}
#calc-container #cal_step_1 .calc #formCalculadora input[type=text] {
  width: 200px;
  height: 40px;
  display: inline-block;
  color: #505D68;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #c6c6c6;
}
#calc-container #cal_step_1 .calc #formCalculadora p label.des {
  display: inline-block;
  font-size: 14px;
  padding-left: 18px;
}
#calc-container #cal_step_1 .calc #formCalculadora p.element-form {
  margin-bottom: 10px;
}
#calc-container #cal_step_1 .calc #formCalculadora .errorTxt label.error {
  clear: both;
  color: #b08e43;
  display: block !important;
  font-size: 12px !important;
  line-height: 18px;
  margin-top: 5px;
  padding-right: 66px;
  position: relative;
  text-align: right;
  width: 100% !important;
}
#calc-container #cal_step_1 .col-1:nth-child(1) {
  padding: 70px 72px 0 72px;
}
#calc-container #cal_step_1 .col-1:nth-child(2) img {
  display: block;
  margin-top: 70px;
  margin-bottom: 25px;
}
#calc-container #cal_step_1 .col-1:nth-child(2) div {
  border-top: 2px solid #B08E43;
  border-bottom: 2px solid #B08E43;
  margin-right: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#calc-container #cal_step_1 .col-1:nth-child(2) div span {
  padding-top: 129px;
  font-size: 21px;
  line-height: 31px;
  color: #505D68;
  font-weight: 300;
}
#calc-container .cal_button {
  background-color: #315279;
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  width: 369px;
  display: inline-block;
  color: #ffffff;
  margin-top: 26px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
#calc-container #cal_step_2 {
  display: none;
  padding: 0px 33px 20px 33px;
}
#calc-container #cal_step_2 .resultn div.res {
  display: inline-block;
  background-color: #fbf9f4;
  padding: 10px;
  margin: 10px;
  max-width: 200px;
  width: 100%;
}
#calc-container #cal_step_2 .resultn div.res p {
  margin: 0;
  color: #B08E43;
}
#calc-container #cal_step_2 .col-1 {
  padding: 0 15px;
}
#calc-container #cal_step_2 h1 {
  display: block;
  width: 100%;
  text-align: center;
}
#calc-container #cal_step_2 .resultdef p.rtext {
  display: none;
}
#calc-container #cal_step_2 .resultn {
  background-color: #fff;
  color: #505D68;
  text-align: center;
  padding-top: 37px;
  min-height: 490px;
}
#calc-container #cal_step_2.normal {
  max-width: 610px;
  margin: 0 auto;
}
#calc-container #cal_step_2.normal .resultn {
  min-height: 260px;
}
#calc-container #cal_step_2 .resultn span {
  font-size: 16px;
  display: block;
}
#calc-container #cal_step_2 .resultn p {
  display: inline-block;
}
#calc-container input[type=radio] {
  margin-right: 5px;
}

#formCalculadora > p:nth-child(2) > span:nth-child(3) {
  margin-right: 60px;
}

#calc-container #cal_step_2 .resultn span {
  line-height: 20px;
  color: #505D68;
  padding: 0 22px;
}
#calc-container .resultn p {
  font-size: 20px !important;
}
#calc-container .resultdef {
  min-height: 120px;
  font-size: 16px;
  font-weight: 300;
  color: #505D68;
}
#calc-container .resultdef p, #calc-container .resultdef h1, #calc-container .resultdef h2, #calc-container .resultdef h3 {
  margin-top: 0;
}
#calc-container .form-anch2 {
  text-align: center;
}
#calc-container .form-anch2 p, #calc-container .form-anch2 a {
  margin-bottom: 25px !important;
  display: inline-block;
}
#calc-container .form-anch {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 40px 0 0 0;
}
#calc-container .form-anch a {
  background-color: #315279;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: 700;
  height: 47px !important;
  line-height: 19px;
  padding: 14px 30px;
  transition: all 0.5s ease;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
}
#calc-container .form-anch a:hover {
  background-color: #284363;
}
#calc-container .form-anch2 a {
  background-color: #315279;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: 700;
  height: 47px !important;
  line-height: 19px;
  padding: 14px 30px;
  transition: all 0.5s ease;
  appearance: none;
  -webkit-appearance: none;
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  box-sizing: border-box;
}
#calc-container .form-anch2 a:hover {
  background-color: #284363;
}

#chart.nvd3-svg {
  height: 460px !important;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

#calc-container #chart .nvd3 text {
  fill: #505D68 !important;
  font: normal 12px Roboto !important;
}
#calc-container #chart .nvd3.nv-legend .nv-series:nth-child(2) rect.nv-legend-symbol {
  stroke-width: 2 !important;
  color: #315279 !important;
  fill: #b68e39 !important;
  fill-opacity: 0 !important;
  stroke: none !important;
}
#calc-container #chart .nvd3.nv-legend .nv-series:nth-child(3) rect.nv-legend-symbol {
  stroke-width: 2 !important;
  color: #B08E43 !important;
  fill: #b68e39 !important;
  fill-opacity: 0 !important;
  stroke: none !important;
}
#calc-container #chart .nvd3.nv-legend .nv-series:nth-child(4) rect.nv-legend-symbol {
  stroke-width: 2 !important;
  color: #C2D1D9 !important;
  fill: #b68e39 !important;
  fill-opacity: 0 !important;
  stroke: none !important;
}

.nvd3 .nv-legend .nv-series:nth-child(4), .nvd3 .nv-legend .nv-series:nth-child(5), .nvd3 .nv-legend .nv-series:nth-child(6), .nvd3 .nv-legend .nv-series:nth-child(7), .nvd3 .nv-legend .nv-series:nth-child(8) {
  display: none;
}

#calc-container #chart .nvd3 .nv-check-box .nv-box, #calc-container #chart .nvd3 .nv-check-box .nv-check {
  fill-opacity: 1 !important;
}
#calc-container #chart .nv-group {
  stroke-width: 3 !important;
  fill-opacity: 1 !important;
}

.chart-container h2 {
  color: #505D68;
  text-align: center;
}
.chart-container h5 {
  text-align: center;
}
.chart-container .legend-desc {
  position: relative;
  display: block;
  margin: 30px auto;
  width: 100%;
  max-width: 750px;
}
.chart-container .legend-desc .legend-desc-title {
  color: #505D68 !important;
  text-align: left;
  font-size: 20px !important;
  line-height: 30px !important;
  font-weight: 300 !important;
  margin-bottom: 20px;
}
.chart-container .legend-desc .legend-desc-text {
  color: #505D68 !important;
  text-align: left;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin-bottom: 20px;
}
.chart-container .legend-desc .legend-desc-text p {
  color: #505D68 !important;
  text-align: left;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
}
.chart-container .legend-desc .legend-desc-list {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .chart-container .legend-desc .legend-desc-list {
    display: block;
  }
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element {
  position: relative;
  display: block;
  flex: 1;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .chart-container .legend-desc .legend-desc-list .legend-desc-element {
    display: block;
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element.legend-element-1:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 10px;
  background-color: #315279;
  content: "";
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element.legend-element-2:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 10px;
  background-color: #b08e43;
  content: "";
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element.legend-element-3:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  height: 3px;
  width: 35px;
  border-radius: 10px;
  background-color: #c2d1d9;
  content: "";
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element p {
  position: relative;
  display: block;
  padding-left: 50px;
  color: #505D68 !important;
  text-align: left;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400 !important;
  margin: 0;
}
.chart-container .legend-desc .legend-desc-list .legend-desc-element p strong {
  font-weight: 500 !important;
}

/* BANNER WITH TEXT & PHOTO - SEPARATOR */
.banner-w-text-photo-s {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 320px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s {
    margin-top: 20px;
    height: auto;
  }
}
.banner-w-text-photo-s .container-full {
  height: 100%;
}
.banner-w-text-photo-s .container-full .container-page {
  height: 100%;
}
.banner-w-text-photo-s .banner-img {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-img {
    position: relative;
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
}
.banner-w-text-photo-s .banner-img img {
  height: 320px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-img img {
    width: 100%;
    height: auto;
  }
}
.banner-w-text-photo-s .banner-text {
  align-items: center;
  display: flex;
  float: right;
  height: 100%;
  justify-content: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-text {
    width: 100%;
    float: none;
    clear: both;
    padding: 40px 0;
    text-align: center;
  }
}
.banner-w-text-photo-s .banner-text h1 {
  color: #505d68;
  font-size: 45px;
  font-weight: 300;
  hyphens: auto;
  line-height: normal;
  margin: 0 0 12px 0;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-text h1 {
    max-width: 100%;
    font-weight: 300;
    font-size: 40px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-text h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.banner-w-text-photo-s .banner-text h1.fs-18-lh-28 {
  font-size: 18px;
  line-height: 28px;
}
.banner-w-text-photo-s .banner-text h1.fs-28-lh-38 {
  font-size: 28px;
  line-height: 38px;
}
.banner-w-text-photo-s .banner-text p {
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo-s .banner-text p {
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
}
.banner-w-text-photo-s .banner-text p strong {
  font-weight: 500;
}
.banner-w-text-photo-s .banner-text p a {
  color: #315279;
}
.banner-w-text-photo-s .banner-text .fs-18-lh-28 p {
  font-size: 18px;
  line-height: 28px;
}
.banner-w-text-photo-s .banner-text .fs-28-lh-38 p {
  font-size: 28px;
  line-height: 38px;
}

/* BANNER WITH TEXT & PHOTO */
.module-btp-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.module-btp-wrapper.no-bg-img {
  overflow: visible;
}

.banner-w-text-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 490px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo {
    margin-top: 0;
    padding: 51px 0 55px 0;
    height: 340px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.banner-w-text-photo.w-form {
  height: 490px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo.w-form {
    height: 340px;
  }
}
.banner-w-text-photo.w-form.w-desc {
  height: 360px;
}
.banner-w-text-photo.w-form.w-desc .banner-text h1 {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.banner-w-text-photo.w-form.w-desc .banner-text h1::after {
  background-color: #b9babb;
  bottom: -10px;
  content: "";
  display: block;
  height: 8px;
  position: relative;
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo.w-form.hide-form-mobile {
    height: auto;
    padding: 40px 0;
    margin-top: 52px;
  }
}
.banner-w-text-photo.w-form.no-bg-img {
  height: 360px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo.w-form.no-bg-img {
    height: auto;
  }
}
.banner-w-text-photo.w-desc {
  height: 360px;
}
.banner-w-text-photo.no-bg-img {
  height: 360px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo.no-bg-img {
    height: auto;
  }
}
.banner-w-text-photo .container-full {
  height: 100%;
}
.banner-w-text-photo .container-full .container-page {
  height: 100%;
}
.banner-w-text-photo .banner-text {
  align-items: center;
  display: flex;
  float: left;
  height: 100%;
  justify-content: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .banner-w-text-photo .banner-text {
    width: 50%;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text {
    width: 50%;
    float: none;
    clear: both;
    height: 100%;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .banner-w-text-photo .banner-text {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text .banner-text-content {
    width: 100%;
    float: none;
    clear: both;
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text .banner-text-content .btc-wrapper {
    position: relative;
    display: block;
  }
}
.banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-title-mini {
  color: #505d68;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-title-mini {
    font-size: 12px;
    line-height: 30px;
  }
}
.banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-title {
  color: #505d68;
  font-size: 45px;
  font-weight: 300;
  hyphens: auto;
  line-height: normal;
  margin: 0 0 12px 0;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-title {
    max-width: 100%;
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
  }
}
.banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.banner-w-text-photo .banner-text .banner-text-content .btc-wrapper .btc-text p strong {
  font-weight: 500;
}
.banner-w-text-photo .banner-form {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 60px;
  position: relative;
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form.hide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form.f-w-desc {
    display: none;
  }
}
.banner-w-text-photo .banner-form .banner-form-box {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: block;
  float: right;
  margin: 0;
  max-width: 360px;
  padding: 20px;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form .banner-form-box {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
}
.banner-w-text-photo .banner-form .banner-form-box h3 {
  color: #505d68;
  display: block;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto 5px auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form .banner-form-box h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.banner-w-text-photo .banner-form .banner-form-box h4 {
  color: #505d68;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto 5px auto;
  position: relative;
  text-align: center;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input::-webkit-input-placeholder,
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input::-moz-placeholder,
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element select::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input:-ms-input-placeholder,
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element select:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input:-moz-placeholder,
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element select:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=text],
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=email],
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=tel],
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=button],
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element select {
  background-color: #fafafa;
  border: 1px solid #d6dbde;
  border-radius: 0;
  color: #505d68;
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  padding: 11px 12px;
  -webkit-appearance: none;
}
.banner-w-text-photo .banner-form .banner-form-box .list-select-wrap:before {
  font-family: "icomoon";
  z-index: 2;
  content: "";
  position: absolute;
  right: 4px;
  top: 8px;
  display: block;
  width: auto;
  font-size: 26px;
  color: rgba(80, 93, 104, 0.5);
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=checkbox].nf-checked {
  background: #315279;
  border: 2px solid transparent;
  outline: none;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=checkbox].nf-checked:before {
  color: #ffffff;
  content: "";
  font-family: "icomoon";
  font-size: 21px;
  left: 0;
  position: absolute;
  top: 0;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=checkbox]:focus {
  outline: none;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=button] {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-element input[type=button]:hover {
  background-color: #e45238;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-response-msg {
  padding: 110px 20px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form .banner-form-box .nf-response-msg {
    padding: 30px 0 !important;
    margin: 0;
  }
}
.banner-w-text-photo .banner-form .banner-form-box .nf-response-msg p {
  font-size: 21px;
  line-height: 31px;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-next-item input.nf-next {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-next-item input.nf-next:hover {
  background-color: #e45238;
}
.banner-w-text-photo .banner-form .banner-form-box .nf-field-container .checkbox-wrap label a {
  text-decoration: none;
  color: #315279;
}
.banner-w-text-photo .banner-form .banner-form-box.style-1 {
  background-color: #ffffff;
  border: 10px solid #b08e43;
}
.banner-w-text-photo .banner-form .banner-form-box.style-1 h3 {
  color: #b08e43;
}
.banner-w-text-photo .banner-form .banner-form-box.style-1 .nf-field-element input[type=text], .banner-w-text-photo .banner-form .banner-form-box.style-1 .nf-field-element input[type=email], .banner-w-text-photo .banner-form .banner-form-box.style-1 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-1 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 {
  background-color: #315279;
  border: none;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 h3 {
  color: #ffffff;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-element input[type=text], .banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-element input[type=email], .banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: none;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-element select {
  background-color: #ffffff;
  border: none;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-container .checkbox-wrap label {
  color: #ffffff;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-container .checkbox-wrap label a {
  color: #ffffff;
}
.banner-w-text-photo .banner-form .banner-form-box.style-2 .nf-field-element input[type=button] {
  background-color: #b08e43;
  color: #ffffff;
}
.banner-w-text-photo .banner-form .banner-form-box.style-3 {
  background-color: #ffffff;
  border: none;
}
.banner-w-text-photo .banner-form .banner-form-box.style-3 h3 {
  color: #b08e43;
}
.banner-w-text-photo .banner-form .banner-form-box.style-3 .nf-field-element input[type=text], .banner-w-text-photo .banner-form .banner-form-box.style-3 .nf-field-element input[type=email], .banner-w-text-photo .banner-form .banner-form-box.style-3 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-3 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-3 .nf-field-element input[type=button] {
  background-color: #b08e43;
  color: #ffffff;
}
.banner-w-text-photo .banner-form .banner-form-box.style-4 {
  background-color: #c2d1d9;
  border: none;
}
.banner-w-text-photo .banner-form .banner-form-box.style-4 h3 {
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-4 .nf-field-element input[type=text], .banner-w-text-photo .banner-form .banner-form-box.style-4 .nf-field-element input[type=email], .banner-w-text-photo .banner-form .banner-form-box.style-4 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.style-4 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-w-text-photo .banner-form .banner-form-box.banner-form-box-response h3 {
  display: none;
}
.banner-w-text-photo .banner-form .banner-form-box.banner-form-box-response h4 {
  display: none;
}
.banner-w-text-photo .banner-form .banner-form-box.banner-form-box-response .nf-response-msg {
  padding: 110px 20px;
}
@media only screen and (max-width: 768px) {
  .banner-w-text-photo .banner-form .banner-form-box.banner-form-box-response .nf-response-msg {
    padding: 30px 0 !important;
    margin: 0;
  }
}

.banner-form-mobile {
  padding-bottom: 20px;
  position: relative;
  display: none;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile {
    display: block;
  }
}
.banner-form-mobile .banner-form {
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-top: 60px;
  position: relative;
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form.hide {
    display: none;
  }
}
.banner-form-mobile .banner-form .banner-form-box {
  background-color: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: block;
  float: right;
  margin: 0;
  max-width: 360px;
  padding: 20px;
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form .banner-form-box {
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
  }
}
.banner-form-mobile .banner-form .banner-form-box h3 {
  color: #505d68;
  display: block;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 auto 5px auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form .banner-form-box h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.banner-form-mobile .banner-form .banner-form-box h4 {
  color: #505d68;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 auto 5px auto;
  position: relative;
  text-align: center;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input::-webkit-input-placeholder,
.banner-form-mobile .banner-form .banner-form-box .nf-field-element select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input::-moz-placeholder,
.banner-form-mobile .banner-form .banner-form-box .nf-field-element select::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input:-ms-input-placeholder,
.banner-form-mobile .banner-form .banner-form-box .nf-field-element select:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input:-moz-placeholder,
.banner-form-mobile .banner-form .banner-form-box .nf-field-element select:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=text],
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=email],
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=tel],
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=button],
.banner-form-mobile .banner-form .banner-form-box .nf-field-element select {
  background-color: #fafafa;
  border: 1px solid #d6dbde;
  border-radius: 0;
  color: #505d68;
  font-size: 14px;
  height: 42px;
  line-height: 20px;
  padding: 11px 12px;
  -webkit-appearance: none;
}
.banner-form-mobile .banner-form .banner-form-box .list-select-wrap:before {
  font-family: "icomoon";
  z-index: 2;
  content: "";
  position: absolute;
  right: 4px;
  top: 8px;
  display: block;
  width: auto;
  font-size: 26px;
  color: rgba(80, 93, 104, 0.5);
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=checkbox].nf-checked {
  background: #315279;
  border: 2px solid transparent;
  outline: none;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=checkbox].nf-checked:before {
  color: #ffffff;
  content: "";
  font-family: "icomoon";
  font-size: 21px;
  left: 0;
  position: absolute;
  top: 0;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=checkbox]:focus {
  outline: none;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=button] {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-element input[type=button]:hover {
  background-color: #e45238;
}
.banner-form-mobile .banner-form .banner-form-box .nf-response-msg {
  padding: 110px 20px;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form .banner-form-box .nf-response-msg {
    padding: 30px 0 !important;
    margin: 0;
  }
}
.banner-form-mobile .banner-form .banner-form-box .nf-response-msg p {
  font-size: 21px;
  line-height: 31px;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box .nf-next-item input.nf-next {
  background-color: #f47058;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.banner-form-mobile .banner-form .banner-form-box .nf-next-item input.nf-next:hover {
  background-color: #e45238;
}
.banner-form-mobile .banner-form .banner-form-box .nf-field-container .checkbox-wrap label a {
  text-decoration: none;
  color: #315279;
}
.banner-form-mobile .banner-form .banner-form-box.style-1 {
  background-color: #ffffff;
  border: 10px solid #b08e43;
}
.banner-form-mobile .banner-form .banner-form-box.style-1 h3 {
  color: #b08e43;
}
.banner-form-mobile .banner-form .banner-form-box.style-1 .nf-field-element input[type=text], .banner-form-mobile .banner-form .banner-form-box.style-1 .nf-field-element input[type=email], .banner-form-mobile .banner-form .banner-form-box.style-1 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-1 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 {
  background-color: #315279;
  border: none;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 h3 {
  color: #ffffff;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-element input[type=text], .banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-element input[type=email], .banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: none;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-element select {
  background-color: #ffffff;
  border: none;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-container .checkbox-wrap label {
  color: #ffffff;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-container .checkbox-wrap label a {
  color: #ffffff;
}
.banner-form-mobile .banner-form .banner-form-box.style-2 .nf-field-element input[type=button] {
  background-color: #b08e43;
  color: #ffffff;
}
.banner-form-mobile .banner-form .banner-form-box.style-3 {
  background-color: #ffffff;
  border: none;
}
.banner-form-mobile .banner-form .banner-form-box.style-3 h3 {
  color: #b08e43;
}
.banner-form-mobile .banner-form .banner-form-box.style-3 .nf-field-element input[type=text], .banner-form-mobile .banner-form .banner-form-box.style-3 .nf-field-element input[type=email], .banner-form-mobile .banner-form .banner-form-box.style-3 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-3 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-3 .nf-field-element input[type=button] {
  background-color: #b08e43;
  color: #ffffff;
}
.banner-form-mobile .banner-form .banner-form-box.style-4 {
  background-color: #c2d1d9;
  border: none;
}
.banner-form-mobile .banner-form .banner-form-box.style-4 h3 {
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-4 .nf-field-element input[type=text], .banner-form-mobile .banner-form .banner-form-box.style-4 .nf-field-element input[type=email], .banner-form-mobile .banner-form .banner-form-box.style-4 .nf-field-element input[type=tel] {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.style-4 .nf-field-element select {
  background-color: #ffffff;
  border: 1px solid #d6dbde;
  color: #505d68;
}
.banner-form-mobile .banner-form .banner-form-box.banner-form-box-response h3 {
  display: none;
}
.banner-form-mobile .banner-form .banner-form-box.banner-form-box-response h4 {
  display: none;
}
.banner-form-mobile .banner-form .banner-form-box.banner-form-box-response .nf-response-msg {
  padding: 110px 20px;
}
@media only screen and (max-width: 768px) {
  .banner-form-mobile .banner-form .banner-form-box.banner-form-box-response .nf-response-msg {
    padding: 30px 0 !important;
    margin: 0;
  }
}

.banner-desc {
  display: block;
  height: 130px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .banner-desc {
    clear: both;
    height: auto;
  }
}
.banner-desc .container-full {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-desc .container-full {
    height: auto;
  }
}
.banner-desc .container-full .container-page {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-desc .container-full .container-page {
    height: auto;
  }
}
.banner-desc .banner-desc-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  padding-right: 20px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner-desc .banner-desc-wrapper {
    align-items: center;
    display: block;
    height: auto;
    padding: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}
.banner-desc .banner-desc-wrapper img {
  display: inline-block;
  margin: 0;
  padding-right: 40px;
  position: relative;
  max-width: 190px;
}
@media only screen and (max-width: 768px) {
  .banner-desc .banner-desc-wrapper img {
    display: block;
    padding-right: 0;
    position: relative;
    margin: 0 auto 20px;
    clear: both;
    max-width: 138px;
  }
}
.banner-desc .banner-desc-wrapper p {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .banner-desc .banner-desc-wrapper p {
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 19px;
    margin: 0;
    padding-right: 20px;
    position: relative;
    clear: both;
    text-align: center;
    width: 100%;
  }
}

/* CALCULATOR FORM */
.module-calcf {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-calcf .container-page {
    padding: 0;
  }
}
.module-calcf #calc-container {
  box-sizing: border-box;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .module-calcf #calc-container {
    max-height: none;
  }
}
@media only screen and (max-width: 768px) {
  .module-calcf #calc-container {
    padding: 30px 16px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .module-calcf #calc-container .fcontainer {
    max-height: none;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .module-calcf #calc-container #cal_step_1 .calc {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-calcf #calc-container #cal_step_1 .calc {
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .module-calcf #calc-container .col-1 {
    flex: none;
    margin: 0;
    display: block;
    clear: both;
  }
}
.module-calcf #calc-container .col-1.calc-box-form {
  padding: 75px 130px 0 30px;
}
@media only screen and (max-width: 1024px) {
  .module-calcf #calc-container .col-1.calc-box-form {
    padding: 30px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .module-calcf #calc-container .col-1.calc-box-form {
    padding: 0;
    margin: 0;
  }
}
.module-calcf #calc-container .col-1.calc-box-form .cal_button {
  background-color: #315279;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin-top: 26px;
  padding: 12px 0;
  text-align: center;
  width: 369px;
  -webkit-appearance: none;
}
@media only screen and (max-width: 768px) {
  .module-calcf #calc-container .col-1.calc-box-form .cal_button {
    width: 100%;
    max-width: 369px;
  }
}
.module-calcf #calc-container .calc-form-desc {
  border-bottom: 2px solid #b08e43;
  border-top: 2px solid #b08e43;
  margin-right: 60px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.module-calcf #calc-container .calc-form-desc p {
  color: #505d68;
  font-size: 21px;
  font-weight: 300;
  line-height: 31px;
}
.module-calcf #calc-container .calc-form-desc p strong {
  font-weight: 500;
}

/* CALCULATOR FORM - RESPONSE*/
.module-calcr {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
}
.module-calcr #calc-container {
  box-sizing: border-box;
  margin-bottom: 70px;
}

/* COLUMNS CAROUSEL */
.module-columns-carousel {
  clear: both;
  display: block;
  position: relative;
}
.module-columns-carousel .cc-title-section {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 28px;
  line-height: 32px;
  margin: 25px 0;
  position: relative;
  text-align: center;
}
.module-columns-carousel .cc-wrapper {
  clear: both;
  display: block;
  position: relative;
}
.module-columns-carousel .cc-wrapper.centered {
  text-align: center;
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 10px;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .module-columns-carousel .cc-wrapper .cc-el-wrapper {
    padding: 0 20px;
  }
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper .cc-icon {
  border-bottom: 1px solid rgba(176, 142, 67, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper .cc-icon img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
  position: relative;
  width: 100%;
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper h3.cc-title {
  color: #505d68;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px 0;
}
@media only screen and (max-width: 768px) {
  .module-columns-carousel .cc-wrapper .cc-el-wrapper h3.cc-title {
    text-align: center;
  }
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper .cc-text {
  border-bottom: 1px solid rgba(176, 142, 67, 0.2);
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-columns-carousel .cc-wrapper .cc-el-wrapper .cc-text {
    text-align: center;
  }
}
.module-columns-carousel .cc-wrapper .cc-el-wrapper .cc-text p {
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.module-columns-carousel .cc-wrapper .slick-dots li button:before {
  color: #b08e43;
  font-size: 10px;
}

/* COLUMNS METHOD */
.module-columns-methods {
  clear: both;
  display: block;
  position: relative;
  text-align: center;
}
.module-columns-methods .cm-title-section {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 15px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-columns-methods .cm-title-section {
    font-size: 18px;
    line-height: 28px;
  }
}
.module-columns-methods .cm-link-section {
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  text-align: center;
  transition: all 0.25s ease;
}
.module-columns-methods .cm-link-section:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.module-columns-methods .cm-link-section:hover {
  color: #93814f;
}
.module-columns-methods .cm-link-section:hover:before {
  color: #93814f;
}
.module-columns-methods .cm-wrapper {
  clear: both;
  display: flex;
  margin-top: 30px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .module-columns-methods .cm-wrapper {
    position: relative;
    display: block;
    clear: both;
  }
}
.module-columns-methods .cm-wrapper .cm-el-wrapper {
  box-sizing: border-box;
  display: block;
  margin: 0 10px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .module-columns-methods .cm-wrapper .cm-el-wrapper {
    margin: 0;
  }
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-logo {
  align-content: center;
  display: flex;
  justify-content: center;
  padding: 28px 10px;
  position: relative;
  width: 100%;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-logo img {
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-image {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-image img {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box {
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  margin: -30px 20px 20px;
  padding: 45px 15px 30px 41px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box {
    padding: 45px 25px 30px 25px;
  }
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-title {
  color: #505d68;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 11px;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-text {
  display: block;
  margin-bottom: 41px;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-text p {
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-link {
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-link:hover {
  color: #93814f;
}
.module-columns-methods .cm-wrapper .cm-el-wrapper .cm-info-box .cm-link:hover:before {
  color: #93814f;
}

/* COLLAGE PHOTOS */
.collage-photos {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.collage-photos .collage-photos-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 18px 0;
  }
}
.collage-photos .collage-photos-text {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  max-width: 995px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-text {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
}
.collage-photos .collage-photos-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-text p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
  }
}
.collage-photos .collage-photos-text strong {
  font-weight: 500;
}
.collage-photos .collage-photos-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.collage-photos .collage-photos-box img {
  display: block;
  position: relative;
  width: 100%;
}
.collage-photos .collage-photos-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.collage-photos .collage-photos-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.collage-photos .collage-photos-link:hover {
  color: #93814f;
}
.collage-photos .collage-photos-link:hover:before {
  color: #93814f;
}
.collage-photos .collage-photos-overlay-act {
  cursor: pointer;
  display: block;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-top: 0;
  }
}
.collage-photos .collage-photos-overlay-act.no-link {
  cursor: inherit;
}
.collage-photos .collage-photos-overlay-act:hover .collage-photos-overlay {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act:hover .collage-photos-overlay {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    align-items: center;
  }
}
.collage-photos .collage-photos-overlay-act:hover .collage-photos-overlay:before {
  background-color: #000;
  content: "";
  display: flex;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act:hover .collage-photos-overlay:before {
    display: none;
  }
}
.collage-photos .collage-photos-overlay-act .collage-photos-overlay {
  display: none;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act .collage-photos-overlay {
    display: block;
    padding: 0 16px;
  }
}
.collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
}
.collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content h2 {
  color: #ffffff;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 auto 40px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content h2 {
    color: #505d68;
    font-size: 24px;
    line-height: 30px;
    margin: 0 auto 20px 0;
  }
}
.collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content a {
  background-color: #ffffff;
  border-radius: 2px;
  color: #315279;
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto;
  max-width: 320px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .collage-photos .collage-photos-overlay-act .collage-photos-overlay .collage-photos-overlay-content a {
    background-color: #315279;
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

/* COLUMNS TEXT WITH ICON */
.columns-text-w-icon {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
  text-align: center;
}
.columns-text-w-icon .ctwi-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.columns-text-w-icon .ctwi-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.columns-text-w-icon .ctwi-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.columns-text-w-icon .ctwi-link:hover {
  color: #93814f;
}
.columns-text-w-icon .ctwi-link:hover:before {
  color: #93814f;
}
.columns-text-w-icon .ctwi-columns {
  clear: both;
  display: block;
  margin-top: 45px;
  overflow: hidden;
  position: relative;
}
.columns-text-w-icon .ctwi-columns .ctwi-el {
  display: block;
  float: left;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-columns .ctwi-el {
    width: 50%;
    margin-bottom: 20px;
  }
}
.columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-icon {
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-icon {
    position: relative;
    display: block;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-icon img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-icon img {
    margin: 0 auto;
    width: 100%;
  }
}
.columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-text {
  color: #505d68;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-text {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-text p {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-columns .ctwi-el .ctwi-el-text br {
    display: none;
  }
}
.columns-text-w-icon .ctwi-columns .slick-dots {
  bottom: 0;
  text-align: center;
}
.columns-text-w-icon .ctwi-columns .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.columns-text-w-icon .ctwi-columns .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: #b08e43;
  border: 0;
  outline: none;
  background: #e4ddce;
  border-radius: 50%;
  margin: 5px 0;
}
.columns-text-w-icon .ctwi-columns .slick-dots li button:before {
  display: none;
}
.columns-text-w-icon .ctwi-columns .slick-dots li.slick-active button {
  background: #b08e43;
  color: #b08e43;
}
.columns-text-w-icon .ctwi-columns .slick-dots li.slick-active button:before {
  display: none;
}
.columns-text-w-icon .ctwi-extra-info p {
  font-size: 13px;
  color: #505D68;
  font-weight: 300;
}
.columns-text-w-icon .ctwi-extra-info p a {
  font-size: 13px;
  color: #315279;
  font-weight: 500;
}
.columns-text-w-icon .ctwi-extra-info br {
  display: block;
}
@media only screen and (max-width: 768px) {
  .columns-text-w-icon .ctwi-extra-info br {
    display: block;
  }
}

/* DIET COMPARATOR */
.diet-comparator {
  background-color: rgba(194, 209, 217, 0.2);
}
@media only screen and (max-width: 768px) {
  .diet-comparator {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .container-page {
    padding: 0;
  }
}
.diet-comparator .diet-comparator-wrapper {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  max-width: 780px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.diet-comparator .diet-comparator-wrapper .diet-row {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f2f2f2;
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row.diet-heading {
    width: 100%;
    position: relative;
    padding: 20px 16px;
    left: auto;
    top: auto;
    background-color: #ffffff;
    transition: ease-in 0.3s;
    margin: 0;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row.diet-heading .diet-vs-wrapper {
  display: none;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row.diet-heading .diet-vs-wrapper {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row.diet-heading .diet-vs-wrapper .diet-vs {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #c2d1d9;
    border-radius: 50%;
    color: #315279;
    font-weight: 700;
    margin: 0 auto;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row.diet-heading br {
  display: none;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row.diet-heading br {
    display: block;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-title-left {
  box-sizing: border-box;
  color: #b08e43;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  padding: 0 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-title-left {
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-title-right {
  box-sizing: border-box;
  color: #505d68;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  padding: 0 0 0 20px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-title-right {
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-left {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-left .diet-text {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-column-left .diet-text {
    text-align: center;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-left .diet-text p {
  color: #b08e43;
  font-size: 16px;
  font-weight: 300;
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-right {
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-right .diet-text {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-column-right .diet-text {
    text-align: center;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-column-right .diet-text p {
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-icon {
  display: block;
  float: left;
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-icon {
    display: none;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-icon img {
  display: block;
  position: relative;
  width: 100%;
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-text {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0 20px;
  position: relative;
  text-align: right;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-text {
    text-align: center;
    width: 100%;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-row .diet-text .big {
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-row .diet-text .big {
    font-size: 16px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-footer {
    box-sizing: border-box;
    padding: 20px 16px;
    background-color: #ffffff;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    transition: ease-in 0.3s;
  }
}
.diet-comparator .diet-comparator-wrapper .diet-footer .title-extra-info {
  color: #505d68;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
}
.diet-comparator .diet-comparator-wrapper .diet-footer .title-extra-info a {
  color: #315279;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
.diet-comparator .diet-comparator-wrapper .diet-footer .mini-extra-info p {
  color: #505d68;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}
.diet-comparator .diet-comparator-wrapper .diet-footer .mini-extra-info a {
  color: #315279;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.diet-comparator .diet-comparator-wrapper .diet-heading-fix {
  display: none;
  position: relative;
  transition: ease-in 0.3s;
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper .diet-heading-fix {
    position: relative;
    display: none;
    transition: ease-in 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper.fixed .diet-row.diet-heading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: ease-in 0.3s;
    z-index: 9999;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .diet-comparator .diet-comparator-wrapper.fixed .diet-heading-fix {
    display: block;
    transition: ease-in 0.3s;
  }
}

/* HALF INFO WITH BACKGROUND */
.half-info-w-bg {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.half-info-w-bg .half-iwbg-wrapper {
  align-items: center;
  display: flex;
  height: 350px;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper {
    display: block;
    height: auto;
  }
}
.half-info-w-bg .half-iwbg-wrapper.w-columns {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper.w-columns {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content {
  box-sizing: border-box;
  display: block;
  float: right;
  padding: 45px 30px 30px 30px;
  position: relative;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper .half-iwbg-content {
    float: none;
    width: 100%;
    padding: 45px 30px 30px 30px;
    box-sizing: border-box;
  }
}
.half-info-w-bg .half-iwbg-wrapper.w-columns .half-iwbg-content {
  width: 100%;
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-icon img {
  margin-bottom: 20px;
  max-width: 100px;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-icon img {
    max-width: 55px;
    margin-bottom: 15px;
  }
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-title {
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 10px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-title {
    margin: 0 0 10px 0;
  }
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-text {
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-text {
    margin: 0 0 50px 0;
  }
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-link {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 4px;
  color: #315279;
  display: block;
  font-size: 16px;
  font-weight: 500;
  height: 47px;
  line-height: 47px;
  margin: 0 auto 20px;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 276px;
}
@media only screen and (max-width: 768px) {
  .half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-link {
    max-width: 276px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.half-info-w-bg .half-iwbg-wrapper .half-iwbg-content .half-iwbg-link:hover {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* HALF METHOD */
.module-half-method-wrapper {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
}
.module-half-method-wrapper .hm-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .hm-title {
    font-size: 28px;
    line-height: 38px;
    width: 90%;
    margin: 0 auto;
  }
}
.module-half-method-wrapper .hm-text {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  width: 100%;
}
.module-half-method-wrapper .hm-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.module-half-method-wrapper .hm-text strong {
  font-weight: 500;
}
.module-half-method-wrapper .hm-link {
  clear: both;
  color: #a58d49;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 20px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}
.module-half-method-wrapper .hm-link:hover {
  color: #776533;
}
.module-half-method-wrapper .hm-link img {
  padding: 0;
  padding-left: 2px;
  vertical-align: middle;
  width: 17px;
}
.module-half-method-wrapper .module-half-method {
  display: flex;
  height: 800px;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method {
    display: block;
    height: auto;
    margin-top: 20px;
    background-color: #b7b9ba;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info {
  display: flex;
  float: left;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info {
    position: relative;
    display: block;
    float: none;
    width: 90%;
    height: auto;
    justify-content: normal;
    margin: -115px auto 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box {
  background-color: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 100px -28px 100px 0;
  padding: 45px 57px 80px 80px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box {
    margin: 0;
    background-color: #ffffff;
    padding: 20px;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-logo {
  clear: both;
  display: block;
  margin-bottom: 33px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-logo {
    margin-bottom: 20px;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  font-weight: 500;
  line-height: 43px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-title {
    text-align: left;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text {
  clear: both;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text {
    text-align: left;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text p strong {
  color: #505d68;
  font-weight: 500;
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: #505d68;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text ul {
    padding: 0;
    list-style: none;
    text-align: left;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text ul li {
    text-align: left;
    margin-bottom: 15px;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text ul li strong {
  color: #505d68;
  font-weight: 500;
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-link {
  background-color: #315279;
  border-radius: 4px;
  clear: both;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0;
  max-width: 275px;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-link {
    float: none;
    margin: 20px auto;
    max-width: 230px;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-link:hover {
  background-color: #284363;
  color: #ffffff;
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text-mini {
  clear: both;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text-mini {
    text-align: left;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text-mini p {
  color: #505d68;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text-mini p {
    text-align: left;
  }
}
.module-half-method-wrapper .module-half-method .half-method-info .half-method-box .hm-box-text-mini p a {
  color: #315279;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
.module-half-method-wrapper .module-half-method .half-method-image {
  background-attachment: initial;
  background-clip: initial;
  background-origin: initial;
  background-position-x: left;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .module-half-method-wrapper .module-half-method .half-method-image {
    background-position-x: left;
    background-position-y: center;
  }
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-image {
    display: none;
  }
}
.module-half-method-wrapper .module-half-method .half-method-image-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-image-mobile {
    position: relative;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .module-half-method-wrapper .module-half-method .half-method-image-mobile img {
    width: 100%;
  }
}

/* HALF CONTENT & PHOTO */
.half-text-photo {
  clear: both;
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.half-text-photo:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .half-text-photo:before {
    height: 100%;
    width: 100%;
  }
}
.half-text-photo.photo-left:before {
  left: 0;
}
.half-text-photo .half-tp-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper {
    padding-bottom: 40px;
    display: block;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-content {
  box-sizing: border-box;
  display: block;
  float: left;
  height: 100%;
  padding: 0 76px 0 0;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-content {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.half-text-photo.photo-left .half-tp-wrapper .half-tp-content {
  padding: 62px 0 55px 76px;
}
@media only screen and (max-width: 768px) {
  .half-text-photo.photo-left .half-tp-wrapper .half-tp-content {
    float: none;
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .half-text-photo.photo-right .half-tp-wrapper {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-content h2 {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 30px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .half-text-photo .half-tp-wrapper .half-tp-content h2 {
    line-height: 38px;
    font-size: 28px;
    margin: 0 0 18px 0;
  }
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-content h2 {
    line-height: 38px;
    font-size: 28px;
    margin: 0 0 18px 0;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-content p {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .half-text-photo .half-tp-wrapper .half-tp-content p {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-content p {
    line-height: 22px;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-content ul {
  list-style: disc;
  color: #505d68;
}
.half-text-photo .half-tp-wrapper .half-tp-content ul li {
  clear: both;
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 15px 0;
  position: relative;
}
.half-text-photo .half-tp-wrapper .half-tp-content ol {
  list-style: disc;
  color: #505d68;
}
.half-text-photo .half-tp-wrapper .half-tp-content ol li {
  clear: both;
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 15px 0;
  position: relative;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-logo {
  max-width: 150px;
  margin-bottom: 20px;
  float: left;
  position: relative;
  display: block;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-12-lh-14 {
  font-size: 12px;
  line-height: 14px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-14-lh-16 {
  font-size: 14px;
  line-height: 16px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-16-lh-22 {
  font-size: 16px;
  line-height: 22px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-18-lh-20 {
  font-size: 18px;
  line-height: 20px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-20-lh-30 {
  font-size: 20px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-22-lh-24 {
  font-size: 22px;
  line-height: 24px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-24-lh-32 {
  font-size: 24px;
  line-height: 32px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-26-lh-28 {
  font-size: 26px;
  line-height: 28px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-title.fs-28-lh-30 {
  font-size: 28px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-12-lh-14 {
  font-size: 12px;
  line-height: 14px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-12-lh-14 p {
  font-size: 12px;
  line-height: 14px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-14-lh-16 {
  font-size: 14px;
  line-height: 16px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-14-lh-16 p {
  font-size: 14px;
  line-height: 16px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-16-lh-22 {
  font-size: 16px;
  line-height: 22px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-16-lh-22 p {
  font-size: 16px;
  line-height: 22px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-18-lh-20 {
  font-size: 18px;
  line-height: 20px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-18-lh-20 p {
  font-size: 18px;
  line-height: 20px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-20-lh-30 {
  font-size: 20px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-20-lh-30 p {
  font-size: 20px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-22-lh-24 {
  font-size: 22px;
  line-height: 24px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-22-lh-24 p {
  font-size: 22px;
  line-height: 24px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-24-lh-32 {
  font-size: 24px;
  line-height: 32px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-24-lh-32 p {
  font-size: 24px;
  line-height: 32px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-26-lh-28 {
  font-size: 26px;
  line-height: 28px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-26-lh-28 p {
  font-size: 26px;
  line-height: 28px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-28-lh-30 {
  font-size: 28px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-content-text.fs-28-lh-30 p {
  font-size: 28px;
  line-height: 30px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin: 20px 0;
  position: relative;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .half-text-photo .half-tp-wrapper .half-tp-content .small {
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-content .small {
    margin: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-content .small a {
  color: #315279;
  text-decoration: none;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-12-lh-14 {
  font-size: 12px;
  line-height: 14px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-12-lh-14 p {
  font-size: 12px;
  line-height: 14px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-14-lh-16 {
  font-size: 14px;
  line-height: 16px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-14-lh-16 p {
  font-size: 14px;
  line-height: 16px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-16-lh-22 {
  font-size: 16px;
  line-height: 22px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .small.fs-16-lh-22 p {
  font-size: 16px;
  line-height: 22px;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-link:hover {
  color: #93814f;
}
.half-text-photo .half-tp-wrapper .half-tp-content .htp-link:hover:before {
  color: #93814f;
}
.half-text-photo .half-tp-wrapper .half-tp-photo {
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  position: relative;
  width: 57%;
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-photo {
    display: block;
    width: 100%;
    float: none;
    justify-content: normal;
    align-items: normal;
    height: auto;
    margin: 20px 0;
  }
}
.half-text-photo .half-tp-wrapper .half-tp-photo img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  left: 0;
  position: relative;
  top: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .half-text-photo .half-tp-wrapper .half-tp-photo img {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    display: block;
    width: 100%;
  }
}
.half-text-photo.photo-left .half-tp-wrapper .half-tp-photo img {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .half-text-photo.photo-left .half-tp-wrapper .half-tp-photo img {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    display: block;
    width: 100%;
  }
}
.half-text-photo .nav-slide {
  display: none;
}

@media only screen and (max-width: 768px) {
  .htp-element + .half-text-photo {
    margin-top: 20px;
  }
}
.module-htp-slide .half-text-photo .nav-slide {
  display: block;
  position: absolute;
  float: none;
  left: 0;
  bottom: 0;
  clear: both;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide .half-text-photo .nav-slide {
    width: 100%;
    text-align: center;
  }
}
.module-htp-slide .half-text-photo .nav-slide .icon-arrow {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.module-htp-slide .half-text-photo .nav-slide .icon-arrow.slick-disabled {
  opacity: 0.2;
}
.module-htp-slide .half-text-photo .nav-slide .icon-arrow .icon-arrow-left,
.module-htp-slide .half-text-photo .nav-slide .icon-arrow .icon-arrow-right {
  font-size: 33px;
  color: #b08e43;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.module-htp-slide .half-text-photo .nav-slide .icon-arrow .icon-arrow-text {
  font-size: 0;
  opacity: 0;
  text-indent: -99999px;
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="0"] .htp-element .htp-content-title::before {
  content: "1";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="0"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="1"] .htp-element .htp-content-title::before {
  content: "2";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="1"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="2"] .htp-element .htp-content-title::before {
  content: "3";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="2"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="3"] .htp-element .htp-content-title::before {
  content: "4";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="3"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="4"] .htp-element .htp-content-title::before {
  content: "5";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="4"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

.module-htp-slide.active-counter .slick-slide[data-slick-index="5"] .htp-element .htp-content-title::before {
  content: "6";
  position: absolute;
  left: 0;
  top: -32px;
  font-size: 160px;
  display: block;
  width: auto;
  height: auto;
  color: #c2d1d9;
  font-weight: bold;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (max-width: 768px) {
  .module-htp-slide.active-counter .slick-slide[data-slick-index="5"] .htp-element .htp-content-title::before {
    top: 0;
    bottom: auto;
    font-size: 60px;
    padding-top: 10px;
  }
}

/* LIST METHODS */
.module-list-methods-wrapper {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
}
.module-list-methods-wrapper .module-list-methods-element {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element {
    display: block;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-image {
  box-sizing: border-box;
  display: block;
  float: left;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-image {
    width: 100%;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-image img {
  display: block;
  position: relative;
  right: 33px;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-image img {
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-image img {
    right: 0;
    width: 100%;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  float: left;
  justify-content: center;
  padding-left: 126px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper {
    width: 50%;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper {
    display: block;
    width: 100%;
    padding: 0 16px;
    margin: 30px 0 60px 0;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-logo {
  clear: both;
  display: block;
  margin-bottom: 33px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-logo {
    margin-bottom: 15px;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-title {
    font-size: 28px;
    line-height: 35px;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-title strong {
  font-weight: 500;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text {
  clear: both;
  display: block;
  margin-bottom: 14px;
  margin-top: 10px;
  position: relative;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text p strong {
  color: #505d68;
  font-weight: 500;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text ul {
  color: #505d68;
  margin: 0;
  padding: 0 0 0 31px;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text ul li {
  color: #505d68;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text ul li strong {
  color: #505d68;
  font-weight: 500;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-link {
  margin: 16px 0 29px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-link {
    margin: 8px 0 15px 0;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-link:hover {
  color: #93814f;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-link:hover:before {
  color: #93814f;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text-mini {
  clear: both;
  display: block;
  position: relative;
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text-mini p {
  color: #505d68;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text-mini p {
    color: #505d68;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}
.module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text-mini p a {
  color: #315279;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element .list-method-info-wrapper .list-method-info .lm-text-mini p a {
    line-height: 16px;
  }
}
.module-list-methods-wrapper .module-list-methods-element.invert {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element.invert {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element.invert {
    flex-direction: row;
  }
}
.module-list-methods-wrapper .module-list-methods-element.invert .list-method-image {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element.invert .list-method-image {
    position: relative;
    display: block;
  }
}
.module-list-methods-wrapper .module-list-methods-element.invert .list-method-image img {
  left: -43px;
  right: auto;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element.invert .list-method-image img {
    left: 0;
  }
}
.module-list-methods-wrapper .module-list-methods-element.invert .list-method-info-wrapper {
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 126px;
}
@media only screen and (max-width: 1024px) {
  .module-list-methods-wrapper .module-list-methods-element.invert .list-method-info-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .module-list-methods-wrapper .module-list-methods-element.invert .list-method-info-wrapper {
    padding: 0 16px;
  }
}

/* LATEST POST */
.module-latest-post {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.module-latest-post .lp-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-latest-post .lp-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 18px 0;
  }
}
.module-latest-post .lp-title h5 {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
}
.module-latest-post .lp-text {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  max-width: 995px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-latest-post .lp-text {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
}
.module-latest-post .lp-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-latest-post .lp-text p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
  }
}
.module-latest-post .lp-text strong {
  font-weight: 500;
}
.module-latest-post .lp-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.module-latest-post .lp-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.module-latest-post .lp-link:hover {
  color: #93814f;
}
.module-latest-post .lp-link:hover:before {
  color: #93814f;
}

#lastsposts {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
}
#lastsposts .lp-container {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #lastsposts .lp-container {
    display: block;
  }
}
#lastsposts .lp-container .post {
  flex: none;
  padding: 0 15px;
  box-sizing: border-box;
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  #lastsposts .lp-container .post {
    width: 50%;
    max-width: 50%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  #lastsposts .lp-container .post {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  #lastsposts .lp-container .post {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    clear: both;
  }
}
#lastsposts .lp-container .post .relatedthumb {
  overflow: hidden;
  position: relative;
  display: block;
}
#lastsposts .lp-container .post .relatedthumb a {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover;
  background-position: center center;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 1024px) {
  #lastsposts .lp-container .post .relatedthumb a {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #lastsposts .lp-container .post .relatedthumb a {
    height: 300px;
  }
}
#lastsposts .lp-container .post .relatedthumb a:hover {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media only screen and (max-width: 768px) {
  #lastsposts .lp-container .post .relatedcontent {
    margin-bottom: 0;
  }
}
#lastsposts .lp-container .post .relatedcontent .lp-title {
  text-decoration: none;
  cursor: pointer;
}
#lastsposts .lp-container .post .relatedcontent .lp-title h5 {
  margin: 12px 0 0 0;
  text-align: left;
}
#lastsposts .lp-container .post .relatedcontent span {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: #C6C6C6;
  display: inline-block;
}

/* SECTION TITLE */
.section-title {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.section-title .section-title-wrapper {
  display: block;
  position: relative;
  text-align: center;
}
.section-title .section-title-wrapper h2 {
  color: #505d68;
  display: block;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  margin: 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-title .section-title-wrapper h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
.section-title .section-title-wrapper h2.fs-18-lh-28 {
  font-size: 18px;
  line-height: 28px;
}
.section-title .section-title-wrapper h2.fs-28-lh-38 {
  font-size: 28px;
  line-height: 38px;
}
.section-title .section-title-wrapper h2 a {
  color: #505d68;
}
.section-title .section-title-wrapper h2 a:hover {
  color: #505d68;
}

/* TESTIMONIAL */
.module-testimonial {
  clear: both;
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
}
.module-testimonial .tst-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-testimonial .tst-title {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 18px 0;
  }
}
.module-testimonial .tst-text {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-testimonial .tst-text {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
}
.module-testimonial .tst-text p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-testimonial .tst-text p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
  }
}
.module-testimonial .tst-text strong {
  font-weight: 500;
}
.module-testimonial .tst-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.module-testimonial .tst-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.module-testimonial .tst-link:hover {
  color: #93814f;
}
.module-testimonial .tst-link:hover:before {
  color: #93814f;
}
.module-testimonial .tst-list-wrapper {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-testimonial .tst-list-wrapper {
    display: block;
  }
}
.module-testimonial .tst-list-el {
  display: block;
  padding: 0 16px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-testimonial .tst-list-el {
    clear: both;
    margin-bottom: 25px;
  }
}
.module-testimonial .tst-list-el .tst-list-title {
  color: #505d68;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 20px 0 10px 0;
}
.module-testimonial .tst-list-el .tst-list-text p {
  color: #505d68;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
.module-testimonial .tst-list-el a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.module-testimonial .tst-list-el a img {
  display: block;
  position: relative;
  width: 100%;
}

.module-form-contact .module-form-contact-container {
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .module-form-contact .module-form-contact-container {
    width: 100%;
  }
}
.module-form-contact .module-form-contact-container .fc-title-section {
  font-weight: 300;
  font-size: 21px;
  color: #505d68;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: left;
}
.module-form-contact .module-form-contact-container .fc-form {
  background-color: rgba(194, 209, 217, 0.41);
  padding: 70px;
}
@media only screen and (max-width: 768px) {
  .module-form-contact .module-form-contact-container .fc-form {
    padding: 30px;
  }
}
.module-form-contact .module-form-contact-container .fc-form .nf-field-element input[type=checkbox].nf-checked {
  background: #315279;
  border: 2px solid transparent;
  outline: none;
}
.module-form-contact .module-form-contact-container .fc-form .nf-field-element input[type=checkbox].nf-checked:before {
  color: #ffffff;
  content: "";
  font-family: "icomoon";
  font-size: 21px;
  left: 0;
  position: absolute;
  top: 0;
}
.module-form-contact .module-form-contact-container .fc-form .nf-field-element input[type=checkbox]:focus {
  outline: none;
}
.module-form-contact .module-form-contact-container .fc-form .nf-field-element input[type=button] {
  background-color: #315279;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  float: none;
  font-size: 16px;
  font-weight: bold;
  height: 47px;
  line-height: 19px;
  padding: 14px 10px;
  transition: all 0.5s ease;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.module-form-contact .module-form-contact-container .fc-form .nf-field-element input[type=button]:hover {
  background-color: #284363;
}
.module-form-contact .module-form-contact-container .fc-form .nf-response-msg {
  padding: 110px 90px;
  box-shadow: none;
  text-align: center;
}
.module-form-contact .module-form-contact-container .fc-form .nf-response-msg p {
  font-size: 21px;
  line-height: 31px;
  color: #505d68;
}

.module-lc {
  background-color: rgba(194, 209, 217, 0.11);
}
.module-lc .module-lc-container {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .module-lc .module-lc-container {
    padding: 15px 0;
  }
}
.module-lc .module-lc-container .lc-title-section {
  font-weight: 300;
  font-size: 28px;
  color: #505d68;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.module-lc .module-lc-container .lc-list {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .module-lc .module-lc-container .lc-list {
    width: 100%;
    display: block;
  }
}
.module-lc .module-lc-container .lc-list .lc-list-element {
  position: relative;
  display: block;
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .module-lc .module-lc-container .lc-list .lc-list-element {
    display: block;
    width: 100%;
    clear: both;
    flex: none;
    margin-bottom: 20px;
  }
}
.module-lc .module-lc-container .lc-list .lc-list-element .lc-list-element-city {
  font-weight: 700;
  font-size: 18px;
  color: #505d68;
  line-height: 22px;
}
.module-lc .module-lc-container .lc-list .lc-list-element .lc-list-element-address {
  font-size: 16px;
  color: #505d68;
  font-weight: 300;
  line-height: 20px;
  margin: 20px 0;
}

.testimonial-carousel {
  position: relative;
  display: block;
}
.testimonial-carousel .container-full {
  position: relative;
}
.testimonial-carousel .container-page {
  max-width: 1240px;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .container-page {
    padding: 0;
  }
}
.testimonial-carousel .scroll-icons {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .scroll-icons {
    display: none;
  }
}
.testimonial-carousel .scroll-icons span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #b08e43;
  border-bottom: 2px solid #b08e43;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scrolldown 1.5s infinite;
  animation: scrolldown 1.5s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.testimonial-carousel .scroll-icons span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.testimonial-carousel .scroll-icons span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.testimonial-carousel .scroll-icons span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.testimonial-carousel .tst-carousel {
  position: relative;
  display: block;
  clear: both;
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel {
    padding: 0;
  }
}
.testimonial-carousel .tst-carousel .slick-list {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .slick-list {
    padding: 20px 0 40px 0;
  }
}
.testimonial-carousel .tst-carousel .slick-list .slick-slide.img-pos .img-c-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .slick-list .slick-slide.img-pos .img-c-mobile {
    display: none !important;
  }
}
.testimonial-carousel .tst-carousel .slick-list .slick-slide > div {
  height: 100%;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper {
  padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper {
    padding: 0 16px;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box {
  position: relative;
  display: block;
  clear: both;
  background-color: #ffffff;
  overflow: hidden;
  min-height: auto;
  height: 100%;
  padding: 0 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box {
    height: 100%;
    min-height: 460px;
    margin-bottom: 0;
    padding: 20px 0 0 20px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box {
    height: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 20px 0 0 20px;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 60%;
  padding: 60px 0 50px 135px;
}
@media only screen and (max-width: 1024px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content {
    padding: 40px 20px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content {
    width: 100%;
    float: none;
    clear: both;
    padding: 20px 20px 0 20px;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-text {
  position: relative;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-text:after {
  position: absolute;
  opacity: 0.2;
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 167px;
  height: 3px;
  background-color: #b08e43;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-text p {
  font-style: italic;
  margin: 0 0 15px 0;
  position: relative;
  display: block;
  font-size: 42px;
  line-height: 50px;
  color: #505d68;
  font-weight: 300;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-text p {
    margin: 0 0 5px 0;
    font-size: 21px;
    line-height: 25px;
    padding-bottom: 15px;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-text p strong {
  font-weight: 500;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-name {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0 15px 0;
  font-size: 20px;
  line-height: 28px;
  color: #505d68;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-name {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0 5px 0;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-name strong {
  font-weight: 500;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0 15px 63px;
  font-size: 16px;
  line-height: 45px;
  color: #a58d49;
  font-weight: 500;
  text-decoration: none;
  float: left;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link {
    padding: 5px 0 5px 63px;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link .icon-play {
  font-size: 45px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  color: #b08e43;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link .icon-play::before {
  z-index: 2;
  position: relative;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link .icon-play::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #efe8d9;
  z-index: 0;
  border-radius: 50%;
  transition: all 0.5s ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link .icon-play::after {
    animation: none;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link:hover {
  color: #93814f;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .tst-link:focus {
  outline: none;
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .img-c-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-box-content .img-c-mobile {
    display: block;
    width: 100%;
    position: relative;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-img {
  box-sizing: border-box;
  position: absolute;
  display: block;
  bottom: 0;
  right: 20px;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-img {
    display: block;
    right: 0;
    width: 100%;
    position: absolute;
    padding-left: 20px;
    box-sizing: border-box;
    bottom: 0;
  }
}
.testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-img img {
  position: relative;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .testimonial-carousel .tst-carousel .tst-box-wrapper .tst-box .tst-img img {
    width: 100%;
  }
}
.testimonial-carousel .slider-controls {
  position: relative;
  display: block;
  text-align: center;
}
.testimonial-carousel .slider-controls .slick-arrow {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  color: #b08e43;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 22px;
}
.testimonial-carousel .slider-controls .slide-m-dots {
  position: relative;
  display: inline-block;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots {
  position: relative;
  bottom: 0;
  display: block !important;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: auto;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots li {
  position: relative;
  display: block;
  width: 12px;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  float: left;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: #b08e43;
  border: 0;
  outline: none;
  background: #e4ddce;
  border-radius: 50%;
  margin: 5px 0;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots li button:before {
  display: none;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots li.slick-active button {
  background: #b08e43;
  color: #b08e43;
}
.testimonial-carousel .slider-controls .slide-m-dots .slick-dots li.slick-active button:before {
  display: none;
}

@-webkit-keyframes scrolldown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.video-stories {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
}
.video-stories .vs-title {
  color: #505d68;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.video-stories .vs-desc {
  clear: both;
  display: block;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc {
    margin-bottom: 30px;
  }
}
.video-stories .vs-desc:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc:before {
    display: none;
  }
}
.video-stories .vs-desc .vs-desc-left {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-right: 35px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc .vs-desc-left {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
}
.video-stories .vs-desc .vs-desc-left p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: right;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc .vs-desc-left p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.video-stories .vs-desc .vs-desc-right {
  box-sizing: border-box;
  display: block;
  float: left;
  padding-left: 35px;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc .vs-desc-right {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    clear: both;
    margin-bottom: 30px;
  }
}
.video-stories .vs-desc .vs-desc-right img {
  display: block;
  float: left;
  max-width: 278px;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-desc .vs-desc-right img {
    float: none;
    margin: 0 auto;
  }
}
.video-stories .vs-list {
  clear: both;
  display: block;
  position: relative;
}
.video-stories .vs-list .vs-el-big {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big {
    margin-bottom: 0;
  }
}
.video-stories .vs-list .vs-el-big .vs-el-img-wrapper {
  display: block;
  float: left;
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big .vs-el-img-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
}
.video-stories .vs-list .vs-el-big .vs-el-img-wrapper:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 100px;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  transition: all 0.25s ease;
}
.video-stories .vs-list .vs-el-big .vs-el-img-wrapper:hover:before {
  opacity: 1;
}
.video-stories .vs-list .vs-el-big .vs-el-img-wrapper img {
  display: block;
  position: relative;
  width: 100%;
}
.video-stories .vs-list .vs-el-big .vs-el-content {
  display: block;
  float: left;
  position: relative;
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big .vs-el-content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-left: 0;
  }
}
.video-stories .vs-list .vs-el-big .vs-el-content .vs-el-text {
  display: block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big .vs-el-content .vs-el-text {
    padding: 0 0 0 20px;
  }
}
.video-stories .vs-list .vs-el-big .vs-el-content .vs-el-text p {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big .vs-el-content .vs-el-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-stories .vs-list .vs-el-big .vs-el-content .vs-el-name {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-el-big .vs-el-content .vs-el-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-stories .vs-list .vs-elements {
  clear: both;
  display: block;
  padding: 30px 0 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
}
.video-stories .vs-list .vs-elements .container-page {
  width: 100%;
  max-width: 1240px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .container-page {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.video-stories .vs-list .vs-elements .vs-elements-el {
  display: none;
  float: left;
  position: relative;
  max-width: 25%;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  min-height: 330px;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .vs-elements-el {
    min-height: auto;
    max-width: 100%;
    float: none;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    padding: 0;
  }
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-img-wrapper {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-img-wrapper:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 100px;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  transition: all 0.25s ease;
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-img-wrapper:hover:before {
  opacity: 1;
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-img-wrapper img {
  display: block;
  position: relative;
  width: 100%;
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  padding-top: 21px;
  box-sizing: border-box;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
  }
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-text {
  display: block;
  float: left;
  margin: 0 0 12px 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-text {
    padding: 0;
  }
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-text p {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-name {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-list .vs-elements .vs-elements-el .vs-el-content .vs-el-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-stories .more-videos {
  padding: 40px 0 0 0;
  clear: both;
  color: #a58d49;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease;
  text-align: center;
  width: 100%;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.video-stories .more-videos:hover {
  color: #93814f;
}
.video-stories .more-videos span {
  font-size: 16px;
  line-height: 30px;
}
.video-stories .more-videos span.plus {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  padding-left: 7px;
}
@media only screen and (max-width: 768px) {
  .video-stories .more-videos {
    padding: 20px 0;
  }
}
.video-stories .vs-link-wrapper {
  clear: both;
  position: relative;
  text-align: center;
  display: block;
  padding: 70px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .video-stories .vs-link-wrapper {
    padding: 30px 0;
  }
}
.video-stories .vs-link-wrapper .vs-link {
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.video-stories .vs-link-wrapper .vs-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.video-stories .vs-link-wrapper .vs-link:hover {
  color: #93814f;
}
.video-stories .vs-link-wrapper .vs-link:hover:before {
  color: #93814f;
}

.video-story {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
}
.video-story .vs-title {
  color: #505d68;
  font-size: 38px;
  font-weight: 300;
  line-height: 48px;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.video-story .vs-desc {
  clear: both;
  display: block;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-desc {
    margin-bottom: 30px;
  }
}
.video-story .vs-desc p {
  color: #505d68;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-desc p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.video-story .vs-list {
  clear: both;
  display: block;
  position: relative;
}
.video-story .vs-list .vs-el-big {
  clear: both;
  display: block;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big {
    margin-bottom: 0;
  }
}
.video-story .vs-list .vs-el-big .vs-el-img-wrapper {
  display: block;
  float: left;
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-img-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
}
.video-story .vs-list .vs-el-big .vs-el-img-wrapper:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 100px;
  z-index: 2;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  transition: all 0.25s ease;
}
.video-story .vs-list .vs-el-big .vs-el-img-wrapper:hover:before {
  opacity: 1;
}
.video-story .vs-list .vs-el-big .vs-el-img-wrapper img {
  display: block;
  position: relative;
  width: 100%;
}
.video-story .vs-list .vs-el-big .vs-el-content {
  display: block;
  float: left;
  position: relative;
  width: 40%;
  padding-left: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-content {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 30px;
    padding-left: 0;
  }
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-el-text {
  display: block;
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-content .vs-el-text {
    padding: 0 0 0 20px;
  }
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-el-text p {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-content .vs-el-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-el-name {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-content .vs-el-name {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 20px;
  }
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper {
  clear: both;
  position: relative;
  text-align: left;
  display: block;
  padding: 45px 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper {
    padding: 30px 0 0 20px;
  }
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper .vs-link {
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper .vs-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper .vs-link:hover {
  color: #93814f;
}
.video-story .vs-list .vs-el-big .vs-el-content .vs-link-wrapper .vs-link:hover:before {
  color: #93814f;
}

/* COLUMNS TEXT WITH ICON */
.module-weeks {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}
.module-weeks .weeks-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-weeks .weeks-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.module-weeks .weeks-steps {
  position: relative;
  display: block;
  margin: 35px 0 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-steps {
    display: none;
  }
}
.module-weeks .weeks-steps .step-one {
  position: relative;
  display: block;
  float: left;
  width: 60%;
}
.module-weeks .weeks-steps .step-one .step-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-weeks .weeks-steps .step-one .step-title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  color: #505d68;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-steps .step-one .step-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-weeks .weeks-steps .step-one img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
.module-weeks .weeks-steps .step-two {
  position: relative;
  display: block;
  float: left;
  width: 40%;
}
.module-weeks .weeks-steps .step-two .step-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-weeks .weeks-steps .step-two .step-title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  color: #505d68;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-steps .step-two .step-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
.module-weeks .weeks-steps .step-two img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
.module-weeks .weeks-columns {
  clear: both;
  display: block;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.module-weeks .weeks-columns .slick-list {
  padding-bottom: 40px;
}
.module-weeks .weeks-columns .weeks-el {
  display: block;
  float: left;
  position: relative;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el {
    width: 100%;
    box-sizing: border-box;
  }
}
.module-weeks .weeks-columns .weeks-el.type-first .weeks-el-week, .module-weeks .weeks-columns .weeks-el.type-first .weeks-el-title {
  color: #b08e43;
}
.module-weeks .weeks-columns .weeks-el.type-second .weeks-el-week, .module-weeks .weeks-columns .weeks-el.type-second .weeks-el-title {
  color: #315279;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-week {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-week {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-week {
    font-size: 18px;
    line-height: 28px;
  }
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow-step {
  display: none;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow-step {
    display: block;
  }
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow-step .step-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow-step .step-title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 28px;
  color: #505d68;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow-step img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow {
  display: block;
  position: relative;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-icon-arrow img {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
  }
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon {
  display: block;
  position: relative;
  padding: 0 20px;
}
.module-weeks .weeks-columns .weeks-el .weeks-el-icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-icon img {
    width: 100%;
    max-width: 240px;
    box-sizing: border-box;
    margin: 30px auto;
  }
}
.module-weeks .weeks-columns .weeks-el .weeks-el-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-title {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .weeks-el-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.module-weeks .weeks-columns .weeks-el .week-info {
  color: #505d68;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-columns .weeks-el .week-info {
    font-size: 12px;
    line-height: 16px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .week-info {
    font-size: 16px;
    line-height: 22px;
    padding: 0 50px;
  }
}
.module-weeks .weeks-columns .weeks-el .week-info p {
  color: #505d68;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-columns .weeks-el .week-info p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .module-weeks .weeks-columns .weeks-el .week-info p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .module-weeks .weeks-columns .weeks-el .week-info br {
    display: none;
  }
}
.module-weeks .weeks-columns .slick-dots {
  text-align: center;
  bottom: 0;
}
.module-weeks .weeks-columns .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.module-weeks .weeks-columns .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: #b08e43;
  border: 0;
  outline: none;
  background: #e4ddce;
  border-radius: 50%;
  margin: 5px 0;
}
.module-weeks .weeks-columns .slick-dots li button:before {
  display: none;
}
.module-weeks .weeks-columns .slick-dots li.slick-active button {
  background: #b08e43;
  color: #b08e43;
}
.module-weeks .weeks-columns .slick-dots li.slick-active button:before {
  display: none;
}

.ccif-wrapper .ccif-title {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  color: #505d68;
  font-weight: 300;
  margin-bottom: 40px;
}
.ccif-wrapper .ccif-list {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list {
    display: block;
  }
}
.ccif-wrapper .ccif-list .ccif-el {
  position: relative;
  display: block;
  flex: 1;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el {
    flex: none;
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-icon-num {
  position: relative;
  display: flex;
  clear: both;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num {
    display: block;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-icon {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  flex: 1;
  padding-right: 22px;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-icon {
    justify-content: center;
    align-items: center;
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    flex: none;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-icon img {
  position: relative;
  display: inline-block;
  max-width: 144px;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-icon img {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-num {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 66px;
  line-height: 72px;
  color: #a58d49;
  font-weight: 700;
  flex: 1;
}
@media only screen and (max-width: 1120px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-num {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-num {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-icon-num .ccif-num {
    position: relative;
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
    font-size: 66px;
    flex: none;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-content {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #505d68;
  font-weight: 300;
  min-height: 100px;
}
@media only screen and (max-width: 768px) {
  .ccif-wrapper .ccif-list .ccif-el .ccif-content {
    min-height: auto;
  }
}
.ccif-wrapper .ccif-list .ccif-el .ccif-content p {
  margin: 0;
}
.ccif-wrapper .ccif-list .ccif-el .ccif-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #b08e43;
}
.ccif-wrapper .ccif-list .ccif-el .ccif-content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.2;
  background-color: #b08e43;
}
.ccif-wrapper .ccif-list .ccif-el .ccif-content strong {
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .htp-element + .ccif-wrapper {
    margin-top: 20px;
  }
}
.descteam-wrapper .descteam-title {
  text-align: center;
  font-size: 38px;
  line-height: 48px;
  color: #505d68;
  font-weight: 300;
  margin-bottom: 55px;
}
.descteam-wrapper .descteam-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.descteam-wrapper .descteam-list .descteam-el {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el {
    display: block;
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .descteam-wrapper .descteam-list .descteam-el {
    display: block;
    width: 100%;
    float: none;
    padding: 0;
    box-sizing: border-box;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-icon-title {
  position: relative;
  display: flex;
  clear: both;
  padding-right: 30px;
  text-align: left;
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-icon-title {
    display: block;
    width: 100%;
    max-width: 100%;
    clear: both;
    padding-right: 0;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-icon {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  flex: 1;
  padding-right: 25px;
  max-width: 120px;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-icon {
    justify-content: center;
    align-items: center;
    display: block;
    clear: both;
    padding: 0;
    flex: none;
    margin: 0 auto 20px;
    max-width: 200px;
    width: 200px;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-icon img {
  position: relative;
  display: inline-block;
  max-width: 120px;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-icon img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 200px;
    width: 200px;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-title {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  color: #505d68;
  font-weight: 300;
  flex: 1;
  height: 100%;
  width: 190px;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-title {
    justify-content: center;
    display: block;
    text-align: center;
    width: auto;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-title h3 {
  position: relative;
  display: block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-icon-title .descteam-title h3 {
    text-align: center;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-content {
  position: relative;
  display: block;
  clear: both;
  padding: 0 0 0 40px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #505d68;
  font-weight: 300;
  border-left: 1px solid #a58d49;
}
@media only screen and (max-width: 1024px) {
  .descteam-wrapper .descteam-list .descteam-el .descteam-content {
    border-left: none;
    border-top: 1px solid #a58d49;
    text-align: left;
    padding: 20px 0;
    margin-top: 20px;
  }
}
.descteam-wrapper .descteam-list .descteam-el .descteam-content strong {
  font-weight: 500;
}
.descteam-wrapper .descteam-list .descteam-el .descteam-content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (max-width: 768px) {
  .htp-element + .descteam-wrapper {
    margin-top: 20px;
  }
}
.calc-obs-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.calc-obs-wrapper .calc-obs-content {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-content {
    display: block;
  }
}
.calc-obs-wrapper .calc-obs-info {
  position: relative;
  display: block;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-info {
    flex: none;
    margin-bottom: 20px;
  }
}
.calc-obs-wrapper .calc-obs-info .calc-obs-title {
  position: relative;
  display: block;
  clear: both;
  font-size: 38px;
  line-height: 48px;
  color: #505d68;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-info .calc-obs-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.calc-obs-wrapper .calc-obs-info .calc-obs-desc {
  position: relative;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 22px;
  color: #505d68;
  font-weight: 300;
}
.calc-obs-wrapper .calc-obs-info .calc-obs-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #505d68;
}
.calc-obs-wrapper .calc-obs-info .calc-obs-desc strong {
  font-weight: 500;
}
.calc-obs-wrapper .calc-obs-circles {
  position: relative;
  display: block;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles {
    flex: none;
    margin-bottom: 20px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-imc {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 0 10px rgba(230, 230, 230, 0.68);
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-imc {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-imc {
    width: 200px;
    height: 200px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-imc .calc-obs-imc-wrapper {
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-imc .calc-obs-imc-wrapper .title-imc {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  color: #505d68;
  text-align: center;
  position: relative;
  display: block;
  clear: both;
  margin-bottom: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-imc .calc-obs-imc-wrapper .title-imc {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-imc .calc-obs-imc-wrapper .title-imc {
    font-size: 30px;
    line-height: 35px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-circle-desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #505d68;
  text-align: center;
  position: relative;
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-circle-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-circle-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-overweight {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .symbol {
  font-size: 50px;
  line-height: 94px;
  color: #f8b256;
  position: relative;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .symbol {
    font-size: 20px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .symbol {
    font-size: 50px;
    line-height: 94px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .num-imc {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
  color: #f8b256;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .num-imc {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-imc .num-imc {
    font-size: 80px;
    line-height: 94px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-circle-title {
  color: #f8b256;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-circle-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-overweight .calc-obs-circle-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-obesity {
  position: relative;
  display: block;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity {
    width: 100%;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .symbol {
  font-size: 50px;
  line-height: 94px;
  font-weight: 700;
  color: #f47058;
  position: relative;
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .symbol {
    font-size: 20px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .symbol {
    font-size: 50px;
    line-height: 94px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .num-imc {
  font-size: 80px;
  line-height: 94px;
  font-weight: 700;
  color: #f47058;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .num-imc {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-imc .num-imc {
    font-size: 80px;
    line-height: 94px;
  }
}
.calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-circle-title {
  color: #f47058;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: block;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-circle-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .calc-obs-wrapper .calc-obs-circles .calc-obs-obesity .calc-obs-circle-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .htp-element + .calc-obs-wrapper {
    margin-top: 20px;
  }
}
.iw-wrapper .iw-content {
  position: relative;
  display: block;
  text-align: center;
}
.iw-wrapper .iw-content .iw-info {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.iw-wrapper .iw-content .iw-info .iw-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #505d68;
}
.iw-wrapper .iw-content .iw-info .iw-subtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #505d68;
}
.iw-wrapper .iw-content .iw-info .iw-subtitle p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #505d68;
  margin: 0;
}
.iw-wrapper .iw-content .iw-list {
  position: relative;
  display: flex;
  margin: 30px 0;
  padding-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .iw-wrapper .iw-content .iw-list {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .iw-wrapper .iw-content .iw-list {
    padding-top: 0;
  }
}
.iw-wrapper .iw-content .iw-list .img-bg {
  position: absolute;
  max-width: 589px;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 25%;
}
@media only screen and (max-width: 768px) {
  .iw-wrapper .iw-content .iw-list .img-bg {
    left: 0;
    max-width: 100%;
  }
}
.iw-wrapper .iw-content .iw-list .iw-list-el {
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  display: block;
  flex: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .iw-wrapper .iw-content .iw-list .iw-list-el {
    flex: none;
    width: 100%;
  }
}
.iw-wrapper .iw-content .iw-list .iw-list-el .iw-list-num {
  font-size: 70px;
  line-height: 84px;
  font-weight: bold;
  color: #a58d49;
  margin-bottom: 15px;
  text-align: center;
}
.iw-wrapper .iw-content .iw-list .iw-list-el .iw-list-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #505d68;
  text-align: center;
}
.iw-wrapper .iw-content .iw-extra-info {
  position: relative;
  display: block;
  padding: 50px 0;
}
.iw-wrapper .iw-content .iw-extra-info:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #b08e43;
  opacity: 0.2;
  display: block;
  content: "";
}
.iw-wrapper .iw-content .iw-extra-info:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #b08e43;
  opacity: 0.2;
  display: block;
  content: "";
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #505d68;
  text-align: center;
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-text p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #505d68;
  text-align: center;
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-link {
  text-align: center;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-link:hover {
  color: #93814f;
}
.iw-wrapper .iw-content .iw-extra-info .iw-extra-info-link:hover:before {
  color: #93814f;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-header, .accordion-body {
  background: #fff;
}

.accordion__item {
  margin-bottom: 10px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.accordion-header {
  padding: 40px 120px 40px 35px;
  background: #fff;
  color: #505d68;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
@media only screen and (max-width: 768px) {
  .accordion-header {
    padding: 20px;
  }
}
.accordion-header:hover {
  background: #fff;
  position: relative;
  z-index: 5;
}
.acc-number .accordion-header {
  padding: 30px 120px 30px 35px;
}

.accordion-body {
  background: #fafafa;
  color: #505d68;
  display: none;
}

.accordion-body__contents {
  padding: 30px 120px 30px 130px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .accordion-body__contents {
    padding: 30px 20px;
  }
}
.acc-number .accordion-body__contents {
  padding: 30px 120px 30px 80px;
}
@media only screen and (max-width: 768px) {
  .acc-number .accordion-body__contents {
    padding: 30px 20px;
  }
}

.accordion__item.active:last-child .accordion-header {
  border-radius: 0;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "";
  font-family: "icomoon";
  font-size: 40px;
  float: right;
  position: absolute;
  top: 40%;
  transition: 0.3s all;
  right: 20px;
  color: #b08e43;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .accordion__item > .accordion-header:after {
    bottom: 15px;
    right: 10px;
  }
}
.accordion__item.active > .accordion-header:after {
  font-family: "icomoon";
  content: "";
}
.accordion__item.active .accordion-header {
  background: #fff;
}
.accordion__item .accordion__item .accordion-header {
  background: #fff;
  color: #505d68;
}

.acc-header-content {
  position: relative;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .acc-header-content {
    display: block;
  }
}
.acc-header-content .acc-header-icon {
  position: relative;
  display: block;
  flex: none;
  padding-right: 35px;
  max-width: 95px;
}
@media only screen and (max-width: 768px) {
  .acc-header-content .acc-header-icon {
    margin-bottom: 20px;
    max-width: 35px;
  }
}
.acc-header-content .acc-header-icon img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.acc-header-content .acc-header-number {
  font-size: 38px;
  line-height: 48px;
  font-weight: bold;
  font-style: normal;
  color: #a58d49;
}
@media only screen and (max-width: 768px) {
  .acc-header-content .acc-header-number {
    font-size: 28px;
    line-height: 38px;
  }
}
.acc-header-content .acc-header-text {
  position: relative;
  display: block;
  flex: 1;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .acc-header-content .acc-header-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.acc-header-content .acc-header-text p {
  font-weight: 300;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .acc-header-content .acc-header-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.acc-header-content .acc-header-text p strong {
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
}
.acc-header-content .acc-header-text .acc-header-year {
  position: relative;
  display: block;
  clear: both;
  float: none;
  margin-top: 14px;
}
.acc-header-content .acc-header-text .acc-header-year strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #a58d49;
}
@media only screen and (max-width: 768px) {
  .acc-header-content .acc-header-text .acc-header-year strong {
    font-size: 18px;
    line-height: 24px;
  }
}
.acc-header-content .acc-header-text .acc-header-year::after {
  width: 164px;
  height: 3px;
  content: "";
  display: inline-block;
  position: relative;
  background-color: #b08e43;
  opacity: 0.2;
  margin: 6px 0 6px 10px;
}
.acc-number .acc-header-content .acc-header-text {
  padding-left: 20px;
  font-style: normal;
  font-size: 28px;
  line-height: 48px;
}
@media only screen and (max-width: 768px) {
  .acc-number .acc-header-content .acc-header-text {
    padding-left: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
.acc-number .acc-header-content .acc-header-text p {
  font-weight: 300;
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 48px;
  font-style: normal;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .acc-number .acc-header-content .acc-header-text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.acc-number .acc-header-content .acc-header-text p strong {
  font-weight: 500;
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 48px;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .acc-number .acc-header-content .acc-header-text p strong {
    font-size: 18px;
    line-height: 28px;
  }
}

.acc-body-text {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 20px;
  color: #505d68;
  font-weight: 400;
}
.acc-body-text p {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #505d68;
  font-weight: 400;
}
.acc-body-text a {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #315279;
  font-weight: 600;
}
.acc-body-text a:hover {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #315279;
  font-weight: 600;
}

.acc-body-extra-info {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 20px;
  color: #505d68;
  font-weight: 400;
}
.acc-body-extra-info em {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #505d68;
  font-weight: 300;
}

.acc-body-link {
  margin: 20px 0;
  clear: both;
  color: #a58d49;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 25px 0 0;
  transition: all 0.25s ease;
}
.acc-body-link:before {
  font-family: "icomoon";
  color: #a58d49;
  content: "";
  display: block;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.acc-body-link:hover {
  color: #93814f;
}
.acc-body-link:hover:before {
  color: #93814f;
}

.ht-hi-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.ht-hi-wrapper .ht-hi-content {
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-content {
    display: block;
  }
}
.ht-hi-wrapper .ht-hi-info {
  position: relative;
  display: block;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-info {
    flex: none;
    margin-bottom: 20px;
  }
}
.ht-hi-wrapper .ht-hi-info .ht-hi-title {
  position: relative;
  display: block;
  clear: both;
  font-size: 38px;
  line-height: 48px;
  color: #505d68;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-info .ht-hi-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.ht-hi-wrapper .ht-hi-info .ht-hi-desc {
  position: relative;
  display: block;
  clear: both;
  font-size: 16px;
  line-height: 22px;
  color: #505d68;
  font-weight: 300;
}
.ht-hi-wrapper .ht-hi-info .ht-hi-desc p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #505d68;
}
.ht-hi-wrapper .ht-hi-info .ht-hi-desc strong {
  font-weight: 500;
}
.ht-hi-wrapper .ht-hi-circles {
  position: relative;
  display: block;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-circles {
    flex: none;
    margin-bottom: 20px;
  }
}
.ht-hi-wrapper .ht-hi-circles .ht-hi-icon {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 0 10px rgba(230, 230, 230, 0.68);
}
@media only screen and (max-width: 1024px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-icon {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-icon {
    width: 200px;
    height: 200px;
  }
}
.ht-hi-wrapper .ht-hi-circles .ht-hi-icon .ht-hi-icon-wrapper {
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.ht-hi-wrapper .ht-hi-circles .ht-hi-circle-desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #505d68;
  text-align: center;
  position: relative;
  display: block;
  clear: both;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-circle-desc {
    font-size: 14px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-circle-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.ht-hi-wrapper .ht-hi-circles .ht-hi-icon-1 {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 0 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-icon-1 {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.ht-hi-wrapper .ht-hi-circles .ht-hi-icon-2 {
  position: relative;
  display: block;
  width: 50%;
  padding: 0 30px;
  box-sizing: border-box;
  float: left;
}
@media only screen and (max-width: 768px) {
  .ht-hi-wrapper .ht-hi-circles .ht-hi-icon-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .htp-element + .ht-hi-wrapper {
    margin-top: 20px;
  }
}
.module-insta {
  position: relative;
  display: block;
  overflow: hidden;
}
.module-insta .insta-title {
  clear: both;
  color: #505d68;
  display: block;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 20px 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .module-insta .insta-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.module-insta .insta-link {
  clear: both;
  color: #b08e43;
  display: block;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 30px 0;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  text-decoration: none;
}
.module-insta .insta-link:hover {
  color: #93814f;
}
@media only screen and (max-width: 768px) {
  .module-insta .insta-link {
    font-size: 20px;
    line-height: 24px;
  }
}
.module-insta .insta-link svg {
  position: absolute;
  text-align: center;
  stroke: #b08e43;
}
.module-insta .insta-link span {
  padding-left: 35px;
}
.module-insta .insta-list {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .module-insta .insta-list {
    display: block;
    flex: none;
  }
}
.module-insta .insta-list .insta-el {
  flex-basis: 16.6666667%;
  max-width: 16.6666667%;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .module-insta .insta-list .insta-el {
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .module-insta .insta-list .insta-el {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 480px) {
  .module-insta .insta-list .insta-el {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.module-insta .insta-list .insta-el img {
  position: relative;
  display: block;
  max-width: 192px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .module-insta .insta-list .insta-el img {
    max-width: 100%;
    width: 100%;
  }
}

.no-italic {
  font-style: normal;
}

img#bttnSocialShare {
  display: none !important;
}

/* BLOG */
.title-blog h1 {
  font-weight: 700;
  display: inline-block;
}
.title-blog h1 strong {
  font-weight: 700;
}

.navigation-posts {
  position: relative;
  display: block;
  margin: 20px 0;
  clear: both;
}
.navigation-posts .navigation-posts-prev {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #b08e43;
  transition: all 0.25s ease;
}
.navigation-posts .navigation-posts-prev:hover {
  color: #776533;
}
.navigation-posts .navigation-posts-next {
  color: #b08e43;
  position: relative;
  display: block;
  float: right;
  width: 50%;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 300;
  text-align: right;
  transition: all 0.25s ease;
}
.navigation-posts .navigation-posts-next:hover {
  color: #776533;
}
.navigation-posts a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #b08e43;
  transition: all 0.25s ease;
}
.navigation-posts a:hover {
  color: #776533;
}

/* NINJA FORMS*/
.nf-promo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 100%;
  height: auto;
}
.nf-promo .button-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.nf-promo .button-close:before {
  cursor: pointer;
  font-size: 46px;
  color: #868686;
  font-family: "icomoon" !important;
  content: "";
}
.nf-promo .form-step {
  background-color: #fff;
  padding: 70px 70px;
  max-width: 790px;
}

.banner-form-box .nf-form-layout .nf-form-content #nf-promo-box-t {
  display: none;
}

.module-call-form .nf-form-layout .nf-form-content #nf-promo-box {
  display: none;
}

.list-select-wrap .nf-field-element:before {
  font-family: "icomoon" !important;
  z-index: 1;
  content: "";
  position: absolute;
  right: 4px;
  top: 8px;
  display: block;
  width: auto;
  font-size: 26px;
  color: rgba(80, 93, 104, 0.5);
  pointer-events: none;
}

input[type=checkbox].nf-checked {
  background: #315279;
  border: 2px solid transparent;
  outline: none;
}
input[type=checkbox].nf-checked:before {
  color: #ffffff;
  content: "";
  font-family: "icomoon";
  font-size: 21px;
  left: 0;
  position: absolute;
  top: 0;
}

input[type=checkbox]:focus {
  outline: none;
}

/* MOBILE */
@media only screen and (min-width: 768px) {
  .pnk-small {
    min-height: 130px;
  }

  .pnk-row.twocol article:first-child {
    flex: 1;
    padding-right: 30px;
  }

  .pnk-medium {
    min-height: 225px;
  }

  .bg-before .elementor-image::after {
    content: " ";
    white-space: pre;
    width: 200%;
    height: 200%;
    display: inline-block;
    background-color: #F2F2F2;
    position: absolute;
    right: 0;
    top: -50%;
    z-index: -1;
  }

  .bg-after .elementor-image::after {
    content: " ";
    white-space: pre;
    width: 200%;
    height: 175%;
    display: inline-block;
    background-color: #F2F2F2;
    position: absolute;
    left: 0;
    top: -50%;
    z-index: -1;
  }
}
@media only screen and (max-width: 768px) {
  main {
    margin-top: 52px;
  }

  /*HEADER*/
  .top-header {
    display: none;
  }

  .header .logo {
    margin-top: 12px;
  }

  .logo img {
    max-width: 200px;
  }

  /* FOOTER  */
  .pre-footer {
    min-height: 200px;
  }
  .pre-footer .pre-footer-container {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .pre-footer .pre-footer-container img {
    width: 100%;
    margin: 0 auto 30px;
    display: block;
  }

  .top-footer {
    height: auto !important;
  }

  .top-footer-container {
    display: inline-block !important;
    width: 100%;
    text-align: center;
  }
  .top-footer-container .colflex {
    margin-bottom: 21px;
  }

  .footer {
    display: inline-block;
    width: 100%;
  }
  .footer .menu {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .footer .menu-item {
    display: block;
    padding: 5px 0;
  }
  .footer nav ul li a {
    margin-right: 0;
  }
  .footer .copyright {
    text-align: center;
    padding: 10px 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* CALC */
  #calc-container {
    background-image: none;
    padding: 0;
    position: relative;
    max-height: 100%;
    margin-bottom: 20px !important;
  }
  #calc-container .fcontainer {
    display: inline-block;
  }
  #calc-container #cal_step_1 .col-1:nth-child(1) {
    padding: 0;
    top: auto;
    margin: 20px 10px 20px 10px;
    position: relative;
  }
  #calc-container #cal_step_1 .col-1:nth-child(2) {
    top: auto;
    margin: 20px 10px 20px 10px;
    position: relative;
  }
  #calc-container #cal_step_1 .col-1:nth-child(2) img {
    margin-top: 30px;
  }
  #calc-container #cal_step_1 .calc {
    height: auto;
    padding-bottom: 20px;
  }
  #calc-container #cal_step_1 .calc #formCalculadora {
    padding: 20px;
  }
  #calc-container #cal_step_1 .col-1:nth-child(1) {
    padding: 0;
  }

  #calc-container #cal_step_1 .calc #formCalculadora input[type=text] {
    width: 40%;
  }
  #calc-container #cal_step_1 .calc #formCalculadora p label:nth-child(1) {
    width: 45px;
  }
  #calc-container .cal_button {
    width: 100%;
  }
  #calc-container #cal_step_1 .col-1:nth-child(2) {
    padding: 0 20px !important;
  }
  #calc-container #cal_step_2 h1 {
    padding-top: 40px;
    font-size: 28px !important;
    text-align: left;
    padding-left: 15px;
  }
  #calc-container #cal_step_1 .col-1:nth-child(2) div {
    margin-right: 0 !important;
  }
  #calc-container .fcontainer .col-1 {
    padding: 0 20px;
  }
  #calc-container .resultdef {
    margin-bottom: 40px;
  }
  #calc-container #cal_step_2 {
    padding: 0px 15px 35px 15px;
  }
  #calc-container #cal_step_2 .resultn {
    min-height: 0 !important;
  }

  #chart {
    max-width: 100% !important;
  }

  .chart-container h2, .chart-container h5 {
    padding: 0 20px;
    text-align: center;
  }

  #calc-container.graph {
    margin-bottom: 30px !important;
  }
  #calc-container #rest {
    margin-bottom: 21px;
  }

  #chart {
    height: 550px;
  }

  #formCalculadora > p:nth-child(2) > span:nth-child(3) {
    margin-right: 35px;
  }

  .calc-weight-col {
    margin-bottom: 20px;
  }
  .calc-weight-col .elementor-column-wrap {
    padding: 66px 20px 80px 20px !important;
  }
  .calc-weight-col .elementor-column-wrap .elementor-button {
    width: 100% !important;
  }

  /* FOOTER */
  .top-footer .top-footer-container {
    max-width: 100%;
    padding-top: 0;
  }
  .top-footer .top-footer-container .colflex {
    text-align: center;
  }
  .top-footer .top-footer-container .colflex .footer-number, .top-footer .top-footer-container .colflex .footer-mail {
    text-align: center;
  }
  .top-footer .top-footer-container .colflex.socialnetworks {
    padding: 0;
  }

  /* NINJA FORMS */
  .nf-field-container .checkbox-wrap label {
    font-weight: 300;
    font-size: 12px;
    padding-left: 10px;
  }

  /* BLOG */
  .sharepost {
    height: auto;
    padding-bottom: 20px;
  }
  .sharepost h4 {
    display: block;
  }

  .blog-page, .single-blog-page {
    display: inline-block;
    padding: 0 10px;
  }

  .blog-page .pnk-row {
    display: inline-block;
  }
  .blog-page .pnk-row article {
    padding-right: 0;
  }

  .pnk-row article .img-container {
    height: 221px;
  }
  .pnk-row article .img-container a.img {
    height: 221px;
  }

  #relatedposts .rp-container {
    max-width: 768px;
    width: 100%;
  }
  #relatedposts .rp-container .relatedthumb a {
    width: 100% !important;
  }

  #blog_sidebar {
    margin: 0;
    padding-top: 0;
  }

  .lp-container {
    display: inline-block !important;
    width: 100%;
  }

  .post {
    margin: 0 auto 20px auto !important;
  }

  #pp_container .content {
    max-width: 220px;
  }

  .blog-page, .single-blog-page {
    display: inline-block;
    padding: 0 16px;
  }

  #blog_sidebar #blog-form {
    padding: 30px 15px 30px 15px;
  }
  #blog_sidebar #nf-form-3-cont {
    padding: 0;
    position: relative;
  }
  #blog_sidebar #blog-form p {
    margin-top: 9px;
    padding: 0;
  }

  section.single-blog-page .blog > h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 35px !important;
  }
  section.single-blog-page .blog #followus {
    margin-bottom: 20px;
  }
  section.single-blog-page .blog #followus p {
    margin: 0;
  }

  .single-blog-page article .img-container {
    height: 300px;
  }
  .single-blog-page article .img-container a.img {
    height: 300px;
  }
  .single-blog-page article > h1 {
    margin: 20px 0;
  }
  .single-blog-page article .date {
    margin: 0 0 20px 0;
  }
  .single-blog-page .sharepost {
    margin: 40px 0 60px 0;
  }
  .single-blog-page #relatedposts {
    padding-top: 0;
  }
  .single-blog-page #relatedposts h3 {
    text-align: center;
    margin: 0 0 40px 0;
  }
  .single-blog-page #relatedposts .rp-container .relatedpost {
    width: 100%;
    clear: both;
    max-width: none;
    margin: 0;
    flex: none;
  }
  .single-blog-page #relatedposts .rp-container .relatedpost .cat_badge {
    margin: 15px 0 5px 0;
  }
}

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