/**********************/
/**********************/
strong {
  font-weight: 600;
  color: #1a2547; }

.col-left {
  float: left;
  width: 50%; }

.col-right {
  float: right;
  width: 50%; }

.fleft {
  float: left; }

.fright {
  float: right; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

.display-table {
  display: table; }

.display-table-cell,
.display-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

html, body {
  /*overflow-x: hidden;*/ }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #000;
  background-color: #080d1e;
  overflow-x: hidden; }

a {
  color: #1a2547;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  a:hover {
    color: #28386c;
    text-decoration: none; }
  a:active {
    color: #161f3c;
    text-decoration: none; }

p {
  margin-top: 1.6rem;
  margin-bottom: 0; }

p:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 0;
  color: #1a2547;
  line-height: 1.3;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  text-align: left; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1 .first-letter, h2 .first-letter, h3 .first-letter, h4 .first-letter, h5 .first-letter, h6 .first-letter {
    position: relative; }
    h1 .first-letter::after, h2 .first-letter::after, h3 .first-letter::after, h4 .first-letter::after, h5 .first-letter::after, h6 .first-letter::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 1px;
      right: 1px;
      display: block;
      width: auto;
      height: 2px;
      background-color: #e2b764; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }

h1 {
  font-size: 6rem; }

h2 {
  font-size: 5.4rem; }

h3 {
  font-size: 3rem;
  text-transform: none; }

h4 {
  font-size: 1.8rem;
  text-transform: none; }

h5 {
  font-size: 0.471rem; }

h6 {
  font-size: 0.3535rem; }

.main {
  position: relative;
  background-color: #fcfcfc;
  overflow-x: hidden; }

#tablet-indicator,
#mobile-indicator {
  display: none; }

.section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem; }
  .section.first {
    padding-top: 24rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */ }

