@charset "UTF-8";
/*
 Theme Name:   Acconic Development
 Author:       jb
 Description: Acconic Development’s theme
 Version: 1.0
*/
/* Colors */
/* Attractor */
/*example font-size:30px;  font-size:pxToRem(30); */
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url("fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url("fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  src: url("fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-ExtraLight.eot");
  src: local("Ruberoid Extra Light"), local("Ruberoid-ExtraLight"), url("fonts/ruberoid/Ruberoid-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-ExtraLight.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-ExtraLight.woff") format("woff"), url("fonts/ruberoid/Ruberoid-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-Bold.eot");
  src: local("Ruberoid Bold"), local("Ruberoid-Bold"), url("fonts/ruberoid/Ruberoid-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-Bold.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-Bold.woff") format("woff"), url("fonts/ruberoid/Ruberoid-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-ExtraBold.eot");
  src: local("Ruberoid Extra Bold"), local("Ruberoid-ExtraBold"), url("fonts/ruberoid/Ruberoid-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-ExtraBold.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-ExtraBold.woff") format("woff"), url("fonts/ruberoid/Ruberoid-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-Light.eot");
  src: local("Ruberoid Light"), local("Ruberoid-Light"), url("fonts/ruberoid/Ruberoid-Light.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-Light.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-Light.woff") format("woff"), url("fonts/ruberoid/Ruberoid-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-SemiBold.eot");
  src: local("Ruberoid Semi Bold"), local("Ruberoid-SemiBold"), url("fonts/ruberoid/Ruberoid-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-SemiBold.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-SemiBold.woff") format("woff"), url("fonts/ruberoid/Ruberoid-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-Regular.eot");
  src: local("Ruberoid"), local("Ruberoid-Regular"), url("fonts/ruberoid/Ruberoid-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-Regular.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-Regular.woff") format("woff"), url("fonts/ruberoid/Ruberoid-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ruberoid";
  src: url("fonts/ruberoid/Ruberoid-UltraLight.eot");
  src: local("Ruberoid Ultra Light"), local("Ruberoid-UltraLight"), url("fonts/ruberoid/Ruberoid-UltraLight.eot?#iefix") format("embedded-opentype"), url("fonts/ruberoid/Ruberoid-UltraLight.woff2") format("woff2"), url("fonts/ruberoid/Ruberoid-UltraLight.woff") format("woff"), url("fonts/ruberoid/Ruberoid-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
}

/* W3C standard: Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #97683D #1C1C1A;
}

/* Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #1C1C1A;
}

*::-webkit-scrollbar-thumb {
  background: var(--bronze-vertical, #97683D);
  border-radius: 5px;
  border: 3px solid #1C1C1A;
}

:root {
  --bronze: linear-gradient(267.63deg, #97683D 6.33%, #D3B682 19.93%, #D1B17E 31.51%, #8F6034 44.75%, #CDA66D 58.74%, #99673B 73.53%, #97613A 83.89%, #A46D4E 95.32%);
  --bronze-vertical: linear-gradient(180deg, #97683D 6.33%, #D3B682 19.93%, #D1B17E 31.51%, #8F6034 44.75%, #CDA66D 58.74%, #99673B 73.53%, #97613A 83.89%, #A46D4E 95.32%);
}

html {
  font-size: 16px;
  height: 100%;
}
@media (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}

body {
  font-family: "Ruberoid", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.25;
  color: #777776;
  scroll-behavior: smooth;
  background-color: #1C1C1A;
}

img, fieldset, a img {
  border: none;
}

a {
  text-decoration: none;
  color: #EDBC61;
}

button {
  border: 0;
  background: none;
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit], button {
  cursor: pointer;
}

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

li {
  margin-bottom: 10px;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e3e1e6;
    box-shadow: 0 0 0 0 #e3e1e6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #e3e1e6;
    box-shadow: 0 0 0 0 #e3e1e6;
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.scrollbar-thumb {
  border-radius: 0 !important;
  background: #45414d !important;
}

.scrollbar-track {
  background: transparent !important;
}

main {
  position: relative;
  height: 100vh;
  height: -webkit-fill-available;
}

.page-content {
  overflow: hidden;
}

.upper {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hidden-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
.inner {
  width: 100%;
  max-width: 53.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.9375rem;
  }
}

.breadcrumb {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .breadcrumb {
    margin-top: 15px;
  }
}
.breadcrumb__link {
  position: relative;
  display: inline-block;
}
.breadcrumb__link a {
  font-size: 0.875rem;
  padding-right: 0.625rem;
  color: #EDBC61;
}
.breadcrumb__link:after {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.3125rem;
  content: url(jb_design/images/right-arrow-gray.svg);
}
.breadcrumb__active span {
  font-size: 0.875rem;
  color: white;
}

.modal {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .modal__close {
    top: 20px;
    right: 10px;
  }
}
.modal__close img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.modal__close:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.modal__container {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 45rem;
  padding: 2.8125rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .modal__container {
    padding: 40px 25px;
  }
}
.modal__title {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 2rem;
  color: white;
  letter-spacing: 0.05em;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal__subtitle {
  font-size: 0.9rem;
  color: white;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.modal__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.875rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__contain .select2 {
  max-width: 12.5rem;
}
.modal__contain .select2-selection__rendered {
  padding: 0.625rem 1.25rem !important;
}
.modal__contain input[type=file] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 14.375rem;
  font-size: 0.9375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__contain input[type=file] + label svg {
  margin: 0 0.3125rem;
}
.modal__contain input[type=file] + label svg path {
  stroke: white;
}
.modal__contain input[type=file] + label:hover path, .modal__contain input[type=file] + label:focus path {
  stroke: #20133F;
}
@media screen and (max-width: 767px) {
  .modal__contain input[type=file] + label {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .modal__contain {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  .modal__contain .select2 {
    max-width: 100%;
  }
}
.modal__sign {
  font-size: 1.0625rem;
  color: #20133f;
}
@media screen and (max-width: 767px) {
  .modal__sign {
    font-size: 0.75rem;
  }
}
.modal__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .modal__control {
    margin-top: 30px;
  }
}
.modal__input {
  font-size: 0.9375rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  max-width: 14.375rem;
  padding: 0.625rem 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #6C6B6B;
  border-bottom: 1px solid #6C6B6B;
  background: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .modal__input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.modal__input::-webkit-input-placeholder {
  color: #6C6B6B;
}
.modal__input::-moz-placeholder {
  color: #6C6B6B;
}
.modal__input:-ms-input-placeholder {
  color: #6C6B6B;
}
.modal__input::-ms-input-placeholder {
  color: #6C6B6B;
}
.modal__input::placeholder {
  color: #6C6B6B;
}
.modal__input:hover, .modal__input:focus {
  border-color: #6C6B6B;
}
@media screen and (max-width: 370px) {
  .modal .scroll-content {
    padding: 2.5rem 0;
  }
}
.modal .select2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .modal .select2 {
    width: 100%;
    max-width: 100%;
  }
}

.success {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .success__close {
    top: 20px;
  }
}
.success__close img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.success__close:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.success__container {
  position: relative;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 45rem;
  padding: 2.8125rem;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}
.success__sign {
  font-size: 1.0625rem;
}
.success__subtitle {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #747277;
}
.success__subtitle p {
  margin-top: 0.625rem;
}
.success__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .success__control {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.success__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success__social-link {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.success__social-link svg {
  width: 100%;
  height: 100%;
}
.success__social-link path, .success__social-link circle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #45414d;
}
.success__social-link:hover path, .success__social-link:hover circle {
  fill: #20133f;
}

.nice-select {
  width: 50%;
  max-width: 14.375rem;
  border-radius: 0;
  font-size: 0.9375rem;
  border: none;
  border-bottom: solid 1px #c6c4c9;
  padding-left: 0;
  background: transparent;
  color: white;
}
@media screen and (max-width: 767px) {
  .nice-select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.nice-select .list {
  background-color: #212121;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #1C1C1A;
}

.jb-modal .button {
  width: 50%;
  max-width: 14.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jb-modal__container {
  width: 100%;
}
.jb-modal.fancybox-content {
  overflow: unset;
  background-color: #1C1C1A;
}
.jb-modal.fancybox-content svg path {
  fill: white;
}
@media screen and (min-width: 1024px) {
  .jb-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.875rem 1.875rem 1.875rem 20%;
    width: 53.75rem;
    min-height: 23rem;
    background: url(jb_design/images/modal.webp) #1C1C1A left center/contain no-repeat;
  }
}

input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
input[type=file] + label {
  display: block;
  border: solid 1px #ccc;
  background-color: #19171D;
  color: #fff;
  padding: 8px 12px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
input[type=file] + label:hover {
  border-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  color: #20133f;
}
input[type=file] + label .user-portfolio--icon {
  width: 24px;
  height: 24px;
  -ms-grid-column-align: center;
      justify-self: center;
}
input[type=file] + label .user-portfolio--label {
  font-size: 16px;
  line-height: 1.2;
  margin: 3px 0 0 0;
}
input[type=file]:focus + label {
  border-color: #ccc;
  background-color: #fff;
  color: #20133f;
}

.fancybox-content {
  background-color: #1C1C1A;
}

.section-title {
  text-align: right;
  padding: 4.25rem 2vw 0;
  margin: 0 16.1vw 2.5rem 0;
  border-right: 3px solid transparent;
  -o-border-image: var(--bronze, #97683D);
     border-image: var(--bronze, #97683D);
  border-image-slice: 1;
}
@media screen and (max-width: 1023px) {
  .section-title {
    padding: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title {
    border-right: none;
    margin: 0;
    padding: 30px 20px 15px;
  }
}
.section-title h1, .section-title h2 {
  font-size: 3.5rem;
  line-height: 120%;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  color: #575755;
  font-weight: 800;
  font-family: Montserrat;
}
@media screen and (min-width: 1024px) {
  .section-title h1, .section-title h2 {
    display: inline-block;
  }
  .fancybox-container .section-title h1, .fancybox-container .section-title h2 {
    max-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .section-title h1, .section-title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section-title h1, .section-title h2 {
    font-size: 28px;
  }
}
.section-title h1 span, .section-title h2 span {
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title.dark {
  background: #19171D;
  padding: 5rem 0 2.5rem;
}
@media (max-width: 767px) {
  .section-title.dark {
    padding: 2.8125rem 0 1.875rem;
  }
}
.section-title.dark h2 {
  opacity: 0.7;
  color: white;
}
.section-title.dark .section-subtitle {
  opacity: 0.5;
  color: white;
}
.section-subtitle {
  font-weight: 200;
  font-size: 2.25rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-top: 0.875rem;
  padding: 0 2vw;
  color: #E3E3DF;
}
@media screen and (max-width: 1023px) {
  .section-subtitle {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .section-subtitle {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 24px;
  }
}
.section-subtitle.mt-big {
  margin-top: 3.75rem;
}
.section-desc {
  color: #353535;
  text-align: center;
  font-size: 1.6875rem;
  line-height: normal;
  padding: 3.75rem 10vw;
}
@media screen and (max-width: 1023px) {
  .section-desc {
    font-size: 1.125rem;
    padding: 1.875rem 5vw;
  }
}
@media screen and (max-width: 767px) {
  .section-desc br {
    display: none;
  }
}

.button {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: white;
  padding: 0.625rem 1.875rem;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  border: 2px solid transparent;
  -o-border-image: var(--bronze, #97683D);
     border-image: var(--bronze, #97683D);
  border-image-slice: 1;
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .button {
    min-width: 60vw;
  }
}
.button:after {
  content: "";
  background-color: #1C1C1A;
  width: 1.875rem;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button.white {
  color: white;
}
.button.white:before, .button.white:after, .button.white span:before, .button.white span:after {
  background-color: white;
}
.button:hover {
  border-color: #EDBC61;
  color: #EDBC61;
}
.button:hover:after {
  left: calc(100% - 2.375rem);
}

.jb-blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jb-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px 0;
}
@media (max-width: 768px) {
  .jb-blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .jb-blog__item-img {
    width: 100%;
  }
}
.jb-blog__item-img img {
  max-width: 100%;
  max-height: 240px;
  margin-top: 10px;
}
.jb-blog__item-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .jb-blog__item-desc {
    width: 100%;
    margin-left: 0;
  }
}
.jb-blog__item-desc h2 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 10px;
  color: #45414d;
  line-height: 32px;
  margin-bottom: 20px;
}
.jb-blog__item-desc a {
  margin-top: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.header {
  position: relative;
  z-index: 9999;
  padding: 1vw 2vw;
}
@media (max-width: 1023px) {
  .header {
    padding: 0px 1.25rem;
  }
}
.header__inner {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 11.25rem;
  height: 2.375rem;
  padding: 0.625rem 0;
  background: url(jb_design/images/logo.svg) center center/contain no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    margin-right: 9.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
  }
}
.header__line {
  width: 3px;
  height: 49vw;
  background: var(--bronze-vertical, #97683D);
  right: 15.1vw;
  top: 0;
  margin-right: 1rem;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .header__line {
    right: 14.1vw;
    height: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .header__line {
    right: 12.1vw;
    height: calc(55vh + 75px);
  }
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .header__info {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    text-align: center;
  }
}
.header__cnt {
  font-size: 0.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-right: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .header__cnt {
    margin-right: 0;
    margin-left: 0.9375rem;
    font-size: 1rem;
    font-weight: 400;
  }
}
.header__cnt img {
  width: 1.5625rem;
}
.header__cnt:hover {
  opacity: 0.7;
}
.header__cnt:first-child {
  margin-left: 0;
}
.header__cnt svg {
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
}
.header__burger {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1023px) {
  .header__burger {
    display: none;
  }
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .header__social {
    display: none;
  }
}
.header__social-link {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}
.header__social-link svg {
  width: 100%;
  height: 100%;
}
.header__social-link path, .header__social-link circle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #45414d;
}
.header__social-link:hover path, .header__social-link:hover circle {
  fill: #20133f;
}
.header__menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
}
@media screen and (min-width: 1023px) {
  .header__menu {
    display: none;
  }
}
.header__menu.open {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #1C1C1A;
}
.header__menu.open .nav {
  opacity: 1;
}
.header__menu.open .header__info {
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20vw;
}
.header__menu.open .header__cnt {
  color: #777776;
}
.header__menu.open:before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--bronze-vertical, #97683D);
  left: 12vw;
  top: 0;
  position: absolute;
}
.header__menu.open:after {
  content: "";
  width: 150px;
  height: 2.5rem;
  background: url(jb_design/images/logo.svg) center center/contain no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  left: 20vw;
  top: 20px;
}
.header__menu .nav {
  display: block;
  margin-top: 35vh;
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
  opacity: 0;
}
.header__menu .header__info {
  display: block;
  margin-top: 3vh;
  -webkit-transition: 0.5s ease 0.8s;
  transition: 0.5s ease 0.8s;
  opacity: 0;
}
.header .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
}

.burger {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, right top, from(#d2b480), color-stop(46%, #bb925d), to(#9a643e));
  background: linear-gradient(90deg, #d2b480 0%, #bb925d 46%, #9a643e 100%);
}
.burger:after, .burger:before {
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.burger:after {
  top: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(22%, #d2b480), color-stop(54%, #bb925d), color-stop(85%, #9a643e));
  background: linear-gradient(90deg, #d2b480 22%, #bb925d 54%, #9a643e 85%);
}
.burger:before {
  top: -8px;
  background: -webkit-gradient(linear, left top, right top, from(#d2b480), color-stop(46%, #bb925d), color-stop(80%, #9a643e));
  background: linear-gradient(90deg, #d2b480 0%, #bb925d 46%, #9a643e 80%);
}
.burger.open {
  background: transparent !important;
}
.burger.open:before, .burger.open:after {
  top: 0;
}
.burger.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.burger.open:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav {
  width: 30vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0 6rem;
}
@media screen and (max-width: 1023px) {
  .nav {
    display: none;
    margin: 0 0 0 20vw;
  }
}
@media screen and (max-width: 767px) {
  .nav {
    width: unset;
  }
}
.nav__dropdown {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .nav__dropdown {
    position: relative;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .nav__dropdown {
    margin-top: 10px;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    display: block;
    text-align: left;
  }
  .nav__list li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .nav__list .sub-menu {
    padding-top: 10px;
  }
  .nav__list .sub-menu li {
    margin-bottom: 7px;
  }
  .nav__list .sub-menu li a {
    font-size: 12px;
  }
}
.nav__item {
  position: relative;
  margin-bottom: 0;
  padding: 1rem;
  text-align: left;
  text-align: center;
  padding: 1rem 0;
}
@media screen and (max-width: 1023px) {
  .nav__item {
    padding: 0.625rem 0;
  }
}
.nav__item:hover > .nav__link, .nav__item--active > .nav__link {
  border-bottom: 1.5px solid #EDBC61;
  color: white;
}
.nav__item .nav__link_level, .nav__item:hover .nav__link_level {
  border-bottom: 0;
}
.nav__item--active .nav__link {
  color: white;
}
.nav__item:hover .nav__link:after {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .nav__item:first-child .nav__link {
    padding-left: 0;
  }
  .nav__item:last-child .nav__link {
    padding-right: 0;
  }
}
.nav__link {
  font-size: 0.8125rem;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #999;
  white-space: nowrap;
  padding: 0 1rem 0.3125rem;
  border-bottom: 1px solid #777776;
}
@media screen and (max-width: 1023px) {
  .nav__link {
    font-size: 16px;
    font-weight: 300;
    color: white;
    border-bottom: none;
    padding: 0;
  }
}
.nav__link:after {
  display: none;
}

.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang__item {
  margin-bottom: 0;
}
.lang__link {
  font-size: 0.8125rem;
  padding: 0;
  letter-spacing: 0.38px;
  color: #777776;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .lang__link {
    padding: 0 0.3125rem;
    color: white;
    opacity: 0.7;
  }
}
.lang__link.active, .lang__link:hover {
  color: white;
  opacity: 1;
}
.lang__link:after {
  content: "";
  width: 3.75rem;
  height: 1px;
  background-color: #777776;
  margin: 0 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  .lang__link:after {
    width: 30px;
    margin-right: 0;
  }
}
.lang__item:last-child .lang__link:after {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lang {
    margin-left: 30vw;
  }
}

.page-template-tmp__office .header__line {
  height: 41vw;
}
@media screen and (max-width: 767px) {
  .page-template-tmp__office .header__line {
    height: calc(55vh + 170px);
  }
}

.page-template-tmp__portfolio .header__line, .page-template-tmp__blog .header__line {
  height: 19vw;
}
@media screen and (max-width: 767px) {
  .page-template-tmp__portfolio .header__line, .page-template-tmp__blog .header__line {
    height: 140px;
  }
}

.page-template-tmp__contacts .header__line {
  height: 50vw;
}
@media screen and (max-width: 1023px) {
  .page-template-tmp__contacts .header__line {
    height: 19vw;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmp__contacts .header__line {
    height: 140px;
  }
}

.footer {
  letter-spacing: 0.05em;
  padding-top: 4.375rem;
  background-color: #1C1C1A;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 10.625rem;
    padding-bottom: 0;
  }
}
.footer a:hover {
  color: white;
}
.footer__bottom {
  padding-bottoom: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__bottom {
    padding: 20px 0 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer__inner .footer__col {
  width: 25%;
  padding-top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .footer__inner .footer__col {
    width: 22%;
    border-top: 1px solid white;
  }
  .footer__inner .footer__col-1 {
    width: 33%;
    border-top: none;
  }
  .footer__inner .footer__col-2 {
    width: 20%;
  }
  .footer__inner .footer__col-4 {
    width: 25%;
  }
  .footer__inner .footer__col-3 > div {
    padding-right: 3.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__inner .footer__col-1 {
    width: 7%;
  }
  .footer__inner .footer__col-2 {
    width: 30%;
  }
  .footer__inner .footer__col-4 {
    width: 30%;
  }
  .footer__inner .footer__col-3 {
    width: 32%;
    border-top: 1px solid white;
  }
}
@media screen and (max-width: 767px) {
  .footer__inner .footer__col-1 {
    width: 100%;
    position: absolute;
    top: -150px;
  }
  .footer__inner .footer__col-2, .footer__inner .footer__col-3 {
    width: 50%;
    padding: 50px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid white;
  }
  .footer__inner .footer__col-3 {
    padding-left: 0px;
  }
  .footer__inner .footer__col-4 {
    width: 100%;
    padding: 0px 20px;
  }
}
.footer__inner__left, .footer__inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer__inner__left, .footer__inner__right {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.footer__logo {
  margin-top: -4.375rem;
  display: block;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 0 auto;
    padding-left: 20px;
  }
}
.footer__pic {
  width: 19vw;
}
@media screen and (max-width: 767px) {
  .footer__pic {
    width: 50vw;
  }
}
.footer__time {
  margin-top: 90px;
  color: white;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer__time {
    margin-top: 20px;
  }
}
.footer__time span {
  margin-top: 1.5625rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__time span {
    margin-top: 10px;
  }
}
.footer__title {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .footer__title {
    margin-bottom: 20px;
    color: white;
  }
}
.footer__item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__item {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 12px;
  }
}
.footer__item--active a {
  color: white;
}
.footer__link {
  color: #777776;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.footer__text {
  font-size: 1.25rem;
  line-height: 130%;
  text-indent: -0.5rem;
  color: #777776;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .footer__text {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 18px;
  }
}
.footer__mail {
  font-size: 0.875rem;
  display: block;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .footer__mail {
    margin-top: 0.9375rem;
  }
}
.footer__mail svg {
  width: 1.75rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.footer__mail svg path {
  fill: #aaa8ad;
}
.footer__contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__contain {
    padding: 1.5rem 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__social {
  padding: 0 2vw;
  background-color: #1C1C1A;
  margin-top: -0.75rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .footer__social {
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer__create {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: white;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .footer__create {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__create a {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white;
}
.footer__create a:hover {
  color: white;
  text-decoration: none;
}
.footer__social-link {
  width: 2.1875rem;
  height: unset;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__social-link {
    height: 2.1875rem;
    margin: 0 10px;
  }
}
.footer__social-link img {
  height: 1.25rem;
}
.footer__social-link svg {
  width: 100%;
  height: 100%;
}
.footer__social-link path, .footer__social-link circle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #ffffff;
}
.footer__social-link:hover path, .footer__social-link:hover circle {
  fill: #8b8794;
}
.footer__social-link:hover {
  opacity: 0.5;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  margin-bottom: 2rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.25rem 1.25rem 0;
  min-height: 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__info {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 1.25rem 0;
  }
}
.footer__info .info__btn {
  display: none;
  position: absolute;
  right: 3vw;
}
@media screen and (max-width: 1023px) {
  .footer__info .info__btn {
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__info .info__btn {
    right: 1.7rem;
  }
}

.info {
  position: fixed;
  right: 3vw;
  bottom: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 1023px) {
  .info {
    right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .info {
    right: 1.7rem;
    bottom: 10px;
  }
}
.info__box {
  overflow: initial;
  height: auto;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.info__btn, .info__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.625rem;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info__btn svg, .info__toggle svg {
  width: 1.5625rem;
  height: 1.5625rem;
}
.info__btn svg path, .info__toggle svg path {
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .info__btn:hover, .info__toggle:hover {
    background-color: #EDBC61;
  }
  .info__btn:hover path, .info__toggle:hover path {
    fill: #1C1C1A;
  }
}
.info__btn {
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: #0c8a3b;
}
.info__toggle {
  cursor: pointer;
  -webkit-animation: none;
          animation: none;
  background-color: #45414D;
}
.info__toggle.hover {
  -webkit-animation: none;
          animation: none;
  background-color: #EDBC61;
}
.info__toggle.hover .info__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.info__icon {
  width: 1.5625rem;
  height: 1.5625rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.info .hide {
  -webkit-animation: hide 1s linear forwards;
          animation: hide 1s linear forwards;
}
.info .show {
  -webkit-animation: show 1s linear forwards;
          animation: show 1s linear forwards;
}

.banner {
  position: relative;
  margin: -5.625rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .banner {
    margin-bottom: 10px;
  }
}
.banner__logo {
  width: calc(100% - 2vw);
  height: 50%;
  background: url(jb_design/images/banner-logo.svg) top center/contain no-repeat;
  left: 1vw;
  top: 5.3125rem;
  position: absolute;
  opacity: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .banner__logo {
    top: 16vh;
  }
}
.banner__line {
  width: 3px;
  height: 120%;
  background: var(--bronze-vertical, #97683D);
  right: 15.1vw;
  top: 0;
  margin-right: 1rem;
  position: absolute;
  opacity: 0;
  z-index: 999;
}
@media screen and (max-width: 1023px) {
  .banner__line {
    right: 14.1vw;
  }
}
@media screen and (max-width: 767px) {
  .banner__line {
    right: 12.1vw;
    height: calc(55vh + 135px);
  }
}
.banner__pic {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 767px) {
  .banner__pic {
    height: unset;
    vertical-align: top;
    min-height: 55vh;
  }
}

.page-template-tmp__office .banner__pic {
  max-height: 34.375rem;
}
.page-template-tmp__office .banner:after {
  height: 120%;
}
@media screen and (max-width: 767px) {
  .page-template-tmp__office .banner__line {
    height: calc(44vh + 300px);
  }
}

.hover {
  background-color: #212121;
}
.hover__wrap {
  max-width: 100%;
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #3F4334;
}
@media (max-width: 767px) {
  .hover__wrap {
    margin-top: 20px;
  }
}
.hover__item {
  padding: 0px;
  position: relative;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.hover__item__wrap {
  position: relative;
  overflow: hidden;
  color: #808473;
  height: 37.5rem;
  border-radius: 0px 0.3125rem 0.3125rem 0px;
  border-right: 1px solid #212121;
  background: #3F4334;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .hover__item__wrap {
    padding: 20px 20px;
    height: unset;
  }
}
.hover__item__inner {
  padding: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
@media (max-width: 767px) {
  .hover__item__inner {
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hover__item__inner__counter {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #808473;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  width: 100%;
  padding-left: 2.5rem;
}
@media (max-width: 767px) {
  .hover__item__inner__counter {
    padding: 0;
    width: 24%;
  }
}
.hover__item__inner__heading {
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  .hover__item__inner__heading {
    min-height: 2.1875rem;
    height: 90%;
  }
  .hover__item__inner__heading svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .hover__item__inner__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    width: 76%;
  }
  .hover__item__inner__heading svg {
    position: absolute;
    top: calc(50% - 0.625rem);
    right: 0;
    width: 1.0625rem;
    height: 1.3125rem;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .hover__item__wrap.open .hover__item__inner__heading svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.hover__item__inner__heading h3 {
  font-size: 1.75rem;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #808473;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .hover__item__inner__heading h3 {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 30.5rem;
    height: 28.125rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .hover__item__inner__heading h3 {
    font-size: 1.25rem;
  }
}
.hover__item__inner__content {
  padding: 0.625rem 0;
  display: none;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
@media (min-width: 768px) {
  .hover__item__inner__content {
    opacity: 0;
  }
}
.hover__item__inner__content p {
  color: #808473;
  font-size: 1.375rem;
  line-height: 140%;
  width: 47vw;
}
@media (max-width: 767px) {
  .hover__item__inner__content p {
    font-size: 16px;
    width: 100%;
  }
}
.hover__item.open .hover__item__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hover__item.open .hover__item__inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.hover__item.open .hover__item__inner__counter {
  color: #EDBC61;
}
@media (min-width: 768px) {
  .hover__item.open .hover__item__inner__counter {
    font-size: 6rem;
    padding: 0;
  }
}
.hover__item.open .hover__item__inner__heading h3 {
  color: #EDBC61;
}
@media (min-width: 768px) {
  .hover__item.open .hover__item__inner__heading h3 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    font-size: 2rem;
    width: auto;
    height: auto;
    padding-right: 0;
  }
}
.hover__item.open .hover__item__inner__content {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: block;
}
@media (min-width: 768px) {
  .hover__item {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .hover__item.items-3 {
    width: 33.33%;
  }
}
@media (min-width: 1024px) {
  .hover__item {
    width: 25%;
  }
  .hover__item.items-2 {
    width: 50%;
  }
  .hover__item.items-3 {
    width: 25%;
  }
  .hover__item.items-4 {
    width: 16.66%;
  }
  .hover__item.items-5 {
    width: 12.5%;
  }
  .hover__item.open {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hover__item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}

@media (min-width: 1024px) {
  .page-template-tmp__service_interior-design .hover__item__inner {
    top: calc(100% - 3.6875rem);
  }
}
@media (max-width: 767px) {
  .page-template-tmp__service_interior-design .hover__item__inner__content {
    bottom: -70vw;
  }
}

.about__wrap {
  max-width: 100%;
  margin: 8.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .about__wrap:before {
    content: "";
    width: 1px;
    height: 25rem;
    background: #667080;
    position: absolute;
    right: 37.125rem;
    top: -3.125rem;
  }
  .about__wrap:after {
    content: "";
    width: 1px;
    height: 15.625rem;
    background: #667080;
    position: absolute;
    right: 3.5rem;
    top: -3.125rem;
  }
}
@media screen and (max-width: 1023px) {
  .about__wrap {
    margin: 1.875rem 0 2.8125rem;
  }
}
.about__header {
  width: 100%;
  background: url(jb_design/images/about.webp) right bottom/contain no-repeat;
  padding: 5.625rem 0 5.625rem 15vw;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .about__header {
    padding: 0 0 6.25rem 1.25rem;
    background-position: right bottom;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .about__header {
    padding: 0 0 11.25rem 1.25rem;
    background-position: left bottom;
    background-size: cover;
  }
}
.about__header h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: 0.05em;
  font-family: "Prosto One", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  color: #45414D;
}
@media screen and (max-width: 1023px) {
  .about__header h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
.about__header h3:before {
  content: "";
  width: 13vw;
  height: 2px;
  background: #20133F;
  margin-right: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .about__header h3:before {
    width: 40vw;
  }
}
.about__header p {
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #45414D;
}
@media screen and (max-width: 1023px) {
  .about__header p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    max-width: 70vw;
  }
}
.about__header:before {
  content: "";
  width: calc(100vw - 430px);
  height: 1px;
  background: #667080;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .about__header:before {
    display: none;
  }
}
.about__header:after {
  content: "";
  width: 70vw;
  height: 1px;
  background: #667080;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.about__description {
  position: relative;
  width: 100%;
  padding: 3.75rem 15vw 0;
}
@media screen and (max-width: 1023px) {
  .about__description {
    padding: 2.5rem 1.25rem 0 2.5rem;
  }
}
.about__description p {
  font-style: italic;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  margin-bottom: 1.875rem;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .about__description p {
    font-size: 0.9375rem;
  }
}
.about__description:before {
  content: "";
  width: 1px;
  height: 110%;
  background: #667080;
  position: absolute;
  left: calc(15vw - 2.5rem);
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .about__description:before {
    left: 1.25rem;
    height: 120%;
  }
}
.about__author {
  font-style: italic;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 150%;
  color: #C3C3C3;
  text-align: right;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .about__author {
    font-size: 0.75rem;
  }
}
.about__slogan {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: #20133F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
}
@media screen and (max-width: 1023px) {
  .about__slogan {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-left: -1.25rem;
    padding-left: 0.9375rem;
    border-left: 6px solid #676370;
  }
}
.about__slogan:before {
  content: "";
  width: 3.125rem;
  height: 0.6875rem;
  background: #20133F;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .about__slogan:before {
    display: none;
  }
}

.features {
  background: #2B2B2B;
}
@media (min-width: 768px) {
  .features__wrap {
    max-width: 100%;
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}
@media (max-width: 767px) {
  .features__wrap {
    height: unset;
    margin: 12px 0;
  }
}
.features__item {
  padding: 0;
  position: relative;
  z-index: 8;
  border-top: 1px solid #777776;
  border-right: 1px solid #777776;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: unset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features__item:hover .features__item__title {
  color: #EDBC61;
}
.features__item:hover .features__item__icon ellipse {
  fill: #EDBC61;
}
.features__item:hover .features__item__icon path {
  stroke: #EDBC61;
}
.features__item:hover .features__item__inner:last-child:after {
  content: "";
  height: 6.25rem;
  width: 1px;
  background-color: #EDBC61;
  position: absolute;
  left: 50%;
}
@media (max-width: 767px) {
  .features__item:hover .features__item__inner:last-child:after {
    display: none;
  }
}
.features__item:nth-child(odd):hover {
  z-index: 999 !important;
}
.features__item:hover .features__item__inner-wrap {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  background-color: #212121;
  -webkit-transition-delay: 0s, 0s, 0.6s;
          transition-delay: 0s, 0s, 0.6s;
}
.features__item:nth-child(even) .features__item__inner-wrap {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.features__item:nth-child(even):hover .features__item__inner-wrap {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
.features__item:nth-child(even) .features__item__inner:nth-child(odd) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .features__item {
    width: 100%;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-right: 0.8125rem;
    border-bottom: 0;
  }
}
.features__item__inner {
  padding: 5.625rem 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.features__item__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200%;
  -webkit-transition-property: background-color, z-index, -webkit-transform;
  transition-property: background-color, z-index, -webkit-transform;
  transition-property: transform, background-color, z-index;
  transition-property: transform, background-color, z-index, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background-color: #2B2B2B;
}
.features__item__inner-wrap:nth-child(odd) {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}
@media (max-width: 767px) {
  .features__item__inner {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .without-title .features__item__inner {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
.features__item__icon {
  min-height: 2.5rem;
  margin-right: 6.25rem;
}
@media (max-width: 767px) {
  .features__item__icon {
    max-width: 3.125rem;
    max-height: 4.6875rem;
    min-height: unset;
    margin: 0;
  }
  .without-title .features__item__icon {
    max-width: unset;
  }
  .features__item__icon svg {
    max-width: 3.4375rem;
  }
  .without-title .features__item__icon svg {
    max-width: 100%;
  }
}
.features__item__icon svg {
  width: unset;
  height: 4rem;
}
.features__item__title {
  font-size: 2.25rem;
  line-height: 100%;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .features__item__title {
    font-size: 1.25rem;
    margin: 0 0 0 30px;
    max-width: 76%;
  }
}
.features__item__desc {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #797979;
}
@media (max-width: 767px) {
  .features__item__desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .features__item {
    border-right: none;
  }
}
@media (min-width: 1024px) {
  .features__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .features__item:nth-child(2n) {
    border-right: none;
  }
  .features__item:nth-child(n+3) {
    border-bottom: none;
  }
}

.designing {
  position: relative;
  background-color: #212121;
}
.designing__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .designing__wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .designing__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.designing__content {
  padding: 7vw 2vw 6.5vw;
}
@media (max-width: 767px) {
  .designing__content {
    padding: 30px 20px;
  }
}
.designing__content h3 {
  line-height: 110%;
  font-weight: 200;
  color: #E3E3DF;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .designing__content h3 {
    font-size: 24px;
  }
}
.designing__desc {
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #7F8179;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
  font-size: 1rem;
}
.designing__selector--item {
  font-size: 1.25rem;
  color: #7F8179;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1.5vw 0;
  border-bottom: solid 1px #9F8046;
  cursor: default;
  margin-bottom: 1.6875rem;
}
@media (max-width: 767px) {
  .designing__selector--item {
    margin-bottom: 15px;
  }
}
.designing__selector--item:last-child {
  margin-bottom: 0;
}
.designing__selector--item.active, .designing__selector--item:hover {
  color: #fff;
  text-transform: uppercase;
}
.designing__slider {
  width: 49vw;
  position: relative;
  overflow: hidden;
  margin-left: 0;
}
@media (max-width: 767px) {
  .designing__slider {
    width: 100vw;
  }
}
.designing__slider::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.designing__slider .swiper-slide > div {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.9;
  background-color: #7F8179;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.designing__slider .swiper-slide > div > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.designing__square {
  margin-left: 2vw;
  margin-top: 3rem;
  font-weight: 800;
  font-size: 4.5rem;
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .designing__square {
    display: none;
  }
}
.designing__square-num {
  display: inline-block;
  font-size: 3.5rem;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  margin-left: 0.5rem;
}
.designing__square-desc {
  display: inline-block;
  font-weight: 400;
  position: absolute;
  max-width: 14rem;
  width: 100%;
  font-size: 1rem;
  left: 100%;
  bottom: 0;
  -webkit-transform: translate(-28%, 15%);
          transform: translate(-28%, 15%);
}
.designing__fraction {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: right;
  padding-right: 2%;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .designing__fraction {
    padding-right: 20px;
  }
}
.designing__fraction .counter__current {
  color: #EDBC61;
}

.gallery {
  position: relative;
  background-color: #2B2B2B;
}
@media (max-width: 767px) {
  .gallery {
    padding-top: 75px !important;
    min-height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.gallery__title {
  padding: 0;
  text-align: left;
  width: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gallery__title {
    top: calc(208px - 100vh);
    text-align: center;
    width: 100%;
  }
}
.gallery__title h2 {
  font-size: 3rem;
  font-weight: 300;
  display: block;
  margin-left: auto;
  max-width: 50%;
  line-height: 120%;
  text-transform: uppercase;
  color: #797979;
}
@media (max-width: 1023px) {
  .gallery__title h2 {
    font-size: 2rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .gallery__title h2 {
    max-width: 100%;
    font-size: 28px;
    text-align: right;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    padding-right: 10px;
  }
  .gallery__title h2 span {
    background: var(--bronze);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.gallery__title h2 a {
  color: #797979;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.gallery__title h2 a:hover {
  color: #EDBC61;
}
.gallery.dark {
  background: #19171D;
}
.gallery__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
}
@media (max-width: 767px) {
  .gallery__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery__swiper {
  --swiper-pagination-bullet-vertical-gap: pxToRem(9px);
  height: 100vh;
}
@media (max-width: 767px) {
  .gallery__swiper {
    height: calc(100vh - 250px);
  }
}
.gallery__swiper_pagination {
  position: absolute;
  left: 0;
  right: unset;
  width: 1rem !important;
}
@media (max-width: 767px) {
  .gallery__swiper_pagination {
    top: 70% !important;
  }
}
.gallery__swiper_pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: pxToRem(9px);
  --swiper-pagination-bullet-height: pxToRem(9px);
  --swiper-pagination-color: #797979 ;
}
.gallery__swiper_navigation {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.6875rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .gallery__swiper_navigation {
    left: 10px;
  }
}
.gallery__swiper_fraction {
  position: absolute;
  left: 0;
  bottom: 30%;
}
.gallery__swiper_fraction .counter__current {
  color: #EDBC61;
}
@media (max-width: 1023px) {
  .gallery__swiper_fraction {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .gallery__swiper_fraction {
    top: 6px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.gallery__swiper_slidename {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 20rem;
}
@media (max-width: 767px) {
  .gallery__swiper_slidename {
    top: 30px;
    left: 60px;
  }
}
.gallery__swiper_slidename--type {
  text-transform: uppercase;
  color: #717171;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .gallery__swiper_slidename--type {
    font-size: 16px;
  }
}
.gallery__swiper_slidename--location {
  text-transform: uppercase;
  font-size: 1.75rem;
  color: #DBDBDB;
}
@media (max-width: 767px) {
  .gallery__swiper_slidename--location {
    font-size: 24px;
  }
}
.gallery__swiper_slidename-item {
  display: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media (max-width: 767px) {
  .gallery__swiper_slidename-item {
    opacity: 1 !important;
  }
}
.gallery__swiper_slidename-item:nth-child(1) {
  display: block;
}
.gallery__swiper_slidename-item:nth-child(2), .gallery__swiper_slidename-item:nth-child(3) {
  display: block;
}
@media (max-width: 767px) {
  .gallery__swiper_slidename-item:nth-child(2), .gallery__swiper_slidename-item:nth-child(3) {
    display: none;
  }
}
.gallery__content {
  padding: 2vw 2vw 4vw;
}
@media (max-width: 767px) {
  .gallery__content {
    min-height: 100px;
  }
}
.gallery__content > div {
  height: 100%;
  position: relative;
}
.gallery__content_item-1, .gallery__content_item-2 {
  position: absolute;
  font-size: 3rem;
  line-height: 110%;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #424242;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .gallery__content_item-1, .gallery__content_item-2 {
    font-size: 2rem;
  }
}
.gallery__content_item-1 {
  top: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .gallery__content_item-1 {
    top: 110px;
    left: 10px;
    right: unset;
    font-size: 20px;
    text-align: left;
  }
}
.gallery__content_item-2 {
  font-size: 2rem;
  bottom: 0;
  right: 0;
  text-align: right;
}
@media (max-width: 1023px) {
  .gallery__content_item-2 {
    display: none;
  }
}
.gallery-button-prev, .gallery-button-next {
  width: 0.875rem;
  height: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .gallery-button-prev, .gallery-button-next {
    width: 0.875rem;
    height: 1.0625rem;
  }
}
.gallery-button-prev {
  background: url("icon/arrow-top.svg") center center/contain no-repeat;
  left: calc(50% - 2.5rem);
}
.dark .gallery-button-prev {
  background-image: url("icon/arrow-top.svg");
}
@media (max-width: 767px) {
  .gallery-button-prev {
    left: 0.875rem;
  }
}
.gallery-button-next {
  background: url("icon/arrow-bottom.svg") center center/contain no-repeat;
  right: calc(50% - 2.5rem);
}
.dark .gallery-button-next {
  background-image: url("icon/arrow-bottom.svg");
}
@media (max-width: 767px) {
  .gallery-button-next {
    left: 2.8125rem;
  }
}
.gallery__nav {
  position: absolute;
  top: 0.1875rem;
  right: 1.875rem;
}
@media (max-width: 767px) {
  .gallery__nav {
    right: 0.875rem;
  }
}
.gallery__nav a {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dark .gallery__nav a {
  color: white;
  opacity: 0.7;
}
.gallery__nav a:after {
  content: "";
  margin-left: 0.625rem;
  background: url(jb_design/images/arrow-right-black.svg) center center/contain no-repeat;
  width: 1.125rem;
  height: 1.375rem;
}
.dark .gallery__nav a:after {
  background-image: url(jb_design/images/big-arrow-right.svg);
}
@media (max-width: 767px) {
  .gallery__nav a:after {
    width: 0.875rem;
    height: 1.0625rem;
  }
}
.gallery__nav a:hover {
  color: #8B8794;
}
.gallery .swiper-slide {
  padding: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.gallery .swiper-slide a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
}
.gallery .swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 767px) {
  .gallery .swiper-slide img {
    height: calc(100vh - 250px);
  }
}
.gallery__item {
  position: relative;
}
.gallery__item__wrap {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.gallery__item__wrap:after {
  content: "";
  left: 10%;
  top: 10%;
  height: 80%;
  width: 9.375rem;
  position: absolute;
  background: url(jb_design/images/projects-bg.svg) left bottom/contain no-repeat;
}

.swiper-pagination-bullet {
  background: #EDBC61;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0.375rem !important;
}

.howwework__wrap {
  max-width: 100%;
  margin: 0 0 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .howwework__wrap {
    margin: 1.5625rem 0 2.1875rem;
  }
}
.howwework__description {
  width: 100%;
  padding: 3.125rem 1.5625rem 4.375rem 20vw;
  background: url(jb_design/images/plan.webp) right top/contain no-repeat;
}
@media (max-width: 1023px) {
  .howwework__description {
    padding: 1.5625rem 0.9375rem 1.5625rem 1.25rem;
    background: url(jb_design/images/plan.svg) right top/contain no-repeat;
  }
}
@media (max-width: 767px) {
  .howwework__description {
    background-position: right -40vw top;
  }
}
.howwework__description ol {
  font-family: "GOST";
  font-weight: normal;
  font-size: 1.4375rem;
  line-height: 1.875rem;
  color: #000000;
}
@media (max-width: 767px) {
  .howwework__description ol {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.howwework__description ol li {
  margin-bottom: 0.9375rem;
  padding-left: 3.4375rem;
  position: relative;
}
@media (max-width: 767px) {
  .howwework__description ol li {
    margin-bottom: 0.625rem;
  }
  .howwework__description ol li:nth-child(n+1):nth-child(-n+6) {
    max-width: 60vw;
  }
}
.howwework__description ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
}
.howwework__description ol li:nth-child(1):before {
  content: url(jb_design/images/1.svg);
}
.howwework__description ol li:nth-child(2):before {
  content: url(jb_design/images/2.svg);
}
.howwework__description ol li:nth-child(3):before {
  content: url(jb_design/images/3.svg);
}
.howwework__description ol li:nth-child(4):before {
  content: url(jb_design/images/4.svg);
}
.howwework__description ol li:nth-child(5):before {
  content: url(jb_design/images/5.svg);
}
.howwework__description ol li:nth-child(6):before {
  content: url(jb_design/images/6.svg);
}
.howwework__description ol li:nth-child(7):before {
  content: url(jb_design/images/7.svg);
}
.howwework__description ol li:nth-child(8):before {
  content: url(jb_design/images/8.svg);
}
.howwework__description ol li:nth-child(9):before {
  content: url(jb_design/images/9.svg);
}
.howwework__description ol li:nth-child(10):before {
  content: url(jb_design/images/10.svg);
}
.howwework__description ol li:last-child {
  font-weight: bold;
}
@media (min-width: 768px) {
  .howwework__description ol li:last-child {
    display: initial;
  }
}
.howwework__description ol li:last-child:before {
  left: -0.46875rem;
  width: 2.8125rem;
}
.howwework__description ol li:last-child:after {
  content: url(jb_design/images/check-line.svg);
  position: absolute;
  right: -5rem;
  bottom: -1.2rem;
  width: 20rem;
}
@media (max-width: 767px) {
  .howwework__description ol li:last-child:after {
    left: 2.5rem;
  }
}
.howwework__bottomtext {
  width: 100%;
  border-top: 1px solid #C6C4C9;
  border-bottom: 1px solid #C6C4C9;
  padding: 1.3125rem 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 767px) {
  .howwework__bottomtext {
    padding: 0.625rem;
    font-size: 1rem;
  }
}

.instagram {
  background-color: #1C1C1A;
  position: relative;
}
@media (max-width: 767px) {
  .instagram {
    margin-bottom: -40px;
  }
}
.instagram .section-title h2 {
  margin-right: 5rem;
}
@media (max-width: 767px) {
  .instagram .section-title h2 {
    margin-right: 2.8125rem;
  }
}
.instagram .section-title h2:after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 0;
  width: 3.5rem;
  height: 4.625rem;
  background: url(jb_design/images/insta.svg) center center/contain no-repeat;
}
@media (max-width: 1023px) {
  .instagram .section-title h2:after {
    width: 40px;
    height: 40px;
    right: -3.3125rem;
  }
}
@media (max-width: 767px) {
  .instagram .section-title h2:after {
    width: 32px;
    height: 32px;
    right: -2.8125rem;
  }
}
.instagram__wrap {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 4.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .instagram__wrap {
    margin: 1rem auto 2.1875rem;
  }
}
.instagram__wrap img {
  width: 100%;
}
.instagram__subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0.1em;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .instagram__subtitle {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    margin-top: 1.25rem;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.instagram__posts {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .instagram__posts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#sb_instagram #sbi_load {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  #sb_instagram #sbi_load {
    margin-top: 1.25rem;
  }
}
#sb_instagram #sbi_load .sbi_load_btn {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: black;
  padding: 0.625rem 1.25rem;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
  margin: 5px;
}
#sb_instagram #sbi_load .sbi_load_btn:before, #sb_instagram #sbi_load .sbi_load_btn:after {
  content: "";
  background-color: black;
  width: 1px;
  height: calc(100% + 0.875rem);
  position: absolute;
  top: -0.4375rem;
}
#sb_instagram #sbi_load .sbi_load_btn:before {
  left: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:after {
  right: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
#sb_instagram #sbi_load .sbi_load_btn:hover:before {
  -webkit-animation: slideUp 0.7s;
          animation: slideUp 0.7s;
}
#sb_instagram #sbi_load .sbi_load_btn:hover:after {
  -webkit-animation: slideDown 0.7s;
          animation: slideDown 0.7s;
}
#sb_instagram #sbi_load .sbi_load_btn:hover span:before {
  -webkit-animation: slideRight 0.7s;
          animation: slideRight 0.7s;
}
#sb_instagram #sbi_load .sbi_load_btn:hover span:after {
  -webkit-animation: slideLeft 0.7s;
          animation: slideLeft 0.7s;
}
#sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text {
  padding-right: 0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
#sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text:before, #sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text:after {
  content: "";
  background-color: black;
  width: calc(100% + 0.875rem);
  height: 1px;
  position: absolute;
  left: -0.4375rem;
}
#sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text:before {
  top: 0;
}
#sb_instagram #sbi_load .sbi_load_btn span.sbi_btn_text:after {
  bottom: 0;
}
#sb_instagram #sbi_load .sbi_loader {
  background-color: rgb(69, 65, 77) !important;
}
#sb_instagram #sbi_load .sbi_follow_btn a {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: white;
  padding: 0.625rem 1.875rem;
  margin: 0;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-transform: uppercase;
  border: 1px solid white !important;
  /*border-image: var(--bronze, #97683D);
  border-image-slice: 1;
  background: var(--bronze) !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent;*/
  border-radius: 0;
}
#sb_instagram #sbi_load .sbi_follow_btn a span {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#sb_instagram #sbi_load .sbi_follow_btn a:after {
  content: "";
  background-color: #1C1C1A;
  width: 1.875rem;
  height: 4px;
  position: absolute;
  bottom: -3px;
  left: 0.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #EDBC61 !important;
  color: #EDBC61;
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover:after {
  left: calc(100% - 2.375rem);
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover span {
  color: #EDBC61;
}
#sb_instagram #sbi_load .sbi_follow_btn a svg {
  display: none;
}
#sb_instagram #sbi_load .sbi_btn_text.sbi_hidden {
  opacity: 1 !important;
  color: white;
}

