@import url(https://use.typekit.net/vrs7bab.css);
html {
  font-size: 24px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  max-width: 1920px;
  min-width: 320px;
  overflow-x: hidden; 
  font-family: ratio,sans-serif;
}
h1,
.h1 {
    font-size: 3.54rem;
    font-family: ratio,sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 4.16rem;
}
h2,
.h2 {
    font-weight: 200;
    font-size: 1.44rem;
}
h3,
.h3 {
    font-size: 1.3rem;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal;
}
h1.no-style,
h2.no-style,
h3.no-style,
h4.no-style,
h5.no-style {
  font-size:inherit;
  font-family:inherit;
  color:inherit;
  font-weight:inherit;
  margin:inherit;
}
ul {
  list-style: none;
}
a {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  text-decoration: none; }

.help__links a{
  display:block;
}
.help__links a:hover {
  text-decoration:underline;
}

.container {
  width: 100%;
  padding: 0 67px; }

.link-with-arrow .arrow-wrapper {
  margin: .7em 0 1em 0;
  /*margin-top: 0.8em;*/
  overflow: hidden;
  width:100px;
  height: 12px;
  /*padding: 0.2em 0; */
}
  .link-with-arrow .arrow-wrapper .link-arrow {
    vertical-align: middle;
    color: #b15533;
    box-sizing: border-box;
    width: 0.6em;
    height: 0.5em;
    border-width: 0.1em 0.1em 0 0;
    border-style: solid;
    margin: 0;
    -webkit-transform: translate(4.4em) rotate(45deg);
    transform: translate(80px) rotate(45deg);
    animation: arrowanimation 0.6s ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: paused;
    }
    .link-with-arrow .arrow-wrapper .link-arrow::before {
      content: '';
      box-sizing: border-box;
      right: 0;
      top: -0.05em;
      position: absolute;
      height: 0.1em;
      background-color: #b15533;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      width: 90px;
      -webkit-transform-origin: right top;
      transform-origin: right top;
      transition: width .2s ease-out; }



.link-with-arrow:hover {
  /*text-decoration: underline; */
  text-decoration: none;
}

  .link-with-arrow:hover .arrow-wrapper .link-arrow {
    /*animation-play-state: running;*/
    /*animation-iteration-count: 1;*/
  }

@keyframes arrowanimation {
  0%   {transform: translate(80px) rotate(45deg);}
  50%  {transform: translate(200px) rotate(45deg);}
  51%  {transform: translate(-10px) rotate(45deg);}
  100% {transform: translate(80px) rotate(45deg);}
}


.front__text .arrow-wrapper {
  display:block;
}
.front__text .arrow-wrapper .link-arrow {
  color: #555;
  display:block;
}
.front__text .arrow-wrapper .link-arrow::before {
  background-color: #555;
}



/* ==============================
        HEADER
 ================================*/
/*.header {*/
  /*padding: 21.33333px 3.47%;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center; }*/
  /*.header__logo {*/
    /*width: 15%;*/
    /*margin-right: 10.44%; }*/
    /*.header__logo img {*/
      /*width: 100%; }*/
  /*.header__menu {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-end;*/
    /*justify-content: space-between;*/
    /*font-family: jaf-domus, sans-serif;*/
    /*font-weight: 300;*/
    /*font-style: normal;*/
    /*flex-grow: 1; }*/
  /*.header__small {*/
    /*display: flex;*/
    /*margin-bottom: 36.66667px; }*/
  /*.header__small-item, .header__small li {*/
    /*margin-left: 20px;*/
    /*color: #888888;*/
    /*font-size: 0.7rem; }*/
  /*.header__small-link, .header__small a {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%; }*/
    /*.header__small-link:hover, .header__small a:hover {*/
      /*color: #000; }*/
  /*.header__main {*/
    /*display: flex;*/
    /*justify-content: flex-end;*/
    /*width: 100%; }*/
  /*.header__main-item, .header__main li {*/
    /*margin-left: 10.44%;*/
    /*color: #555555;*/
    /*font-size: 1rem;*/
    /*transition: color .2s ease-out; }*/
    /*.header__main-item:first-of-type, .header__main li:first-of-type {*/
      /*margin-left: 0; }*/
    /*.header__main-item:hover, .header__main li:hover {*/
      /*color: #000; }*/
  /*.header__main-link, .header__main a {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%; }*/
  /*.header__mobile-menu-wrapper {*/
    /*display: none;*/
    /*width: 60px;*/
    /*height: 100%; }*/
  /*.header__mobile-burger {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    /*align-items: flex-end;*/
    /*width: 33.33333px;*/
    /*height: 20px;*/
    /*margin: auto; }*/
    /*.header__mobile-burger div {*/
      /*width: 100%;*/
      /*height: 3px;*/
      /*background-color: #b15533; }*/
      /*.header__mobile-burger div:last-child {*/
        /*width: 24px; }*/
    /*.header__mobile-burger--active {*/
      /*width: 100%;*/
      /*height: 100%;*/
      /*justify-content: center;*/
      /*align-items: center;*/
      /*align-content: center;*/
      /*background: #3D5C81; }*/
      /*.header__mobile-burger--active div:last-child {*/
        /*display: none; }*/
      /*.header__mobile-burger--active div:first-child {*/
        /*transform: rotate(-45deg); }*/
      /*.header__mobile-burger--active div:nth-child(2n) {*/
        /*transform: rotate(45deg); }*/
  /*.header__mobile-menu {*/
    /*display: none;*/
    /*position: fixed;*/
    /*z-index: 10;*/
    /*top: 79px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*height: calc(100vh - 79px);*/
    /*background: #eeeeee; }*/
    /*.header__mobile-menu--active {*/
      /*display: block; }*/
  /*.header__mobile-main {*/
    /*display: flex;*/
    /*flex-direction: column; }*/
  /*.header__mobile-main-item {*/
    /*color: #555555;*/
    /*font-size: 1rem; }*/
  /*.header__mobile-main-link {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%; }*/

/*@keyframes slideInFromLeft {*/
  /*from {*/
    /*opacity: 1;*/
    /*transform: translateX(-100%); }*/
  /*to {*/
    /*opacity: 1;*/
    /*transform: translateX(0); } }*/

.header__gap{
  height:90px;
  background-color:white;
  width:100%
}
.header {
  position: fixed;
  width:100%;
  height:90px;
  z-index: 9999;
  top:0;
  transition: top 0.2s ease-in-out;
  background-color: #fff;
}
.header_up{
  top:-90px !important;
}
.alert-banner {
  position: fixed;
  width:100%;
  top:0;
  font-size:15px;
  color:#fff;
  background:#b15533;
  padding: 20px 0;
  font-weight: 100;
}
@media (max-width:768px) {
  .alert-banner .container {
    padding:0 25px;
  }
}
.alert-banner .col-12 {
  position:relative;  
}
.alert-banner .close {
  position:absolute;
  top:0;
  right:0;
  transform:translateY(-2px);
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 20px;
  outline:none;
  height:20px;
  line-height:20px;
}
.alert-banner .close .fa-times:before {
  content: "\00d7";
}
.alert-banner strong {
  font-weight: 400;
}
.alert-banner a {
  text-decoration:underline;
}
.header_shadow{
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
}
.header.active {
  background-color: transparent;
}
.header.active .header__hamb-btn {
  position: relative;
}
.header.active .header__hamb-btn span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header.active .header__hamb-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
  -moz-transform: rotate(45deg) translate(-1px, -1px);
  -ms-transform: rotate(45deg) translate(-1px, -1px);
  -o-transform: rotate(45deg) translate(-1px, -1px);
  transform: rotate(45deg) translate(-1px, -1px);
  top: 9px;
}
.header.active .header__hamb-btn span:nth-child(2) {
  display: none;
}
.header.active .header__hamb-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -12px;
}
.header .header__logo {
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.header .header__logo img {
  height: auto;
  max-height: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  top:3px;
}
.header .header__nav {
  float: right;
  height: 100%;
  padding-right: 50px;
  padding-top: 17px;
  width: 70%;
}
.header .header__nav .header__nav-top-list {
  font-family: jaf-domus, sans-serif;
  font-size: 0.58em;
  font-weight: 300;
  /*letter-spacing: 0.025em; */
  text-align: right;
}
.header .header__nav .header__nav-top-list li {
  display: inline-block;
  margin-left: 18.5px;
}
.header .header__nav .header__nav-top-list li:first-child {
  margin-left: 0;
}
.header .header__nav .header__nav-top-list li .header__nav-top-list--search,
.header .header__nav .header__nav-top-list .header__nav-top-list--search a {
  color: transparent;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/search-icon.png") no-repeat center;
  background-size: contain;
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.header .header__nav .header__nav-top-list li a {
  color: #555;
  font-size:14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__nav .header__nav-top-list li a:hover {
  color: #b15533;
}
.header .header__nav .header__nav-top-list .header__nav-top-list--search a:hover {
  color: transparent;
}
.header .header__nav .header__nav-main-list {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}
.header .header__nav .header__nav-main-list li {
  display: inline-block;
  font-size: .83rem;
  font-family: jaf-domus, sans-serif;
  /*letter-spacing: 0.025em;*/
  margin-left: 55px; 
  font-weight: 300;
}
.header .header__nav .header__nav-main-list li:first-child {
  margin-left: 0;
}
.header .header__nav .header__nav-main-list li:hover .header__nav-submain-list,
.header .header__nav .header__nav-main-list li:hover ul{
  display: flex;
}
.header .header__nav .header__nav-main-list li a {
  color: #555555;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__nav .header__nav-main-list li a:hover {
  color: #b15533;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list {
  display: none;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #f3f3f3;
  min-height: 230px;
  padding: 30px 0 20px;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list::before,
.header .header__nav .header__nav-main-list li ul:before {
  position: absolute;
  left: -180px;
  top: 0;
  bottom: 0;
  width: 320px;
  display: block;
  content: "";
  background: #f3f3f3 url("../img/submenu-arrow--bg.png") no-repeat left center;
  background-size: 100%;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items,
.header .header__nav .header__nav-main-list li ul {
  display: none;
  justify-content: left;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #f3f3f3;
  padding: 40px 5% 40px;
  border-top:15px solid white;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li,
.header .header__nav .header__nav-main-list li ul li {
  width: 320px;
  height: 80px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a,
.header .header__nav .header__nav-main-list li ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #555555;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a.colored,
.header .header__nav .header__nav-main-list li ul li.colored a {
  background-color: #b15533;
  color: #fff;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a.colored:hover,
.header .header__nav .header__nav-main-list li ul li.colored:hover a{
  background-color: #fff;
  color: #b15533;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a:not(.colored)::before,
.header .header__nav .header__nav-main-list li ul li:not(.colored) a::before{
  display: block;
  content: "";
  background: url("../img/big-arrow.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 15px;
  position: absolute;
  left: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a:hover,
.header .header__nav .header__nav-main-list li ul li a:hover {
  color: #b15533;
}
.header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a:hover::before,
.header .header__nav .header__nav-main-list li ul li a:hover::before {
  left: 0;
  opacity: 1;
}
.header .header__search {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
.header .header__search.active {
  display: block;
}
.header .header__search .header__search-form {
  height: 89px;
  background-color: #fff;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__search .header__search-form input {
  width: 95%;
  color: #000;
  font-size: 1.458em;
  font-family: ratio-display, sans-serif;
  font-weight: 300;
  border: 0;
}
.header .header__search .header__search-form input:hover {
  margin-bottom: -2px;
  border-bottom: 1px solid rgba(234, 170, 0, 0.3);
}
.header .header__search .header__search-form input:focus {
  outline: 0;
  margin-bottom: -2px;
  border-bottom: 1px solid #eaaa00;
}
.header .header__search .header__search-form .header__search-form-btns {
  display: flex;
  align-items: center;
}
.header .header__search .header__search-form .header__search-form-btns button {
  width: 25px;
  height: 25px;
  background: transparent url("../img/search-icon--orange.png") no-repeat center;
  background-size: contain;
  border: 0;
  cursor: pointer;
}
.header .header__search .header__search-form .header__search-form-btns button:focus {
  outline: 0;
}
.header .header__search .header__search-form .header__search-form-btns .close {
  color: #b15533;
  -webkit-transform: rotate(45deg) translate(0, -3px);
  -moz-transform: rotate(45deg) translate(0, -3px);
  -ms-transform: rotate(45deg) translate(0, -3px);
  -o-transform: rotate(45deg) translate(0, -3px);
  transform: rotate(45deg) translate(0, -3px);
  font-size: 34px;
  font-weight: 200;
  margin-left: 10px;
  cursor: pointer;
}
.header .header__search .header__search-results {
  background-color: #eeeeee;
  padding: 28px 100px 50px;
  max-height: 280px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  display: none;
}
.header .header__search .header__search-results::-webkit-scrollbar {
  width: 0;
}
.header .header__search .header__search-results.active {
  display: block;
}
.header .header__search .header__search-results .header__search-results-title {
  color: #555555;
  font-size: 0.75em;
  font-family: ratio-display, sans-serif;
}
.header .header__search .header__search-results .header__search-results-list li {
  margin: 10px 0;
}
.header .header__search .header__search-results .header__search-results-list li a {
  display: inline;
  font-family: ratio-display, sans-serif;
  font-weight: 300;
  color: #888888;
  letter-spacing: 0.025em;
  font-size: 1.00em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header__search .header__search-results .header__search-results-list li a::before {
  display: inline-block;
  content: "";
  background: url("../img/big-arrow.png") no-repeat center;
  background-size: contain;
  width: 0;
  height: 15px;
  opacity: 0;
  margin-right: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
.header .header__search .header__search-results .header__search-results-list li a:hover {
  color: #b15533;
}
.header .header__search .header__search-results .header__search-results-list li a:hover::before {
  opacity: 1;
  margin-right: 25px;
  width: 50px;
}
.header .header__hamb-btn {
  display: none;
  float: right;
  width: 30px;
  height: 30px;
  margin-right: 25px;
  cursor: pointer;
  z-index: 90;
}
.header .header__hamb-btn span {
  display: block;
  width: auto;
  height: 2px;
  background-color: #b15533;
  margin-top: 7px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .header__hamb-btn span:first-of-type {
  margin-top: 0;
}
.header .header__mob-nav {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 89;
  height: 100vh;
  background: #eeeeee url("../img/submenu-arrow--bg.png") no-repeat 200% center;
  padding-top: 190px;
  padding-left: 50px;
  display: none;
}
.header .header__mob-nav .header__mob-nav-main {
  margin-bottom: 75px;
}
.header .header__mob-nav .header__mob-nav-main li {
  position: relative;
  margin-top: 12px;
}
.header .header__mob-nav .header__mob-nav-main li:first-of-type {
  margin-top: 0;
}
.header .header__mob-nav .header__mob-nav-main li.hidden {
  display: none;
}
.header .header__mob-nav .header__mob-nav-main li a {
  position: relative;
  color: #555555;
  font-size: 1.2em;
  font-family: ratio-display, sans-serif;
  font-weight: 200;
  display: inline;
}
.header .header__mob-nav .header__mob-nav-main li a.active {
  color: #b15533;
}
.header .header__mob-nav .header__mob-nav-main li a.active + .header__mob-nav-submain,
.header .header__mob-nav .header__mob-nav-main li a.active + ul {
  display: block;
}
.header .header__mob-nav .header__mob-nav-main li .header__mob-nav-arrow {
  display: none;
  position: absolute;
  top: 5px;
  left: -20px;
  border-left: 2px solid #b15533;
  border-top: 2px solid #b15533;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
.header .header__mob-nav .header__mob-nav-main li.with-childes.active .header__mob-nav-arrow {
  display: inline-block;
}
.header .header__mob-nav .header__mob-nav-main .header__mob-nav-submain,
.header .header__mob-nav .header__mob-nav-main li ul {
  display: none;
}
.header .header__mob-nav .header__mob-nav-main .header__mob-nav-submain li {
  margin-top: 12px;
}
.header .header__mob-nav .header__mob-nav-main .header__mob-nav-submain li a {
  color: #555555;
  font-size: 1.2em;
  font-family: ratio-display, sans-serif;
  font-weight: 200;
  display: inline;
}
.header .header__mob-nav .header__mob-nav-list li {
  margin-top: 8px;
}
.header .header__mob-nav .header__mob-nav-list li:first-of-type {
  margin-top: 0;
}
.header .header__mob-nav .header__mob-nav-list li a {
  display: inline;
  color: #888888;
  font-size: 1.2em;
  font-family: ratio-display, sans-serif;
  font-weight: 200;
}
.header .header__mob-nav .header__mob-nav-list li.header__nav-top-list--search a {
  color: transparent;
}

@media screen and (max-width: 1020px) {
  .header .header__nav {
    padding-right: 25px;
  }

  .header .header__nav .header__nav-main-list li {
    margin-left: 25px;
  }
  .header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items {
    width: 740px;
  }
  .header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li {
    width: 175px;
  }
  .header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items li a {
    padding: 5px 10px;
  }
  .header .header__logo {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
/*  body {
    padding-top: 75px;
  }

  .header__gap{
    display:none;
  }*/
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .header.active .header__mob-nav {
    display: block;
  }
  .header .header__hamb-btn {
    display: block;
  }
  .header .header__logo {
    z-index: 90;
  }
  .header .header__nav {
    display: none;
  }
  .header.active .header__search {
    display: block;
    top: 75px;
  }
  .header.active .header__search .header__search-form-btns .close {
    display: none;
  }
  .header.active .header__search .header__search-form {
    padding: 10px 25px;
    height: 75px;
  }
  .header.active .header__search .header__search-results {
    background-color: #fff;
    margin-top: 5px;
    padding: 20px 25px 30px;
  }
  .header.active .header__search .header__search-results .header__search-results-title {
    font-size: 1em;
  }
  .header.active .header__search .header__search-results .header__search-results-list li a {
    font-size: 1.1em;
  }

}







/* ==============================
        SPACER
 ================================*/

.tall_spacer
{
    margin-top: 150px; }

.short_spacer
{
    margin-top: 50px; }



/* ==============================
        FRONT
 ================================*/
.front {
  position: relative;
  height: 750px;
  margin-bottom: 75px;
  padding: 16px 0; }
  .front__text {
    position: absolute;
    z-index: 2;
    top: 0;
    left:-1600px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    height: 100%;
    padding: 0 140px 0 700px;
    background-color: #feac01;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: default !important;
  }
  .front__header {
    margin-bottom: 50px;
    font-size: 3.54rem;
    line-height: 3.33rem;
    color: #fff;
    font-family: ratio,sans-serif;
    font-weight: 200;
    font-style: normal;}
  .front__about {
    font-size: .83rem;
    font-weight: 300;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    line-height: 1.16rem;}
    .front__about a {
      font-weight:bold;
    }
  .front__arrow-img {
    position: absolute;
    height: 100%;
    z-index: -1;
    right: -390px;
    top:0px;
    pointer-events: none; }
    .front__arrow-img img {
      height: 100%;
      width: auto; }
  .front__image {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .front__image img {
        display: block;
        width: 100%;
        height:100%;
        object-fit:cover;
 }

.front__text:not(.in-view) {
  left:-1600px;
  transition: all 0s;
}

.front__text.in-view {
  left:-925px;
  transition: all 1s ease-out;
}

.front__text.in-view.start-exit{
  left:0px;
  opacity:0;
  transition: all 1.5s ease-in;
}

.front__text:not(.in-view) .front__header {
  transform: translateX(-100px);
  transition: all 0s;
}

.front__text.in-view .front__header {
  transform: translateX(370px);
  transition: all 1.5s ease-out;
}

.front__text:not(.in-view) .front__about {
  transform: translateX(-200px);
  transition: all 0s;
}

.front__text.in-view .front__about {
  transform: translateX(370px);
  transition: all 1.7s ease-out;
}

/* ==============================
        WHO
 ================================*/
.who {
  padding-left: 10.42%; }
  .who__choice {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 92px;*/
    padding-right: 3.47%;
    font-size: 1.5rem;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .who__choice-wrapper {
    display: flex;
    align-items: center; }
  .who__name {
    margin-right: 79.33333px;
    padding-bottom: 20px; }
    .who__name span {
      color: #829995; }
  .who__variants {
    display: flex;
    align-items: center; }
  .who__variants-item {
    position: relative;
    margin-right: 6.7%;
    color: #888888;
    padding: 0 6px 15px 6px;
    cursor: pointer; }
    .who__variants-item:after {
      content: '';
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      opacity: .2;
      background-color: rgba(177, 85, 51, 0.4);
      transition: width .4s ease-out, opacity .4s ease-out; }
    .who__variants-item:hover::after {
      width: 100%;
      opacity: 1; }
    .who__variants-item--active {
      color: #555555;
      cursor: default; }
      .who__variants-item--active:after {
        opacity: 1;
        width: 100%;
        background-color: #b15533; }
  .who__choice-icon {
    flex-shrink: 0;
    width: 73.33333px;
    height: 75.33333px; }
    .who__choice-icon img {
      width: 100%;
      height: 100%; }
  .who__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 26.66667px; }
  .who__item {
    opacity: 1;
    transform: translateY(10%);
    width: 49.5%;
    margin-bottom: 75px;
    cursor: pointer;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal;
    /* transition-delay: .2s; */
    /* transition: opacity .4s ease-out, transform .4s ease-out; */ } 
   /* .who__item.visible {
      opacity: 1;
      transform: translateY(0); } */
   /* .who__item:nth-child(even) {
      transition-delay: .4s; } */
  .who__image {
    object-fit: cover !important;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 35px;
    /* transition: transform .4s ease-out; */ } 
    .who__image img {
      object-fit: cover;
      width: 100%;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      transition: transform 0.5s ease-out;}
    .who__item:hover .who__image img {
      transform: scale(1.05); }
 /* .who__blocks-text {
     transition: transform .4s ease-out; } */
 /* .who__item:hover .who__image {
     transform: scale(0.9); } */
 /* .who__item:hover .who__image img {
      transform: scale(1.2); } */
 /* .who__item:hover .who__header {
    text-decoration: underline; } */
 /* .who__item:hover .who__icon {
    transform: scale(1.2); } */
  .who__category {
    width: 85%;
    margin-bottom: 15px;
    font-size: 0.83rem;
    color: #888888;
    font-weight: 300;
    font-style: normal; }
  .who__header {
    width: 85%;
    margin-bottom: 30px;
    color: #555555;
    font-size: 1.44rem; }
  .who__icon {
    width: 30px;
    height: 30px;
   /* transition: transform .4s ease-out; */} 
    .who__icon img {
      width: 100%;
      height: 100%; }

/* ==============================
        STORY
 ================================*/
.story {
  position: relative;
  margin-bottom: 0; }
  .story__arrow {
    position: absolute;
    z-index: -100;
    left: 0;
    top: 0;
    transform: translateY(-72%);
    width: 45.31%;
    height: auto;
    width: auto;
    pointer-events: none;
    overflow:auto;
  }
  .story__wrapper {
    position: relative;
    background-color: #eeeeee;
    padding-top: 100px;
    padding-bottom: 18%;
    margin-top: 100px; }
    .story__wrapper:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 0;
      border: 33.33333px solid transparent;
      border-right-color: #dfd5cf;
      transform: translateY(50%); }
  .story__head {
    padding: 0 10.42%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px; }
  .story__header {
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .story__icon {
    width: 80px;
    /* height: 82.66667px; */ }
    .story__icon img {
      width: 100%;
      height: 100%; }
  .story__about {
    display: flex;
    justify-content: space-between;
    padding: 0 10.42%; }
  .story__more {
    flex-shrink: 0;
    margin-right: 16.67%;
    font-size: 0.75rem;
    color: #b15533;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 180px;
  }
    .story__more img {
      display: block;
      margin-top: 42px; }
  .story__quote {
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .story__quote a{
    display:inline;
    color:#b15533;
  }
  .story__quote a:hover{
    border-bottom:2px solid #b15533 !important;
  }
  .story__images {
    position: relative;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    padding-right: 200px; }
  .story__images-item {
    width: 29.5%;
    max-height: 415px;
    overflow: hidden;
    margin-right: 13.33333px; }
    .story__images-item img {
      width: 100%; }

/* ==============================
        PARTNERS
 ================================*/
.partners {
  padding: 0 10.42%;
  margin-bottom: 200px; }
  .partners__head {
    display: flex;
    justify-content: space-between; }
  .partners__more {
    flex-shrink: 0;
    align-self: flex-start;
    margin-right: 16.67%;
    font-size: 0.75rem;
    color: #b15533;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
    .partners__more img {
      display: block;
      margin-top: 42px; }
  .partners__about {
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .partners__list {
    display: flex;
    justify-content: space-between;
    margin-top: 116.66667px; }
  .partners__list-item {
    display: flex;
    align-items: center;
    max-width: 24%;
    height: 45.33333px; }
    .partners__list-item:first-of-type {
      margin-left: 0; }
    .partners__list-item img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }

/* ==============================
        NEWS
 ================================*/
.news {
  position: relative;
  padding: 75px 10.42% 75px 10.42%;
  background-color: #eeeeee; }
  .news__arrow {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 22.7%;
    height: auto;
    pointer-events: none;
    z-index:0;
  }
  .news__head {
    margin-bottom: 6.9%;
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal;
    position: relative;}
  .news__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .news__item {
    width: 28.5%;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .news__category {
    width: 85%;
    margin-bottom: 10px;
    color: #888888;
    font-size: 0.75rem;
    font-weight: 200; }
  .news__header {
    width: 100%;
    color: #555555;
    font-size: 1.3rem;
    /*font-family: ratio,sans-serif;*/
    font-family: jaf-domus,sans-serif;
    font-weight: 200;
    font-style: normal;
    cursor: pointer;
    position:relative;
    border-bottom:0px solid rgba(177, 85, 51, 0);
    display: inline;
    margin-bottom: 20px;
    transition: all .2s ease-out;
  }

    .news__header:hover {
      color:#b15533;
      /*border-bottom:2px solid rgba(177, 85, 51, 0.6);*/
    }


  .news__icon {
    margin-top:30px;
    width: 30px;
    height: 30px; }
    .news__icon img {
      width: 100%;
      height: 100%; }

/* ==============================
    DIRECTORY
================================*/
.directory{
  padding:0 10.42%;
}
.directory__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 26.66667px; }
.directory__item {
  width: 32%;
  margin-bottom: 75px;
  cursor: pointer;
  font-family: jaf-domus, sans-serif;
  font-weight: 200 !important;
  font-style: normal;
  margin-right:1% }
.directory__image {
  object-fit: cover !important;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin-bottom: 35px;
  /* transition: transform .4s ease-out; */ }
.directory__image img {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  /* transition: transform .4s ease-out; */}
/* .who__blocks-text {
    transition: transform .4s ease-out; } */
/* .who__item:hover .who__image {
    transform: scale(0.9); } */
/* .who__item:hover .who__image img {
     transform: scale(1.2); } */
/* .who__item:hover .who__header {
   text-decoration: underline; } */
/* .who__item:hover .who__icon {
   transform: scale(1.2); } */
.directory__category {
  width: 85%;
  margin-bottom: 15px;
  font-size: 0.83rem;
  color: #888888;
  font-weight: 300;
  font-style: normal; }
.directory__header {
  width: 85%;
  margin-bottom: 30px;
  color: #555555;
  font-size: 1.44rem;
  font-weight:200; }
  @media (min-width:1024px) {
    padding-right: 20px;
  }
.directory__icon {
  width: 30px;
  height: 30px;
  /* transition: transform .4s ease-out; */}
.directory__icon img {
  width: 100%;
  height: 100%; }

/* ==============================
        HELP
 ================================*/
.help {
  position: relative;
  padding: 100px 10.42% 100px 17.12%;
  background-color: #555555;
  color: white; }
  .help__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10.42%; }
    .help__arrow img {
      height: 100%;
      width: 100%; }
  .help__social {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18.66667px; }
  .help__social-item {
    margin-left: 46.66667px; }
    .help__social-item:first-of-type {
      margin-left: 0; }
  .help__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7.8%; }
  .help__info {
    width: 55%;
    margin-right: 30px; }
  .help__header {
    margin-bottom: 8px;
    font-size: 1.3rem;
    font-family: jaf-domus, sans-serif;
    font-weight: 100;
    font-style: normal; }
  .help__text {
    margin-bottom: 30px;
    font-size: 0.83rem;
    line-height: 1.25rem;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .help__actions {
    display: flex;
    justify-content: flex-start;
    font-size: 0.75rem; }
  .help__actions-item {
    margin-right: 17.1%;
    font-size: .75rem;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
    .help__actions-item:last-of-type {
      margin-right: 0; }
    .help__actions-item .link-with-arrow .arrow-wrapper .link-arrow {
      color: #fff; }
      .help__actions-item .link-with-arrow .arrow-wrapper .link-arrow::before {
        background-color: #fff; }
  .help__actions-img {
    width: 108.66667px;
    margin-top: 36px; }
  .help__links-wrapper {
    width: 27.7%;
    display: flex;
    justify-content: space-between; }
  .help__links {
    margin-left: 30px;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
    .help__links:first-of-type {
      margin-left: 0; }
  .help__links li {
    margin-bottom: 15px;
    font-size: 0.58rem; }
  .help .cls-1 {
    transition: opacity .2s ease-out; }
    .help .cls-1:hover {
      opacity: 1; }

/* ==============================
        FOOTER
 ================================*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56.66667px 3.47% 46.66667px 3.47%;
  font-size: 0.58rem;
  font-family: jaf-domus, sans-serif;
  font-weight: 300;
  font-style: normal; }
  .footer__copyright {
    flex-shrink: 0;
    width: 40%;
    color: #555; }
    .footer__copyright br {
      display: none; }
  .footer__address {
    margin-bottom: 13.33333px; }
  .footer__links {
    display: flex;
    justify-content: flex-start; }
  .footer__links li{
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 16.66667px;
    margin-right: 16.66667px;
  }
    .footer__links li:after {
      content: '';
      position: absolute;
      right: 0;
      top: 75%;
      width: 1px;
      height: 12px;
      margin-top: -9px;
      background-color: #888888; }
    .footer__links li:last-of-type {
      margin-right: 0; }
      .footer__links li:last-of-type:after {
        display: none; }
  .footer__list {
    display: flex;
    justify-content: space-between;
    position:relative;
    width:60%;}
  .footer__list-item {
    display: flex;
    align-items: center;
    height: 45px;}
    .footer__list-item:first-of-type {
      margin-left: 0; }
    .footer__list-item img {
        max-width: 100%;
        max-height: 100%;
 }
 .footer__links a:hover {
    text-decoration:underline;
 }

/*===========================================================================*/
/*----------------------------- Utility page --------------------------------*/
/*===========================================================================*/
/* ==============================
        PAGE HEADER
 ================================*/
.page-header {
  width: 100%;
  height: auto;
  /*padding-bottom: 10.42% */
}
  .page-header__image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
   /* margin-bottom: 10.42%; */ }
  .page-header__arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(49.4%);
    width: 27.67%;
    height: auto;
    pointer-events:none;
    z-index:0;}
  .page-header__image {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
  }
  @media (min-width:1700px) {
    .page-header__image {
      max-height:600px;
    }
  }

    .page-header__image--small {
      display: none; }
  .page-header__breadcrumbs {
    display: block;
    padding: 0 10.42%;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 0.8rem;
    padding-top:20px;
    padding-bottom:20px;
}
  .page-header__breadcrumbs span{
    color: #888888;
    position: relative;
    padding-bottom:4px;
  }
  .page-header__breadcrumbs span:after {
    content: '';
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    opacity: .2;
    background-color: rgba(177, 85, 51, 0.4);
    transition: width .2s ease-out, opacity .2s ease-out; }
  
  .page-header__breadcrumbs span:hover::after {
    width: 100%;
    opacity: 1; }

.page-header__breadcrumbs-item:after {
      content: '>';
      position: absolute;
      top: 50%;
      right: 0;
      font-size: 1rem;
      transform: translateY(-50%);
      color: #318071; }
  .page-header__header {
    padding-left: 10.42%;
    padding-right: 10.42%;
    font-size: 3.54rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 200;
    font-style: normal;
    line-height: 4.16rem;
    padding-bottom: 100px;
  }

  @media (min-width:1200px) {
    .page-header__header {
      width: 87%;
    }
  }


/* ==============================
        STATISTICS
 ================================*/
.statistic {
  padding-left: 10.42%;
  padding-bottom: 140px;
  color: white;
  background: #5d7975;
  background: -webkit-linear-gradient(180deg, white 22%, #5d7975 0%);
  background: -o-linear-gradient(180deg, white 22%, #5d7975 0%);
  background: -ms-linear-gradient(180deg, white 22%, #5d7975 0%);
  background: linear-gradient(180deg, white 22%, #5d7975 0%); }
  .statistic__image {
    width: 100%;
    height: auto;
    margin-bottom: 80px; }
    .statistic__image--small {
      display: none; }
  .statistic__about {
    padding-left: 7.48%;
    padding-right: 26.55%;
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 1.91rem;
    font-family: jaf-domus, sans-serif;
    font-weight: 100;
    font-style: normal; }
  .statistic__list {
    display: flex;
    justify-content: flex-start;
    padding-left: 7.48%; }
  .statistic__list-item {
    margin-right: 9.3%; }
    .statistic__list-item:last-of-type {
      margin-right: 0; }
  .statistic__number {
    position: relative;
    font-size: 3.58rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-family: ratio,sans-serif;
    font-weight: 100;
    font-style: normal; }
    .statistic__number:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 128.66667px;
      height: 2px;
      background-color: #aebcba; }
  .statistic__description {
    font-size: 0.83rem;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }

/* ==============================
        ARTICLE
 ================================*/
.article {
  position: relative;
  padding: 0% 10.42% 0 10.42%;
}
.article:not(.allow-right-padding) {
    padding-right: 0; 	
}

  .article__arrow {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 39.9%;
    height: auto;
    pointer-events: none; }
  .article__header {
    margin-bottom: 50px;
    padding: 0 19.11% 0 7.48%;
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .article__text {
    padding: 0 19.11% 0 7.48%;
    /*margin-bottom: 60px;*/ }
  .article__text ul {
    list-style: square;
    list-style-position: outside;
    padding: 1em 0 1em 1em;}

  .article__text-item {
    display: flex;
    width: 100%;
    /* margin-bottom: 43.33333px; */ }
  .article__subheader {
    width: 18.78%;
    flex-shrink: 0;
    margin-right: 50px;
    font-size: 0.83rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .article__content {
    flex-grow: 1;
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
    .article__content a {
      display: inline;
      color: #b15533; }
    .article__content a:hover {
      text-decoration:underline;
    }
  .article__image {
    width: 100%;
    /*margin-bottom: 66.66667px;*/
    padding-left: 10.42%;     
  }
  .article__image__left {
    width: 100%;
    /*margin-bottom: 66.66667px;*/
    padding-right: 10.42%;     
  }
    .article__image--small {
      display: none; }
  .article__img {
    width: 100%;
    height: auto;
    margin-bottom: 50px; }
    .article__img--small {
      display: none; }
  .article__alt {
    font-size: 1rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .article__call {
    display: flex;
    justify-content: space-between;
    padding: 0 19.11% 0 7.48%; }
  .article__more {
    width: 18.78%;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 0.75rem;
    color: #b15533;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
    .article__more img {
      display: block;
      margin-top: 42px; }
  .article__quote {
    flex-grow: 1;
    font-size: 1.39rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .article__social {
    display: flex;
    justify-content: flex-start;
    margin-top: 103.33333px;
    padding-left: 22.4%;
    opacity: 0.5; }
  .article__social-item {
    margin-right: 46.66667px; }
    .article__social-item:last-of-type {
      margin-right: 0; }
  .article__social-link {
    opacity: 0.7;
    transition: opacity .2s ease-out; }
    .article__social-link:hover {
      opacity: 1; }

/* ==============================
        STORY
 ================================*/
.story2 {
  margin-bottom: 26.66667px; }
  .story2__wrapper {
    position: relative;
    background-color: #eeeeee;
    padding-top: 133.33333px;
    padding-bottom: 21.15%; }
    .story2__wrapper:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      border: 33.33333px solid transparent;
      border-right-color: #dfd5cf;
      transform: translateY(50%); }
  .story2__head {
    padding: 0 10.42%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 54px; }
  .story2__header {
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .story2__icon {
    width: 80px;
    height: 82.66667px; }
    .story2__icon img {
      width: 100%;
      height: 100%; }
  .story2__about {
    display: flex;
    justify-content: space-between;
    padding: 0 15.97% 0 10.42%; }
  .story2__more {
    flex-shrink: 0;
    font-size: 0.75rem;
    color: #b15533;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
    .story2__more img {
      display: block;
      margin-top: 42px; }
  .story2__quote {
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #555555; }
  .story2__images {
    position: relative;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding-right: 10.42%; }
  .story2__images-item {
    width: 49.6%;
    height: auto; }
    .story2__images-item img {
      width: 100%;
      height: 100%; }

/* ==============================
        FAQ
 ================================*/
.faq {
  padding: 0 10.42%;}
  .faq__head {
    margin-bottom: 60px; }
  .faq__eyebrow {
    font-size: 0.83rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .faq__header {
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .faq__wrapper {
    padding: 0 8.46%; }
  .faq__item {
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px; }
    .faq__item--active {
      height: auto;
      overflow: visible; }
      .faq__item--active .faq__question {
        background-color: #eaaa00;
        color: white; }
      .faq__item--active .faq__arrow {
        transform: rotate(90deg) translateY(-100%);
        right: 40px;
        display:block;
      }
      .faq__item--active .faq__question:before {
      border-left-color: #d89d00; }
        .faq__item--active .faq__arrow svg path {
          fill: #ffffff; }
  .faq__question {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 1.00rem;
    color: #555555;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #eeeeee;
    cursor: pointer;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
    .faq__question:before {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 33.33333px solid transparent;
      border-left-color:#dddddd; }
    .faq__question:hover:before {
      display: block; }
    .faq__question:hover .faq__arrow {
      display: block; }
  .faq__arrow {
    display: none;
    width: 33.33333px;
    height: 18.66667px;
    transform: rotate(-90deg);
    position: absolute;
    right:30px; }
  .no-objectfit .faq__arrow{
    margin-top:-5px;
  }
    .faq__arrow svg {
      width: 100%;
      height: 100%; }
      .faq__arrow svg path {
        fill: #b15533; 
      }
  .faq__answer {
    padding: 30px 15px;
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .faq__subheader {
    margin-bottom: 16.66667px;
    font-size: 0.83rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .faq__answer a{
    display:inline-block !important;
    border-bottom:2px solid #b15533;
  }
  .faq__answer a:hover{
    border-bottom-color:#feac01 !important;
  }

/* ==============================
        TEAM
 ================================*/
.team {
  position: relative;
  z-index: 2;
  padding-left: 17.42%;
  margin-bottom: 150px;
  background: white;
  background: -webkit-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: -o-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: -ms-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: linear-gradient(180deg, white 24%, #eeeeee 0%); }
  .team:after {
    content: '';
    position: absolute;
    top: 24%;
    left: 0;
    border: 33.33333px solid transparent;
    border-left-color: #dfd5cf;
    transform: translateY(-50%); }
  .team__empty {
    height: 413.33333px;
    background: white; }
  .team__wrapper {
    transform: translateY(-413.33333px);
    padding-bottom: 73.33333px; }
  .team__header {
    margin-bottom: 74px;
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .team__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .team__item {
    width: 49%;
    margin-bottom: 90px; }
    .team__item:hover .team__name {
      color: #b15533;}
    .team__item:hover .team__overlay {
      opacity: 1;
      transform: scale(1); }
  .team__photo-wrapper {
    position: relative;
    margin-bottom: 20px; }
  .team__photo {
    width: 100%; }
    .team__photo img {
      width: 100%;
      height: 100%; }
  .team__overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    opacity: 0;
    background-color: rgba(234, 170, 0, 0.9);
    color: white;
    font-size: 1.5rem;
    transform: scale(0.6);
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal;
    transition: opacity .2s ease-out, transform .2s ease-out; }
  .team__icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-top: 40px; }
    .team__icon img {
      width: 100%;
      height: 100%; }
  .team__name {
    margin-bottom: 10px;
    font-size: 34px;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal;
    transition: color .2s ease-out, transform .2s ease-out; }
  .team__position {
    font-size: 1rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }
  .team__mobile-link {
    display: none; }

  .team__modal{
      display:none;
      position: fixed;
      z-index: 99999999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(85, 85, 85, 0.9);
      align-items: center;
      justify-content: center;
  }

  .team__modal__content{
      background-color:white;
      padding:40px;
      font-size: 1.00rem;
      line-height: 1.45rem;
      color: #555555;
      font-family: jaf-domus, sans-serif;
      font-weight: 200;
      font-style: normal;
      width:90%;
      max-width:1200px;
      height:800px;
      height:fit-content;
      max-height: 100%;
      overflow-y: auto;
      position:relative;
      max-height:90vh;
  }

  .team__modal__content .team__position{
      line-height:0.75rem;
  }

  .team__modal__image{
      max-width:100%;
  }

  .team__modal__left{
      float:left;
      width:47%;
  }

.team__modal__right{
    float:right;
    width:50%;
    padding-top:20px;
}

.team__modal__bio{
    padding-top:40px;
}

.team__modal__close{
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.team__modal__close.position-top-right {
  top:0;
  right:20px;
}

.team__modal__close:hover{
    color:#b15533;
}

/* ==============================
        CONDITIONS
 ================================*/
.conditions {
  position: relative;
  z-index: 2;
  padding-left: 10.42%;
  margin-bottom: 0px;
  background: white;
  background: -webkit-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: -o-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: -ms-linear-gradient(180deg, white 24%, #eeeeee 0%);
  background: linear-gradient(180deg, white 24%, #eeeeee 0%); }
.conditions:after {
  content: '';
  position: absolute;
  top: 24%;
  left: 0;
  border: 33.33333px solid transparent;
  border-left-color: #dfd5cf;
  transform: translateY(-50%); }
.conditions__empty {
  height: 413.33333px;
  background: white; }
.conditions__wrapper {
  transform: translateY(-413.33333px);
  padding-bottom: 73.33333px; }
.conditions__header {
  margin-bottom: 74px;
  font-size: 1.3rem;
  color: #555555;
  font-family: ratio,sans-serif;
  font-weight: 500;
  font-style: normal; }
.conditions__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
.conditions__item {
  width: 32.86%;
  margin-bottom: 90px; }
  @media (min-width: 753px) {
    .conditions__list {
      justify-content: flex-start;
    }
    .conditions__item {
      padding-right: 10px;
    }
  }
.conditions__item:hover .conditions__name {
  color: #b15533;}
.conditions__photo-wrapper {
  position: relative;
  margin-bottom: 20px; }
.conditions__photo {
  width: 100%; }
.conditions__photo img {
  width: 100%;
  height: 100%; }
.conditions__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(234, 170, 0, 0.8);
  color: white;
  font-size: 1.5rem;
  transform: scale(0.6);
  font-family: jaf-domus, sans-serif;
  font-weight: 200;
  font-style: normal;
  transition: opacity .2s ease-out, transform .2s ease-out; }
.conditions__icon {
  width: 30px;
  height: 30px;}
.conditions__icon img {
  width: 100%;
  height: 100%; }
.conditions__name {
  margin-bottom: 10px;
  font-size: 34px;
  color: #555555;
  font-family: jaf-domus, sans-serif;
  font-weight: 200;
  font-style: normal;
  transition: color .2s ease-out, transform .2s ease-out; }
.conditions__position {
  font-size: 0.75rem;
  color: #888888;
  font-family: jaf-domus, sans-serif;
  font-weight: 300;
  font-style: normal; }
.conditions__mobile-link {
  display: none; }

/* ==============================
        QUOTE
 ================================*/
.quote {
  position: relative;
  padding-right: 10.42%;
  margin-bottom: 150px; }
  .quote__arrow {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 50.52%;
    height: auto;
    pointer-events: none; }
  .quote__wrapper {
    padding: 100px 18.99% 100px 11.63%;
    background-color: #ede3da; }
  .quote__text {
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 1.91rem;
    color: #555555;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .quote__author {
    font-size: .83rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 300;
    font-style: normal; }

/* ==============================
        RECOMMENDATION
 ================================*/
.recommendation {
  margin-bottom: 50px;
  padding-left: 10.42%; }
  .recommendation__wrapper {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 100px 0px 100px 7.48%;
    background-color: #eeeeee; }
  .recommendation__text {
    width: 40%;
    font-family: ratio-display,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .recommendation__header {
    margin-bottom: 30px;
    font-size: 1.3rem;
    color: #555555;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
  .recommendation__content {
    margin-bottom: 50px;
    font-size: 1.00rem;
    line-height: 1.45rem;
    color: #888888;
    font-family: jaf-domus, sans-serif;
    font-weight: 200;
    font-style: normal; }
  .recommendation__more {
    width: 100%;
    font-size: 0.75rem;
    color: #b15533;
    font-family: ratio,sans-serif;
    font-weight: 500;
    font-style: normal; }
    .recommendation__more img {
      display: block;
      margin-top: 42px; }
  .recommendation__image {
    width: 53.8%;
    height: auto; }
    .recommendation__image img {
      width: 100%;
      height: auto; }

/* ==============================
        BIG LINK
 ================================*/
.big-link {
  position: relative;
  margin-bottom: 150px;
  padding-right: 10.42%;
  font-family: jaf-domus, sans-serif;
  font-weight: 100;
  font-style: normal; }
  .big-link > a {
	  display:block;
  }
  .big-link__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; }
    .big-link__arrow svg {
      height: 100%;
      width: auto; }
  .big-link__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 66.66667px 6.7% 66.66667px 11.63%;
    background-color: #b15533;
    transition: background-color .2s ease-out; }
    .big-link__wrapper:hover {
      background-color: #6f3520;
     }
     .big-link__wrapper img {
      transition: all .4s ease;
     }
     .big-link__wrapper:hover img {
      transform: translateX(30px);
     }
  .big-link__text {
    font-size: 1.5rem;
    line-height: 1.91rem;
    color: white; 
    width: 90%}
  .big-link__image {
    width: 60px; }

@media (max-width: 1020px) {

html {
    font-size: 20px; }

.page-header__header {
    padding-bottom: 50px;}


  .tall_spacer
  {
    margin-top: 100px; }

}


@media (max-width: 767px) {
/*  body {
    padding-top: 75px;
  }*/

html {
    font-size: 18px;}
  .header {
    /*padding: 21.73913px;*/
  }
    .header__logo {
      width: 152.17391px; }
    .header__menu {
      display: none; }
    .header__main {
      display: flex; }
    .header__main-item {
      margin-left: 46.95652px;
      color: #555555; }
    .header__main-link {
      display: block;
      width: 100%;
      height: 100%; }
    .header__mobile-menu-wrapper {
      display: flex; }
.header .header__logo img {
    max-height: 37px;}
.front {
    position: relative;
    height: auto;
    padding: 0;
    margin-bottom: 42.6087px; }
    .front__text {
      position: static;
      left: 0;
      width: 100%;
      padding: 25px 21.73913px 45px 21.73913px;
      background: #eaaa00; 
}
    .front__header {
      margin-bottom: 23.91304px;
      transform: translateX(0) !important; }
    .front__about {
      transform: translateX(0) !important;
      font-size: 1rem;
      line-height: 1.55rem;}
    .front__arrow-img {
      display: none; }
    .front__image {
      height: auto; }
      .front__image img {
        transform: none; }
  .who {
    padding: 0; }
    .who__choice {
      margin-bottom: 30px;
      padding: 0 15px; }
    .who__choice-wrapper {
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }
    .who__name {
      width: 100%;
      text-align: center;
      margin: 0;
      font-size: 1.33rem; }
      .who__name span {
        display: none; }
    .who__variants {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .who__variants-item {
      margin: 0;
      padding: 0 6px 13.04348px 6px;
      cursor: pointer;
      font-size: 1.33rem; }
    .who__choice-icon {
      display: none; }
    .who__blocks {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 17.3913px; }
    .who__item {
      width: 100%;
      margin-bottom: 35px; }
    .who__image {
      width: 100%;
      height: 250px;
      overflow: hidden;
      margin-bottom: 25px; }
      .who__image img {
        width: 100%;
        min-width: 100%;
        height: auto;
        min-height: 100%;
        object-fit: cover; }
    .who__blocks-text {
      padding: 0 21px; }
    .who__category {
      width: 100%;
      margin-bottom: 10px;
      font-size: 1rem; }
    .who__header {
      width: 100%;
      margin-bottom: 20px;
      color: #555555; }
    .who__icon {
      width: 26px;
      height: 26px; }
   /* .directory{
      padding:0;
    }*/
    .directory__item{
      width:100%;
      margin-bottom:35px;
    }
    .directory__image {
      width: 100%;
      height: 250px;
      overflow: hidden;
      margin-bottom: 25px; }
    .directory__image img {
      width: 100%;
      min-width: 100%;
      height: auto;
      min-height: 100%;
      object-fit: cover; }
    .directory__category {
      width: 100%;
      margin-bottom: 10px;
      font-size: 1rem; }
    .directory__header {
      width: 100%;
      margin-bottom: 20px;
      color: #555555; }
    .directory__icon {
      width: 26px;
      height: 26px; }
  .story {
    margin-bottom: 17.3913px; }
    .story__arrow {
      display: none; }
    .story__wrapper {
      background-color: #eeeeee;
      padding-top: 43.47826px;
      padding-bottom: 97.82609px; }
      .story__wrapper:after {
        display: none; }
    .story__head {
      padding: 0 21.73913px;
      margin-bottom: 17.3913px;
      flex-direction: column; }
    .story__header {
    font-size: 1.44rem; }
    .story__icon {
      display: none;
      order: -1;
      width: 42.17391px;
      height: 43.47826px;
      margin-bottom: 24.34783px; }
      .story__icon img {
        width: 100%;
        height: 100%; }
    .story__about {
      flex-direction: column;
      padding: 0 21.73913px; }
    .story__more {
      width: 100%;
      order: 2;
      margin-right: 0;
      margin-top: 32.6087px;
      font-size: 1rem; }
      .story__more img {
        display: block;
        margin-top: 14.78261px; }
    .story__images {
      justify-content: space-between;
      padding-right: 0; }
    .story__images-item {
      width: 32.5%;
      height: auto;
      margin-right: 0; }
  .partners {
    padding: 86.95652px 21.73913px;
    padding-top: 0;
    margin-bottom: 0; }
    .partners__head {
      flex-direction: column;
      margin-bottom: 0; }
    .partners__more {
      order: 2;
      margin-top: 36.95652px;
      margin-right: 0;
      font-size: 1rem; }
      .partners__more img {
        display: block;
        margin-top: 14.78261px; }
    .partners__about {
      color: #555555;
      font-size: 1.33rem;
      line-height: 1.88rem;
 }
    .partners__list {
      display: none; }
  .news {
    padding: 50px 43.47826px 15.21739px 21.73913px;
    background-color: #eeeeee; }
    .news__arrow {
      width: 90%; }
    .news__head {
	font-size: 1.44rem; }
    .news__header {
      margin-bottom: 30.43478px;
      font-size: 1.3rem;
      line-height: 1.8rem;  }
    .news__list {
      flex-direction: column; }
    .news__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px; }
    .news__category {
      width: 100%;
      margin-bottom: 5px;
      font-size: 1rem; }
    .news__header {
      width: 100%;
      margin-bottom: 17.3913px;
      color: #555555;
      font-size: 1.33rem;
      line-height: 1.88rem; }
    .news__icon {
      width: 26.08696px;
      height: 26.08696px; }
  .help {
    padding: 43.47826px 43.47826px 50px 21.73913px; }
    .help__arrow {
      display: none; }
    .help__social {
      justify-content: flex-start;
      margin-bottom: 32.6087px; }
    .help__social-item {
      margin-left: 30.43478px; }
    .help__wrapper {
      flex-direction: column;
      padding-right: 0; }
    .help__info {
      width: 100%;
      margin-right: 0; }
    .help__header {
      margin-bottom: 17.3913px;
      font-size: 1.33rem; }
    .help__text {
      margin-bottom: 26.08696px;
      font-size: 1rem;
      line-height: 1.6rem; }
    .help__actions {
      flex-direction: column; }
    .help__actions-item {
      font-size: 1rem; }
    .help__actions-img {
      margin-top: 14.78261px; }
    .help__links-wrapper {
      width: 100%;
      margin-top: 32.6087px;
      justify-content: space-between; }
    .help__links {
      margin-left: 0; }
    .help__links li{
      margin-bottom: 13.04348px;
      font-size: 0.88rem; }
  .footer {
    flex-direction: column;
    padding: 21.73913px; }
    .footer__copyright {
      order: 2;
      width: 100%;
      margin-left: 0%;
      margin-top: 19.56522px;
      padding: 0 21.73913px;
      text-align: center; }
      .footer__copyright br {
        display: block; }
    .footer__address {
      margin-bottom: 10.86957px;
      font-size: 13px;
      line-height: 18px; }
    .footer__links {
      justify-content: center;
      align-items: center;
      font-size: 13px;
      line-height: 18px;  }
    .footer__links-item {
      position: relative;
      padding-right: 10.86957px;
      margin-right: 10.86957px; }
      .footer__links-item:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 2px;
        height: 18px;
        margin-top: -9px;
        background-color: #888888; }
      .footer__links-item:last-of-type {
        margin-right: 0; }
        .footer__links-item:last-of-type:after {
          display: none; }
    .footer__list {
      justify-content: space-between;
      flex-wrap: wrap; 
	width: 100%; }
    .footer__list-item {
      height: 17.3913px;
      margin-left: 0;
      margin-bottom: 15px; }
      .footer__list-item:first-of-type {
        margin-left: 0; }
      .footer__list-item img {
        width: auto;
        height: 100%; }
  .page-header {
    width: 100%;
    height: auto;
    /*padding-bottom: 54.34783px;*/ }
    .page-header__arrow {
      width: 80%;
      height: 1000%; }
    .page-header__image {
      width: 100%;
      height: 260px;
      object-fit: cover;
      margin-bottom: 28.26087px; }
      .page-header__image--small {
        display: none; }
    .page-header__breadcrumbs {
      display: none; }
    .page-header__header {
      padding-left: 21.73913px;
      padding-right: 21.73913px;
      width: 100%;
	font-size: 3.23rem;
      line-height: 3.78rem; }
  .statistic {
    padding-left: 21.73913px;
    padding-bottom: 15.21739px;
    margin-bottom: 100px;
    background: -webkit-linear-gradient(180deg, white 12%, #5d7975 0%);
    background: -o-linear-gradient(180deg, white 12%, #5d7975 0%);
    background: -ms-linear-gradient(180deg, white 12%, #5d7975 0%);
    background: linear-gradient(180deg, white 12%, #5d7975 0%); }
    .statistic__image {
      margin-bottom: 40px; 
      width: 100%;
      height: 260px;
      object-fit: cover; }
      .statistic__image--small {
        display: none; }
    .statistic__about {
      padding: 0 25px 0 0;
      margin-bottom: 43.47826px;
	font-size: 1.33rem;
      line-height: 1.88rem; }
    .statistic__list {
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin-left: -21.73913px; }
    .statistic__list-item {
      margin-right: 0;
      margin-bottom: 43.47826px;
      text-align: center; }
    .statistic__number {
      margin-bottom: 25px;
      padding-bottom: 25px; }
      .statistic__number:after {
        width: 86.95652px;
        left: 50%;
        transform: translateX(-50%); }
  .article {
    padding: 0 21.73913px;
    padding-right: 0; }
    .article__arrow {
      width: 100%; }
    .article__header {
      margin-bottom: 21.73913px;
      padding: 0;
      padding-right: 21.73913px; 
      font-size: 1.44em}
    .article__text {
      padding: 0;
      padding-right: 21.73913px;
      margin-bottom: 21.73913px; }
    .article__text-item {
      flex-direction: column;
      margin-bottom: 28.26087px; }
    .article__subheader {
      width: 100%;
      margin: 10px 0 15px 0;
	font-size: 1rem;
 }
    .article__content {
      flex-grow: 1;
      color: #555555; 
      font-size: 1.33rem;
      line-height: 1.88rem; }
      .article__content a {
        display: inline;
        color: #b15533; }
      .article__content a:hover {
        text-decoration:underline;
      }
    .article__image {
      width: 100%;
      margin-bottom: 43.47826px; }
      .article__image--small {
        display: block; }
    .article__img {
      margin-bottom: 15px;
      width: 100%;
      height: 260px;
      object-fit: cover;}
    .article__call {
      flex-direction: column;
      padding: 0; }
    .article__more {
      width: 100%;
      margin: 0;
      font-size: 1rem;}
      .article__more img {
        margin-top: 20.43478px;
        margin-bottom: 26.08696px; }
    .article__social {
      margin-top: 43.47826px;
      padding: 0; }
    .article__social-item {
      margin-right: 30.43478px; }
      .article__social-item:last-of-type {
        margin-right: 0; }
  .story2 {
    margin-bottom: 17.3913px; }
    .story2__wrapper {
      background-color: #eeeeee;
      padding-top: 43.47826px;
      padding-bottom: 97.82609px; }
      .story2__wrapper:after {
        display: none; }
    .story2__head {
      padding: 0 21.73913px;
      margin-bottom: 17.3913px;
      flex-direction: column; }
    .story2__icon {
      order: -1;
      width: 42.17391px;
      height: 43.47826px;
      margin-bottom: 24.34783px; }
      .story2__icon img {
        width: 100%;
        height: 100%; }
    .story2__about {
      flex-direction: column;
      padding: 0 21.73913px; }
    .story2__more {
      order: 2;
      margin-right: 0;
      margin-top: 32.6087px; 
      font-size: 1rem; }
      .story2__more img {
        display: block;
        margin-top: 14.78261px; }
    .story2__images {
      padding-right: 0; }
  .faq {
    padding: 0 0 30px 0; }
    .faq__head {
      padding: 0 21.73913px;
      margin-bottom: 30.43478px; }
  .faq__header {
     font-size: 1.44rem; }
    .faq__wrapper {
      padding: 0; }
    .faq__item {
      height: 115px;
      overflow: hidden;
      margin-bottom: 8.69565px;
	font-size: 1.33rem; }
      .faq__item--active {
        height: auto;
        overflow: visible; }
        .faq__item--active .faq__arrow {
          transform: rotate(90deg) translateY(0%); }
    .faq__question {
      height: 115px;
      padding-left: 21.73913px;
      padding-right: 21.73913px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .faq__question:before {
      height: 115px;
      padding-left: 21.73913px;
      padding-right: 21.73913px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .faq__question:hover:before {
        display: none; }
    .faq__text {
      margin-right: 50px;
      font-size: 1.33rem; }
    .faq__arrow {
      display: block; }
    .faq__answer {
      padding: 21.73913px 21.73913px 36.95652px 21.73913px; }
    .faq__eyebrow {
      margin-bottom: 10.86957px;
      font-size: 1rem; }
    
    .faq__subheader {
      margin-bottom: 10.86957px;
      font-size: 1rem; }
  .team {
    padding-left: 0;
    margin-bottom: 0;
    background: none; }
    .team:after {
      display: none; }
    .team__header {
      padding: 0 21.73913px;
      margin-bottom: 34.78261px;
	font-size: 1.4rem; }
    .team__list {
      flex-direction: column; }
    .team__item {
      width: 100%;
      margin-bottom: 78.26087px; }
    .team__photo-wrapper {
      position: relative;
      margin-bottom: 43.47826px; }
      .team__photo-wrapper:hover .team__link {
        display: none; }
    .team__photo {
      width: 100%; }
      .team__photo img {
        width: 100%;
        height: 100%; }
    .team__link {
      display: none;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(234, 170, 0, 0.8);
      color: white; }
    .team__icon {
      display: block;
      width: 26.08696px;
      height: 26.08696px;
      margin-top: 26.08696px; }
      .team__icon img {
        width: 100%;
        height: 100%; }
    .team__name {
      padding: 0 21.73913px;
      margin-bottom: 15.21739px;
       }
    .team__modal__left{
        display:none;
    }
    .team__modal__right{
        float: none;
        width:100%;
    }
    .team__modal__bio{
        padding-top:20px;
    }
    .team__position {
      padding: 0 21.73913px;
      margin-bottom: 25.21739px; }
    .team__modal__name{padding:0px;}
    .team__modal__position{padding:0px;}
    .team__mobile-link {
      padding: 0 21.73913px;
      display: none; }
      .team__mobile-link img {
        width: 26.08696px;
        height: 26.08696px; }
  .conditions {
    padding-left: 0;
    margin-bottom: 0;
    background: none; }
  .conditions:after {
    display: none; }
  .conditions__header {
    padding: 0 21.73913px;
    margin-bottom: 34.78261px;
    font-size: 1.4rem; }
  .conditions__list {
    flex-direction: column; }
  .conditions__item {
    width: 100%;
    margin-bottom: 10px; }
  .conditions__photo-wrapper {
    position: relative;
    margin-bottom: 30px; }
  .conditions__photo-wrapper:hover .conditions__link {
    display: none; }
  .conditions__photo {
    width: 100%; }
  .conditions__photo img {
    width: 100%;
    height: 100%; }
  .conditions__link {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(234, 170, 0, 0.8);
    color: white; }
  .conditions__icon {
    display: block;
    width: 26px;
    height: 26px;
    margin-top: 10px;
    margin-bottom:30px;
    margin-left:20px;}
  .conditions__icon img {
    width: 100%;
    height: 100%; }
  .conditions__name {
    padding: 0 21.73913px;
    margin-bottom: 15.21739px; }
  .conditions__item:hover .conditions__name {
    color: #b15533;
    transform: translateX(0); }
  .conditions__position {
    padding: 0 21.73913px;
    margin-bottom: 25.21739px; }
  .conditions__mobile-link {
    padding: 0 21.73913px;
    display: block;
    margin-bottom:40px;
  }
  .conditions__mobile-link img {
    width: 26.08696px;
    height: 26.08696px; }
  .quote {
    padding-right: 21.73913px;
    margin-bottom: 43.47826px; }
    .quote__arrow {
      width: calc(100% - (50px/2.3)); }
    .quote__wrapper {
      padding: 63.04348px 19.56522px 58.69565px 21.73913px; }
    .quote__text {
      margin-bottom: 36.95652px;
	font-size: 1.33rem;
      line-height: 1.88rem; }
    .quote__author {
    font-size: 1rem;  }
  .recommendation {
    padding: 0;
    margin-bottom: 67.3913px; }
    .recommendation__wrapper {
      padding: 21.73913px 21.73913px 50px;
      flex-direction: column; }
    .recommendation__text {
      order: 2;
      width: 100%; }
    .recommendation__header {
      margin-bottom: 28.26087px;
      font-size: 1.4rem;  }
    .recommendation__content {
      margin-bottom: 26.08696px;
	font-size: 1.33rem;
      line-height: 1.88rem; }
    .recommendation__more {
      width: 100%;
      color: #b15533;
      font-size: 1rem; }
      .recommendation__more img {
        display: block;
        margin-top: 21.73913px; }
    .recommendation__image {
      width: 100%;
      margin-bottom: 26.08696px; }
  .big-link {
    margin-bottom: 65.21739px;
    padding-right: 21.73913px; }
    .big-link__wrapper {
      flex-direction: column;
      align-items: flex-start;
      padding: 43.47826px 21.73913px 43.47826px 21.73913px; }
    .big-link__text {
      font-size: 1.33rem;
      line-height: 1.88rem; }
    .big-link__image {
      width: 26.08696px;
      margin-top: 25.65217px; }
}


@media (max-width: 480px) {
  /* html {
    font-size: 13px; } */
}

/* ==============================
        SCROLL REVEAL
 ================================*/
.fadein{
  visibility: hidden;
}


/*=======================
GENERAL FORM STYLES
 ================================*/

.article__content form {
    padding: 0 17.42%;
    font-family: jaf-domus, sans-serif;
    margin-bottom: 100px;
    padding: 50px 100px;
    background-color: #eeeeee;
}
.article__content form label {
    font-size: 20px;
    color: #888888;
}

.article__content form .acf-label {
    padding-bottom: 10px;
}

.article__content form input,
.article__content form input,
.article__content form select,
.article__content form textarea {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border: none;
    font-family: jaf-domus, sans-serif;
}

.article__content form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/submenu-arrow-down--bg.png) 96% / 5% no-repeat #fff;
}

.article__content form textarea {
    min-height: 156px;
    max-height: 156px;
    min-width: 100%;
    max-width: 100%;
    overflow-y: scroll;
}
.article__content form textarea::-webkit-scrollbar {
    width: 6px;
    right: 10px;
}
.article__content form textarea::-webkit-scrollbar-track {
    background: #fff;
}
.article__content form textarea::-webkit-scrollbar-thumb {
    background: #eeeeee;
}
.article__content form textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.article__content form .acf-field-text,
.article__content form .acf-field-email,
.article__content form .acf-field-select,
.article__content form .acf-field-number,
.article__content form .acf-field-textarea,
.article__content form .acf-field-group {
    padding-top: 30px;
}

.article__content form .acf-field-number[data-name="phone_first"] .acf-label,
.article__content form .acf-field-number[data-name="phone_middle"] .acf-label,
.article__content form .acf-field-number[data-name="phone_last"] .acf-label {
    display: none;
}
.article__content form .acf-field-number[data-name="phone_first"],
.article__content form .acf-field-number[data-name="phone_middle"],
.article__content form .acf-field-number[data-name="phone_last"] {
    float: left;
}
.article__content form .acf-field-number[data-name="phone_first"] {
    width: 33%;
    padding-right: 5px;
}
.article__content form .acf-field-number[data-name="phone_middle"] {
    width: 33%;
    padding: 0 5px;
}
.article__content form .acf-field-number[data-name="phone_last"] {
    padding-left: 5px;
    width: 34%;
}
.article__content form .af-submit-button {
    padding: 10px 0 15px 0;
    color: #b15533;
	border:none;
    font-weight: bold;
    font-size: 0.8rem;
	box-shadow:none;
	-webkit-appearance:none;
	cursor:pointer;
	background: transparent url(../img/arrow-orange.png) no-repeat bottom right;
    background-size: auto 10px;
	margin:25px 0;
}

/*=======================
Contact form
=======================*/
.contact_form {
    padding: 0 17.42%;
    font-family: jaf-domus, sans-serif;
    margin-bottom: 100px;
}
.contact_form label {
    font-size: 20px;
    color: #888888;
}

.contact_form .acf-label {
    padding-bottom: 10px;
}
.contact_form .container {
    padding: 50px 100px;
    background-color: #f4f4f4;
}
.contact_form .headline {
    font-size: 20px;
    color: #b15533;
    padding: 0 7px;
}
.af-field-left-side,
.af-field-right-side {
    width: 50%;
    padding: 0 7px;
    float: left;
}
.contact_form input,
.contact_form input,
.contact_form select,
.contact_form textarea {
    width: 100%;
    font-size: 20px;
    padding: 10px;
    border: none;
    font-family: jaf-domus, sans-serif;
}

.contact_form select {
    /*padding: 9px 10px;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/submenu-arrow-down--bg.png) 96% / 5% no-repeat #fff;
}

.contact_form textarea {
    min-height: 156px;
    max-height: 156px;
    min-width: 100%;
    max-width: 100%;
    overflow-y: scroll;
}
.contact_form textarea::-webkit-scrollbar {
    width: 6px;
    right: 10px;
}
.contact_form textarea::-webkit-scrollbar-track {
    background: #fff;
}
.contact_form textarea::-webkit-scrollbar-thumb {
    background: #eeeeee;
}
.contact_form textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.contact_form .acf-field-text,
.contact_form .acf-field-select,
.contact_form .acf-field-textarea,
.contact_form .acf-field-group {
    padding-top: 30px;
}

.contact_form .acf-field-number[data-name="phone_first"] .acf-label,
.contact_form .acf-field-number[data-name="phone_middle"] .acf-label,
.contact_form .acf-field-number[data-name="phone_last"] .acf-label {
    display: none;
}
.contact_form .acf-field-number[data-name="phone_first"],
.contact_form .acf-field-number[data-name="phone_middle"],
.contact_form .acf-field-number[data-name="phone_last"] {
    float: left;
}
.contact_form .acf-field-number[data-name="phone_first"] {
    width: 33%;
    padding-right: 5px;
}
.contact_form .acf-field-number[data-name="phone_middle"] {
    width: 33%;
    padding: 0 5px;
}
.contact_form .acf-field-number[data-name="phone_last"] {
    padding-left: 5px;
    width: 34%;
}

.contact_form .acf-field-select[data-name="i_am_a"] label {
    color: #b15533;
}
.contact_form .af-submit-button {
    display: none;
}
.contact_form .link-with-arrow {
    padding: 40px 7px 0;
    color: #b15533;
    font-weight: bold;
    font-size: 0.8rem;
}

.sent_form {
    display: none;
    opacity: 0;
    padding: 0 17.42%;
    font-family: jaf-domus, sans-serif;
    margin-bottom: 100px;
    font-size: 30px;
    text-align: center;
    transition: all 1s ease-out;
    font-weight: 200;
    color:#888888;
}
.sent_form .container {
    padding: 50px 100px;
    background-color: #eeeeee;
}
.sent_form .sent-header {
    font-weight: bold;
    color:#555555;
}

.sent_form .sent-body{
  max-width: 480px;
  margin: 0 auto;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .contact_form,
    .sent_form {
        padding: 0;
    }
    .contact_form .container,
    .sent_form .container {
        padding: 50px 20px;
        background-color: #eeeeee;
    }
    .af-field-left-side,
    .af-field-right-side {
        width: 100%;
        padding: 0 7px;
        float: left;
    }
    .who__headline {
        text-align: center;
    }
}

.compat-object-fit{
  background-size: cover;
  background-position: center center;
}

.compat-object-fit img{
  opacity:0;
}

@media (max-width: 1500px) {
    .footer__list-item {
        height:40px;
    }
}

@media (max-width: 1200px) {
    .footer__list-item {
        height:30px;
    }
}

@media (max-width: 1000px) {
    .footer__list-item {
        height:25px;
    }
}

.sub-menu{
  padding-left: 20px;
  padding-top: 10px;
}
.colorfadein img{
    opacity:0;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-out;
}


/* TABLET BREAKPOINT */

@media (min-width: 768px) and (max-width: 1140px) {

  .front__text.in-view{
    left: -1120px;
  }

  .front__text{
    padding:0px 78px 0 800px;
  }

  .recommendation__wrapper{
    flex-direction: column;
  }

  .recommendation__image{
    width: 100%;
    margin-bottom: 26px;
  }

  .recommendation__text {
    order: 2;
    width: 90%; }

  .statistic__about{
    padding-right:10%;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .statistic{
    padding-bottom:80px;
  }

  .page-header__header{
    width: 100%;
    font-size: 2.8rem;
  }

  .story__arrow{
    transform: translateY(-90%);
    left:-500px;
  }

  .header .header__nav .header__nav-main-list .header__nav-submain-list .header__nav-submain-list-items, .header .header__nav .header__nav-main-list li ul{
    padding: 40px 2% 40px;
  }

  .story__about{
    padding:0 10.42%;
  }



}

/*@media (max-width: 1140px) {

  .header .header__nav .header__nav-main-list li:first-child {
    margin-left: 0.5%;
  }

  .header .header__nav .header__nav-main-list li ul {
    padding: 40px;
  }

  .header .header__nav .header__nav-main-list li ul li {
    width: 32.332%;
    margin: 0.5%;
  }

}*/

@media (max-width: 1140px) {

  .header .header__nav .header__nav-main-list li:first-child {
    margin-left: 0.5%;
  }

  .header .header__nav .header__nav-main-list li ul {
    padding: 40px;
  }

  .header .header__nav .header__nav-main-list li ul li {
    width: 24%;
    margin: 0.5%;
  }

}

/* ie11 images */
html.no-object-fit .who__image img {
	object-fit:none;
	position:absolute;
	top:0;
	height:100%;
	left:50%;
	width:auto;
	min-width:auto;
	transform:translateX(-50%) scale(1);
}
html.no-object-fit .who__item:hover .who__image img,
html.no-object-fit .who__image img:hover {
	transform:translateX(-50%) scale(1.05);
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.navigation {
  padding-bottom:30px;
}
.wp-pagenavi {
  font-family: jaf-domus, sans-serif;
}
.wp-pagenavi a, 
.wp-pagenavi span {
  border: none;
  color: #555;
}
.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
    color: #b15533;
}
.wp-pagenavi span.current {
    font-weight:800;
}
.validation-msg.active {
  background:#b15533;
  color:#fff;
  padding:15px;
  text-align:center;
  font-size:18pt;
}
input[name="email_for_non_humans"] {
  display:none !important;
}
#msg-send-btn {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    font-size: 19px;
}
.contact_form label,
.contact_form .acf-field-select[data-name="i_am_a"] label {
  color:#555;
}
.contact_form select {
    background: url(../img/submenu-arrow-down--bg-dark.png) 96% / 5% no-repeat #fff;
}


.directory__item .directory__header,
.conditions__item .conditions__name,
.team__item h3,
.who__item a h2,
.news__item .news__header {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), #b15533 1px);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display:inline;
  transition: background-size 1s;
}
.directory__item a:hover .directory__header,
.conditions__item:hover .conditions__name,
.team__item:hover h3,
.news__item a:hover .news__header,
.who__item a:hover h2 {
  background-size: 100% 100%;
}
.directory__item a:hover .directory__header,
.who__item a:hover h2 {
  color:#b15533;
}
.directory__item .directory__icon,
.conditions__item .conditions__icon {
  margin-top:10px;
}
.directory__item .directory__icon,
.conditions__item .conditions__icon,
.news__item .news__icon,
.who__item a .who__icon {
  transition: transform .4s ease;
}
.directory__item a:hover .directory__icon,
.conditions__item:hover .conditions__icon,
.news__item a:hover .news__icon,
.who__item a:hover .who__icon {
  transform:translateX(30px);
}
.directory__category,
.news__category,
.who__category {
  font-size:22px;
}
@media (max-width:768px) {
  .header .header__hamb-btn span {
    background-color:#555;
  }
  .header .header__search .header__search-form .header__search-form-btns button {
    background: transparent url(../img/search-icon.png) no-repeat center;
  }
  .header .header__mob-nav .header__mob-nav-main li a {
    font-weight:400;
    color:#465d7c;
  }
  .header .header__mob-nav .header__mob-nav-list li a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
  }
}


footer .selectboxit-container {
  width:100%;
}
footer .goog-te-gadget,
footer .selectboxit-container * {
  color: #555;
  font-size: 0.58rem;
  font-family: jaf-domus, sans-serif;
  font-weight: 300;
  font-style: normal;  
}
footer .goog-te-gadget {
  font-size:0;
}
footer .selectboxit-btn {
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0 !important;
}
footer .selectboxit-arrow-container {
  background: url(../img/submenu-arrow-down--bg-dark.png) no-repeat center center;
  background-size: 50% auto;
  transition: all .35s ease;
}
footer .goog-logo-link,
footer .selectboxit-arrow.selectboxit-default-arrow {
  display:none;
}
footer .selectboxit-container li {
  padding-right: 0;
  margin-right: 0;
}
footer .selectboxit-container li:after {
  display:none;
}
footer .selectboxit-list .selectboxit-option-anchor {
  color: #333333;
  width: 100%;
  display: block;
}
footer .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #b15533;
  background-image: none;
}
footer .selectboxit-container .selectboxit-options {
  border-radius:0;
  border:0;
}
footer .selectboxit-container[aria-expanded="true"] .selectboxit-arrow-container {
  transform:rotate(180deg);
}

.facebook-link a:hover {
  text-decoration:underline;
}

footer #google_translate_element {
  margin-bottom:15px;
}

.help__social-item .fa:hover {
  color:#feac01;
}


/* fix for scollable mobile menu */
@media screen and (max-width: 768px) {
  .header.active .header__mob-nav {
    overflow: scroll;
  }
  .header.active .header__logo {
    height:75px;
    background:#eee;
    width:100%;
  }
}

/* alumni form fixes */
#form_60ecb1aca88b1 .af-field-type-button-group .af-input.acf-input label,
#form_60ecb1aca88b1 .af-field-type-button-group .af-input.acf-input label input {
    display: inline-block;
    width: auto;
    padding-right: 30px;
}

#form_60ecb1aca88b1 .af-field-type-true-false,
#form_60ecb1aca88b1 .af-field-type-button-group {
    margin-top: 30px;
    clear: both;
}

#form_60ecb1aca88b1 .af-field-left-side, 
#form_60ecb1aca88b1 .af-field-right-side {
    margin-bottom: 30px;
}

#form_60ecb1aca88b1 .af-field-type-true-false .af-input {
  width: 10%;
  display: inline-block;
  float: left;
  text-align: left;
}

#form_60ecb1aca88b1 .af-field-type-true-false .af-label {
  width: 90%;
  display: inline-block;
  float: right;
}

#form_60ecb1aca88b1 .af-field-type-true-false .af-input input[type="checkbox"] {
  display: inline-block;
  float: left;
  margin-top: 12px;
  margin-left: -20px;
}

#form_60ecb1aca88b1 .acf-required {
  display: none;
}