.parallax {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.inner {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 3rem;
  text-align: left;
  z-index: 5; }
  .inner.wide {
    max-width: 140rem; }
  .inner.narrow {
    max-width: 98rem; }

.btn {
  position: relative;
  display: inline-block;
  margin-top: 6rem;
  padding: 1.2rem 2.4rem;
  border: 1px solid #1a2547;
  border-radius: 1px;
  background: transparent;
  color: #1a2547;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .btn:hover {
    background-color: #28386c;
    color: #fff; }
  .btn:active {
    background-color: #161f3c;
    color: #fff; }
  .btn.btn-icon-only {
    width: 4.6rem;
    padding-left: 0;
    padding-right: 0; }
  .btn.btn-small {
    width: 2.8rem;
    padding: 0.4rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    vertical-align: text-bottom; }
  .btn.btn-icon-left {
    padding-left: 1.8rem; }
    .btn.btn-icon-left i {
      margin-right: 1.2rem; }
  .btn.btn-icon-right {
    padding-right: 1.8rem; }
    .btn.btn-icon-right i {
      margin-left: 1.2rem; }
  .btn.btn-green {
    color: #fff;
    background: #4b9411;
    border-color: #4b9411; }
    .btn.btn-green:hover {
      background-color: #5eb915;
      color: #fff; }
    .btn.btn-green:active {
      background-color: #468b10;
      color: #fff; }
  .btn.btn-border {
    color: #080d1e;
    background: transparent; }
    .btn.btn-border:hover {
      background-color: #28386c;
      color: #fff; }
    .btn.btn-border:active {
      background-color: #161f3c;
      color: #fff; }
  .btn.btn-narrow {
    padding-left: 1.2rem;
    padding-right: 1.2rem; }
    .btn.btn-narrow.btn-icon-only {
      padding-left: 1rem;
      padding-right: 1rem; }
    .btn.btn-narrow.btn-icon-left {
      padding-left: 1rem; }
    .btn.btn-narrow.btn-icon-right {
      padding-right: 1rem; }
  .btn.btn-transparent {
    padding-left: 0;
    padding-right: 0;
    border-color: transparent;
    background-color: transparent;
    color: #000; }
    .btn.btn-transparent:hover {
      background-color: transparent;
      color: #666; }
    .btn.btn-transparent:active {
      background-color: transparent;
      color: #000; }
  .btn:disabled, .btn:disabled:hover, .btn:disabled:active, .btn.disabled, .btn.disabled:hover, .btn.disabled:active {
    background: #778388;
    border-color: #778388;
    color: #acb1b3;
    cursor: default;
    pointer-events: none; }
    .btn:disabled::before, .btn:disabled:hover::before, .btn:disabled:active::before, .btn.disabled::before, .btn.disabled:hover::before, .btn.disabled:active::before {
      border-color: transparent #778388 transparent transparent; }
    .btn:disabled::after, .btn:disabled:hover::after, .btn:disabled:active::after, .btn.disabled::after, .btn.disabled:hover::after, .btn.disabled:active::after {
      border-color: transparent transparent transparent #778388; }
    .btn:disabled .chevron::before, .btn:disabled .chevron::after, .btn:disabled:hover .chevron::before, .btn:disabled:hover .chevron::after, .btn:disabled:active .chevron::before, .btn:disabled:active .chevron::after, .btn.disabled .chevron::before, .btn.disabled .chevron::after, .btn.disabled:hover .chevron::before, .btn.disabled:hover .chevron::after, .btn.disabled:active .chevron::before, .btn.disabled:active .chevron::after {
      background-color: #acb1b3; }

.input {
  display: block;
  width: 100%;
  height: auto;
  padding: 1rem;
  padding: 1.3rem 1.4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: rgba(26, 37, 71, 0.3);
  border: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02);
  color: #dfe3e9;
  -webkit-appearance: none;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999; }
  .input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999; }
  .input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999; }
  .input:-moz-placeholder {
    /* Firefox 18- */
    color: #999; }
  .input:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .input:focus {
    background-color: rgba(0, 0, 0, 0.2); }
  .input.input-error {
    border-color: #e02900 !important; }

textarea.input {
  height: 10rem; }

label {
  display: block;
  margin-bottom: 0.6rem;
  padding-left: 1.4rem;
  color: #fff; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 16rem;
  padding: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 999; }
  .header.fixed {
    min-height: 8rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(26, 37, 71, 0.08);
    -moz-box-shadow: 0 0 40px rgba(26, 37, 71, 0.08);
    box-shadow: 0 0 40px rgba(26, 37, 71, 0.08); }
  .header.open {
    min-height: 16rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(26, 37, 71, 0.08);
    -moz-box-shadow: 0 0 40px rgba(26, 37, 71, 0.08);
    box-shadow: 0 0 40px rgba(26, 37, 71, 0.08); }
  body.admin-bar .header {
    top: 32px; }

.logo {
  position: absolute;
  top: 6rem;
  left: 3rem;
  display: block;
  width: auto;
  height: 80px;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto; }
  .fixed .logo {
    top: 1rem;
    height: 6rem; }

.header-right {
  float: right;
  margin-top: 4.5rem;
  margin-left: 1.5rem;
  text-align: right;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 15; }
  .header-right .socials {
    display: inline-block;
    margin-right: 1rem;
  }
  .header-right .socials a {
    margin: 0 .5rem;
  }
  .header-right .languages {
    position: relative;
    display: inline-block;
    margin: 0 0 0 1.5rem;
    vertical-align: middle; }
    .header-right .languages a {
      text-transform: none;
      text-decoration: none;
      font-size: 1.5rem;
      color: #202438; }
      .header-right .languages a i {
        margin-right: 0.5rem; }
    .header-right .languages ul {
      position: absolute;
      top: 80%;
      left: -2rem;
      right: -2rem;
      padding: 0.4rem 0;
      background-color: #fff;
      box-shadow: 0 0 20px rgba(26, 37, 71, 0.08);
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.15s ease-out 0.3s;
      -o-transition: all 0.15s ease-out 0.3s;
      transition: all 0.15s ease-out 0.3s;
      z-index: 99; }
      .header-right .languages ul::before {
        position: absolute;
        content: " ";
        bottom: 100%;
        left: 50%;
        height: 10px;
        width: 0;
        margin-left: -12px;
        border: solid transparent;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 12px; }
      .header-right .languages ul::after {
        position: absolute;
        bottom: 100%;
        right: 0;
        left: 0;
        content: " ";
        height: 1rem;
        width: 100%; }
      .header-right .languages ul li {
        float: none;
        display: block;
        width: 100% !important; }
        .header-right .languages ul li a {
          display: block;
          width: 100%;
          height: auto;
          margin: 0;
          padding: 0.8rem 0.3rem;
          line-height: 1.2;
          font-size: 1.5rem;
          text-transform: none;
          text-decoration: none;
          text-align: center;
          color: #202438;
          text-decoration: none;
          transition: all 0.2s ease-out; }
          .header-right .languages ul li a:hover {
            color: #000; }
    .header-right .languages:hover ul {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
      visibility: visible;
      -webkit-transition: all 0.15s ease-out 0s;
      -o-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      opacity: 1; }
  .header-right .btn {
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
  .fixed .header-right {
    margin-top: 1.7rem; }

.menu-button {
  display: none;
  position: absolute;
  top: 2.4rem;
  right: 2.5rem;
  width: 3.8rem;
  height: 2rem;
  z-index: 331; }
  .menu-button span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1a2547;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .menu-button span:nth-child(1) {
      top: 0;
      margin-top: -1px; }
      .open .menu-button span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .menu-button span:nth-child(2) {
      top: 50%;
      margin-top: -1px; }
      .open .menu-button span:nth-child(2) {
        opacity: 0; }
    .menu-button span:nth-child(3) {
      bottom: 0;
      margin-bottom: -1px; }
      .open .menu-button span:nth-child(3) {
        bottom: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.main-menu {
  position: relative;
  float: right;
  margin-top: 8rem;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 10; }
  .fixed .main-menu {
    margin-top: 0; }

.main-menu ul {
  position: relative;
  display: block;
  /* width: 100%; */
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 0; }

.main-menu ul li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  transition: all 0.2s ease-out; }
  .main-menu ul li.mobile-only {
    display: none; }

.main-menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 8rem;
  margin: 0;
  padding: 0 1.8rem;
  line-height: 8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  color: #202438;
  text-decoration: none;
  z-index: 10;
  transition: all 0.2s ease-out; }

.main-menu ul li a:hover {
  color: #000;
  text-decoration: none; }

.main-menu ul li a:active {
  color: #000; }

.main-menu ul li.active a {
  color: #000;
  font-weight: 600; }

.main-menu > ul > li > ul {
  position: absolute;
  top: 80%;
  left: -2rem;
  right: -2rem;
  padding: 0.4rem 0;
  background-color: #212a3c;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out 0.3s;
  -o-transition: all 0.15s ease-out 0.3s;
  transition: all 0.15s ease-out 0.3s;
  z-index: 99; }
  .main-menu > ul > li > ul::before {
    position: absolute;
    content: " ";
    bottom: 100%;
    left: 50%;
    height: 10px;
    width: 0;
    margin-left: -12px;
    border: solid transparent;
    border-color: rgba(33, 42, 60, 0);
    border-bottom-color: #212a3c;
    border-width: 12px; }
  .main-menu > ul > li > ul::after {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    content: " ";
    height: 1rem;
    width: 100%; }

.main-menu > ul > li:hover > ul {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
  visibility: visible;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  opacity: 1; }

.main-menu > ul > li > ul li {
  float: none;
  display: block;
  width: 100% !important; }

.main-menu > ul > li > ul li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0.8rem 0.3rem;
  line-height: 1.2;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out; }

.anchor {
  position: absolute;
  top: -8rem; }

.text ul {
  margin: 2rem 0 0 0;
  padding: 0;
  list-style: none; }
  .text ul li {
    position: relative;
    padding-left: 1.4em; }
    .text ul li::before {
      content: "";
      position: absolute;
      top: 0.6em;
      left: 0.2em;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #77d697; }

.o1::before {
  content: "";
  position: absolute;
  right: -18rem;
  bottom: 8rem;
  width: 34rem;
  height: 35rem;
  background-image: url("../images/o.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1; }

.o2::before {
  content: "";
  position: absolute;
  top: -12rem;
  left: -18rem;
  width: 34rem;
  height: 35rem;
  background-image: url("../images/o.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1; }

.o3::before {
  content: "";
  position: absolute;
  right: -14rem;
  top: 20rem;
  width: 34rem;
  height: 35rem;
  background-image: url("../images/o.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1; }

.home-top-title {
  position: relative; }
  .home-top-title::after {
    content: "";
    position: absolute;
    top: 4rem;
    left: -3rem;
    right: -3rem;
    bottom: -4rem;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1; }
  .home-top-title .title1,
  .home-top-title .title2 {
    position: absolute;
    max-width: 24rem;
    font-size: 3rem;
    line-height: 1.4;
    color: #1a2547;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8); }
  .home-top-title .title1 {
    right: 0;
    bottom: 0;
    text-align: right; }
  .home-top-title .title2 {
    top: 8rem;
    left: 0;
    text-align: left; }
  .home-top-title img {
    display: block;
    width: auto;
    height: 34.9rem;
    margin: 0 auto; }

.home-top-text {
  width: 50%;
  margin-top: 8rem; }

.down-button {
  margin: -4rem 0 4rem;
  text-align: center; }
  .down-button p {
    font-style: italic; }

.home-services .inner::before {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 91rem;
  height: 7rem;
  top: -1.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/altro-sign.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1; }

.home-services-items {
  position: relative;
  margin-bottom: 2rem;
  font-size: 0;
  text-align: center; }
  .home-services-items::after {
    content: "";
    position: absolute;
    top: 5rem;
    left: -12rem;
    right: -12rem;
    bottom: 13rem;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1; }
  .home-services-items .arrow-left,
  .home-services-items .arrow-right {
    position: absolute;
    bottom: -4rem;
    width: 2.4rem;
    height: 2.4rem;
    border-width: 4px 4px 0 0;
    cursor: pointer; }
  .home-services-items .arrow-left {
    left: 50%;
    margin-left: -3rem; }
  .home-services-items .arrow-right {
    right: 50%;
    margin-right: -3rem; }
  .home-services-items .slick-dots {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    list-style: none; }
    .home-services-items .slick-dots li {
      display: inline-block; }
      .home-services-items .slick-dots li button {
        display: block;
        width: 12px;
        height: 12px;
        margin-right: 10px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background-color: #d7d7d7;
        font-size: 0;
        line-height: 0;
        color: transparent;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      .home-services-items .slick-dots li.slick-active button {
        background-color: #1a2547; }

.home-services-item-wrap {
  margin: 2.5rem; }

.home-services-item {
  position: relative;
  display: inline-block;
  min-height: 50rem;
  padding: 7rem 4.5rem;
  padding-bottom: 10rem;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 6px 6px 2.5rem rgba(0, 0, 0, 0.05);
  border-left: 2px solid #1a2547;
  vertical-align: top;
  text-align: left;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .home-services-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("../images/bg-service.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 1; }
  .home-services-item * {
    position: relative;
    z-index: 5; }
  .home-services-item .home-services-icon {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 6.5rem;
    height: 6.2rem;
    line-height: 5.2rem; }
    .home-services-item .home-services-icon img {
      display: inline-block;
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 100%;
      vertical-align: middle; }
  .home-services-item h3 {
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .home-services-item .home-services-bottom {
    position: absolute;
    left: 3rem;
    right: 3rem;
    bottom: 3rem;
    text-align: right; }
    .home-services-item .home-services-bottom .more {
      color: #1a2547;
      text-decoration: underline;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    .home-services-item .home-services-bottom .btn {
      margin-left: 1rem;
      padding-left: 1.8rem;
      padding-right: 1.5rem; }
  .home-services-item:hover {
    border-left-color: #e2b764;
    color: #fff; }
    .home-services-item:hover::before {
      opacity: 1; }
    .home-services-item:hover h3 {
      color: #fff; }
    .home-services-item:hover .home-services-bottom .more {
      color: #fff;
      text-decoration: underline; }
    .home-services-item:hover .home-services-bottom .btn {
      background-color: #e2b764;
      border-color: #e2b764;
      color: #1a2547; }

.benefits .clearfix {
  position: relative; }
  .benefits .clearfix::before {
    content: "";
    position: absolute;
    left: -3rem;
    right: 60%;
    top: -4rem;
    bottom: 8rem;
    display: block;
    background-image: url("../images/dot.png");
    background-position: left top;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 0; }
.benefits .col-left {
  width: 46%; }
.benefits .col-right {
  width: 46%;
  margin-left: 8%; }
.benefits h2 {
  margin: 0 0 0 auto;
  max-width: 30rem;
  text-align: right; }

.benefits-items {
  counter-reset: benefits; }

.benefits-item {
  position: relative;
  margin-top: 4rem;
  padding-left: 6rem;
  counter-increment: benefits; }
  .benefits-item:first-child {
    margin-top: 0; }
  .benefits-item::before {
    content: counter(benefits);
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 5.4rem;
    line-height: 0.4;
    color: #e2b764; }

.home-about .inner-with-sign::after {
  content: "";
  position: absolute;
  width: 80%;
  max-width: 91rem;
  height: 7rem;
  bottom: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/altro-sign.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1; }

.home-about-box {
  position: relative;
  padding: 11rem 42% 8rem 13rem;
  background-color: #fff;
  background-image: url("../images/bg-about.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden; }
  .home-about-box::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 40%;
    height: 72%;
    background-image: url("../images/dot.png");
    background-position: right bottom;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 1; }
  .home-about-box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 24%;
    height: 100%;
    background-color: #1a2547; }
  .home-about-box h2 {
    position: relative;
    font-size: 4.2rem; }
    .home-about-box h2::before {
      content: "\201D";
      position: absolute;
      left: -7rem;
      top: -4rem;
      font-family: "Playfair Display", sans-serif;
      font-weight: 700;
      font-size: 14rem;
      line-height: 0.5;
      color: #e2b764; }
  .home-about-box .home-about-position {
    margin-top: 3rem;
    font-size: 1.8rem; }
  .home-about-box .home-about-image {
    position: absolute;
    right: 10%;
    bottom: 0;
    display: block;
    width: auto;
    height: 40rem;
    z-index: 5; }

.references h2 {
  text-align: center; }
.references .control {
  margin-top: 6rem;
  padding: 0 0.6rem 1rem;
  text-align: center; }
  .references .control > span {
    display: inline-block;
    vertical-align: middle; }
  .references .control .number strong {
    display: inline-block;
    width: 2rem;
    text-align: right; }
  .references .control .number span {
    display: inline-block;
    width: 2rem;
    text-align: left; }
  .references .control .arrow-left,
  .references .control .arrow-right {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer; }

.references-items {
  margin-top: 8rem;
  opacity: 0; }
  .references-items.slick-initialized {
    opacity: 1; }
  .references-items::before {
    content: "";
    position: absolute;
    left: -3rem;
    right: 40%;
    top: -4rem;
    bottom: 12rem;
    display: block;
    background-image: url("../images/dot.png");
    background-position: left top;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 0; }

.references-item {
  position: relative;
  padding: 0 4rem 0 6rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .references-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+20,1+80,0+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%, white 80%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
    pointer-events: none;
    z-index: 100;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .references-item .references-highlight {
    float: left;
    width: 36%; }
    .references-item .references-highlight h3 {
      position: relative;
      margin: 0;
      font-size: 2.8rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: italic;
      text-align: left; }
      .references-item .references-highlight h3::before {
        content: "\201D";
        position: absolute;
        left: -5.5rem;
        bottom: -6.2rem;
        font-family: "Playfair Display", sans-serif;
        font-weight: 700;
        font-size: 10rem;
        line-height: 0.5;
        color: #e2b764; }
  .references-item .references-content {
    float: left;
    width: 58%;
    margin-left: 6%; }
    .references-item .references-content .references-text {
      min-height: 18rem; }
    .references-item .references-content .references-author {
      min-height: 8rem;
      margin-top: 2rem;
      text-align: left; }
      .references-item .references-content .references-author .references-author-info {
        display: inline-block;
        margin-right: 2rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
        vertical-align: middle; }
        .references-item .references-content .references-author .references-author-info .references-position {
          margin-top: 0.5rem; }
      .references-item .references-content .references-author .references-author-logo {
        display: inline-block;
        width: 16rem;
        height: 7rem;
        line-height: 7rem;
        vertical-align: middle;
        text-align: left; }
        .references-item .references-content .references-author .references-author-logo img {
          display: inline-block;
          max-width: 100%;
          max-height: 100%;
          vertical-align: middle; }
  .references-item.slick-active {
    opacity: 1; }
    .references-item.slick-active::before {
      opacity: 0; }

.box {
  padding: 8rem 3rem;
  background-color: #1a2547;
  background-image: url("../images/bg-contact.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  color: #dfe3e9; }
  .box h1, .box h2, .box h3, .box h4, .box strong {
    color: #fff; }

.contact h2 {
  text-align: center; }
.contact .box {
  position: relative;
  padding-bottom: 6rem; }
  .contact .box::after {
    content: "";
    position: absolute;
    width: 80%;
    max-width: 91rem;
    height: 7rem;
    top: -3.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/altro-sign.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1; }

.wpcf7 input[type="checkbox"],
.checkbox {
  position: absolute;
  left: -9999px;
  opacity: 0; }

.wpcf7 input[type="checkbox"] + span,
.checkbox + label {
  position: relative;
  display: inline-block;
  margin-left: 0.8rem;
  padding-left: 3rem;
  cursor: pointer; }

.wpcf7 input[type="checkbox"] + span::before,
.checkbox + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  /* top: 0.12em; */
  display: block;
  width: 2rem;
  /* width: 1.2em; */
  height: 2rem;
  /* height: 1.2em; */
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

.wpcf7 input[type="checkbox"]:checked + span::before,
.checkbox:checked + label::before {
  background-color: #1a2547;
  border-color: #fff; }

.wpcf7 input[type="checkbox"] + span::after,
.checkbox + label::after {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 2.1rem;
  /* width: 1.4em; */
  height: 2.3rem;
  /* height: 1.6em; */
  line-height: 2.3rem;
  /* line-height: 1.6em; */
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  /* font-size: 0.9em; */
  font-family: "FontAwesome";
  text-rendering: auto;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-osx-font-smoothing: grayscale; */
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }

.wpcf7 input[type="checkbox"]:checked + span::after,
.checkbox:checked + label::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.contact-form {
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
  margin-top: 10rem; }
  .contact-form::before {
    content: "";
    position: absolute;
    left: -3rem;
    right: -3rem;
    top: -4rem;
    bottom: 8rem;
    display: block;
    background-image: url("../images/dot.png");
    background-position: left top;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 0; }
  .contact-form div.wpcf7 label {
    display: block;
    margin-bottom: 0.6rem;
    color: #fff; }
  .contact-form div.wpcf7 .wpcf7-acceptance span {
    margin-left: 0; }
  .contact-form div.wpcf7 .wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline; }
    .contact-form div.wpcf7 .wpcf7-acceptance a:hover {
      text-decoration: none; }
  .contact-form div.wpcf7 p {
    margin: 0; }
  .contact-form div.wpcf7 .row {
    float: left;
    width: 48%;
    margin-left: 4%; }
    .contact-form div.wpcf7 .row:nth-child(2n+1) {
      clear: left;
      margin-left: 0; }
  .contact-form div.wpcf7 .form-file input {
    margin-bottom: 1.5rem;
    margin-left: 1.4rem; }
  .contact-form div.wpcf7 .input {
    margin-bottom: 1.5rem; }
  .contact-form div.wpcf7 .right {
    position: relative; }
  .contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    top: 0.5rem;
    left: 0; }
  .contact-form div.wpcf7 div.wpcf7-response-output {
    margin: 1.5rem 0 0 0;
    padding: 1rem 1.4rem;
    border: 0;
    background-color: #ff2339;
    color: #fff; }
  .contact-form div.wpcf7 div.wpcf7-mail-sent-ok {
    border: 0;
    background-color: #4b9411; }
  .contact-form div.wpcf7 div.wpcf7-mail-sent-ng,
  .contact-form div.wpcf7 div.wpcf7-aborted {
    border: 0;
    background-color: #ff2339; }
  .contact-form div.wpcf7 div.wpcf7-spam-blocked {
    border: 0;
    background-color: #ff9900; }
  .contact-form div.wpcf7 div.wpcf7-validation-errors,
  .contact-form div.wpcf7 div.wpcf7-acceptance-missing {
    border: 0;
    background-color: #fdd614; }
  .contact-form div.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    margin-top: -1rem;
    margin-bottom: 1.5rem;
    padding-left: 1.4rem;
    color: #ff2339;
    font-size: 1.5rem;
    font-weight: 400; }

.mandatory {
  padding-top: 0; }
  .mandatory .inner {
    text-align: center; }
    .mandatory .inner h3 {
      text-align: center; }

.page-top-title {
  position: relative;
  padding-top: 8rem;
  text-align: center; }
  .page-top-title::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 58%;
    display: block;
    width: 19.3rem;
    height: 28.3rem;
    background-image: url("../images/fingerprint.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .page-top-title::after {
    content: "";
    position: absolute;
    top: 4rem;
    left: -3rem;
    right: -3rem;
    bottom: -6rem;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1; }
  .page-top-title h1 {
    text-align: center; }
  .page-top-title p {
    max-width: 74rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem; }

.contact-items {
  margin-top: 4rem;
  text-align: center;
  font-size: 0; }

.contact-item {
  position: relative;
  display: inline-block;
  margin-top: 2rem;
  padding: 0 2rem 0 4rem;
  text-align: left;
  font-size: 1.5rem;
  vertical-align: top; }
  .contact-item:first-child {
    border-left: 0; }
  .contact-item:nth-child(1) {
    width: 30%; }
  .contact-item:nth-child(2) {
    width: 30%; }
  .contact-item:nth-child(3) {
    width: 40%; }
  .contact-item .fa {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #e2b764; }
  .contact-item strong {
    color: #1a2547; }
    .contact-item strong a {
      text-decoration: none; }

.services-nav-items {
  max-width: 80rem;
  margin: 0 auto;
  text-align: center; }
  .services-nav-items h2 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
    text-align: center; }

.services-nav-item {
  display: inline-block;
  margin: 0.4rem 2rem;
  color: #e2b764;
  font-weight: 600; }

.service-top {
  text-align: center; }
  .service-top::after {
    content: "";
    position: absolute;
    width: 80%;
    max-width: 91rem;
    height: 7rem;
    top: -2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/altro-sign.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 0; }
  .service-top * {
    position: relative;
    z-index: 5; }
  .service-top h2 {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .service-top p {
    max-width: 74rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
    font-style: italic; }

.service-cols {
  position: relative;
  margin-top: 8rem; }
  .service-cols::after {
    content: "";
    position: absolute;
    top: -4rem;
    left: 4rem;
    right: 50%;
    bottom: 6rem;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1; }

.service-col {
  float: left;
  width: 47%; }
  .service-col:nth-child(2) {
    margin-left: 6%; }

.partners .inner-with-sign div {
  position: relative; }
  .partners .inner-with-sign div::after {
    content: "";
    position: absolute;
    top: -6rem;
    left: 4rem;
    right: 50%;
    display: block;
    height: 30rem;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    z-index: -1; }
  .partners .inner-with-sign div::before {
    content: "";
    position: absolute;
    width: 80%;
    max-width: 91rem;
    height: 7rem;
    top: -3.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/altro-sign.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 0; }

.partners-item {
  position: relative;
  margin-top: 4rem;
  z-index: 5; }
  .partners-item:first-child {
    margin-top: 0; }
  .partners-item .partners-logo {
    float: left;
    width: 25rem;
    margin-right: 4rem; }
  .partners-item .partners-text {
    padding-top: 2rem;
    overflow: hidden; }

.company-image {
  position: relative;
  z-index: 1; }
  .company-image::before {
    content: "";
    position: absolute;
    width: 80%;
    max-width: 91rem;
    height: 7rem;
    top: -3.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/altro-sign.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1; }
  .company-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #1a2547;
    opacity: 0.5;
    z-index: 2; }
  .company-image img {
    display: block;
    width: 100%;
    height: auto; }

.team h2 {
  text-align: center; }

.team-items {
  margin-top: 2rem; }

.team-item {
  float: left;
  width: 32%;
  margin-left: 2%;
  margin-top: 4rem;
  text-align: center; }
  .team-item:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }
  .team-item .team-image {
    position: relative;
    display: block;
    width: 100%;
    max-width: 30rem;
    margin: 0 auto; }
    .team-item .team-image img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      z-index: 5; }
  .team-item a.team-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 10; }
  .team-item a.team-image:hover::after {
    opacity: 0.15; }
  .team-item h3 {
    margin-top: 2.5rem;
    font-size: 2.4rem;
    text-align: center; }
  .team-item .team-position {
    margin-top: 1rem; }
  .team-item .team-buttons {
    margin-top: 1.5rem; }
    .team-item .team-buttons .btn {
      margin-top: 0; }

.team-modal {
  max-width: 84rem; }
  .team-modal .team-modal-left {
    float: left;
    width: 40%; }
  .team-modal .team-modal-right {
    float: left;
    width: 56%;
    margin-left: 4%;
    padding-top: 0.4rem; }

.media-item {
  margin-top: 6rem; }
  .media-item:first-child {
    margin-top: 0; }
  .media-item .media-image {
    float: left;
    display: block;
    width: 27rem;
    height: auto;
    margin-right: 4rem; }
  .media-item .media-text {
    overflow: hidden; }
    .media-item .media-text .media-meta {
      color: #7a7a7a; }
      .media-item .media-text .media-meta i {
        margin-right: 1rem; }
      .media-item .media-text .media-meta .rt-time {
        margin-left: -0.5em; }
    .media-item .media-text h2 {
      margin: 1rem 0 0;
      font-size: 2rem; }
      .media-item .media-text h2 a {
        text-decoration: none; }
        .media-item .media-text h2 a:hover {
          text-decoration: none; }
    .media-item .media-text p {
      margin: 0.5rem 0 0; }
    .media-item .media-text .media-button {
      margin-top: 1rem; }
      .media-item .media-text .media-button a .btn {
        margin: 0;
        margin-left: 2rem;
        vertical-align: middle; }
      .media-item .media-text .media-button a:hover .btn {
        background-color: #28386c;
        color: #fff; }

.footer {
  padding: 6rem 0 0;
  background-color: #080d1e;
  font-size: 1.4rem;
  color: #dfe3e9;
  	/*
  	.footer-newsletter {
  		margin-top: 2rem;
  
  		form {
  
  			.input-wrap {
  				position: relative;
  				max-width: 30rem;
  				margin-left: -1rem;
  				padding: 0 1rem;
  
  				input {
  					display: block;
  					width: 100%;
  					height: 6rem;
  					padding: 0 1.5rem;
  					border: 0;
  					font-family: $font-family;
  					font-size: 1.4rem;
  					font-weight: 400;
  					color: #fff;
  					background-color: transparent;
  					border: 1px solid rgba(#fff, 0.2);
  					border-width: 1px 0;
  					-webkit-appearance: none
  				}
  
  				&::before,
  				&::after {
  					content: "";
  					position: absolute;
  					top: 0;
  					display: block;
  					width: 1rem;
  					height: 6rem;
  					background-size: 100% 100%;
  					background-position: center;
  					background-repeat: no-repeat;
  				}
  
  				&::before{
  					left: 0;
  					background-image: url("../images/input-left.svg");
  				}
  
  				&::after{
  					right: 0;
  					background-image: url("../images/input-right.svg");
  				}
  			}
  
  			.btn {
  				display: block;
  				margin-top: 1.5rem;
  			}
  
  			.newsletter-result {
  				display: none;
  				padding: 0.6rem 1.4rem;
  				color: #fff;
  			}
  		}
  	}
  	*/
  	/*
  	.wpcf7-form-control-wrap.your-name,
  	.wpcf7-form-control-wrap.your-email {
  		float: left;
  		width: 48%;
  	}
  
  	.wpcf7-form-control-wrap.your-email {
  		margin-left: 4%;
  	}
  
  	.acceptance {
  		text-align: right;
  		margin-bottom: 1.5rem;
  
  		a {
  			text-decoration: underline;
  		}
  	}
  
  		div.wpcf7 label {
  			color: $dark-light;
  		}
  
  		.wpcf7 input[type="checkbox"] + span::before,
  		.checkbox + label::before {
  			background-color: transparent;
  			border-color: rgba(255, 255, 255, 0.3);
  		}
  
  			.wpcf7 input[type="checkbox"] + span:hover::before,
  			.checkbox + label:hover::before {
  				background-color: rgba(0, 0, 0, 0.05);
  				border-color: rgba(255, 255, 255, 0.5);
  			}
  
  			.wpcf7 input[type="checkbox"]:checked + span::before,
  			.checkbox:checked + label::before {
  				background-color: $green;
  				border-color: $green;
  			}
  
  	.form-button {
  		text-align: right;
  	}
  
  	.btn {
  		margin-top: 0;
  	}
  	*/ }
  .footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -19rem;
    height: 19rem;
    display: block;
    background-image: url("../images/dot.png");
    background-position: center top;
    background-repeat: repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 0; }
  .footer h2 {
    position: relative;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    color: #fff;
    text-align: left; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      color: #e2b764;
      text-decoration: none; }
  .footer .col {
    float: left;
    margin-left: 1%; }
    .footer .col.col0 {
      width: 25%;
      margin-left: 0; }
    .footer .col.col1 {
      width: 20%; }
    .footer .col.col2 {
      width: 28%; }
    .footer .col.col3 {
      width: 24%; }
    .footer .socials a {
      margin-right: 1rem;
    }
    .footer .socials > :last-child {
      margin-right: 0;
    }
  .footer .footer-logo {
    display: block;
    width: 95%;
    max-width: 16rem;
    height: auto; }
  .footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer nav ul li {
      margin: 0;
      padding: 0; }
      .footer nav ul li a {
        position: relative;
        display: block;
        padding: 0.2rem 0;
        color: #fff;
        text-decoration: none; }
        .footer nav ul li a:hover {
          color: #e2b764;
          text-decoration: none; }
    .footer nav ul + ul {
      margin-top: 1rem; }
      .footer nav ul + ul li a {
        text-transform: none; }
  .footer .footer-contact span {
    display: inline-block;
    width: 10rem; }
    .footer .footer-contact span i {
      margin-right: 0.5rem; }
  .footer .social {
    margin-top: 0;
    text-align: right; }
    .footer .social a {
      display: inline-block;
      margin-left: 1rem;
      font-size: 2.2rem; }
  .footer .copyright {
    margin-top: 5rem;
    padding: 2rem 0;
    background-color: #070d1b;
    color: #dfe3e9; }
    .footer .copyright p {
      padding: 0 16rem;
      text-align: center; }
    .footer .copyright .legal {
      margin-top: 0.5rem;
      color: #94979c; }
      .footer .copyright .legal a {
        color: #94979c;
        text-decoration: underline; }
        .footer .copyright .legal a:hover {
          color: #dfe3e9; }
    .footer .copyright .created-by {
      position: absolute;
      right: 3rem;
      bottom: -0.6rem;
      display: block;
      font-size: 1.4rem;
      color: #94979c; }
      .footer .copyright .created-by img {
        display: inline-block;
        width: 9.7rem;
        height: auto;
        margin-top: -0.3rem;
        margin-left: 0.5rem;
        vertical-align: middle; }

.top-text {
  float: left;
  width: 29%;
  margin-top: 20rem;
  text-align: right; }
  .top-text h1 {
    margin: 0;
    text-align: right; }
  .top-text p {
    max-width: 32rem;
    margin-left: auto;
    text-align: right; }
    .top-text p:first-child {
      margin: 0;
      color: #c3a54c;
      text-transform: uppercase;
      font-size: 2.2rem;
      line-height: 1.2; }

.top-statue {
  float: left;
  width: 40%;
  margin: 0 1%; }
  .top-statue img {
    display: block;
    width: 100%;
    max-width: 54rem;
    height: auto;
    margin: 0 auto; }
  .top-statue.animated div {
    position: relative;
    width: 100%;
    max-width: 54rem;
    height: auto;
    margin: 0 auto; }
  .top-statue.animated img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .top-statue.animated .animated-0 {
    position: static; }
  .top-statue.animated .animated-1 {
    -webkit-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    transform: translateY(6rem);
    -webkit-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
    z-index: 7; }
    .in-view .top-statue.animated .animated-1 {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.4s ease-out 0s;
      -o-transition: all 0.4s ease-out 0s;
      transition: all 0.4s ease-out 0s;
      opacity: 1; }
  .top-statue.animated .animated-2 {
    -webkit-transform: translateY(4rem);
    -ms-transform: translateY(4rem);
    -o-transform: translateY(4rem);
    transform: translateY(4rem);
    -webkit-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    z-index: 6; }
    .in-view .top-statue.animated .animated-2 {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.4s ease-out 0.2s;
      -o-transition: all 0.4s ease-out 0.2s;
      transition: all 0.4s ease-out 0.2s;
      opacity: 1; }
  .top-statue.animated .animated-3 {
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 5; }
    .in-view .top-statue.animated .animated-3 {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.4s ease-out 0.4s;
      -o-transition: all 0.4s ease-out 0.4s;
      transition: all 0.4s ease-out 0.4s;
      opacity: 1; }
  .top-statue.animated-alt div {
    position: relative;
    width: 100%;
    max-width: 54rem;
    height: auto;
    margin: 0 auto; }
  .top-statue.animated-alt img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s; }
  .top-statue.animated-alt .animated-0 {
    position: static; }
  .top-statue.animated-alt .animated-1 {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    z-index: 7; }
    .in-view .top-statue.animated-alt .animated-1 {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      -o-transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      transition: all 2.2s cubic-bezier(0, 0, 0.2, 1) 0s;
      opacity: 1; }
  .top-statue.animated-alt .animated-2 {
    opacity: 1;
    -webkit-transform: translateX(-0.5rem) scale(0.95);
    -ms-transform: translateX(-0.5rem) scale(0.95);
    -o-transform: translateX(-0.5rem) scale(0.95);
    transform: translateX(-0.5rem) scale(0.95);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
    z-index: 5; }
    .in-view .top-statue.animated-alt .animated-2 {
      -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
      -o-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
      -webkit-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
      -o-transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
      transition: all 0.8s cubic-bezier(0, 0, 0.2, 1) 0s;
      opacity: 1; }
  .top-statue.animated-alt .animated-3 {
    opacity: 0.8;
    -webkit-transform: translateX(1.5rem) scale(0.9);
    -ms-transform: translateX(1.5rem) scale(0.9);
    -o-transform: translateX(1.5rem) scale(0.9);
    transform: translateX(1.5rem) scale(0.9);
    -webkit-transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    -o-transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
    z-index: 6; }
    .in-view .top-statue.animated-alt .animated-3 {
      -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
      -o-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
      -webkit-transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
      -o-transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
      transition: all 1.6s cubic-bezier(0, 0, 0.2, 1) 0s;
      opacity: 1; }

.top-references {
  float: left;
  width: 29%;
  margin-top: 30rem; }

.usp {
  position: relative;
  margin-top: 8rem; }

.usp-items {
  text-align: center; }

.usp-item {
  position: relative;
  display: inline-block;
  margin: 0 2rem;
  margin-top: 3rem;
  padding: 0.2rem 2rem 0.2rem 5rem;
  text-align: left;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-align: left;
  vertical-align: top; }
  .usp-item .usp-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 3px;
    height: 100%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 5; }
  .usp-item .usp-title {
    position: relative;
    z-index: 6; }
  .usp-item:hover .usp-line {
    width: 8rem; }

.usp-big {
  max-width: 94rem;
  margin: 0 auto;
  margin-top: 10rem; }

.usp-big-items {
  text-align: center; }

.usp-big-item {
  margin-top: 4rem; }
  .usp-big-item:first-child {
    margin-top: 0; }
  .usp-big-item .usp-big-title {
    float: left;
    width: 38%;
    text-align: right; }
    .usp-big-item .usp-big-title h3 {
      text-align: right; }
  .usp-big-item .usp-big-text {
    float: left;
    width: 58%;
    margin-left: 4%;
    padding-top: 3rem;
    text-align: left; }

.home-executive-search .top-text {
  width: 42%;
  margin-top: 24rem; }
  .home-executive-search .top-text h2 {
    text-align: right;
    font-size: 8rem; }
.home-executive-search .top-statue {
  width: 57%;
  margin: 0;
  margin-left: 1%; }

.home-executive-search-bottom {
  padding-top: 0;
  background-position: center -4rem; }
  .home-executive-search-bottom .usp-big {
    margin-top: 0; }
  .home-executive-search-bottom .btn {
    margin-top: 10rem; }

.home-hunt {
  padding: 0; }

.hunt-items {
  max-width: 110rem;
  margin: 8rem auto 0;
  font-size: 0;
  text-align: center; }

.hunt-item {
  position: relative;
  display: inline-block;
  width: 33%;
  min-width: 10rem;
  vertical-align: top;
  font-size: 1.5rem; }
  .hunt-item::before {
    content: "";
    position: absolute;
    top: 7.5rem;
    right: 50%;
    left: 0;
    height: 1px;
    margin-right: 11.5rem;
    background: #d7d7d7; }
  .hunt-item::after {
    content: "";
    position: absolute;
    top: 7.5rem;
    left: 50%;
    right: 0;
    height: 1px;
    margin-left: 11.5rem;
    background: #d7d7d7; }
  .hunt-item:first-child::before {
    content: none; }
  .hunt-item:last-child::after {
    content: none; }
  .hunt-item .hunt-image {
    width: 100%;
    max-width: 15rem;
    margin: 0 auto; }
    .hunt-item .hunt-image img {
      display: block;
      width: 100%;
      height: auto; }
  .hunt-item h3 {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem; }
  .hunt-item p {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto; }

.team-single {
  max-width: 96rem;
  margin: 0 auto;
  padding: 5rem;
  background-color: #1a2547;
  color: #dfe3e9;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.1); }

.team-single-left {
  float: left;
  width: 34%;
  text-align: center; }
  .team-single-left .team-image {
    display: block;
    width: 100%;
    height: auto; }
  .team-single-left .team-fields {
    position: relative;
    display: inline-block;
    padding: 0.6rem 0 0 1.8rem;
    font-weight: 600;
    font-style: italic; }
    .team-single-left .team-fields::before {
      content: "";
      position: absolute;
      left: -0.2rem;
      top: -0.4rem;
      display: block;
      width: 2px;
      height: 3.4rem;
      background-color: #e2b764;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
      z-index: 5; }

.team-single-right {
  float: left;
  width: 60%;
  margin-left: 6%;
  padding-top: 6rem; }
  .team-single-right h1 {
    color: #e2b764;
    font-size: 2.4rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-align: left; }
    .team-single-right h1 a {
      text-decoration: none; }
      .team-single-right h1 a:hover {
        text-decoration: none; }
    .team-single-right h1 .team-title {
      margin-right: 0.6rem; }
    .team-single-right h1 .btn {
      top: -0.2rem;
      margin-top: 1rem;
      margin-right: 0.6rem;
      vertical-align: text-bottom;
      color: #fff;
      border-color: #fff;
      background-color: transparent; }
      .team-single-right h1 .btn:last-child {
        margin-right: 0; }
  .team-single-right .team-position {
    margin-top: 0;
    margin-bottom: 3rem;
    font-style: italic; }
  .team-single-right .team-signature {
    text-align: right; }
    .team-single-right .team-signature img {
      display: inline-block;
      width: auto;
      max-width: 14rem;
      height: auto;
      max-height: 8rem; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.loader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999; }
  .loader .loader-octagon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20rem;
    height: 20rem;
    margin: -10rem 0 0 -10rem;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }
    .loader .loader-octagon svg {
      width: 100%;
      height: auto; }
  .loader .loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 13rem;
    height: auto;
    margin: -4.5rem 0 0 -6.5rem; }

.references-lite .references-items {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 7rem; }
  .references-lite .references-items .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 1rem;
    list-style: none; }
    .references-lite .references-items .slick-dots li {
      display: inline-block; }
      .references-lite .references-items .slick-dots li button {
        display: block;
        width: 1rem;
        height: 1rem;
        margin-right: 1rem;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background-color: #d7d7d7;
        font-size: 0;
        line-height: 0;
        color: transparent;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
      .references-lite .references-items .slick-dots li.slick-active button {
        background-color: #1a2547; }
  .references-lite .references-items .arrow-left,
  .references-lite .references-items .arrow-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-width: 4px 4px 0 0;
    cursor: pointer; }
  .references-lite .references-items .arrow-left {
    left: 1.8rem; }
  .references-lite .references-items .arrow-right {
    left: 6rem; }
.references-lite .references-item {
  position: relative;
  padding: 0 1rem;
  border-right: 0;
  opacity: 1; }
  .references-lite .references-item::before {
    content: none; }
  .references-lite .references-item .references-content {
    float: none;
    width: 100%;
    margin-left: 0; }
    .references-lite .references-item .references-content .references-text {
      min-height: 0; }
      .references-lite .references-item .references-content .references-text h3 {
        margin-bottom: 0;
        margin-left: -0.3rem;
        font-size: 2.2rem;
        text-align: left; }
    .references-lite .references-item .references-content .references-author {
      min-height: 0;
      margin-top: 3rem; }
      .references-lite .references-item .references-content .references-author .references-author-info {
        display: inline-block;
        margin-right: 0;
        vertical-align: middle; }
  .references-lite .references-item.slick-active {
    opacity: 1; }
    .references-lite .references-item.slick-active::before {
      opacity: 0; }

.wolf-code .references-lite {
  position: relative;
  margin-top: 25rem; }
  .wolf-code .references-lite .references-code-sign {
    position: absolute;
    top: -0.3rem;
    left: -3rem;
    display: inline-block;
    width: 2.4rem;
    height: auto;
    margin-right: 1rem;
    vertical-align: middle; }
  .wolf-code .references-lite .references-items {
    padding-top: 0; }
    .wolf-code .references-lite .references-items .slick-dots {
      top: 5rem; }
  .wolf-code .references-lite .references-item .references-content .references-code {
    margin-left: -0.2rem;
    margin-bottom: 3rem;
    line-height: 6rem;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    font-style: italic;
    text-transform: uppercase;
    color: #1a2547; }

.logos-items {
  opacity: 0; }
  .logos-items.slick-initialized {
    opacity: 1; }

.logos-item {
  padding: 0 1rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center; }
  .logos-item img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 14rem;
    max-height: 7rem;
    margin: 0 auto;
    vertical-align: middle; }

.how {
  padding: 0; }

.focus-items {
  margin-top: 2rem;
  text-align: center; }

.focus-item {
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0.6rem 1rem 0.6rem 3rem;
  font-style: italic;
  font-weight: 400;
  pointer-events: none; }
  .focus-item .usp-line {
    background: #fff; }
  .focus-item.focus-first {
    padding-left: 0;
    color: #edbe81; }

.chart {
  margin-top: 12rem;
  text-align: center;
  font-size: 0; }
  .chart .chart-1-text, .chart .chart-2-text {
    display: inline-block;
    width: 15rem;
    margin-top: 16rem;
    text-align: left;
    vertical-align: top;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0; }
    .chart .chart-1-text h3,
    .chart .chart-2-text h3 {
      font-size: 5.2rem;
      text-align: left; }
    .chart .chart-1-text p,
    .chart .chart-2-text p {
      position: relative;
      padding-left: 0.4rem;
      font-size: 2rem;
      color: #edbe81;
      font-style: italic;
      text-align: left; }
      .chart .chart-1-text p::before,
      .chart .chart-2-text p::before {
        content: "";
        position: absolute;
        left: -2.6rem;
        top: -1rem;
        bottom: 0;
        display: inline-block;
        width: 3px;
        height: 4.2rem;
        background-color: #edbe81;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom; }
    .in-view .chart .chart-1-text,
    .in-view .chart .chart-2-text {
      -webkit-transition: all 0.2s ease-out 0.2s;
      -o-transition: all 0.2s ease-out 0.2s;
      transition: all 0.2s ease-out 0.2s; }
  .chart .chart-1-text {
    margin-right: 1rem;
    -webkit-transform: translateX(-2rem);
    -ms-transform: translateX(-2rem);
    -o-transform: translateX(-2rem);
    transform: translateX(-2rem); }
    .in-view .chart .chart-1-text {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
  .chart .chart-2-text {
    margin-left: 2rem;
    -webkit-transform: translateX(2rem);
    -ms-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem); }
    .in-view .chart .chart-2-text {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      opacity: 1; }
  .chart .chart-images {
    position: relative;
    display: inline-block;
    max-width: 57.7rem;
    vertical-align: top; }
    .chart .chart-images img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: auto;
      opacity: 0;
      -webkit-transition: all 0.2s ease-out 0.2s;
      -o-transition: all 0.2s ease-out 0.2s;
      transition: all 0.2s ease-out 0.2s; }
      .in-view .chart .chart-images img {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s; }
    .chart .chart-images .chart-0 {
      position: static; }
    .chart .chart-images .chart-1 {
      -webkit-transform: translateX(-4rem);
      -ms-transform: translateX(-4rem);
      -o-transform: translateX(-4rem);
      transform: translateX(-4rem);
      z-index: 5; }
      .in-view .chart .chart-images .chart-1 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .chart .chart-images .chart-2 {
      -webkit-transform: translateX(4rem);
      -ms-transform: translateX(4rem);
      -o-transform: translateX(4rem);
      transform: translateX(4rem);
      z-index: 6; }
      .in-view .chart .chart-images .chart-2 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }

.stats-items {
  margin-top: 12rem; }

.stats-item {
  float: left;
  width: 23.5%;
  margin-left: 2%;
  text-align: center; }
  .stats-item:nth-child(4n+1) {
    clear: left;
    margin-left: 0; }
  .stats-item .stats-image {
    max-width: 24rem;
    margin: 0 auto; }
    .stats-item .stats-image img {
      display: block;
      width: 100%;
      height: auto; }
  .stats-item h3 {
    margin-top: 2rem; }
  .stats-item p {
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto; }

.gallery .control {
  margin-top: 4rem;
  padding: 0 0.6rem 1rem;
  text-align: center; }
  .gallery .control > span {
    display: inline-block;
    vertical-align: middle; }
  .gallery .control .number strong {
    display: inline-block;
    width: 2rem;
    text-align: right; }
  .gallery .control .number span {
    display: inline-block;
    width: 2rem;
    text-align: left; }
  .gallery .control .arrow-left,
  .gallery .control .arrow-right {
    display: inline-block !important;
    vertical-align: middle;
    cursor: pointer; }

.gallery-items {
  margin-top: 6rem;
  margin-right: calc((140rem - 100vw) / 2 - 3rem - 2rem); }

.gallery-item {
  height: 65rem;
  padding: 0 2rem 0 0; }
  .gallery-item img {
    display: block;
    width: auto;
    height: 100%; }

.wolf-code-claim {
  padding: 4rem 0 6rem; }
  .wolf-code-claim .inner {
    max-width: 48rem;
    text-align: center; }

.wolf-code-octagon {
  background-position: center -12rem; }

.code-octagon-wrap {
  position: relative;
  width: 44rem;
  height: auto;
  margin: 0 auto; }

.code-octagon-item-title {
  position: absolute;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  font-style: italic;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 10; }
  .code-octagon-item-title.code-octagon-item-title-1 {
    bottom: 85%;
    left: 85%;
    margin-bottom: -1.2rem;
    text-align: left; }
  .code-octagon-item-title.code-octagon-item-title-2 {
    bottom: 50%;
    left: 100%;
    margin-bottom: -2.4rem;
    text-align: left; }
  .code-octagon-item-title.code-octagon-item-title-3 {
    bottom: 15%;
    left: 85%;
    margin-bottom: -3.6rem;
    text-align: left; }
  .code-octagon-item-title.code-octagon-item-title-4 {
    bottom: 0%;
    left: 0;
    right: 0;
    margin-bottom: -4.8rem;
    text-align: center; }
  .code-octagon-item-title.code-octagon-item-title-5 {
    bottom: 15%;
    right: 85%;
    margin-bottom: -3.6rem;
    text-align: right; }
  .code-octagon-item-title.code-octagon-item-title-6 {
    bottom: 50%;
    right: 100%;
    margin-bottom: -2.4rem;
    text-align: right; }
  .code-octagon-item-title.code-octagon-item-title-7 {
    bottom: 85%;
    right: 85%;
    margin-bottom: -1.2rem;
    text-align: right; }
  .code-octagon-item-title.code-octagon-item-title-8 {
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center; }
  .active-1 .code-octagon-item-title.code-octagon-item-title-1 span {
    color: #e2b764; }
  .active-2 .code-octagon-item-title.code-octagon-item-title-2 span {
    color: #e2b764; }
  .active-3 .code-octagon-item-title.code-octagon-item-title-3 span {
    color: #e2b764; }
  .active-4 .code-octagon-item-title.code-octagon-item-title-4 span {
    color: #e2b764; }
  .active-5 .code-octagon-item-title.code-octagon-item-title-5 span {
    color: #e2b764; }
  .active-6 .code-octagon-item-title.code-octagon-item-title-6 span {
    color: #e2b764; }
  .active-7 .code-octagon-item-title.code-octagon-item-title-7 span {
    color: #e2b764; }
  .active-8 .code-octagon-item-title.code-octagon-item-title-8 span {
    color: #e2b764; }
  .code-octagon-item-title span {
    color: #1a2547;
    text-decoration: underline;
    cursor: pointer; }
    .code-octagon-item-title span:hover {
      color: #e2b764; }

.code-octagon-item-text {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 100%;
  max-width: 32rem;
  padding: 0 4rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  opacity: 0; }
  .active-1 .code-octagon-item-text.code-octagon-item-text-1 {
    opacity: 1; }
  .active-2 .code-octagon-item-text.code-octagon-item-text-2 {
    opacity: 1; }
  .active-3 .code-octagon-item-text.code-octagon-item-text-3 {
    opacity: 1; }
  .active-4 .code-octagon-item-text.code-octagon-item-text-4 {
    opacity: 1; }
  .active-5 .code-octagon-item-text.code-octagon-item-text-5 {
    opacity: 1; }
  .active-6 .code-octagon-item-text.code-octagon-item-text-6 {
    opacity: 1; }
  .active-7 .code-octagon-item-text.code-octagon-item-text-7 {
    opacity: 1; }
  .active-8 .code-octagon-item-text.code-octagon-item-text-8 {
    opacity: 1; }
  .code-octagon-item-text img {
    display: block;
    width: 1.6rem;
    height: auto;
    margin: 0 auto; }
  .code-octagon-item-text p {
    text-align: center; }

.code-octagon {
  position: relative;
  z-index: 5; }
  .code-octagon img {
    display: block;
    width: 100%;
    height: auto; }
  .code-octagon .code-octagon-arrow {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    opacity: 0; }
    .active-1 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 1; }
    .active-2 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      opacity: 1; }
    .active-3 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      opacity: 1; }
    .active-4 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      opacity: 1; }
    .active-5 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg);
      opacity: 1; }
    .active-6 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      transform: rotate(270deg);
      opacity: 1; }
    .active-7 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
      -o-transform: rotate(315deg);
      transform: rotate(315deg);
      opacity: 1; }
    .active-8 .code-octagon .code-octagon-arrow {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
      opacity: 1; }

.code-octagon-control {
  margin-top: 12rem;
  text-align: center; }
  .code-octagon-control > span {
    display: inline-block;
    vertical-align: middle; }
  .code-octagon-control .arrow-left,
  .code-octagon-control .arrow-right {
    cursor: pointer; }

.press-items {
  margin-top: 8rem; }

.press-item {
  position: relative;
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .press-item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0; }
  .press-item .press-highlight {
    position: relative;
    float: left;
    width: 38%; }
    .press-item .press-highlight h3 {
      position: relative;
      margin: 0;
      padding-left: 3.8rem;
      font-size: 2.2rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: italic;
      text-align: left; }
      .press-item .press-highlight h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: -2.8rem;
        bottom: 0;
        display: inline-block;
        width: 3px;
        height: 5.4rem;
        background-color: #1a2547;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom; }
    .press-item .press-highlight .press-logo {
      width: 20rem;
      height: 8rem;
      margin-top: 3rem;
      padding-left: 4rem;
      text-align: left; }
      .press-item .press-highlight .press-logo img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%; }
  .press-item .press-content {
    float: left;
    width: 56%;
    margin-left: 6%; }

.article-meta,
.press-meta {
  color: #7a7a7a; }
  .article-meta strong,
  .press-meta strong {
    color: #1a2547; }
  .article-meta .fa,
  .press-meta .fa {
    margin-right: 0.6rem; }
  .article-meta .press-mention,
  .press-meta .press-mention {
    text-transform: uppercase; }

.pagination {
  margin-top: 6rem;
  text-align: right; }
  .pagination .page-numbers {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    border: 1px solid #1a2547;
    border-radius: 1px;
    text-align: center;
    font-size: 1.6rem;
    color: #1a2547;
    text-decoration: none; }
    .pagination .page-numbers:hover {
      background-color: #28386c;
      color: #fff; }
    .pagination .page-numbers:active {
      background-color: #161f3c;
      color: #fff; }
    .pagination .page-numbers.current {
      background-color: #1a2547;
      color: #fff; }

figure {
  margin: 0; }

.wp-block-image,
.wp-block-gallery {
  margin: 1.4rem 0 0; }

.article .article-header {
  text-align: center; }
  .article .article-header .article-meta {
    margin-bottom: 2rem; }
  .article .article-header h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4.2rem;
    text-transform: none;
    text-align: center; }
.article .article-image {
  display: block;
  width: calc(100% + 4rem);
  height: auto;
  margin: -6rem -2rem 4rem; }
.article .press-medium {
  text-align: center;
  margin-top: 4rem; }
  .article .press-medium .press-medium-original {
    position: relative;
    text-align: center; }
    .article .press-medium .press-medium-original .press-medium-original-link a {
      color: #7a7a7a;
      text-decoration: none; }
.article .text {
  max-width: 81rem;
  margin: 0 auto 0; }
  .article .text h2 {
    margin-top: 4rem;
    font-size: 2.8rem;
    text-transform: none;
    text-align: left; }
  .article .text h3 {
    margin-top: 3rem;
    font-size: 2rem;
    text-transform: none;
    text-align: left; }
  .article .text h2:first-child, .article .text h3:first-child {
    margin-top: 0; }
.article ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-left: 3rem;
  list-style: none; }
  .article ul li {
    position: relative;
    margin: 0;
    padding: 0; }
    .article ul li::before {
      content: "";
      position: absolute;
      top: 0.6em;
      left: -1.7rem;
      display: block;
      width: 5px;
      height: 5px;
      border-radius: 50%; }
.article ol {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  padding-left: 3rem;
  list-style: none;
  counter-reset: ul; }
  .article ol li {
    position: relative;
    counter-increment: ul;
    margin: 0;
    padding: 0; }
    .article ol li::before {
      content: counter(ul) ".";
      position: absolute;
      left: -2.7rem;
      display: block;
      width: 2rem;
      text-align: right;
      font-variant-numeric: tabular-nums; }
.article blockquote {
  position: relative;
  float: right;
  width: 34rem;
  margin: 2rem 0 2rem 2rem;
  padding: 4rem;
  padding-left: 5rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 1.3;
  text-align: center; }
  .article blockquote::before, .article blockquote::after {
    content: "";
    position: absolute;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .article blockquote::before {
    left: 0;
    bottom: 0;
    width: 44px;
    height: 40px;
    background-image: url("../images/q1.png"); }
  .article blockquote::after {
    right: 0;
    top: 0;
    width: 31px;
    height: 29px;
    background-image: url("../images/q2.png"); }
.article .wp-block-image,
.article .wp-block-gallery {
  position: relative;
  max-width: calc(100% + 4rem);
  margin: 5rem -2rem;
  padding: 0; }
  .article .wp-block-image:last-child,
  .article .wp-block-gallery:last-child {
    margin-bottom: 0; }
  .article .wp-block-image img,
  .article .wp-block-gallery img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1px;
    z-index: 5; }
.article .wp-block-gallery {
  text-align: center;
  font-size: 0;
  list-style: none; }
  .article .wp-block-gallery .blocks-gallery-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 1.5rem; }
    .article .wp-block-gallery .blocks-gallery-item::before {
      content: none; }
  .article .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-1 .blocks-gallery-item:nth-child(1n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-1 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-2 .blocks-gallery-item {
    width: 49.4%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: 32.5333333333%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: 24.1%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(4n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-4 .blocks-gallery-item:nth-child(4) {
      margin-top: 0; }
  .article .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: 19.04%;
    margin-left: 1.2%;
    margin-top: 1.2%; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(5n+1) {
      margin-left: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(1) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(2) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(3) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(4) {
      margin-top: 0; }
    .article .wp-block-gallery.columns-5 .blocks-gallery-item:nth-child(5) {
      margin-top: 0; }

.read-more {
  text-transform: uppercase;
  text-decoration: underline; }

.blog-prev-next {
  margin-top: 12rem;
  padding: 0; }

.prev-next-item {
  position: relative;
  display: block;
  width: 50%;
  padding: 0 12%;
  color: inherit;
  text-decoration: none;
  text-align: left;
  opacity: 0.6; }
  .prev-next-item::before {
    position: absolute;
    top: 5.2rem;
    display: block;
    width: 3.5rem;
    color: #1a2547;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d7d7d7; }
  .prev-next-item.prev {
    float: left;
    padding-left: 0; }
    .prev-next-item.prev::before {
      content: "\f053";
      left: -6rem;
      text-align: left; }
    .prev-next-item.prev + .next::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -1px;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #e5e5e5; }
  .prev-next-item.next {
    float: right;
    padding-right: 0; }
    .prev-next-item.next::before {
      content: "\f054";
      right: -6rem;
      text-align: right; }
  .prev-next-item h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 2rem;
    text-align: left; }
    .prev-next-item h3::before {
      content: "";
      position: absolute;
      left: -3rem;
      top: -2.6rem;
      bottom: 0;
      display: inline-block;
      width: 3px;
      height: 5.4rem;
      background-color: #1a2547;
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
      -webkit-transform-origin: left bottom;
      transform-origin: left bottom; }
  .prev-next-item:hover {
    opacity: 1; }
    .prev-next-item:hover::before {
      color: #e2b764; }

.offset {
  padding-left: 2rem; }
  .offset > h1, .offset > h2, .offset > h3, .offset > h4 {
    position: relative;
    left: -2rem; }

/*
.article.text {

	h2 {
		margin-top: 2.4rem;
		margin-bottom: 0;
		font-size: 2.4rem;
		font-weight: 400;
	}

	h3 {
		margin-top: 2.2rem;
		margin-bottom: 0;
		font-size: 1.8rem;
		font-weight: $heading-font-weight;
	}

	h4 {
		margin-top: 2rem;
		margin-bottom: 0;
		font-size: 1.6rem;
		font-weight: $heading-font-weight;
	}

	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
		margin-top: 0;
	}

	p {
		// max-width: 60rem;
	}

	ul, ol {
		margin: 2rem 0 0 0;
	}

	blockquote {
		// max-width: 80rem;
		margin: 2rem 0;
		padding: 0.5rem 0 0.5rem 1.6rem;
		border-left: 1px solid #e5e5e5;
		font-style: italic;
		color: lighten($color, 15%);
	}

}
*/
.info .info-item {
  padding: 0.6rem 2rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s; }
  .info .info-item:first-child {
    border-top: 0; }
  .info .info-item:hover {
    background-color: rgba(99, 46, 126, 0.02); }
  .info .info-item > div {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle; }
  .info .info-item .info-title {
    width: 68%; }
  .info .info-item .info-action {
    width: 30%;
    margin-left: 2%;
    text-align: right; }
    .info .info-item .info-action a {
      color: #fdb714;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.3rem; }
      .info .info-item .info-action a:hover {
        color: #dc9b02;
        text-decoration: none; }
      .info .info-item .info-action a i {
        margin-left: 0.6rem;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }
  .info .info-item.info-item-toggle .info-title,
  .info .info-item.info-item-toggle .info-action {
    cursor: pointer; }
  .info .info-item.open .info-action a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .info .info-item .info-text {
    display: none;
    padding-top: 2rem; }

.promotion .promotion-code-wrap hr {
  margin: 2rem 0; }
.promotion .promotion-code-wrap h2 {
  margin-top: 0; }
.promotion .promotion-code-wrap .promotion-code {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  font-weight: 700;
  -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02);
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.02); }

.col-2 {
  float: left;
  width: 48%;
  margin-left: 4%; }
  .col-2:nth-child(2n+1) {
    clear: left;
    margin-left: 0; }

.col-3 {
  float: left;
  width: 30.666%;
  margin-left: 3%; }
  .col-3:nth-child(3n+1) {
    clear: left;
    margin-left: 0; }

.alert {
  position: relative;
  font-weight: 700; }
  .alert.alert-success {
    background-color: #d3f5d3;
    color: #008e00; }
  .alert.alert-error {
    background-color: #f9c7cc;
    color: #b30012; }
  .alert.alert-floating {
    position: fixed;
    top: 14rem;
    left: 50%;
    width: 100%;
    max-width: 62rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500; }
  .alert i {
    position: absolute;
    top: 1.2rem;
    right: 1.4rem;
    font-size: 1.8rem;
    color: #000;
    opacity: 0.2;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .alert i:hover {
      opacity: 0.5; }

.cart-item {
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .cart-item.faded {
    opacity: 0.3; }
    .cart-item.faded * {
      pointer-events: none; }

.cart-image {
  float: left;
  display: block;
  width: 14rem;
  height: auto;
  margin-right: 2rem; }

.cart-item-info-text {
  padding-top: 1.4rem;
  overflow: hidden; }
  .cart-item-info-text h3 {
    margin-bottom: 0; }
  .cart-item-info-text p {
    margin-top: 0.6rem; }
  .cart-item-info-text .cart-item-info-buttons {
    margin-top: 1rem; }
    .cart-item-info-text .cart-item-info-buttons .cart-detail,
    .cart-item-info-text .cart-item-info-buttons .cart-review,
    .cart-item-info-text .cart-item-info-buttons .cart-remove {
      position: relative;
      display: inline-block;
      padding: 1rem 1rem;
      background-color: transparent;
      border: 0;
      -webkit-appearance: none;
      font-family: "Playfair Display", sans-serif;
      font-weight: 700;
      font-size: 1.3rem;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
      .cart-item-info-text .cart-item-info-buttons .cart-detail i,
      .cart-item-info-text .cart-item-info-buttons .cart-review i,
      .cart-item-info-text .cart-item-info-buttons .cart-remove i {
        font-size: 1.5rem; }
      .cart-item-info-text .cart-item-info-buttons .cart-detail.cart-review,
      .cart-item-info-text .cart-item-info-buttons .cart-review.cart-review,
      .cart-item-info-text .cart-item-info-buttons .cart-remove.cart-review {
        color: #fdb714; }
      .cart-item-info-text .cart-item-info-buttons .cart-detail.cart-remove, .cart-item-info-text .cart-item-info-buttons .cart-review.cart-remove, .cart-item-info-text .cart-item-info-buttons .cart-remove.cart-remove {
        color: #ff2339; }
        .cart-item-info-text .cart-item-info-buttons .cart-detail.cart-remove:hover,
        .cart-item-info-text .cart-item-info-buttons .cart-review.cart-remove:hover,
        .cart-item-info-text .cart-item-info-buttons .cart-remove.cart-remove:hover {
          background-color: #ff2339;
          color: #fff; }
        .faded .cart-item-info-text .cart-item-info-buttons .cart-detail.cart-remove,
        .faded .cart-item-info-text .cart-item-info-buttons .cart-review.cart-remove,
        .faded .cart-item-info-text .cart-item-info-buttons .cart-remove.cart-remove {
          opacity: 0.4; }
      .cart-item-info-text .cart-item-info-buttons .cart-detail:hover,
      .cart-item-info-text .cart-item-info-buttons .cart-review:hover,
      .cart-item-info-text .cart-item-info-buttons .cart-remove:hover {
        background-color: #fdb714;
        color: #fff; }

.cart-item-rows {
  margin-top: 2rem; }

.cart-item-row {
  padding: 1rem 2rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0; }
  .cart-item-row:first-child {
    border-top: 0; }
  .cart-item-row > span {
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle;
    z-index: 3; }
  .cart-item-row.cart-item-row-group-title > span {
    display: block;
    padding-bottom: 0.5rem;
    color: #000; }
  .cart-item-row .cart-item-row-title {
    width: 36%;
    color: #000; }
  .cart-item-row .cart-item-row-date-selection {
    width: 38%;
    text-align: right;
    color: #000; }
  .cart-item-row .cart-item-row-unit-price {
    width: 27%;
    text-align: right; }
  .cart-item-row .cart-item-row-selection {
    width: 11%;
    text-align: right;
    color: #000; }
  .cart-item-row .cart-item-row-price {
    width: 26%;
    color: #000;
    font-weight: 700;
    text-align: right; }
  .cart-item-row.cart-item-row-total .cart-item-row-price {
    width: 64%;
    font-size: 1.6rem; }
  .cart-item-row.cart-item-row-subrow {
    position: relative;
    padding: 0.3rem 0;
    border-top: 0; }
    .cart-item-row.cart-item-row-subrow::after {
      content: "";
      position: absolute;
      left: -2rem;
      right: -2rem;
      top: 0;
      bottom: 0;
      display: block;
      background-color: #fafafa;
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 0.2s ease-out 0s;
      -o-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s; }
    .cart-item-row.cart-item-row-subrow:hover::after {
      opacity: 1; }
    .cart-item-row.cart-item-row-subrow .cart-item-row-title {
      color: #000; }

.cart-item-passengers {
  margin-top: 2rem;
  padding: 2rem; }
  .cart-item-passengers .passengers-item {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 1.4rem; }
    .cart-item-passengers .passengers-item:nth-child(3n+1) {
      clear: left;
      margin-left: 0; }
    .cart-item-passengers .passengers-item:nth-child(1), .cart-item-passengers .passengers-item:nth-child(2), .cart-item-passengers .passengers-item:nth-child(3) {
      margin-top: 0; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.2rem 0;
  background: #e5e5e5;
  border: 0; }

.cart-price {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
  text-align: right;
  color: #000; }

.cart-info .cart-item {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  border-bottom: 0; }

.cart-info .cart-item:last-child {
  margin-bottom: 0; }

.cart-info .cart-image {
  width: 4rem;
  margin-right: 1rem; }

.cart-info .cart-items .cart-price {
  float: right;
  display: block;
  margin-top: -0.2rem;
  margin-left: 1rem;
  margin-right: 0; }

.cart-info h2 {
  margin-bottom: 1.4rem;
  font-size: 2rem; }

.cart-info h3 {
  margin: 0 0 0.4rem;
  font-size: 1.5rem; }

.cart-info p {
  margin: 0; }

.cart-info p.cart-summary-address-edit-wrap {
  margin-top: 0.8rem; }
  .cart-info p.cart-summary-address-edit-wrap a {
    text-decoration: none; }
    .cart-info p.cart-summary-address-edit-wrap a:hover {
      color: #fdb714; }

.cart-info-row {
  margin: 0.3rem 0;
  transition: all .2s ease-out; }

.cart-info-label {
  float: left;
  display: block;
  padding-right: 1rem; }
  .cart-info-label small {
    display: block;
    color: #999; }

.cart-info-value {
  float: right;
  display: block; }

.cart-info-row.total {
  line-height: 2.6rem; }

.cart-info-row.total .cart-info-value {
  font-weight: 400;
  font-size: 2.2rem;
  color: #fdb714; }

.cart-info-row.faded {
  opacity: 0.3; }

.cart-info-row.faded * {
  pointer-events: none; }

.cart-info-row .cart-remove {
  display: inline-block;
  margin-top: -0.3rem;
  margin-left: -0.8rem;
  margin-bottom: -1rem;
  padding: 0.3rem;
  opacity: 0.2; }
  .cart-info-row .cart-remove:hover {
    opacity: 1; }
  .cart-info-row .cart-remove .cart-remove i {
    width: 2.5rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 0; }

.cart-right .btn {
  display: block;
  width: 100%;
  margin-top: 3.5rem; }

.voucher-toggle {
  color: #000;
  text-decoration: underline; }

.voucher-toggle:hover {
  color: #000;
  text-decoration: none; }

.voucher {
  display: none;
  padding-top: 1rem; }

.voucher .input {
  float: left;
  display: block;
  width: 68%;
  height: 3.8rem;
  margin: 0;
  padding: 0.5rem 0.8rem;
  font-size: 1.5rem; }

.voucher .btn {
  float: left;
  display: block;
  width: 31%;
  height: 3.8rem;
  margin: 0;
  margin-left: 1%;
  padding: 0.3rem 0; }

.voucher .btn:disabled {
  font-size: 0;
  color: transparent; }

.voucher .btn:disabled i {
  color: #fcfcfc;
  font-size: 1.5rem; }

/*
.wpcf7 input[type="checkbox"],
.checkbox {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

	.wpcf7 input[type="checkbox"] + span,
	.checkbox + label {
		position: relative;
		display: inline-block;
		margin-left: 0.8rem;
		padding-left: 3rem;
		cursor: pointer;
	}

		.wpcf7 input[type="checkbox"] + span::before,
		.checkbox + label::before {
			content: "";
			position: absolute;
			left: 0;
			top: 0.1rem;
			display: block;
			width: 2rem;
			height: 2rem;
			background-color: #fff;
			background-color: lighten($green, 66%);
			border: 1px solid $green;
			border-radius: 2px;
			@include transition();
		}

			.wpcf7 input[type="checkbox"]:checked + span::before,
			.checkbox:checked + label::before {
				background-color: $green;
				border-color: $green;
			}

		.wpcf7 input[type="checkbox"] + span::after,
		.checkbox + label::after {
			content: "\f00c";
			position: absolute;
			left: 0;
			top: -0.1rem;
			display: block;
			width: 2.1rem;
			height: 2.3rem;
			line-height: 2.3rem;
			text-align: center;
			color: #fff;
			font-size: 1.5rem;
			font-family: "FontAwesome";
			text-rendering: auto;
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0;
			@include transition();
		}

			.wpcf7 input[type="checkbox"]:checked + span::after,
			.checkbox:checked + label::after {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
			}


.checkbox-only {

	&.checkbox + label {
		width: 2rem;
		margin-left: 0;
		padding-left: 2rem;
		// font-size: 0;
		// overflow: hidden;
	}
}


		.checkbox:disabled + label::before {
			background-color: #fff;
			// background-color: transparent;
			border-color: #999;
			// border-color: transparent;
		}

			.checkbox:disabled:checked + label::before {
				background-color: #999;
				// background-color: transparent;
				border-color: #999;
				// border-color: transparent;
			}

		.checkbox:disabled + label::after {
			// left: 0.2rem;
			// color: $color;
		}


input.radio,
span.radio label input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

	input.radio + label,
	span.radio label input + .wpcf7-list-item-label {
		position: relative;
		display: inline-block;
		margin-left: 0.8rem;
		padding-left: 3rem;
		cursor: pointer;
	}

		input.radio + label::before,
		span.radio label input + .wpcf7-list-item-label::before {
			content: "";
			position: absolute;
			left: 0;
			top: 1px;
			display: block;
			width: 20px;
			height: 20px;
			border-radius: 50%;
			background-color: #fff;
			background-color: rgba($green, 0.01);
			border: 1px solid $green;
			@include transition();
		}

			input.radio:checked + label::before,
			span.radio label input:checked + .wpcf7-list-item-label::before {
				background-color: $green;
				border-color: $green;
			}

		input.radio + label::after,
		span.radio label input + .wpcf7-list-item-label::after {
			content: "";
			position: absolute;
			left: 5px;
			top: 6px;
			display: block;
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transform: scale(2);
			transform: scale(2);
			opacity: 0;
			@include transition();
		}

			input.radio:checked + label::after,
			span.radio label input:checked + .wpcf7-list-item-label::after {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
			}
*/
.input-check {
  display: block;
  margin-top: 3.2rem; }
  .input-check.check-ok {
    color: #4b9411; }
  .input-check.check-warning {
    color: #fdb714; }
  .input-check.check-error {
    color: #ff2339; }

@keyframes bounce {
  0%,6.667%,17.667%,26.667%,33.333%,to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) rotate(135deg); }
  13.333%,14.333% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) rotate(135deg); }
  23.333% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) rotate(135deg); }
  30% {
    transform: translate3d(0, -4px, 0) rotate(135deg); } }
.cart .tc-excerpt {
  position: relative;
  display: block;
  margin: 0 0 5rem 0;
  z-index: 1; }
  .cart .tc-excerpt::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 8rem;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
    pointer-events: none;
    transition: all .2s ease-out;
    z-index: 10; }
  .cart .tc-excerpt.scrolled::after {
    height: 2rem; }
  .cart .tc-excerpt::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: -.9rem;
    border: 3px solid #4a4a4a;
    border-color: #4a4a4a;
    border-width: 3px 3px 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .2s ease-out;
    animation-name: bounce;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    cursor: pointer;
    z-index: 11; }
  .cart .tc-excerpt.scrolled::before {
    opacity: 0; }
  .cart .tc-excerpt .text {
    position: relative;
    padding: 1rem .6rem 1.2rem 0;
    height: 35rem;
    overflow-y: auto;
    z-index: 1; }
  .cart .tc-excerpt h2 {
    margin: 2rem 0 1.6rem;
    font-size: 2rem; }
    .cart .tc-excerpt h2:first-child {
      margin-top: 0; }
  .cart .tc-excerpt h3 {
    margin: 2rem 0 1.2rem;
    font-size: 1.6rem; }
    .cart .tc-excerpt h3:first-child {
      margin-top: 0; }
  .cart .tc-excerpt p {
    margin: 1rem 0 0;
    font-size: 1.3rem;
    line-height: 1.6; }
    .cart .tc-excerpt p:first-child {
      margin-top: 0; }
.cart .tc-excerpt a,
.cart .tc a {
  text-decoration: underline; }
  .cart .tc-excerpt a:hover,
  .cart .tc a:hover {
    text-decoration: none; }
.cart .tc {
  margin-bottom: 3rem;
  text-align: right; }
  .cart .tc label {
    margin-bottom: 1rem; }
    .cart .tc label:last-child {
      margin-bottom: 0; }

.not-h {
  display: inline-block;
  margin-left: 0.4rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 1.5rem;
  letter-spacing: 0;
  color: #444; }

a.not-h:hover {
  color: #323232; }

.fancybox-ajax .inner {
  padding: 0; }

.fancybox-ajax h1 {
  margin-top: 2rem !important;
  margin-bottom: 4rem !important;
  font-size: 3.6rem !important; }

.fancybox-bg {
  background: #080d1e; }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.8; }

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9rem;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3); }

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 9rem; }

.fancybox-ajax .text {
  max-width: 80rem; }

.modal {
  display: none; }

#login,
.login-form {
  width: 30rem; }
  #login .login-logo,
  .login-form .login-logo {
    display: block;
    width: 90%;
    max-width: 19rem;
    margin: 0 auto 2rem;
    padding-right: 8%; }
    #login .login-logo svg,
    .login-form .login-logo svg {
      display: block;
      width: 100%; }
  #login .login-remember,
  .login-form .login-remember {
    margin-top: 2rem; }
  #login .login-button,
  .login-form .login-button {
    margin-top: 2rem; }
    #login .login-button .btn,
    .login-form .login-button .btn {
      display: block;
      width: 100%; }
  #login hr,
  .login-form hr {
    margin: 1.8rem 0; }
  #login .login-register,
  .login-form .login-register {
    text-align: center; }

#promoted {
  max-width: 60rem; }
  #promoted .btn {
    margin-top: 2rem; }

.booked-tours .cart-item {
  margin-top: 3rem; }
  .booked-tours .cart-item:first-child {
    margin-top: 0; }
  .booked-tours .cart-item .profile-files {
    margin-top: 2rem; }
    .booked-tours .cart-item .profile-files h4 {
      font-size: 1.6rem;
      margin-bottom: 0.8rem; }
.booked-tours .cart-item-info-text h3 {
  margin-top: 1rem; }
.booked-tours .cart-item-info-text .tours-rating {
  margin-top: 1rem; }
  .booked-tours .cart-item-info-text .tours-rating.pending .tours-rating-average {
    background-color: #bbb; }
.booked-tours.booked-tours-past img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.75; }
.booked-tours.booked-tours-past .profile-files {
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .booked-tours.booked-tours-past .profile-files:hover {
    opacity: 1; }

.profile-data-values {
  display: block; }

.profile-data-value {
  display: block;
  margin-top: 0.3rem;
  color: #fff;
  line-height: 1.3; }

.profile-data-edit-wrap a {
  text-decoration: none; }
  .profile-data-edit-wrap a:hover {
    color: #fdb714; }

.profile-data-form {
  display: none; }
  .profile-data-form table {
    width: 100%; }
    .profile-data-form table td {
      padding: 0.6rem 0;
      vertical-align: top; }
      .profile-data-form table td:first-child {
        padding-right: 0.5rem; }
      .profile-data-form table td:last-child {
        padding-left: 0.5rem; }
      .profile-data-form table td[colspan="2"] {
        padding-left: 0;
        padding-right: 0; }
      .profile-data-form table td.profile-data-form-title {
        padding-top: 2rem; }
      .profile-data-form table td label {
        display: block;
        margin-bottom: 0.3rem; }
      .profile-data-form table td .select-target {
        width: 100%; }

.profile-files-item {
  padding: 0.6rem 2rem;
  border-top: 1px solid #e5e5e5;
  font-size: 0;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s; }
  .profile-files-item:first-child {
    border-top: 0; }
  .profile-files-item:hover {
    background-color: rgba(99, 46, 126, 0.02); }
  .profile-files-item > div {
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: middle; }
  .profile-files-item .profile-files-title {
    width: 68%; }
  .profile-files-item .profile-files-action {
    width: 30%;
    margin-left: 2%;
    text-align: right; }
    .profile-files-item .profile-files-action a {
      color: #fdb714;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1.3rem; }
      .profile-files-item .profile-files-action a:hover {
        color: #dc9b02;
        text-decoration: none; }
      .profile-files-item .profile-files-action a i {
        margin-left: 0.6rem;
        -webkit-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
        transition: all 0.2s ease-out 0s; }

.star-rating {
  float: left;
  margin: 0;
  margin-top: 0.6rem;
  padding: 0;
  padding-left: 0.6rem;
  border: none;
  /* hover previous stars in list */ }
  .star-rating input {
    display: none; }
  .star-rating label {
    float: right;
    margin: 0;
    padding: 0;
    color: #ddd;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
    .star-rating label::before {
      content: "\f005";
      display: inline-block;
      margin: 2px 2px;
      font-family: FontAwesome;
      font-size: 2rem;
      cursor: pointer; }
  .star-rating input:checked ~ label, .star-rating:not(:checked) label:hover, .star-rating:not(:checked) label:hover ~ label {
    color: #fdb714; }
  .star-rating input:checked + label:hover,
  .star-rating input:checked ~ label:hover,
  .star-rating label:hover ~ input:checked ~ label,
  .star-rating input:checked ~ label:hover ~ label {
    color: #fed679; }

#add-review {
  width: 60rem; }
  #add-review .review-text label {
    display: block;
    margin-bottom: 0.6rem; }

.grecaptcha-badge {
  opacity: 0; }

.arrow-left,
.arrow-right,
.arrow-top,
.arrow-down {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 5px solid #000;
  border-color: #e7aa52;
  border-color: #d7d7d7;
  border-width: 5px 5px 0 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s; }
  .arrow-left:hover,
  .arrow-right:hover,
  .arrow-top:hover,
  .arrow-down:hover {
    border-color: #e7aa52; }
  .arrow-left.disabled, .arrow-left.slick-disabled,
  .arrow-right.disabled,
  .arrow-right.slick-disabled,
  .arrow-top.disabled,
  .arrow-top.slick-disabled,
  .arrow-down.disabled,
  .arrow-down.slick-disabled {
    border-color: #f4f4f4;
    pointer-events: none; }

.arrow-left {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.arrow-right {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.arrow-down {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.arrow-up {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.news-single h2 {
  margin-bottom: 0; }
.news-single .date {
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-style: italic; }

.text {
  text-align: left; }

div#cookie-bar {
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.2) !important;
  border: 1px solid #222; }

/*# sourceMappingURL=styles.css.map */