@media screen and (min-width: 1024px) {
  #sb_instagram #sbi_images .sbi_item {
    max-height: 30vw;
  }
}
#sb_instagram #sbi_images .sbi_item .sbi_hover_top {
  font-size: 1rem;
}

#sbi_lightbox .sbi_lb-close svg:not(:root).svg-inline--fa {
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 529px) {
  .sbi_lb-comments-enabled .sbi_lb-closeContainer {
    position: fixed;
  }
  .sbi_lb-comments-enabled .sbi_lb-closeContainer .sbi_lb-close {
    color: white;
  }
}

.faq__wrap {
  max-width: 80vw;
  margin: 2.5rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .faq__wrap {
    max-width: 100%;
    margin-top: 1.625rem;
    text-align: left;
  }
}
.faq__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 5rem;
  padding: 0;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #C6C4C9;
  border-left: 0.9375rem solid #20133F;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  max-height: 6rem;
}
.faq__line:first-child {
  border-top: 1px solid #C6C4C9;
}
.faq__line:nth-child(5n+1) {
  border-left-color: #95B9B0;
}
.faq__line:nth-child(5n+1) .faq__body {
  background-color: #95B9B0;
}
.faq__line:nth-child(5n+2) {
  border-left-color: #71948C;
}
.faq__line:nth-child(5n+2) .faq__body {
  background-color: #71948C;
}
.faq__line:nth-child(5n+3) {
  border-left-color: #4F7169;
}
.faq__line:nth-child(5n+3) .faq__body {
  background-color: #4F7169;
}
.faq__line:nth-child(5n+4) {
  border-left-color: #2E4F48;
}
.faq__line:nth-child(5n+4) .faq__body {
  background-color: #2E4F48;
}
.faq__line:nth-child(5n) {
  border-left-color: #8B8794;
}
.faq__line:nth-child(5n) .faq__body {
  background-color: #8B8794;
}
@media screen and (max-width: 1023px) {
  .faq__line {
    font-size: 0.875rem;
    min-height: 3.75rem;
    border-left: 0.75rem solid #20133F;
  }
}
.faq__line svg {
  position: absolute;
  top: calc(50% - 0.8125rem);
  right: 2.5rem;
  left: unset;
  width: 1.3125rem;
  height: 1.625rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .faq__line svg {
    right: 1.25rem;
    width: 1.125rem;
    height: 1.375rem;
    top: calc(50% - 0.6875rem);
  }
}
.faq__line:hover .faq__title {
  color: #4A396A;
}
.faq__line.open svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq__line.open svg path {
  fill: white;
}
.faq__line.open {
  max-height: unset;
}
.faq__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0;
  color: #000000;
  padding: 0 2.5rem;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .faq__title {
    font-size: 0.8125rem;
    line-height: 0.875rem;
    padding: 0.625rem 3.125rem 0.625rem 1.25rem;
  }
}
.faq__body {
  display: none;
  width: 100%;
  min-height: 3rem;
  padding: 1rem 0;
  color: #fff;
  background-color: #20133F;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.faq__body__text {
  padding: 0 5.625rem 0 2.5rem;
  text-align: left;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .faq__body__text {
    padding: 0 3.125rem 0 1.25rem;
  }
}
.faq__body__text p {
  margin: 0.625rem;
}
.faq__body__text ol {
  list-style-type: decimal;
  margin-left: 2.5rem;
}
.faq__body__text ul {
  list-style-type: disc;
  margin-left: 2.5rem;
}
.faq__more {
  display: none;
}
.faq__more .faq__line:nth-child(5n+1) {
  border-left-color: #676370;
}
.faq__more .faq__line:nth-child(5n+1) .faq__body {
  background-color: #676370;
}
.faq__more .faq__line:nth-child(5n+2) {
  border-left-color: #45414D;
}
.faq__more .faq__line:nth-child(5n+2) .faq__body {
  background-color: #45414D;
}
.faq__more .faq__line:nth-child(5n+3) {
  border-left-color: #776498;
}
.faq__more .faq__line:nth-child(5n+3) .faq__body {
  background-color: #776498;
}
.faq__more .faq__line:nth-child(5n+4) {
  border-left-color: #4A396A;
}
.faq__more .faq__line:nth-child(5n+4) .faq__body {
  background-color: #4A396A;
}
.faq__more .faq__line:nth-child(5n) {
  border-left-color: #20133F;
}
.faq__more .faq__line:nth-child(5n) .faq__body {
  background-color: #20133F;
}
.faq__button {
  margin: 1.25rem 0;
}
@media screen and (max-width: 1023px) {
  .faq__button {
    margin: 1.5rem auto;
    display: block;
  }
}

.call__wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 1.875rem;
  min-height: 12.5rem;
}
@media (max-width: 767px) {
  .call__wrap {
    padding-left: 13px;
    border-bottom: none;
    margin-bottom: 50px;
  }
}
.call__wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.375rem 0 3.125rem;
  margin-bottom: 0;
  background-color: #212121;
}
@media (max-width: 1023px) {
  .call__wrap.center {
    padding: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .call__wrap.center {
    margin-bottom: 1.25rem;
    background-position: left 31% center;
    padding: 70px 20px 50px;
  }
}
.call__wrap.center .call__header {
  text-align: center;
  padding: 0 2.375rem 2.375rem 2.375rem;
}
.call__wrap.center .call__header h1, .call__wrap.center .call__header h3 {
  color: #19171D;
}
.call__wrap.center .call__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 33.125rem;
}
@media (max-width: 767px) {
  .call__wrap.center .call__content {
    margin-left: 0;
  }
}
.call__wrap.center .call__description {
  width: unset;
  border: 1px solid #FFF;
  padding: 3.125rem 5.625rem 2.5rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .call__wrap.center .call__description {
    padding: 45px 20px 25px;
    margin: 0px;
    width: 290px;
  }
}
.call__wrap.center .call__description p {
  margin: 0 auto 1.25rem;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 767px) {
  .call__wrap.center .call__description p {
    font-size: 14px;
  }
}
.call__wrap.center .call__description .whatsapp:after {
  content: "";
  background: url(jb_design/images/whatsapp-form.svg) center center/contain no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  left: 1vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1.125rem;
}
.call__wrap.center .call__text {
  margin-top: -1.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  background-color: #212121;
  text-transform: unset;
  min-width: 17.5rem;
}
.call__wrap.center .call__text:before {
  display: none;
}
@media (max-width: 767px) {
  .call__wrap.center .call__text {
    margin-top: -28px;
    padding: 1rem 0;
  }
}
.call__wrap.center .button {
  -webkit-text-fill-color: unset;
  -o-border-image: unset;
     border-image: unset;
  color: #EDBC61;
  border: 1px solid #EDBC61;
}
.call__wrap.center .button:after {
  background-color: #212121;
}
.call__header {
  width: 100%;
}
@media (min-width: 768px) {
  .call__header {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .call__header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .call__header {
    padding: 0.3125rem 0 0.8125rem;
    width: unset;
    min-width: 60%;
  }
}
.call__header h1, .call__header h3 {
  font-size: 2.75rem;
  font-weight: 200;
  line-height: 110%;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  color: white;
  padding: 1.5rem 2vw;
  border-bottom: 1px solid white;
}
@media (max-width: 1023px) {
  .call__header h1, .call__header h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .call__header h1, .call__header h3 {
    font-size: 22px;
    text-transform: uppercase;
    max-width: 80vw;
  }
}
.call__subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 120%;
  color: #EDBC61;
  padding-left: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .call__subtitle {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .call__subtitle {
    white-space: unset;
  }
}
.call__subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--bronze, #97683D);
  margin-left: 2vw;
}
@media (max-width: 767px) {
  .call__subtitle:after {
    display: none;
  }
}
.call__social {
  padding: 2rem 2vw 0;
}
.call__social-link {
  margin-right: 3rem;
}
.call__social-link:hover {
  opacity: 0.7;
}
.call__social img {
  width: 1.375rem;
}
@media screen and (max-width: 1023px) {
  .call__social {
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .success__social .call__social {
    width: 130px;
  }
  .success__social .call__social-link {
    margin-right: 10px;
  }
}
.call__description {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .call__description {
    width: 23%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .call__description {
    width: 31%;
    padding-top: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .call__description {
    width: 81%;
    padding-left: 2vw;
  }
}
.call__text {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 150%;
  color: white;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .call__text {
    margin-top: 0.8125rem;
  }
}
@media (max-width: 767px) {
  .call__text {
    margin-top: 0;
  }
}
.call__text:before {
  content: url(jb_design/images/world.svg);
  margin-right: 0.75rem;
}
.call__button {
  text-transform: uppercase;
  color: white;
  margin-top: 1rem;
}
@media screen and (max-width: 1023px) {
  .call__button {
    font-size: 13px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .call__button {
    width: 100%;
    max-width: 330px;
  }
}
.call__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .call__qr {
    display: none;
  }
}
.call__qr img {
  width: 5.625rem;
}
.call__image {
  width: 52%;
}
@media (max-width: 767px) {
  .call__image {
    width: 100%;
    padding-bottom: 10px;
  }
}
.call__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .call__content {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .call__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.call__left_text {
  position: absolute;
  width: 18.75rem;
  height: 18.75rem;
  left: 8.5%;
  bottom: 10%;
  background: url(jb_design/images/call-left-text-bg.webp) center center/contain no-repeat;
}
.lang-en .call__left_text {
  background-image: url(jb_design/images/call-left-text-bg-en.webp);
}
.lang-es .call__left_text {
  background-image: url(jb_design/images/call-left-text-bg-es.webp);
}
@media (max-width: 1023px) {
  .call__left_text {
    left: -3.5%;
    bottom: 4%;
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .call__left_text {
    display: none;
  }
}
.call__right_text {
  position: absolute;
  width: 21.875rem;
  height: 13.75rem;
  right: 1.7%;
  top: 10%;
  background: url(jb_design/images/call-right-text-bg.webp) center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1875rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 8.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1023px) {
  .call__right_text {
    width: 17rem;
    right: -3.5%;
    font-size: 1rem;
    padding-left: 6.25rem;
  }
}
@media (max-width: 767px) {
  .call__right_text {
    right: 33%;
    top: 60%;
    font-size: 1rem;
    padding-left: 6.75rem;
  }
}

.page-template-tmp__office.lang-en .call__header {
  width: 67.2%;
}
.page-template-tmp__office .call__wrap {
  margin-bottom: 2.5rem;
}
.page-template-tmp__office .call__header {
  width: 63.4%;
}
@media screen and (max-width: 1023px) {
  .page-template-tmp__office .call__header {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmp__office .call__header {
    width: 76%;
  }
}
.page-template-tmp__office .call__header h1, .page-template-tmp__office .call__header h3 {
  border-bottom: 0;
  font-size: 2.4375rem;
}
@media screen and (max-width: 1023px) {
  .page-template-tmp__office .call__header h1, .page-template-tmp__office .call__header h3 {
    font-size: 22px;
    padding: 1rem 2vw;
  }
}
.page-template-tmp__office .call__description {
  padding-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .page-template-tmp__office .call__description {
    margin-right: 0;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmp__office .call__description {
    padding: 0 0 1rem 2vw;
  }
}

.form {
  position: relative;
  overflow: hidden;
}
.form__wrap {
  max-width: 31.25rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 1.75rem 0 11.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1023px) {
  .form__wrap {
    padding: 3.125rem 0;
  }
}
@media (max-width: 767px) {
  .form__wrap {
    padding: 30px 60px 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: none;
    margin-bottom: 0;
  }
}
.form .wpcf7 {
  width: 100%;
}
.form form {
  border: 2px solid #D7D6C4;
  position: relative;
  padding: 3.125rem 1.875rem 1.875rem 0;
  width: 100%;
  text-align: right;
}
.form form:after {
  content: "";
  width: 2px;
  height: 11.25rem;
  background-color: #1C1C1A;
  position: absolute;
  left: -2px;
  top: 0.625rem;
}
.form.green form:after {
  background-color: #77765B;
}
.form__input {
  font-size: 1rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  padding: 0.625rem 1.875rem 0.3125rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #D7D6C4;
  border-bottom: 2px solid #D7D6C4;
  background: transparent;
  margin: 0 0 1.25rem -2.5rem;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form__input {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.form__input::-webkit-input-placeholder {
  color: #D7D6C4;
}
.form__input::-moz-placeholder {
  color: #D7D6C4;
}
.form__input:-ms-input-placeholder {
  color: #D7D6C4;
}
.form__input::-ms-input-placeholder {
  color: #D7D6C4;
}
.form__input::placeholder {
  color: #D7D6C4;
}
.form__input:hover, .form__input:focus {
  color: #4A4A36;
  border-color: #4A4A36;
}
.form__text {
  font-size: 1.25rem;
  line-height: 130%;
  letter-spacing: 0.1em;
  color: #DBDBDB;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .form__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.form .button {
  color: #4A4A36;
  font-weight: 600;
  margin-top: 1.5rem;
  border: 2px solid #4A4A36;
  padding: 0.625rem 3.75rem;
  -webkit-text-fill-color: unset;
}
.form.animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #77765B;
}
.form.animated .section-title {
  margin: 0;
  border-right: none;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 2vw 0 12.5rem;
}
.form.animated .section-title h2 {
  text-align: left;
  font-size: 4.5rem;
  line-height: 110%;
  color: #4A4A36;
}
@media screen and (max-width: 767px) {
  .form.animated .section-title h2 {
    font-size: 3.375rem;
  }
}
.form.animated .section-title h2 span {
  margin-left: 10vw;
  color: #D7D6C4;
  -webkit-text-fill-color: unset;
}
.form.animated .section-title h2:before {
  content: "";
  width: 25rem;
  height: 2px;
  background: #D7D6C4;
  position: absolute;
  bottom: 50px;
  left: -17rem;
}
@media screen and (max-width: 1023px) {
  .form.animated .section-title h2:before {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .form.animated .section-title h2:before {
    width: 60px;
    bottom: 35px;
    left: -35px;
  }
}
@media screen and (max-width: 1023px) {
  .form.animated .section-title {
    margin-top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form.animated .section-title {
    padding: 0 0 0 30px;
  }
}
.form.animated .button:after {
  background-color: #77765B;
}
.form.animated .form__wrap {
  padding: 9.375rem 0;
}
@media screen and (max-width: 1023px) {
  .form.animated .form__wrap {
    padding: 3.125rem 0 9.375rem;
  }
}
@media screen and (max-width: 767px) {
  .form.animated .form__wrap {
    padding: 30px 60px 100px;
  }
}

.article__wrap {
  max-width: 100%;
  margin: 3.5625rem auto 3.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .article__wrap {
    margin: 1.875rem auto 3.125rem;
  }
}
.article__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .article__item {
    padding: 0 10vw;
  }
}
@media (max-width: 767px) {
  .home .article__item:nth-child(even) {
    display: none;
  }
}
.article__item:nth-child(even) .article__content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 768px) {
  .article__item:nth-child(even) .article__content {
    width: calc(50% - 1px);
  }
}
.article__item:nth-child(even) .article__content__inner {
  padding: 4.375rem 0 3.125rem 5rem;
}
@media (max-width: 1023px) {
  .article__item:nth-child(even) .article__content__inner {
    padding: 1.5625rem 1.5625rem 1.25rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .article__item:nth-child(even) .article__content__inner {
    padding: 1.5625rem 2.5rem 1.25rem 1.5625rem;
  }
}
.article__item:nth-child(even) .article__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 768px) {
  .article__item:nth-child(even) .article__image {
    width: calc(50% + 1px);
  }
}
.article__item:nth-child(even) .article__image:before {
  left: unset;
  right: 0;
  top: 0;
}
.article__item:nth-child(even) .article__image:after {
  left: 0;
  right: unset;
}
.article__content {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .article__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.article__content__inner {
  padding: 4.375rem 5rem 3.125rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .article__content__inner {
    padding: 1.5625rem 1.5625rem 1.25rem 1.5625rem;
  }
}
.article__content__inner h3 {
  font-size: 1.8125rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  color: #777776;
}
@media (max-width: 1023px) {
  .article__content__inner h3 {
    font-size: 22px;
  }
}
.article__content__inner p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-bottom: 3.125rem;
}
@media (max-width: 1023px) {
  .article__content__inner p {
    font-size: 1rem;
  }
  .article__content__inner p br {
    display: none;
  }
}
.article__content__inner a {
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .article__content__inner a {
    font-size: 0.875rem;
  }
}
.article__content__inner a:hover {
  text-decoration: underline;
}
.article__content__inner a:after {
  content: "";
  margin: 0 0 0 0.625rem;
  background: url(icon/arrow-bottom.svg) center center/contain no-repeat;
  width: 0.9375rem;
  height: 1.1875rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .article__content__inner a:after {
    margin-left: 0.625rem;
  }
}
.article__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .article__image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 1.25rem;
  }
}
.article__image a {
  width: 100%;
}
.article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .article__image img {
    max-height: 66vw;
  }
}
.article__more {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.5625rem;
}
@media (max-width: 767px) {
  .article__more {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.article__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .article__more a {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
.article__more a:hover {
  text-decoration: underline;
}
.article__more a:after {
  content: "";
  margin: 0 0 0 0.9375rem;
  background: url(jb_design/images/arrow-right-black.svg) center center/contain no-repeat;
  width: 0.9375rem;
  height: 1.1875rem;
}
@media (max-width: 767px) {
  .article__more a:after {
    margin-left: 0.625rem;
  }
}

.coop__wrap {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #19171D;
  padding-top: 0.625rem;
}
.coop__item {
  padding: 0px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coop__item a {
  text-decoration: none;
  color: white;
}
.coop__item__wrap {
  position: relative;
  text-align: left;
  color: white;
}
@media (max-width: 767px) {
  .coop__item__wrap {
    padding: 0 1.25rem;
  }
}
.coop__item img {
  display: block;
  width: 100%;
  opacity: 0.25;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .coop__item img {
    display: none;
    border-left: 1px solid white;
    max-height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    opacity: 1;
    padding-bottom: 0;
    -webkit-transition: 0.5s easy;
    transition: 0.5s easy;
  }
}
.coop__item .open img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.25rem;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 5, 38, 0)), color-stop(81.4%, #000000));
  background: linear-gradient(180deg, rgba(15, 5, 38, 0) 0%, #000000 81.4%);
}
.coop__item__inner {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .coop__item__inner {
    position: relative;
  }
}
.coop__item__inner__heading {
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 200;
  letter-spacing: 0.05em;
  color: white;
  margin: 0 0.9375rem 0 2.1875rem;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .coop__item__inner__heading svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .coop__item__inner__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.875rem 2.5rem 0.875rem 0;
    margin: 0;
    min-height: 2.875rem;
  }
  .coop__item__inner__heading svg {
    position: absolute;
    top: calc(50% - 0.625rem);
    right: 0;
    width: 1.0625rem;
    height: 1.3125rem;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .coop__item__wrap.open .coop__item__inner__heading {
    opacity: 1;
  }
  .coop__item__wrap.open .coop__item__inner__heading svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.coop__item__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  z-index: 99;
}
@media (min-width: 768px) {
  .coop__item__link {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .coop__item__link {
    margin-top: 0;
    height: auto;
    display: none;
    padding: 0 2.5rem 1.25rem 0;
    bottom: 0;
    right: 0;
    top: unset;
  }
  .coop__item__wrap.open .coop__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.coop__item__link:hover {
  color: white;
  text-decoration: underline;
}
.coop__item__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6.25rem;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 5, 38, 0)), color-stop(81.4%, #000000));
  background: linear-gradient(180deg, rgba(15, 5, 38, 0) 0%, #000000 81.4%);
  z-index: -1;
}
.coop__item__link:after {
  content: "";
  margin: 0 0 0 0.875rem;
  background: url(jb_design/images/arrow-right.svg) center center/contain no-repeat;
  width: 0.6875rem;
  height: 0.875rem;
}
@media (min-width: 768px) {
  .coop__item:hover img {
    opacity: 1;
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .coop__item:hover .coop__item__inner {
    top: 5%;
  }
  .coop__item:hover .coop__item__inner__heading {
    font-weight: 600;
    border-left: 3px solid white;
    padding-left: 1.0625rem;
    opacity: 1;
    letter-spacing: 0.1em;
  }
}
.coop__item:last-child {
  border-right: none;
}
@media (min-width: 530px) {
  .coop__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .coop__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
@media (max-width: 767px) {
  .coop__item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
  }
}
@media screen and (min-width: 1024px) {
  .coop__subtitle {
    margin-top: 0.3125rem;
    text-align: left;
    margin-left: 39vw;
  }
  .lang-en .coop__subtitle, .lang-es .coop__subtitle {
    margin-left: 42vw;
  }
}

.stages {
  margin: 0.625rem 0 4.0625rem;
}
@media (max-width: 1023px) {
  .stages {
    margin-bottom: 2.5rem;
  }
}
.stages__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .stages__item {
    border-bottom: 1px solid #667080;
  }
}
.stages__counter {
  font-family: "Prosto One", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 400;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #20133F;
  width: 100%;
  padding: 0.75rem 1.5rem 0.375rem 84%;
  border-bottom: 1px solid #667080;
}
@media (max-width: 1023px) {
  .stages__counter {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .stages__counter {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.stages__title {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 700;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #19171D;
}
@media (min-width: 768px) {
  .stages__title {
    width: 42%;
    padding: 3.75rem;
    margin-right: 17%;
  }
  .stages__title:after {
    content: "";
    width: 1px;
    background: #667080;
    position: absolute;
    top: -20%;
    height: 120%;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .stages__title {
    font-size: 1.625rem;
    padding: 1.875rem;
  }
}
@media (max-width: 767px) {
  .stages__title {
    width: 100%;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    border-top: 1px solid #667080;
    border-bottom: 1px solid #667080;
    min-height: 122px;
  }
}
.stages__desc {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .stages__desc {
    width: 66%;
    border-top: 1px solid #667080;
    padding: 3.125rem 6.25rem;
  }
  .stages__desc:before, .stages__desc:after {
    content: "";
    width: 1px;
    background: #667080;
    position: absolute;
    top: 0;
    height: 110%;
  }
  .stages__desc:before {
    left: 0;
  }
  .stages__desc:after {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .stages__desc {
    font-size: 1rem;
    padding: 1.875rem;
  }
}
@media (max-width: 767px) {
  .stages__desc {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 0rem;
    min-height: 150px;
  }
  .stages__desc br {
    display: none;
  }
}
@media (max-width: 375px) {
  .stages__desc {
    min-height: 180px;
  }
}
.stages-button-next, .stages-button-prev {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #19171D;
  cursor: pointer;
  padding: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media (min-width: 768px) {
  .stages-button-next, .stages-button-prev {
    width: 17%;
    border-top: 1px solid #667080;
  }
}
@media (max-width: 1023px) {
  .stages-button-next, .stages-button-prev {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .stages-button-next, .stages-button-prev {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
  .stages-button-next span, .stages-button-prev span {
    display: none;
  }
}
.stages-button-next.swiper-button-disabled, .stages-button-prev.swiper-button-disabled {
  cursor: default;
}
.stages-button-next.swiper-button-disabled span, .stages-button-next.swiper-button-disabled:before, .stages-button-prev.swiper-button-disabled span, .stages-button-prev.swiper-button-disabled:before {
  display: none;
}
.stages-button-next:hover, .stages-button-prev:hover {
  text-decoration: underline;
}
.stages-button-next:before, .stages-button-prev:before {
  content: "";
  margin: 0 0 0.9375rem 0;
  background: url(jb_design/images/arrow-right-black.svg) center center/contain no-repeat;
  width: 3.9375rem;
  height: 5rem;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .stages-button-next:before, .stages-button-prev:before {
    width: 2.6875rem;
    height: 3.75rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  .stages-button-next:before, .stages-button-prev:before {
    margin: 0 1.25rem;
  }
}
.stages-button-prev:before {
  background-image: url(jb_design/images/arrow-left-black.svg);
}
@media (max-width: 767px) {
  .stages-button-prev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .stages-button-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.stages__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .stages__img {
    width: 41%;
  }
}
@media (max-width: 767px) {
  .stages__img {
    width: 78%;
    margin: 0 auto 0 0;
  }
}
.stages__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .stages__img img {
    width: 100%;
  }
}
.stages__img:after {
  content: "";
  width: 1px;
  background: #667080;
  position: absolute;
  top: -10%;
  height: 110%;
  right: 0;
}
@media (max-width: 767px) {
  .stages__img:after {
    top: -20%;
    height: 130%;
  }
}
.stages__more {
  position: absolute;
  bottom: 1.5625rem;
  right: 1.5625rem;
}
@media (max-width: 767px) {
  .stages__more {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.stages__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .stages__more a {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
.stages__more a:hover {
  text-decoration: underline;
}
.stages__more a:after {
  content: "";
  margin: 0 0 0 0.9375rem;
  background: url(jb_design/images/arrow-right-black.svg) center center/contain no-repeat;
  width: 0.9375rem;
  height: 1.1875rem;
}
@media (max-width: 767px) {
  .stages__more a:after {
    margin-left: 0.625rem;
  }
}

.additional {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .additional__wrap {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding: 0 2vw 4.375rem;
  }
}
@media (max-width: 767px) {
  .additional__wrap {
    height: unset;
    margin: 12px;
  }
}
.additional__subtitle {
  text-transform: uppercase;
}
.additional__title2 {
  color: black;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 4.375rem;
}
.additional__title2 span {
  border-bottom: 6px solid #95B9B0;
}
.additional__desc {
  position: relative;
  width: 100%;
  padding: 1.875rem 15vw 1.875rem;
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 1.875rem;
  color: #000000;
}
@media screen and (max-width: 1023px) {
  .additional__desc {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    font-size: 0.9375rem;
  }
}
.additional__feature {
  padding: 0;
  position: relative;
  color: white;
  border-bottom: 1px solid rgba(203, 197, 197, 0.5019607843);
  border-right: 1px solid rgba(203, 197, 197, 0.5019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: unset;
  margin: 0 0.125rem;
}
.additional__feature:nth-child(3n+1) {
  background-color: #2E4F48;
}
.additional__feature:nth-child(3n+2) {
  background-color: #4F7169;
}
.additional__feature:nth-child(3n+3) {
  background-color: #71948C;
}
@media (max-width: 767px) {
  .additional__feature {
    min-width: 280px;
    max-width: 320px;
    -webkit-box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.1);
            box-shadow: inset 0px 0px 20px rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-right: 0.8125rem;
    border-bottom: 0;
  }
}
.additional__feature__inner {
  padding: 2.5rem 0px;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .additional__feature__inner {
    padding: 1.875rem 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .without-title .additional__feature__inner {
    -ms-flex-line-pack: start;
        align-content: start;
  }
}
.additional__feature__icon {
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
  .additional__feature__icon {
    max-width: 3.125rem;
    max-height: 4.6875rem;
    min-height: unset;
  }
  .without-title .additional__feature__icon {
    max-width: unset;
  }
  .additional__feature__icon img {
    max-width: 3.4375rem;
  }
  .without-title .additional__feature__icon img {
    max-width: 100%;
  }
}
.additional__feature__icon img {
  width: unset;
  height: 4.375rem;
}
.additional__feature__desc {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .additional__feature__desc {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(203, 197, 197, 0.5019607843);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .additional__feature {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .additional__feature {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.additional__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20vw 4.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .additional__prices {
    padding: 0 7vw 4.375rem;
  }
}
.additional__prices__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.additional__prices__item:nth-child(2n+2) {
  width: 40%;
}
.additional__prices__icon {
  margin-right: 1.25rem;
}
.additional__prices__icon img {
  width: 3.75rem;
}
.additional__prices__desc {
  color: black;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: normal;
}
.additional__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 20vw 4.375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .additional__texts {
    padding: 0 7vw 4.375rem;
  }
}
.additional__texts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 7px solid #2E4F48;
  padding-left: 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.additional__texts__item:nth-child(2n+1) {
  color: #2E4F48;
}
.additional__texts__item:nth-child(2n+2) {
  color: #4F7169;
  border-color: #4F7169;
  width: 40%;
}
.additional__texts__desc {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}

.album__wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .album__wrap {
    margin: 1.5625rem 0 2.1875rem;
  }
}
.album__title {
  color: black;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-left: 3vw;
}
@media (max-width: 1023px) {
  .album__title {
    font-size: 1.5rem;
  }
}
.album__parts {
  width: 100%;
  padding: 1.5625rem 1.5625rem 2.5rem 55vw;
  background: left top/contain no-repeat;
}
@media (max-width: 1023px) {
  .album__parts {
    padding: 1.5625rem 0.9375rem 1.5625rem 50vw;
  }
}
@media (max-width: 767px) {
  .album__parts {
    padding: 65vw 1.5625rem 2.5rem 1.5625rem;
  }
}
.album__parts__item {
  color: #343434;
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .album__parts__item {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .album__parts__item:nth-child(2) {
    padding-left: 5vw;
  }
}
.album__parts__number {
  color: #20133F;
  font-size: 3.75rem;
  font-weight: 900;
  opacity: 0.5;
  line-height: 120%;
  margin-right: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1023px) {
  .album__parts__number {
    font-size: 2.5rem;
  }
}
.album__parts__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  display: contents;
}
@media (max-width: 1023px) {
  .album__parts__title {
    font-size: 1.125rem;
  }
}
.album__parts__title:after {
  content: "";
  width: 100%;
  display: block;
}
.album__parts__desc {
  font-size: 1.0625rem;
  line-height: 120%;
  max-width: 31.25rem;
}
@media (max-width: 1023px) {
  .album__parts__desc {
    font-size: 0.75rem;
  }
}

.portfolio {
  padding-top: 2.5rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .portfolio {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .portfolio {
    margin-bottom: 1.25rem;
    padding-top: 1.5rem;
  }
}
.portfolio .section-title {
  border-right: none;
}
@media (max-width: 767px) {
  .portfolio .section-title {
    padding-right: 20vw;
  }
}
.portfolio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.1875rem;
}
.portfolio__item {
  padding: 0px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 3.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio__item {
    width: calc(50% - 1px);
  }
}
.portfolio__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
}
.portfolio__item img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 34.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .portfolio__item img {
    height: 290px;
  }
}
.portfolio__item:hover img {
  opacity: 0.2;
}
.portfolio__item:hover .portfolio__item__inner {
  opacity: 1;
}
.portfolio__item__wrap {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #0E0D0D;
  color: white;
}
.portfolio__item__inner {
  position: absolute;
  bottom: 90%;
  top: 10%;
  height: 90%;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  opacity: 0;
}
.portfolio__item__inner__heading {
  padding: 10px 46px;
  min-height: 45px;
  padding-left: 4.125rem;
}
.portfolio__item__inner__heading h3 {
  font-size: 2.25rem;
  line-height: 135%;
  font-weight: 400;
  color: white;
  margin: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .portfolio__item__inner__heading h3 {
    font-size: 1.5rem;
  }
}
.portfolio__item__inner__type {
  color: #EDBC61;
  font-size: 1.125rem;
  line-height: 135%;
}
.portfolio__item__inner__content {
  width: 100%;
  height: calc(100% - 20px);
  padding: 0;
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.portfolio__item__inner__content h4 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2rem;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.portfolio__item__inner__content p {
  color: #DED8D8;
  font-size: 0.9375rem;
  line-height: 135%;
  font-weight: 400;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.portfolio__item__inner__content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio__item__inner__content a:hover {
  color: white;
  text-decoration: underline;
}
.portfolio__item__inner__content a:after {
  content: "";
  margin-left: 0.6875rem;
  background: url(jb_design/images/arrow-right.svg) center center/contain no-repeat;
  width: 0.6875rem;
  height: 0.875rem;
}
.portfolio__item__inner:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 105%;
  top: -11%;
  left: 2.375rem;
  border-left: 3px solid transparent;
  -o-border-image: var(--bronze, #97683D);
     border-image: var(--bronze, #97683D);
  border-image-slice: 1;
}
.portfolio__inner {
  max-width: 80vw;
}
@media screen and (max-width: 767px) {
  .portfolio__inner {
    max-width: unset;
    margin: 20px 0px;
  }
}
.portfolio__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767px) {
  .portfolio__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.portfolio__tabs-btn {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 1.5625rem;
  margin-right: 1.875rem;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: none;
  border-bottom: 1.5px solid transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .portfolio__tabs-btn {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .portfolio__tabs-btn {
    margin-right: 15px;
    margin-bottom: 10px;
  }
}
.portfolio__tabs-btn:hover {
  color: white;
  border: unset;
  background-color: unset;
  border-bottom: 1.5px solid #EDBC61;
}
.portfolio__tabs-btn.active {
  color: white;
  border: unset;
  background-color: unset;
  border-bottom: 1.5px solid #EDBC61;
}
.portfolio__tabs .button {
  margin: 0 1.5625rem;
}
.portfolio__tabs .button.active span {
  font-weight: 900;
}
.portfolio__text img {
  max-width: 100%;
  margin: 0 0 1.25rem;
}
@media screen and (min-width: 1024px) {
  .portfolio__text img {
    margin-bottom: 3.125rem;
  }
}
.portfolio__text p {
  font-size: 1rem;
  font-weight: 200;
  line-height: normal;
  color: white;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1023px) {
  .portfolio__text p {
    font-size: 1rem;
  }
}
.portfolio__text h3 {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Prosto One", Arial, Helvetica, sans-serif;
  margin: 2.5rem 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.portfolio__text h3:before {
  content: "";
  background-color: #20133F;
  width: 6.25rem;
  height: 3px;
  margin-right: 1.5625rem;
}
@media screen and (max-width: 1023px) {
  .portfolio__text h3:before {
    left: -0.625rem;
    top: 0.625rem;
  }
}
.portfolio__text h4 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 700;
  color: #20133F;
}
.portfolio__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .portfolio__gallery {
    margin-top: 4.375rem;
  }
}
.portfolio__gallery-item {
  width: calc(25% - 0.625rem);
  margin-bottom: -0.25rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 1200px) {
  .portfolio__gallery-item {
    width: calc(33% - 0.625rem);
  }
}
@media screen and (max-width: 1023px) {
  .portfolio__gallery-item {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 767px) {
  .portfolio__gallery-item {
    width: 100%;
    margin-right: 0;
  }
}
.portfolio__gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  .portfolio__gallery-item:nth-of-type(4n) {
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .portfolio__gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .portfolio__gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .portfolio__gallery-item:nth-of-type(3n) {
    margin-right: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .portfolio__gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .portfolio__gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
.portfolio__gallery.items-1 .portfolio__gallery-item {
  width: 100%;
}
.portfolio__gallery-pic {
  width: 100%;
  height: 15.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .portfolio__gallery {
    gap: 1.25rem;
  }
  .portfolio__gallery-pic {
    height: 22.5rem;
  }
  .portfolio__gallery.items-2 .portfolio__gallery-item {
    width: calc(50% - 0.625rem);
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(2) .portfolio__gallery-pic, .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(3) .portfolio__gallery-pic {
    height: 18.75rem;
  }
  .portfolio__gallery.items-3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 1.25rem;
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    width: 100%;
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(1) img {
    margin-bottom: 20px;
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    width: 100%;
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .portfolio__gallery-pic {
    height: 35rem;
  }
  .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(2) .portfolio__gallery-pic, .portfolio__gallery.items-3 .portfolio__gallery-item:nth-of-type(3) .portfolio__gallery-pic {
    height: 31.25rem;
  }
}
.portfolio.page .swiper-slide img {
  width: 100%;
  height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .portfolio.page .swiper-slide img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio.page .swiper-slide img {
    height: 250px;
  }
}
.portfolio #loadmore {
  margin-bottom: 6.875rem;
}
.portfolio__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .portfolio__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .portfolio__cols div {
    padding-left: 2.1875rem;
    border-left: 3px solid transparent;
    -o-border-image: var(--bronze);
       border-image: var(--bronze);
    border-image-slice: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.portfolio__quote {
  color: white;
  opacity: 0.5;
  text-transform: uppercase;
}
.portfolio__quote p {
  margin-bottom: 1.4375rem !important;
}
.portfolio__intelligence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}
.portfolio__intelligence__value {
  opacity: 0.5;
  font-weight: 400;
  font-size: 3.625rem;
  margin-bottom: 0.625rem;
  padding-top: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .portfolio__intelligence__value {
    font-size: 2.375rem;
    margin-bottom: 5px;
  }
}
.portfolio__intelligence__value sup {
  position: relative;
  top: -0.5em;
  font-size: 50%;
  line-height: 0;
}
@media screen and (max-width: 1023px) {
  .portfolio__intelligence__desc {
    font-size: 1rem;
  }
}
.portfolio__intelligence__item {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .portfolio__intelligence__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .portfolio__intelligence__item:nth-child(2) {
    text-align: center;
  }
}
.portfolio__intelligence__item:nth-child(3) {
  padding-top: 1rem;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
@media (min-width: 768px) {
  .portfolio__intelligence__item:nth-child(3) {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .portfolio__intelligence__item:nth-child(3) {
    width: 100%;
  }
}
.portfolio__intelligence__item:nth-child(3) .portfolio__intelligence__value {
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  margin-bottom: 0;
}
.portfolio__intelligence__item:nth-child(3) .portfolio__intelligence__desc {
  margin-top: 1.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .portfolio.page .portfolio__inner {
    max-width: 53.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .portfolio.page .portfolio__slider {
    margin-left: -11.5vw;
    width: 100vw;
  }
}

.intelligence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  bottom: 1.875rem;
  left: 4.125rem;
}
@media screen and (min-width: 1024px) {
  .intelligence {
    width: 80%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .intelligence {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    display: none;
  }
}
.intelligence__item {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .intelligence__item {
    width: 25%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.intelligence__pic {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.intelligence__title {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 5px;
}
.intelligence__title sup {
  position: relative;
  top: -0.5em;
  font-size: 50%;
  line-height: 0;
}

#modalProject {
  width: 75vw;
  height: 100vh;
  margin: -6px;
  padding: 0;
  float: right;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  #modalProject {
    width: 90vw;
  }
}
#modalProject .section-title {
  text-align: left;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #modalProject .section-title {
    padding-right: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  #modalProject .section-title {
    border-left: 3px solid transparent;
    -o-border-image: var(--bronze);
       border-image: var(--bronze);
    border-image-slice: 1;
    padding-top: 2vw;
  }
}
#modalProject .section-title h2, #modalProject .section-title span {
  display: inline-block;
}
#modalProject .fancybox-button {
  width: 4rem;
  height: 4rem;
}
#modalProject .portfolio__wrapper {
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #modalProject .portfolio__wrapper {
    padding-left: 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  #modalProject .portfolio__wrapper {
    padding: 44px 0 44px 10px;
  }
}
#modalProject .portfolio__inner {
  max-width: unset;
}
#modalProject .content__inner {
  max-width: 100%;
  padding: 4rem;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #modalProject .content__inner {
    padding: 44px 15px;
  }
}
#modalProject h1 {
  font-weight: 400;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  #modalProject h1 {
    font-size: 26px;
  }
}

@-webkit-keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fancybox-is-open .fancybox-slide--current {
  -webkit-animation: slideInFromRight 1s forwards;
          animation: slideInFromRight 1s forwards;
}

.content {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .content {
    margin: 30px 0;
  }
}
.content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 53.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 2rem;
}
.content h1 {
  margin-bottom: 2rem;
}
.content h2 {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.content__box {
  width: 49%;
  max-width: 505px;
}
@media screen and (max-width: 767px) {
  .content__box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.content__article {
  max-width: 45%;
}
@media screen and (max-width: 1023px) {
  .content__article {
    max-width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .content__article {
    max-width: 100%;
  }
}
.content__pic {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
.content__pic span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content__pic img {
  width: 100%;
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .content__pic img {
    vertical-align: middle;
  }
}
.content__title {
  margin-top: 20px;
}
@media screen and (max-width: .content__title tablet-1) {
  .content__title {
    margin-top: 0;
  }
}
.content__text {
  color: #747277;
}
.content__picture {
  width: 50%;
  max-width: 505px;
  margin-left: 50px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .content__picture {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content__picture {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.text {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #747277;
  width: 100%;
}
.text p {
  margin-bottom: 0.625rem;
}
.text ul li {
  position: relative;
  padding-left: 1.25rem;
}
.text ul li:before {
  position: absolute;
  top: 0.5rem;
  left: 0.25rem;
  width: 0.3125rem;
  height: 0.3125rem;
  content: "";
  border-radius: 100%;
  background-color: #EDBC61;
}
.text ol {
  margin-left: 1rem;
  list-style-type: decimal;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-underline {
  text-decoration: underline;
}

.contacts-top {
  margin-top: 3.75rem;
}
@media screen and (max-width: 1023px) {
  .contacts-top {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-top {
    margin: 20px 16.1vw 0 0;
  }
}
.contacts-top .section-title {
  border-right: none;
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1024px) {
  .contacts__wrapper {
    width: 83%;
  }
}
@media screen and (max-width: 1023px) {
  .contacts__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .contacts__wrapper {
    padding: 0 20px;
  }
}
.contacts__wrapper .call__content {
  display: block;
}
@media screen and (min-width: 1024px) {
  .contacts__wrapper .call__content {
    margin: -4vw 0 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .contacts__wrapper .call__content {
    text-align: center;
  }
}
.contacts__wrapper .call__header {
  width: 100%;
  text-align: left !important;
  padding: 0 !important;
}
.contacts__wrapper .call__header h3 {
  font-size: 2.25rem;
  border-bottom: none;
  padding: 0 0 0.9375rem 0;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .contacts__wrapper .call__header h3 {
    font-size: 20px;
  }
}
.contacts__wrapper .call__wrap {
  background-color: unset;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .contacts__wrapper .call__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contacts__wrapper .call__wrap {
    margin: 40px 0;
  }
}
.contacts__wrapper .call__text {
  background-color: #1C1C1A !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -2.5rem auto 0;
}
.contacts__wrapper .button:after {
  background-color: #1C1C1A !important;
}
.contacts-bottom {
  margin: 0 1.5vw 4.375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .contacts-bottom__left {
    padding-right: 0;
  }
  .contacts-bottom__right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contacts-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 8vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contacts-bottom {
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .contacts-bottom__right {
    min-width: 200px;
  }
}
.contacts-bottom__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contacts-bottom__social {
    margin-bottom: 20px;
  }
}
.contacts-bottom__social-link {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-left: 1.25rem;
  border: none;
}
.contacts-bottom__social-link svg {
  width: 100%;
  height: 100%;
  max-height: 1.5625rem;
}
.contacts-bottom__social-link path, .contacts-bottom__social-link circle {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #EDBC61;
}
.contacts-bottom__social-link:hover path, .contacts-bottom__social-link:hover circle {
  opacity: 0.5;
}
.contacts-bottom__title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: white;
}
@media screen and (max-width: 1023px) {
  .contacts-bottom__title {
    font-size: 1.25rem;
  }
}
.contacts-bottom__left .contacts-bottom__title {
  font-size: 1.375rem;
  color: #797979;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  .contacts-bottom__left .contacts-bottom__title {
    font-size: 1.25rem;
  }
}
.contacts-bottom__subtitle, .contacts-bottom__left .contacts-bottom__text {
  font-size: 1.25rem;
  margin: 1.25rem 0 1.25rem;
  color: white;
}
@media screen and (max-width: 1023px) {
  .contacts-bottom__subtitle, .contacts-bottom__left .contacts-bottom__text {
    font-size: 1rem;
  }
}
.contacts-bottom__right .contacts-bottom__text {
  max-width: 21.875rem;
}
.contacts-bottom__text {
  font-size: 1.25rem;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .contacts-bottom__text {
    font-size: 0.875rem;
  }
}
.contacts-bottom__text a {
  color: white;
}
.contacts-bottom__text a:hover {
  color: #EDBC61;
}
@media screen and (min-width: 768px) {
  .contacts-bottom__img img {
    max-width: 50vw;
    padding-right: 5vw;
    min-height: 28.125rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .contacts-bottom__img img {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .page-template-tmp__contacts .section-title {
    border-right: none;
  }
}

.page-error {
  position: relative;
}
.page-error .button.white:after {
  background-color: #353738;
}
.page-error__pic {
  width: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
@media screen and (max-width: 1023px) {
  .page-error__pic {
    height: 700px;
  }
}
.page-error__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.page-error__subtitle {
  font-size: 3.125rem;
  font-weight: 400;
  color: #fffefe;
}
@media screen and (max-width: 1200px) {
  .page-error__subtitle {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-error__subtitle {
    font-size: 1.5625rem;
  }
}
.page-error__title {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0;
  padding: 0;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .page-error__title {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page-error__title {
    font-size: 2.1875rem;
    white-space: nowrap;
  }
}

.animate-scroll img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.animate-scroll ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.animate-scroll ::-webkit-scrollbar-track {
  background: #212121;
}
.animate-scroll ::-webkit-scrollbar-thumb {
  background: #2e4a56;
  border-radius: 12px;
}
.animate-scroll ::-webkit-scrollbar-thumb:hover {
  background: #28404a;
}
.animate-scroll .btn {
  padding: 0;
  background: 0;
  border: unset;
  cursor: pointer;
  padding: 12px 16px;
  color: #797979;
  font-size: 12px;
  background: #2e4a56;
  border-radius: 50px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 768px) {
  .animate-scroll .btn {
    padding: 16px 28px;
    font-size: 16px;
  }
}
.animate-scroll .btn:hover, .animate-scroll .btn:focus-visible {
  background: #28404a;
}
.animate-scroll .showcase {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  background: #212121;
}
@media (min-width: 768px) {
  .animate-scroll .showcase {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .animate-scroll .showcase {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .animate-scroll .showcase__button-prev, .animate-scroll .showcase__button-next {
    width: 0.875rem;
    height: 1.0625rem;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .animate-scroll .showcase__button-prev {
    background: url("icon/arrow-top.svg") center center/contain no-repeat;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .animate-scroll .showcase__button-next {
    background: url("icon/arrow-bottom.svg") center center/contain no-repeat;
    margin-left: 40px;
  }
}
.animate-scroll .swiper-button-disabled {
  opacity: 0;
}
.animate-scroll .showcase__content {
  position: relative;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .animate-scroll .showcase__content {
    width: 58%;
    height: 100vh;
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .animate-scroll .showcase__content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__content {
    width: 100%;
    padding: 25px 20px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 32px;
    font-weight: 800;
  }
  .relax .animate-scroll .showcase__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.animate-scroll .showcase__step {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 16px;
  font-size: 16px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.animate-scroll .showcase__step-counter {
  position: absolute;
  right: 0;
  bottom: -25vh;
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__step-counter {
    left: 0;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.animate-scroll .showcase__step-counter .counter__current {
  color: #EDBC61;
}
@media (min-width: 576px) {
  .animate-scroll .showcase__step {
    padding: 40px;
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .animate-scroll .showcase__step {
    bottom: 30%;
    left: 60%;
    width: 70%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  .animate-scroll .showcase__step {
    left: 50%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__step {
    position: relative;
    width: 100%;
    left: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.animate-scroll .showcase__step-text {
  margin: 0 0 1.25rem;
  color: #797979;
  font-size: 1.875rem;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__step-text {
    margin-bottom: 10px;
    text-align: left;
    font-size: 20px;
    color: white;
    font-weight: 300;
    padding-top: 5vh;
  }
}
.animate-scroll .showcase__step-desc {
  margin: 0 0 0.875rem;
  color: #B9B3B3;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__step-desc {
    text-align: left;
    font-size: 14px;
  }
}
.animate-scroll .showcase__content .showcase__step {
  display: none;
}
@media (min-width: 768px) {
  .animate-scroll .showcase__content .showcase__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.animate-scroll .showcase__title {
  color: #575755;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 105.6px */
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.animate-scroll .showcase__title span {
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .animate-scroll .showcase__title {
    position: absolute;
    top: 47%;
    left: -32%;
    margin: 0;
    font-size: 4.375rem;
    padding: 0 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lang-en .animate-scroll .showcase__title {
    left: -27%;
  }
}
@media screen and (max-width: 1023px) {
  .animate-scroll .showcase__title {
    top: 2%;
    right: 0;
    left: unset;
    font-size: 3.125rem;
    -webkit-transform: unset;
            transform: unset;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__title {
    text-align: right;
    font-weight: 800;
    font-size: 28px;
  }
}
.animate-scroll .showcase__text {
  color: #424242;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .animate-scroll .showcase__text {
    display: none;
  }
}
@media (min-width: 768px) {
  .animate-scroll .showcase__text {
    font-size: 46px;
    position: absolute;
    top: 5%;
    right: 0;
    margin: 0;
    font-size: 24px;
    padding: 0 3vw;
  }
}
@media (min-width: 1440px) {
  .animate-scroll .showcase__text {
    font-size: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.animate-scroll .showcase__panel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
  background: black;
}
@media (min-width: 768px) {
  .animate-scroll .showcase__panel {
    width: 42%;
  }
}
@media screen and (max-width: 1023px) {
  .animate-scroll .showcase__panel {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__panel {
    width: 100%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    background: none;
  }
}
.animate-scroll .showcase__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #2e4a56;
  aspect-ratio: 2.5/3;
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__image {
    aspect-ratio: unset;
    border-bottom: none;
  }
}
.animate-scroll .showcase__image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(rgba(0, 0, 0, 0.65)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black, rgba(0, 0, 0, 0.65), rgba(255, 255, 255, 0));
  content: "";
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__image::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .animate-scroll .showcase__image {
    border-bottom: unset;
  }
  .animate-scroll .showcase__image::after {
    display: none;
  }
}
.animate-scroll .showcase__image img {
  display: block;
  aspect-ratio: 2.5/3;
  width: 100%;
  height: 120%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .animate-scroll .showcase__image img {
    height: calc(100vh - 350px);
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.quote__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 50vh;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .quote__wrapper {
    height: 25vh;
  }
}
@media screen and (max-width: 767px) {
  .quote__wrapper {
    height: 20vh;
  }
}
.quote__text {
  font-family: "Montserrat", sans-serif;
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0;
  text-align: right;
  color: rgba(182, 182, 182, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#b6b6b6), to(#b6b6b6)) no-repeat;
  background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 0%;
  -webkit-transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
  transition: background-size cubic-bezier(0.1, 0.5, 0.5, 1) 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 2vw;
}
@media screen and (max-width: 1023px) {
  .quote__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .quote__text {
    font-size: 4.7vw;
    padding: 0 20px;
  }
}

.slide {
  margin: 0;
  padding: 0;
  color: white;
  background: black;
  text-transform: uppercase;
  position: relative;
}
.slide__wrapper {
  color: #ffffff;
}
.slide h2 {
  font-weight: 400;
  text-align: center;
  margin-right: -0.5em;
  width: 90vw;
  color: #FFF;
  font-size: 2.25rem;
  line-height: 134.523%; /* 53.809px */
  text-transform: uppercase;
}
.slide__bg {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0f0f0;
  color: #fff;
  font-size: 2.25rem;
  line-height: 134.523%;
  text-transform: uppercase;
  font-weight: 400;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .slide__bg {
    font-size: 26px;
  }
}
.slide__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1024px) {
  .slide__bg.right-text:before {
    left: 50%;
    width: 50%;
  }
  .slide__bg.right-text:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
    width: 50%;
    height: 15.625rem;
    z-index: -1;
  }
}
.slide__text {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 1024px) {
  .slide__text {
    max-width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .slide__text {
    padding: 0 20px;
  }
}
.slide__text span {
  top: -50px;
  opacity: 0;
  margin: 20px 0;
  -webkit-transition: top 1.25s, opacity 0.5s;
  transition: top 1.25s, opacity 0.5s;
}
@media (min-width: 1024px) {
  .slide__bg.right-text .slide__text {
    margin-left: 52vw;
  }
}
.slide__desc {
  font-size: 1.125rem;
  line-height: 140%;
  margin: 1.25rem auto 0;
  text-transform: none;
  padding: 0 20px;
}
.slide__counter {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.slide__counter .counter__current {
  color: #EDBC61;
}
.slide__counter .counter__total {
  color: white;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .right-text .slide__counter {
    position: absolute;
    top: 3.75rem;
    left: 4.375rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .right-text .slide__counter .counter__current {
    color: white;
    opacity: 0.5;
    font-size: 7.25rem;
    line-height: 100%;
  }
}

.transition {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #1C1C1A;
}
@media screen and (max-width: 767px) {
  .transition__wrapper {
    margin-top: 8vh;
  }
}
.transition__wrapper:after {
  content: "";
  background: url(jb_design/images/bg-logo.svg) center bottom/contain no-repeat;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0.3125rem;
}
.transition__wrapper span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  z-index: 2;
  width: 50%;
  text-transform: uppercase;
  font-weight: 600;
  color: #1C1C1A;
  letter-spacing: 0.6px;
  top: 60vh;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  color: #1C1C1A;
  font-style: normal;
  line-height: 135%;
  padding: 0 10px;
}
.transition__wrapper span:before {
  color: #1C1C1A;
  font-size: 8.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  margin-right: 0.875rem;
  opacity: 0.2;
}
@media screen and (max-width: 1023px) {
  .transition__wrapper span {
    top: 50vh;
  }
  .transition__wrapper span:before {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .transition__wrapper span {
    top: 45vh;
    font-size: 1rem;
  }
  .transition__wrapper span:before {
    font-size: 6.25rem;
  }
}
.transition__up {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .transition__up {
    padding-left: 6.25rem;
  }
}
.transition__up:before {
  content: "02";
}
.transition__down {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .transition__down {
    padding-right: 6.25rem;
  }
}
.transition__down:before {
  content: "01";
}
.transition__box {
  height: 100vh;
  width: 50vw;
  margin-bottom: -0.2vh;
  background: #77765B;
  display: block;
}
@media screen and (max-width: 767px) {
  .transition__box {
    height: 50vh;
  }
}

.smart {
  background-color: #1C1C1A;
  position: relative;
}
.smart__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .smart__container {
    margin: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 60px);
  }
}
.smart__iphone {
  position: absolute;
  height: 33.75rem;
  display: block;
}
.smart__iphone img {
  width: 24.5rem;
}
.smart__nxn-text {
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: 1.5rem;
  top: 25%;
  left: 45%;
  width: 22.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smart__nxn-text {
    top: 30%;
    left: 25%;
  }
}
.smart__nxn-text:before {
  content: "";
  display: block;
  height: 1.875rem;
  padding: 0.625rem 0;
  background: url(jb_design/images/logo.svg) center center/contain no-repeat;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .smart__nxn-text:before {
    width: 150px;
  }
}
.smart__nxn-text img {
  opacity: 0;
  width: 22.25rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .smart__nxn-text img {
    display: none;
  }
}
.smart .widgets {
  position: absolute;
  z-index: -1;
  scale: 0;
}
.smart__widgets {
  position: absolute;
  scale: 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.61);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.61);
  padding: 0;
  background-color: #1C1C1A;
}
@media screen and (min-width: 1024px) {
  .smart__widgets {
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .smart__widgets {
    display: none;
  }
}
.smart__widgets img {
  border-radius: 5px;
  padding: 0 2.3125rem;
  margin: 1.5rem 1.125rem;
  width: 15rem;
}
.smart__widgets p {
  color: #FFF;
  font-size: 1.125rem;
  line-height: 135%;
  padding: 0.625rem 1.75rem;
  border-top: 1px solid #7E776C;
}
.smart__widgets__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #1C1C1A;
  position: absolute;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  top: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #EDBC61;
  border-radius: 0 0.625rem 0 0;
  width: 50%;
  height: calc(100% - 2.75rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smart__widgets:nth-child(3) .smart__widgets__desc, .smart__widgets:nth-child(6) .smart__widgets__desc {
  width: 63%;
}
.smart__widgets:hover .smart__widgets__desc {
  opacity: 1;
  visibility: visible;
}
.smart #socials {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff348b), to(#e30217));
  background: linear-gradient(#ff348b, #e30217);
  border-radius: 30px;
  aspect-ratio: 1;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.smart a {
  text-decoration: none;
  font-size: 30px;
  font-family: sans-serif;
  background-color: white;
  aspect-ratio: 1;
  height: 50px;
  border-radius: 100%;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smart .swiper-wrapper {
  height: unset;
  position: absolute;
  top: 300px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 768px) {
  .smart .swiper-wrapper {
    display: none;
  }
}
.smart .swiper-slide {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.smart .swiper-slide img {
  max-width: 300px;
  min-height: 150px;
}
.smart .swiper-slide p {
  font-size: 16px;
  color: white;
  padding-top: 30px;
}
.smart__swiper_pagination {
  top: 600px !important;
}
@media screen and (max-width: 767px) {
  .smart > .smart__widgets {
    display: none;
  }
}

.cube {
  position: relative;
  height: 100vh;
  background: #2B2B2B;
  margin: 0;
  padding: 0;
}
.cube:after {
  content: "";
  width: 9.375rem;
  height: 63%;
  position: absolute;
  right: 5vw;
  bottom: 3vw;
  background: url(jb_design/images/acconic.svg) center center/contain no-repeat;
  opacity: 1;
  display: none;
}
@media screen and (max-width: 1023px) {
  .cube:after {
    display: none;
  }
}
.cube__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64vh;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .cube__wrapper {
    height: 50vh;
  }
}
@media screen and (max-width: 767px) {
  .cube__wrapper {
    height: 40vw;
  }
}
.cube__desc {
  width: 42%;
  padding: 0 3vw;
  text-align: right;
  font-size: 2.5rem;
  line-height: 110%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  .cube__desc {
    width: 84vw;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cube__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-weight: 300;
    height: 150px;
    text-align: left;
    padding: 50px 0 0 20px;
  }
}
.cube__item__title {
  text-transform: uppercase;
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .cube__item__title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.cube__item__desc {
  font-size: 1.25rem;
  color: #B9B3B3;
  line-height: 140%;
  margin-bottom: 1.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media screen and (max-width: 767px) {
  .cube__item__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.cube__swiper {
  width: 58%;
  height: 100%;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #707070;
  --swiper-pagination-color: #1c1c1a;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cube__swiper_slidename-item {
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .cube__swiper_slidename-item.active {
    display: block;
    opacity: 1;
  }
}
.cube__swiper_slidename-item.active .cube__item__title {
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cube__swiper_slidename-item.active .cube__item__desc {
  display: block;
  opacity: 1;
  visibility: initial;
}
.cube__swiper_fraction {
  position: absolute;
  bottom: 2.875rem;
  right: 61%;
  font-size: 1.375rem;
  display: none;
}
@media screen and (max-width: 1023px) {
  .cube__swiper_fraction {
    width: 100%;
    text-align: center;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .cube__swiper_fraction {
    bottom: 20px;
    display: block;
  }
}
.cube__swiper_fraction .counter__current {
  color: #EDBC61;
}
@media screen and (max-width: 1023px) {
  .cube__swiper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cube__swiper {
    height: 200%;
  }
}
.cube .swiper-slide {
  background-position: center;
  background-size: cover;
}
.cube .swiper-slide, .cube .swiper-slide * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cube .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .cube .swiper-pagination {
    bottom: -32vw;
  }
}
.cube .swiper-pagination-bullet-active {
  background-color: #EDBC61;
}
.cube__viewport {
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 20vw;
          perspective-origin: 50% 20vw;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cube__viewport {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.cube__cube {
  position: relative;
  margin: 0 auto;
  height: 20vw;
  width: 20vw;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(325deg) rotateY(45deg);
          transform: rotateX(325deg) rotateY(45deg);
}
@media screen and (max-width: 767px) {
  .cube__cube {
    height: 80vw;
    width: 80vw;
  }
}
.cube__cube > div {
  overflow: hidden;
  position: absolute;
  opacity: 1;
  border: 1px solid #333333;
  height: 20vw;
  width: 20vw;
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .cube__cube > div {
    height: 80vw;
    width: 80vw;
  }
}
.cube__cube > div:hover, .cube__cube > div:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.cube__cube > div:first-child {
  -webkit-transform: rotateY(-90deg) translateZ(10vw);
          transform: rotateY(-90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:first-child {
    -webkit-transform: rotateY(-90deg) translateZ(40vw);
            transform: rotateY(-90deg) translateZ(40vw);
  }
}
.cube__cube > div:nth-child(2) {
  -webkit-transform: translateZ(10vw);
          transform: translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:nth-child(2) {
    -webkit-transform: translateZ(40vw);
            transform: translateZ(40vw);
  }
}
.cube__cube > div:nth-child(3) {
  -webkit-transform: rotateY(90deg) translateZ(10vw);
          transform: rotateY(90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:nth-child(3) {
    -webkit-transform: rotateY(90deg) translateZ(40vw);
            transform: rotateY(90deg) translateZ(40vw);
  }
}
.cube__cube > div:nth-child(4) {
  -webkit-transform: rotateY(180deg) translateZ(10vw);
          transform: rotateY(180deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:nth-child(4) {
    -webkit-transform: rotateY(180deg) translateZ(40vw);
            transform: rotateY(180deg) translateZ(40vw);
  }
}
.cube__cube > div:nth-child(5) {
  -webkit-transform: rotateX(90deg) translateZ(10vw);
          transform: rotateX(90deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:nth-child(5) {
    -webkit-transform: rotateX(90deg) translateZ(40vw);
            transform: rotateX(90deg) translateZ(40vw);
  }
}
.cube__cube > div:nth-child(6) {
  -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(10vw);
          transform: rotateX(-90deg) rotate(180deg) translateZ(10vw);
}
@media screen and (max-width: 767px) {
  .cube__cube > div:nth-child(6) {
    -webkit-transform: rotateX(-90deg) rotate(180deg) translateZ(40vw);
            transform: rotateX(-90deg) rotate(180deg) translateZ(40vw);
  }
}
.cube__cube object {
  opacity: 0.5;
}
.cube__cube object:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .cube .section-title {
    border-right: 0;
    margin-right: 10px;
  }
  .cube .section-title h2 {
    font-size: 1.7rem;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(360deg) rotateZ(0deg) rotateX(45deg);
  }
  50% {
    -webkit-transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(180deg) rotateZ(180deg) rotateX(45deg);
  }
  100% {
    -webkit-transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
            transform: translateZ(-10vw) rotateY(0deg) rotateZ(360deg) rotateX(45deg);
  }
}
.twentytwenty-wrapper, .twentytwenty-container {
  width: 100%;
  height: 100%;
}
.twentytwenty-handle {
  border-color: #EDBC61;
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
  background: #EDBC61 !important;
  -webkit-box-shadow: 0 3px 0 #EDBC61, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
          box-shadow: 0 3px 0 #EDBC61, 0px 0px 12px rgba(51, 51, 51, 0.5) !important;
}
.twentytwenty-left-arrow {
  border-right-color: #EDBC61;
}
.twentytwenty-right-arrow {
  border-left-color: #EDBC61;
}
.twentytwenty-before-label, .twentytwenty-after-label {
  display: none;
}

.relax .pin-spacer {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
@media screen and (max-width: 767px) {
  .relax .pin-spacer {
    height: unset;
  }
}
.relax .showcase__panel {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.relax .showcase__text {
  color: #575755;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  text-align: right;
}
@media (min-width: 768px) {
  .relax .showcase__text {
    font-size: 46px;
  }
}
@media (min-width: 1024px) {
  .relax .showcase__text {
    position: absolute;
    top: 5%;
    left: 0;
    margin: 0;
    font-size: 3rem;
    padding: 0 2vw;
  }
}
@media (min-width: 1440px) {
  .relax .showcase__text {
    font-size: 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .relax .showcase__text {
    display: block;
    font-size: 20px;
  }
}
.relax .showcase__text span {
  background: var(--bronze);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .relax .showcase__step {
    bottom: 40%;
    left: 50%;
  }
}
@media (min-width: 1440px) {
  .relax .showcase__step {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .relax .showcase__step {
    padding-top: 25px;
  }
}
.relax .showcase__step-text {
  text-align: center;
  text-transform: none;
  color: white;
  font-size: 3rem;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1023px) {
  .relax .showcase__step-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .relax .showcase__content {
    height: auto !important;
    padding-top: 60px !important;
  }
}
.relax .showcase__content:before {
  content: "";
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  left: 40%;
  top: 43%;
  background: url(jb_design/images/quote.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1023px) {
  .relax .showcase__content:before {
    left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .relax .showcase__content:before {
    width: 150px;
    height: 150px;
    left: calc(50% - 75px);
    top: -160px;
  }
}
@media screen and (max-width: 767px) {
  .relax .showcase__image img {
    height: calc(100vh - 300px);
  }
}
@media screen and (max-width: 767px) {
  .relax__swiper_pagination {
    bottom: 100px !important;
  }
}

.testimonials__wrap {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials__wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.testimonials__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(jb_design/images/bg-logo-light.svg) left bottom/contain no-repeat;
}
.testimonials__video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.testimonials__list {
  margin: 0 4vw;
}
.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .testimonials__item {
    margin-bottom: 25px;
  }
}
.testimonials__item__text {
  color: #171717;
  font-size: 1.25rem;
  padding: 1.5625rem 1.875rem;
  border-radius: 1.875rem 1.875rem 1.875rem 0.3125rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4.2255210876px);
          backdrop-filter: blur(4.2255210876px);
  max-width: 12.5rem;
}
@media (max-width: 767px) {
  .testimonials__item__text {
    font-size: 16px;
    padding: 15px 20px;
    max-width: 170px;
  }
}
.testimonials__item__image {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 100%;
}
.testimonials__item:nth-child(even) div {
  border-radius: 1.875rem 1.875rem 0.3125rem 1.875rem;
  background-color: rgba(151, 170, 99, 0.8);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.testimonials__item:nth-child(even) img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.videobg__wrap {
  height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 1024px) {
  .videobg__wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .videobg__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.videobg__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.videobg__container {
  margin: 20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .videobg__container {
    margin: 0 0 5vw 15vw;
  }
}
@media (max-width: 1023px) {
  .videobg__container {
    margin: 0 20% 20px 20px;
    max-width: calc(80% - 20px);
  }
}
.videobg__video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
  margin-bottom: 1px;
}
.videobg__list {
  height: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.videobg__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.875rem;
  padding-top: 100%;
}
.videobg__item__text {
  color: white;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .videobg__item__text {
    max-width: 40vw;
  }
}
@media (max-width: 767px) {
  .videobg__item__text {
    font-size: 16px;
  }
}
.videobg__item__title {
  color: white;
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 767px) {
  .videobg__item__title {
    font-size: 22px;
  }
}
.videobg__counter {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}
.videobg__counter .counter__current {
  color: #EDBC61;
}
.videobg__counter .counter__total {
  color: white;
  opacity: 0.5;
}
@media (min-width: 1024px) {
  .videobg .section-title {
    position: absolute;
    left: -14%;
    top: 43%;
    border: none;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
    padding: 0;
  }
  .lang-en .videobg .section-title {
    left: -10%;
    top: 49%;
  }
}
.videobg .section-title h2 {
  color: #D8D7C1;
}
@media (min-width: 1024px) {
  .videobg .section-title h2 {
    text-align: left;
    font-size: 4.375rem;
    line-height: 100%;
  }
  .videobg .section-title h2 span {
    display: block;
  }
}

/*@import 'modules/jb-bem-block';  for example */