@import url(node_modules/slick-slider/slick/slick.css);
@font-face {
  font-family: 'Stellar-Light';
  src: url("/fonts/Kelson-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}

@font-face {
  font-family: 'Stellar-Regular';
  src: url("/fonts/Kelson-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}

@font-face {
  font-family: 'Stellar-Medium';
  src: url("/fonts/Kelson-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}

@font-face {
  font-family: 'Stellar-Bold';
  src: url("/fonts/Kelson-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FD;
}

@font-face {
  font-family: 'Creampuff';
  src: url("/fonts/Creampuff.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

.simulator__option button, .grey__form__container button.send, .curious__header button, .agency__header button, .intro.intro-curious a {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #333333;
  display: inline-block;
  text-transform: uppercase;
  padding: 7.5px 15px;
  color: #ffffff;
  font-family: 'Stellar-Medium';
}

.simulator__option button:first-child, .grey__form__container button.send:first-child, .curious__header button:first-child, .agency__header button:first-child, .intro.intro-curious a:first-child {
  margin-left: 0px;
}

.simulator__option button:last-child, .grey__form__container button.send:last-child, .curious__header button:last-child, .agency__header button:last-child, .intro.intro-curious a:last-child {
  margin-bottom: 0px;
}

.simulator__option button:only-child, .grey__form__container button.send:only-child, .curious__header button:only-child, .agency__header button:only-child, .intro.intro-curious a:only-child {
  margin: 0 auto;
}

.simulator__option button.send, .grey__form__container button.send, .curious__header button.send, .agency__header button.send, .intro.intro-curious a.send {
  background-color: #7FD8BE;
}

.curious__header, .agency__header {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0.9375rem;
}

@media (max-width: 640px) {
  .curious__header, .agency__header {
    padding: 5rem 0 3.571rem 0;
    display: block;
  }
}

.curious__header h2, .agency__header h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

@media (max-width: 1024px) {
  .curious__header h2, .agency__header h2 {
    margin-bottom: 1.071rem;
  }
  .curious__header h2 br, .agency__header h2 br {
    display: none;
  }
}

.curious__header h4, .agency__header h4 {
  font-family: 'Creampuff';
  font-size: 1.429rem;
  line-height: 125%;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .curious__header h4, .agency__header h4 {
    margin-bottom: 1.071rem;
  }
}

.curious__header .text, .agency__header .text {
  position: absolute;
  font-size: 0.8751rem;
  line-height: 175%;
  right: 0px;
  bottom: 0;
  max-width: 480px;
  -moz-text-align-last: left;
       text-align-last: left;
}

@media (max-width: 1024px) {
  .curious__header .text, .agency__header .text {
    position: static;
  }
}

.curious__header strong, .agency__header strong {
  position: relative;
  font-family: 'Stellar-Bold';
  color: #333333;
}

.curious__header strong::before, .agency__header strong::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

.curious__header .content, .agency__header .content {
  z-index: 2;
  max-width: 950px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-family: 'Stellar-Regular';
  width: 100%;
  color: #ffffff;
}

@media (max-width: 640px) {
  .curious__header .content, .agency__header .content {
    padding: 0 1.071rem;
  }
}

.grey__form__container input, .register-form input, .aglogin-form input, .later-form input, .awesome_form form input {
  appearance: none;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: 0;
  padding: 0;
  margin: 0;
  border: 2px solid #333333;
  padding: 5px 10px;
  color: #333333;
  margin-bottom: 5px;
}

.grey__form__container input::-webkit-input-placeholder, .register-form input::-webkit-input-placeholder, .aglogin-form input::-webkit-input-placeholder, .later-form input::-webkit-input-placeholder, .awesome_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input::-moz-placeholder, .register-form input::-moz-placeholder, .aglogin-form input::-moz-placeholder, .later-form input::-moz-placeholder, .awesome_form form input::-moz-placeholder {
  /* Firefox 19+ */
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input:-ms-input-placeholder, .register-form input:-ms-input-placeholder, .aglogin-form input:-ms-input-placeholder, .later-form input:-ms-input-placeholder, .awesome_form form input:-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input::-ms-input-placeholder, .register-form input::-ms-input-placeholder, .aglogin-form input::-ms-input-placeholder, .later-form input::-ms-input-placeholder, .awesome_form form input::-ms-input-placeholder {
  /* IE 10+ */
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input:-moz-placeholder, .register-form input:-moz-placeholder, .aglogin-form input:-moz-placeholder, .later-form input:-moz-placeholder, .awesome_form form input:-moz-placeholder {
  /* Firefox 18- */
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input::-webkit-input-placeholder, .register-form input::-webkit-input-placeholder, .aglogin-form input::-webkit-input-placeholder, .later-form input::-webkit-input-placeholder, .awesome_form form input::-webkit-input-placeholder {
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input::-moz-placeholder, .register-form input::-moz-placeholder, .aglogin-form input::-moz-placeholder, .later-form input::-moz-placeholder, .awesome_form form input::-moz-placeholder {
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input:-ms-input-placeholder, .register-form input:-ms-input-placeholder, .aglogin-form input:-ms-input-placeholder, .later-form input:-ms-input-placeholder, .awesome_form form input:-ms-input-placeholder {
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input::placeholder, .register-form input::placeholder, .aglogin-form input::placeholder, .later-form input::placeholder, .awesome_form form input::placeholder {
  letter-spacing: 0.5px;
  color: #aaa;
}

.grey__form__container input:placeholder-shown, .register-form input:placeholder-shown, .aglogin-form input:placeholder-shown, .later-form input:placeholder-shown, .awesome_form form input:placeholder-shown {
  letter-spacing: 0.5px;
  color: #aaa;
}

nav {
  position: fixed;
  top: 45px;
  width: 135px;
  left: 0;
  height: -webkit-calc(100vh - (45px));
  height: -moz-calc(100vh - (45px));
  height: calc(100vh - (45px));
  padding-bottom: 45px;
  z-index: 1001;
  background-color: #ffffff;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

nav img {
  height: 20px;
}

nav ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 0px;
}

nav .navmenu {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.8125rem;
  cursor: pointer;
  position: absolute;
  margin-left: 2px;
  padding-left: 10px;
  height: 20px;
  width: 130px;
  -webkit-transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.85s cubic-bezier(0.5, 0.02, 0.18, 0.98), font-size 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), letter-spacing 0.2s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.7s cubic-bezier(0.5, 0.02, 0.18, 0.98), text-shadow 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.82s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  text-transform: uppercase;
}

nav .navmenu.hidden {
  pointer-events: none;
  opacity: 0.0;
}

nav .navmenu.special {
  pointer-events: none;
  opacity: 0.0;
}

nav .navmenu.special.pricecalc {
  pointer-events: initial;
  opacity: 1.0;
  letter-spacing: 1px;
}

nav .arrowup, nav .arrowdn, nav .arroweol {
  height: 24px;
  width: 12px;
  margin-left: 15px;
  padding: 0;
  -webkit-transform-origin: 20% 50%;
     -moz-transform-origin: 20% 50%;
      -ms-transform-origin: 20% 50%;
       -o-transform-origin: 20% 50%;
          transform-origin: 20% 50%;
  -webkit-transition: top 0.25s ease-out, opacity 0.45s ease-out, -webkit-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.25s ease-out, opacity 0.45s ease-out, -webkit-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: top 0.25s ease-out, opacity 0.45s ease-out, -o-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: top 0.25s ease-out, opacity 0.45s ease-out, transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.25s ease-out, opacity 0.45s ease-out, transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.25s ease-out, opacity 0.45s ease-out, transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

nav .arrowup img, nav .arrowdn img, nav .arroweol img {
  position: relative;
  height: 20px;
  top: 0;
}

nav .arrowup.moving, nav .arrowdn.moving, nav .arroweol.moving {
  opacity: 0.4;
  -webkit-transform: scale(0.8, 0.8);
     -moz-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

nav .arrowup .lineup, nav .arrowup .lineup-left, nav .arrowup .lineup-right,
nav .arrowup .linedown, nav .arrowup .linedown-left, nav .arrowup .linedown-right, nav .arrowdn .lineup, nav .arrowdn .lineup-left, nav .arrowdn .lineup-right,
nav .arrowdn .linedown, nav .arrowdn .linedown-left, nav .arrowdn .linedown-right, nav .arroweol .lineup, nav .arroweol .lineup-left, nav .arroweol .lineup-right,
nav .arroweol .linedown, nav .arroweol .linedown-left, nav .arroweol .linedown-right {
  -webkit-transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, -webkit-transform 0.22s ease-out;
  transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, -webkit-transform 0.22s ease-out;
  -o-transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, -o-transform 0.22s ease-out;
  -moz-transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, -moz-transform 0.22s ease-out;
  transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out;
  transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, -webkit-transform 0.22s ease-out, -moz-transform 0.22s ease-out, -o-transform 0.22s ease-out;
  background-color: #000;
  width: 1px;
  display: block;
  position: absolute;
}

nav .arrowup .lineup {
  height: 15px;
  top: 6px;
  left: 4px;
}

nav .arrowup .lineup-left {
  height: 9px;
  top: 0px;
  left: 1px;
  -webkit-transform: rotate(42deg);
     -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
       -o-transform: rotate(42deg);
          transform: rotate(42deg);
}

nav .arrowup .lineup-right {
  height: 9px;
  top: 0px;
  left: 7px;
  -webkit-transform: rotate(-42deg);
     -moz-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
       -o-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

nav .arrowup.clicked .lineup {
  top: 0px;
  height: 21px;
}

nav .arrowup.clicked .lineup-left {
  opacity: 0;
  -webkit-transform: translate3d(-15px, 15px, 0) rotate(42deg);
     -moz-transform: translate3d(-15px, 15px, 0) rotate(42deg);
          transform: translate3d(-15px, 15px, 0) rotate(42deg);
}

nav .arrowup.clicked .lineup-right {
  opacity: 0;
  -webkit-transform: translate3d(15px, 15px, 0) rotate(-42deg);
     -moz-transform: translate3d(15px, 15px, 0) rotate(-42deg);
          transform: translate3d(15px, 15px, 0) rotate(-42deg);
}

nav .arrowup.eol .lineup-left {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .arrowup.eol .lineup-right {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

nav .arrowdn {
  margin-top: 15px;
}

nav .arrowdn .linedown {
  height: 15px;
  left: 4px;
}

nav .arrowdn .linedown-left {
  height: 9px;
  top: 13px;
  left: 1px;
  -webkit-transform: rotate(-42deg);
     -moz-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
       -o-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

nav .arrowdn .linedown-right {
  height: 9px;
  top: 13px;
  left: 7px;
  -webkit-transform: rotate(42deg);
     -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
       -o-transform: rotate(42deg);
          transform: rotate(42deg);
}

nav .arrowdn.clicked .linedown {
  height: 21px;
}

nav .arrowdn.clicked .linedown-left {
  opacity: 0;
  -webkit-transform: translate3d(-15px, -15px, 0) rotate(-42deg);
     -moz-transform: translate3d(-15px, -15px, 0) rotate(-42deg);
          transform: translate3d(-15px, -15px, 0) rotate(-42deg);
}

nav .arrowdn.clicked .linedown-right {
  opacity: 0;
  -webkit-transform: translate3d(15px, -15px, 0) rotate(42deg);
     -moz-transform: translate3d(15px, -15px, 0) rotate(42deg);
          transform: translate3d(15px, -15px, 0) rotate(42deg);
}

nav .arroweol {
  margin-top: 15px;
  /*
        &:hover {
            .linedown {
                height: 21px;
            }

            .linedown-left {
                opacity: 0;
                transform: translate3d(-15px,-15px,0) rotate(-42deg);
            }

            .linedown-right {
                opacity: 0;
                transform: translate3d(15px,-15px,0) rotate(42deg);
            }
        }
        */
}

nav .arroweol .linedown {
  height: 15px;
  left: 4px;
}

nav .arroweol .linedown-left {
  height: 9px;
  top: 13px;
  left: 0px;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

nav .arroweol .linedown-right {
  height: 9px;
  top: 13px;
  left: 7px;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .active {
  font-weight: 900;
  font-size: 1.5rem;
  height: 30px;
  pointer-events: none;
  /*&:before, &:after {
            position: absolute;
            left: 20px;
            top: 0px;
            opacity: 0.2;
            width: 100px;
            height: 20px;
            content: attr(data-text);
            z-index: -1;
        }

        &:before {
            //color: #FF0000;
        }

        &:after {
            //color: #FFBF00;
        }
        */
}

nav .active:before {
  -webkit-transition: width 0.2s ease-out, left 0.2s ease-out;
  -o-transition: width 0.2s ease-out, left 0.2s ease-out;
  -moz-transition: width 0.2s ease-out, left 0.2s ease-out;
  transition: width 0.2s ease-out, left 0.2s ease-out;
  content: '&nbsp';
  left: 10px;
  width: 0px;
  color: transparent;
  border-top: 2px solid black;
  position: absolute;
  top: -8px;
}

nav .active:hover {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

nav .active:hover:before {
  content: '&nbsp';
  left: 10px;
  width: 50px;
  color: transparent;
  border-top: 2px solid black;
  position: absolute;
  top: -8px;
}

nav .current {
  top: -webkit-calc((100vh/2) - 10px);
  top: -moz-calc((100vh/2) - 10px);
  top: calc((100vh/2) - 10px);
}

.contacts__bar .btn {
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.contacts__bar .btn.attetion {
  -webkit-animation-name: attention;
     -moz-animation-name: attention;
       -o-animation-name: attention;
          animation-name: attention;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
       -o-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.contacts__bar .nav_toggle {
  -webkit-box-flex: 100;
  -webkit-flex: 100;
     -moz-box-flex: 100;
      -ms-flex: 100;
          flex: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.contacts__bar .nav_toggle:hover .btn {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts__bar .nav_toggle.open .btn {
  -webkit-transform: rotate(405deg);
     -moz-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
       -o-transform: rotate(405deg);
          transform: rotate(405deg);
}

@media (max-width: 991px) {
  .contacts__bar .nav_toggle {
    height: 100%;
  }
}

.nav_bottom_left, .nav_bottom_right {
  font-size: 0.8125rem;
  position: relative;
  display: none;
  min-width: 125px;
  width: 125px;
}

@media (max-width: 991px) {
  .nav_bottom_left, .nav_bottom_right {
    display: initial;
  }
}

.nav_bottom_left .caption, .nav_bottom_right .caption {
  text-transform: uppercase;
}

.nav_bottom_left {
  text-align: left;
}

.nav_bottom_left .caption {
  margin-left: 30px;
}

.nav_bottom_right {
  text-align: right;
}

.nav_bottom_right .caption {
  margin-right: 30px;
}

.lineleft, .lineleft-up, .lineleft-down,
.lineright, .lineright-up, .lineright-down {
  -webkit-transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out, -webkit-transform 0.22s ease-out;
  transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out, -webkit-transform 0.22s ease-out;
  -o-transition: opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out, -o-transform 0.22s ease-out;
  -moz-transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out, -moz-transform 0.22s ease-out;
  transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out;
  transition: transform 0.22s ease-out, opacity 0.22s ease-out, height 0.22s ease-out, top 0.22s ease-out, right 0.52s ease-out, -webkit-transform 0.22s ease-out, -moz-transform 0.22s ease-out, -o-transform 0.22s ease-out;
  background-color: #000;
  height: 1px;
  display: block;
  position: absolute;
}

.arrow_left .lineleft {
  width: 15px;
  top: 22px;
  left: 8px;
}

.arrow_left .lineleft-up {
  width: 9px;
  top: 19px;
  left: 0px;
  -webkit-transform: rotate(-42deg);
     -moz-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
       -o-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

.arrow_left .lineleft-down {
  width: 9px;
  top: 25px;
  left: 0px;
  -webkit-transform: rotate(42deg);
     -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
       -o-transform: rotate(42deg);
          transform: rotate(42deg);
}

.arrow_left.test .lineleft {
  width: 30px;
}

.arrow_left.hidden {
  display: none;
}

.arrow_right .lineright {
  width: 15px;
  top: 22px;
  right: 8px;
}

.arrow_right .lineright-up {
  width: 9px;
  top: 19px;
  right: 0px;
  -webkit-transform: rotate(42deg);
     -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
       -o-transform: rotate(42deg);
          transform: rotate(42deg);
}

.arrow_right .lineright-down {
  width: 9px;
  top: 25px;
  right: 0px;
  -webkit-transform: rotate(-42deg);
     -moz-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
       -o-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

.arrow_right.eol .lineright {
  right: 4px;
}

.arrow_right.eol .lineright-up {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.arrow_right.eol .lineright-down {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.arrow_right.hidden {
  display: none;
}

.arroweol_bottom .lineright {
  width: 15px;
  top: 22px;
  right: 8px;
}

.arroweol_bottom .lineright-up {
  width: 9px;
  top: 19px;
  right: 0px;
  -webkit-transform: rotate(42deg);
     -moz-transform: rotate(42deg);
      -ms-transform: rotate(42deg);
       -o-transform: rotate(42deg);
          transform: rotate(42deg);
}

.arroweol_bottom .lineright-down {
  width: 9px;
  top: 25px;
  right: 0px;
  -webkit-transform: rotate(-42deg);
     -moz-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
       -o-transform: rotate(-42deg);
          transform: rotate(-42deg);
}

@media (max-width: 991px) {
  nav {
    display: none;
  }
}

@-webkit-keyframes act1 {
  0% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  25% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  75% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
}

@-moz-keyframes act1 {
  0% {
    -moz-transform: translate(-5px, 0px);
         transform: translate(-5px, 0px);
  }
  25% {
    -moz-transform: translate(-5px, -5px);
         transform: translate(-5px, -5px);
  }
  50% {
    -moz-transform: translate(5px, -5px);
         transform: translate(5px, -5px);
  }
  75% {
    -moz-transform: translate(5px, 5px);
         transform: translate(5px, 5px);
  }
  100% {
    -moz-transform: translate(-5px, 0px);
         transform: translate(-5px, 0px);
  }
}

@-o-keyframes act1 {
  0% {
    -o-transform: translate(-5px, 0px);
       transform: translate(-5px, 0px);
  }
  25% {
    -o-transform: translate(-5px, -5px);
       transform: translate(-5px, -5px);
  }
  50% {
    -o-transform: translate(5px, -5px);
       transform: translate(5px, -5px);
  }
  75% {
    -o-transform: translate(5px, 5px);
       transform: translate(5px, 5px);
  }
  100% {
    -o-transform: translate(-5px, 0px);
       transform: translate(-5px, 0px);
  }
}

@keyframes act1 {
  0% {
    -webkit-transform: translate(-5px, 0px);
       -moz-transform: translate(-5px, 0px);
         -o-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
  25% {
    -webkit-transform: translate(-5px, -5px);
       -moz-transform: translate(-5px, -5px);
         -o-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(5px, -5px);
       -moz-transform: translate(5px, -5px);
         -o-transform: translate(5px, -5px);
            transform: translate(5px, -5px);
  }
  75% {
    -webkit-transform: translate(5px, 5px);
       -moz-transform: translate(5px, 5px);
         -o-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  100% {
    -webkit-transform: translate(-5px, 0px);
       -moz-transform: translate(-5px, 0px);
         -o-transform: translate(-5px, 0px);
            transform: translate(-5px, 0px);
  }
}

@-webkit-keyframes act2 {
  0% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  75% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  100% {
    -webkit-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
}

@-moz-keyframes act2 {
  0% {
    -moz-transform: translate(5px, 0px);
         transform: translate(5px, 0px);
  }
  25% {
    -moz-transform: translate(5px, 5px);
         transform: translate(5px, 5px);
  }
  50% {
    -moz-transform: translate(-5px, 5px);
         transform: translate(-5px, 5px);
  }
  75% {
    -moz-transform: translate(-5px, -5px);
         transform: translate(-5px, -5px);
  }
  100% {
    -moz-transform: translate(5px, 0px);
         transform: translate(5px, 0px);
  }
}

@-o-keyframes act2 {
  0% {
    -o-transform: translate(5px, 0px);
       transform: translate(5px, 0px);
  }
  25% {
    -o-transform: translate(5px, 5px);
       transform: translate(5px, 5px);
  }
  50% {
    -o-transform: translate(-5px, 5px);
       transform: translate(-5px, 5px);
  }
  75% {
    -o-transform: translate(-5px, -5px);
       transform: translate(-5px, -5px);
  }
  100% {
    -o-transform: translate(5px, 0px);
       transform: translate(5px, 0px);
  }
}

@keyframes act2 {
  0% {
    -webkit-transform: translate(5px, 0px);
       -moz-transform: translate(5px, 0px);
         -o-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
  25% {
    -webkit-transform: translate(5px, 5px);
       -moz-transform: translate(5px, 5px);
         -o-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
  50% {
    -webkit-transform: translate(-5px, 5px);
       -moz-transform: translate(-5px, 5px);
         -o-transform: translate(-5px, 5px);
            transform: translate(-5px, 5px);
  }
  75% {
    -webkit-transform: translate(-5px, -5px);
       -moz-transform: translate(-5px, -5px);
         -o-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  100% {
    -webkit-transform: translate(5px, 0px);
       -moz-transform: translate(5px, 0px);
         -o-transform: translate(5px, 0px);
            transform: translate(5px, 0px);
  }
}

@-webkit-keyframes fire {
  0% {
    -webkit-filter: blur(27px);
            filter: blur(27px);
  }
  10% {
    -webkit-filter: blur(37px);
            filter: blur(37px);
  }
  20% {
    -webkit-filter: blur(42px);
            filter: blur(42px);
  }
  30% {
    -webkit-filter: blur(28px);
            filter: blur(28px);
  }
  40% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  50% {
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
  60% {
    -webkit-filter: blur(29px);
            filter: blur(29px);
  }
  70% {
    -webkit-filter: blur(32px);
            filter: blur(32px);
  }
  80% {
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  90% {
    -webkit-filter: blur(35px);
            filter: blur(35px);
  }
  100% {
    -webkit-filter: blur(27px);
            filter: blur(27px);
  }
}

@-moz-keyframes fire {
  0% {
    filter: blur(27px);
  }
  10% {
    filter: blur(37px);
  }
  20% {
    filter: blur(42px);
  }
  30% {
    filter: blur(28px);
  }
  40% {
    filter: blur(18px);
  }
  50% {
    filter: blur(25px);
  }
  60% {
    filter: blur(29px);
  }
  70% {
    filter: blur(32px);
  }
  80% {
    filter: blur(30px);
  }
  90% {
    filter: blur(35px);
  }
  100% {
    filter: blur(27px);
  }
}

@-o-keyframes fire {
  0% {
    filter: blur(27px);
  }
  10% {
    filter: blur(37px);
  }
  20% {
    filter: blur(42px);
  }
  30% {
    filter: blur(28px);
  }
  40% {
    filter: blur(18px);
  }
  50% {
    filter: blur(25px);
  }
  60% {
    filter: blur(29px);
  }
  70% {
    filter: blur(32px);
  }
  80% {
    filter: blur(30px);
  }
  90% {
    filter: blur(35px);
  }
  100% {
    filter: blur(27px);
  }
}

@keyframes fire {
  0% {
    -webkit-filter: blur(27px);
            filter: blur(27px);
  }
  10% {
    -webkit-filter: blur(37px);
            filter: blur(37px);
  }
  20% {
    -webkit-filter: blur(42px);
            filter: blur(42px);
  }
  30% {
    -webkit-filter: blur(28px);
            filter: blur(28px);
  }
  40% {
    -webkit-filter: blur(18px);
            filter: blur(18px);
  }
  50% {
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }
  60% {
    -webkit-filter: blur(29px);
            filter: blur(29px);
  }
  70% {
    -webkit-filter: blur(32px);
            filter: blur(32px);
  }
  80% {
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  90% {
    -webkit-filter: blur(35px);
            filter: blur(35px);
  }
  100% {
    -webkit-filter: blur(27px);
            filter: blur(27px);
  }
}

@-webkit-keyframes fire2 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  10% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  30% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  40% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  60% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  70% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  80% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  90% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
}

@-moz-keyframes fire2 {
  0% {
    filter: blur(7px);
  }
  10% {
    filter: blur(17px);
  }
  20% {
    filter: blur(12px);
  }
  30% {
    filter: blur(8px);
  }
  40% {
    filter: blur(12px);
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(9px);
  }
  70% {
    filter: blur(12px);
  }
  80% {
    filter: blur(10px);
  }
  90% {
    filter: blur(15px);
  }
  100% {
    filter: blur(17px);
  }
}

@-o-keyframes fire2 {
  0% {
    filter: blur(7px);
  }
  10% {
    filter: blur(17px);
  }
  20% {
    filter: blur(12px);
  }
  30% {
    filter: blur(8px);
  }
  40% {
    filter: blur(12px);
  }
  50% {
    filter: blur(5px);
  }
  60% {
    filter: blur(9px);
  }
  70% {
    filter: blur(12px);
  }
  80% {
    filter: blur(10px);
  }
  90% {
    filter: blur(15px);
  }
  100% {
    filter: blur(17px);
  }
}

@keyframes fire2 {
  0% {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  10% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
  20% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  30% {
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  40% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  50% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  60% {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  70% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
  }
  80% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  90% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(17px);
            filter: blur(17px);
  }
}

@-webkit-keyframes attention {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(180deg) scale(1.5);
            transform: rotate(180deg) scale(1.5);
  }
  75% {
    -webkit-transform: rotate(180deg) scale(1.5);
            transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@-moz-keyframes attention {
  0% {
    -moz-transform: rotate(0deg) scale(1);
         transform: rotate(0deg) scale(1);
  }
  25% {
    -moz-transform: rotate(180deg) scale(1.5);
         transform: rotate(180deg) scale(1.5);
  }
  75% {
    -moz-transform: rotate(180deg) scale(1.5);
         transform: rotate(180deg) scale(1.5);
  }
  100% {
    -moz-transform: rotate(360deg) scale(1);
         transform: rotate(360deg) scale(1);
  }
}

@-o-keyframes attention {
  0% {
    -o-transform: rotate(0deg) scale(1);
       transform: rotate(0deg) scale(1);
  }
  25% {
    -o-transform: rotate(180deg) scale(1.5);
       transform: rotate(180deg) scale(1.5);
  }
  75% {
    -o-transform: rotate(180deg) scale(1.5);
       transform: rotate(180deg) scale(1.5);
  }
  100% {
    -o-transform: rotate(360deg) scale(1);
       transform: rotate(360deg) scale(1);
  }
}

@keyframes attention {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
       -moz-transform: rotate(0deg) scale(1);
         -o-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  25% {
    -webkit-transform: rotate(180deg) scale(1.5);
       -moz-transform: rotate(180deg) scale(1.5);
         -o-transform: rotate(180deg) scale(1.5);
            transform: rotate(180deg) scale(1.5);
  }
  75% {
    -webkit-transform: rotate(180deg) scale(1.5);
       -moz-transform: rotate(180deg) scale(1.5);
         -o-transform: rotate(180deg) scale(1.5);
            transform: rotate(180deg) scale(1.5);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
       -moz-transform: rotate(360deg) scale(1);
         -o-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

.djanim {
  pointer-events: none;
  z-index: 2;
  position: fixed;
  width: 640px;
  height: -webkit-calc(640px * 0.84375);
  height: -moz-calc(640px * 0.84375);
  height: calc(640px * 0.84375);
  top: -webkit-calc(50% - ((640px * 0.84375) / 2));
  top: -moz-calc(50% - ((640px * 0.84375) / 2));
  top: calc(50% - ((640px * 0.84375) / 2));
  right: 90px;
}

.djanim canvas {
  width: 100%;
  height: 100%;
}

@media (min-width: 1921px) {
  .djanim {
    right: 15vw;
  }
}

@media (max-width: 1600px) {
  .djanim {
    width: 35vw;
    height: -webkit-calc(35vw * 0.84375);
    height: -moz-calc(35vw * 0.84375);
    height: calc(35vw * 0.84375);
    top: -webkit-calc(50% - ((35vw * 0.84375) / 2));
    top: -moz-calc(50% - ((35vw * 0.84375) / 2));
    top: calc(50% - ((35vw * 0.84375) / 2));
  }
}

@media (max-width: 1280px) {
  .djanim {
    width: 35vw;
    height: -webkit-calc(35vw * 0.84375);
    height: -moz-calc(35vw * 0.84375);
    height: calc(35vw * 0.84375);
    top: -webkit-calc(50% - ((35vw * 0.84375) / 2));
    top: -moz-calc(50% - ((35vw * 0.84375) / 2));
    top: calc(50% - ((35vw * 0.84375) / 2));
  }
}

@media (max-width: 1024px) {
  .djanim {
    width: 45vw;
    height: -webkit-calc(45vw * 0.84375);
    height: -moz-calc(45vw * 0.84375);
    height: calc(45vw * 0.84375);
    top: -webkit-calc(28% - ((45vw * 0.84375) / 2));
    top: -moz-calc(28% - ((45vw * 0.84375) / 2));
    top: calc(28% - ((45vw * 0.84375) / 2));
    right: 0vw;
  }
}

@media (max-width: 640px) {
  .djanim {
    width: 50vw;
    height: -webkit-calc(50vw * 0.84375);
    height: -moz-calc(50vw * 0.84375);
    height: calc(50vw * 0.84375);
    top: -webkit-calc(24% - ((50vw * 0.84375) / 2));
    top: -moz-calc(24% - ((50vw * 0.84375) / 2));
    top: calc(24% - ((50vw * 0.84375) / 2));
    right: 0vw;
  }
}

@media (max-width: 480px) {
  .djanim {
    width: 45vw;
    height: -webkit-calc(45vw * 0.84375);
    height: -moz-calc(45vw * 0.84375);
    height: calc(45vw * 0.84375);
    top: -webkit-calc(24% - ((45vw * 0.84375) / 2));
    top: -moz-calc(24% - ((45vw * 0.84375) / 2));
    top: calc(24% - ((45vw * 0.84375) / 2));
    right: 0vw;
  }
}

/*div:after, div::after,
article:after, article::after,
aside:after, aside::after,
details:after, details::after,
figcaption:after, figcaption::after,
figure:after, figure::after,
footer:after, footer::after,
header:after, header::after,
hgroup:after, hgroup::after,
menu:after, menu::after,
nav:after, nav::after,
ul:after, ul::after,
section:after, section::after{
  content:" ";
  display:block;
  clear:both;
}*/
a, a:link, a:active, a:visited, a:hover, a:focus {
  text-decoration: none;
  background-color: transparent;
  color: inherit;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

a[x-apple-data-detectors], a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

*,
*:before, *::before,
*:after, *::after {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

svg, svg:not(:root) {
  overflow: visible;
  line-height: normal;
}

/*.clearfix{
    clear:both;
}*/
body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: normal;
  line-height: 1;
}

dl, dd, dt, ul, menu, dir {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
}

.mobile {
  display: none !important;
}

.no-mobile {
  display: initial !important;
}

/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -moz-transition: transform 2s, -moz-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -moz-transform 2s, -o-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: -webkit-transform 2s;
  -moz-transition: transform 2s, -moz-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s, -moz-transform 2s, -o-transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

html {
  font-size: 15px;
  color: #333333;
  font-family: 'Stellar-Light';
}

body {
  background-color: #ffffff;
}

p {
  letter-spacing: 0.5px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  -webkit-animation: spin 1s infinite linear;
     -moz-animation: spin 1s infinite linear;
       -o-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

.traco, .traco-light {
  position: relative;
  color: #333333;
}

.traco::before, .traco-light::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

@media (max-width: 640px) {
  .traco::before, .traco-light::before {
    width: 32px;
  }
}

.traco {
  font-family: 'Stellar-Bold';
}

.review {
  -webkit-animation: review-anim 1s infinite;
     -moz-animation: review-anim 1s infinite;
       -o-animation: review-anim 1s infinite;
          animation: review-anim 1s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
     -moz-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
       -o-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
          animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -webkit-animation-direction: alternate;
     -moz-animation-direction: alternate;
       -o-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes review-anim {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    color: initial;
  }
  100% {
    -webkit-transform: scale(1.015, 1.015);
            transform: scale(1.015, 1.015);
    color: rgba(200, 30, 30, 0.5);
  }
}

@-moz-keyframes review-anim {
  0% {
    -moz-transform: scale(1, 1);
         transform: scale(1, 1);
    color: initial;
  }
  100% {
    -moz-transform: scale(1.015, 1.015);
         transform: scale(1.015, 1.015);
    color: rgba(200, 30, 30, 0.5);
  }
}

@-o-keyframes review-anim {
  0% {
    -o-transform: scale(1, 1);
       transform: scale(1, 1);
    color: initial;
  }
  100% {
    -o-transform: scale(1.015, 1.015);
       transform: scale(1.015, 1.015);
    color: rgba(200, 30, 30, 0.5);
  }
}

@keyframes review-anim {
  0% {
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
    color: initial;
  }
  100% {
    -webkit-transform: scale(1.015, 1.015);
       -moz-transform: scale(1.015, 1.015);
         -o-transform: scale(1.015, 1.015);
            transform: scale(1.015, 1.015);
    color: rgba(200, 30, 30, 0.5);
  }
}

/* ==================================================================================== */
.page-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 200px 10% 50px 10%;
  min-width: 0px;
  min-height: initial;
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
  /*
    @media(min-width: 1921px){
        min-height: 400px;
        max-height: 67.5vh;
    }
    */
}

@media (max-width: 640px) {
  .page-header {
    padding: 5rem 0 3.571rem 0;
  }
  .page-header .traco {
    display: inline;
    font-size: 3.214rem;
  }
  .page-header .traco::after {
    content: "\A";
    white-space: pre;
  }
}

@media (max-height: 500px) {
  .page-header {
    padding: 40px 5% 10px 5%;
  }
}

.page-header .content {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .page-header .content {
    padding: 0 0.9375rem;
  }
}

.page-header .title {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 1.875rem;
  font-family: 'Stellar-Regular';
}

@media (max-width: 640px) {
  .page-header .title {
    font-size: 0.75em;
    line-height: 140%;
    margin-bottom: 0.9375rem;
  }
  .page-header .title br {
    display: none;
  }
}

.page-header .tagline {
  max-width: 350px;
  font-family: 'Creampuff';
  font-size: 1.429rem;
  line-height: 125%;
  color: #ffffff;
}

@media (max-width: 640px) {
  .page-header .tagline {
    line-height: 100%;
  }
}

.page-header .text {
  font-family: 'Stellar-Light';
  letter-spacing: 0.5px;
  font-size: 0.8751rem;
  line-height: 175%;
  position: absolute;
  max-width: 350px;
  left: 350px;
  padding-top: 1em;
  top: 2.286rem;
}

@media (max-width: 640px) {
  .page-header .text {
    margin-top: 1.271em;
    position: initial;
    bottom: auto !important;
    right: auto !important;
  }
}

.page-header.page-we, .page-header.page-awesome, .page-header.page-digital {
  /*
        margin-bottom: $navbar_height;
        @media(max-width: 640px){
            margin-bottom: 0px;
        }
        */
}

.page-header.page-we {
  background-color: #7FD8BE;
}

.page-header.page-we .text {
  left: 280px;
  padding-top: 1.5em;
  top: 4.572rem;
}

.page-header.page-create {
  background-color: #BBACC1;
  padding: 0;
}

@media (max-width: 640px) {
  .page-header.page-create {
    height: -webkit-calc(100vh - (45px * 2));
    height: -moz-calc(100vh - (45px * 2));
    height: calc(100vh - (45px * 2));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-header.page-awesome {
  background-color: #FCD29F;
}

.page-header.page-digital {
  background-color: #58A08B;
}

.page-header.page-quiz {
  background-color: #faa381;
  padding: 0px;
}

.page-header.page-curious, .page-header.page-agency {
  padding: 0;
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 640px) {
  .page-header.page-curious, .page-header.page-agency {
    height: -webkit-calc(100vh - (45px * 2));
    height: -moz-calc(100vh - (45px * 2));
    height: calc(100vh - (45px * 2));
  }
}

.page-header.page-curious {
  background-color: #FCD29F;
}

.page-header.page-agency {
  background-color: #faa381;
}

/* ==================================================================================== */
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 3.75rem;
  background-color: #ffffff;
  text-align: right;
  overflow: hidden;
  z-index: 1000;
}

header img {
  width: 65px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

header .mobmenu {
  display: none;
}

header .mobmenu span {
  display: block;
  position: relative;
  margin-left: 0.3571rem;
  width: 33px;
  height: 2px;
  margin-bottom: 0.3571rem;
  position: relative;
  background: #333333;
}

header .mobmenu span.active {
  margin-left: 0;
  width: 38px;
}

header .mobmenu span:last-child {
  margin-bottom: 0px;
}

.contacts__bar {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  top: 0px;
  right: 0;
  background-color: #ffffff;
  height: 100vh;
  text-align: center;
  cursor: pointer;
  z-index: 1021;
}

.contacts__bar.home {
  height: 100vh;
}

.contacts__content {
  position: fixed;
  max-width: 470px;
  width: 100%;
  height: 100vh;
  top: 0px;
  right: -480px;
  padding: 5.625rem 3.75rem 0  3.75rem;
  z-index: 1001;
  background-color: #ffffff;
  text-align: right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  will-change: transform;
}

.contacts__content .content {
  margin-bottom: 4.286rem;
}

.contacts__content img {
  width: 90px;
  height: 24px;
  margin-bottom: 4.286rem;
}

.contacts__content dt {
  width: 100px;
  height: 22px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  margin-bottom: 0.3571rem;
  font-size: 0.8751rem;
}

.contacts__content dd {
  color: #A0A0A0;
  margin-bottom: 2.143rem;
  line-height: 140%;
  letter-spacing: 0.5px;
}

.contacts__content dd:last-child {
  margin-bottom: 0;
}

.contacts__content.home {
  height: -webkit-calc(100vh - 45px);
  height: -moz-calc(100vh - 45px);
  height: calc(100vh - 45px);
}

.contacts__content.open {
  -webkit-transform: translate(-480px, 0px);
     -moz-transform: translate(-480px, 0px);
      -ms-transform: translate(-480px, 0px);
       -o-transform: translate(-480px, 0px);
          transform: translate(-480px, 0px);
}

.contacts__content .social {
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.contacts__content .button {
  text-align: center;
  position: relative;
  width: 60px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -o-transition: -o-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -moz-transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -o-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
}

.contacts__content .button:hover {
  -webkit-transform: scale(1.15, 1.15);
     -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
       -o-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

.contacts__content .button:hover svg {
  -webkit-transform: scale(1.15, 1.15);
     -moz-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
       -o-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

.contacts__content .button:hover svg path, .contacts__content .button:hover svg ellipse, .contacts__content .button:hover svg rect {
  fill: #A0A0A0;
}

.contacts__content .button svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  width: 45px;
  height: 45px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -o-transition: -o-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -moz-transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -webkit-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44), -o-transform 0.35s cubic-bezier(0.17, 0.67, 0.04, 1.44);
}

.contacts__content .button svg path, .contacts__content .button svg ellipse, .contacts__content .button svg rect {
  fill: #333333;
  -webkit-transition: fill 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: fill 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: fill 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: fill 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.page_container {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: -webkit-calc(100% - (45px + 135px));
  width: -moz-calc(100% - (45px + 135px));
  width: calc(100% - (45px + 135px));
  min-height: -webkit-calc(100vh - (45px * 2));
  min-height: -moz-calc(100vh - (45px * 2));
  min-height: calc(100vh - (45px * 2));
  margin-top: 45px;
  margin-left: 135px;
  margin-right: 45px;
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), margin-right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.page_container.move-out {
  opacity: 0;
}

.homepage__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 6.25rem;
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
  background-color: #faa381;
  -webkit-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
  /*
    button {
        @include no-select;
        position:relative;
        max-width: 175px;
        width:calc(50% - 5px);
        height: 35px;
        @include resetButtonLayout();
        background-color: transparent;
        border: 1px solid $color_white_alpha;
        font-family:'Stellar-Light';
        font-size: $paragraph_size;
        text-transform:uppercase;
        color: $color_white;
        margin: 0 0.3571rem; // 0 5px
        float:left;
        transition: color 0.3s $t-default 0.0s, background-color 0.3s $t-default 0.0s;

        // 4k fix
        @media(min-width: 1921px){
            font-size: 1vw;
            max-width: 15vw;
            height: 3vw;
            padding: 0.9vw;
            width: 15vw;
        }

        &:hover{
            color: $color_cream;
            background-color: $color_white;
            transition: color 0.3s $t-default 0.6s, background-color 0.3s $t-default 0.6s;

            &::after{
                animation-name: afterborder;
                border-color: $color_white;
            }

            &::before{
                animation-name: afterborder;
                border-color: $color_white;
            }
        }

        &:after{
            content:'';
            position:absolute;
            bottom:0;
            right:0;
            width:0;
            height:0;
            border-bottom: 1px solid $color_white_alpha;
            border-left: 1px solid $color_white_alpha;
            animation-duration:0.3s;
            animation-timing-function: $t-default;
            animation-delay:0.0s;
            animation-iteration-count:1;
            animation-fill-mode:forwards;
        }

        &:before{
            content:'';
            position:absolute;
            top:0;
            left:0;
            width:0;
            height:0;
            border-top: 1px solid $color_white_alpha;
            border-right: 1px solid $color_white_alpha;
            animation-duration:0.3s;
            animation-timing-function: $t-default;
            animation-delay:0.3s;
            animation-iteration-count:1;
            animation-fill-mode:forwards;
        }
    }
    */
}

.homepage__header h2 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Stellar-Bold';
  z-index: 1;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -o-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  -moz-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44), -moz-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44), -o-transform 0.4s cubic-bezier(0.17, 0.67, 0.04, 1.44);
  /*
        &:after {
            -webkit-text-fill-color: red;
            color: red;
            z-index: -1;
            position: absolute;
            top: 3px;
            left: 3px;
            content: attr(data-word);
        }
        */
}

@media (min-width: 1601px) {
  .homepage__header h2 {
    font-size: 6.25vw;
  }
}

.homepage__header h3 {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Creampuff';
  font-size: 1.929rem;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

@media (min-width: 1601px) {
  .homepage__header h3 {
    font-size: 1.71875vw;
  }
}

.homepage__header .btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 640px) {
  .homepage__header .btn_container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.homepage__header a:first-of-type button {
  margin-left: 0;
}

.homepage__header a:last-of-type button {
  margin-right: 0;
}

.homepage__header .content {
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.homepage__header .slogan {
  margin-bottom: 4.375rem;
}

.duplicatewords {
  position: absolute;
  pointer-events: none;
  top: 0px;
  left: 0px;
}

.duplicatewords h2 {
  opacity: 1;
  visibility: hidden;
  color: rgba(40, 40, 40, 0.3);
  text-transform: uppercase;
  -webkit-transform-origin: 10% 10%;
     -moz-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
       -o-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
  -webkit-transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), -webkit-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), -webkit-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  -o-transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), -o-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  -moz-transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24), -moz-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: opacity 1.6s cubic-bezier(0.17, 0.67, 0.51, 1.24), transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24), -webkit-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24), -moz-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24), -o-transform 1.2s cubic-bezier(0.17, 0.67, 0.51, 1.24);
}

.duplicatewords h2.test {
  visibility: visible;
  opacity: 0;
  -webkit-transform: scale(5);
     -moz-transform: scale(5);
      -ms-transform: scale(5);
       -o-transform: scale(5);
          transform: scale(5);
}

.duplicatewords h2:nth-child(1) {
  -webkit-transform-origin: 10% 90%;
     -moz-transform-origin: 10% 90%;
      -ms-transform-origin: 10% 90%;
       -o-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.duplicatewords h2:nth-child(2) {
  -webkit-transform-origin: 10% 65%;
     -moz-transform-origin: 10% 65%;
      -ms-transform-origin: 10% 65%;
       -o-transform-origin: 10% 65%;
          transform-origin: 10% 65%;
}

.duplicatewords h2:nth-child(3) {
  -webkit-transform-origin: 10% 35%;
     -moz-transform-origin: 10% 35%;
      -ms-transform-origin: 10% 35%;
       -o-transform-origin: 10% 35%;
          transform-origin: 10% 35%;
}

.duplicatewords h2:nth-child(4) {
  -webkit-transform-origin: 10% 10%;
     -moz-transform-origin: 10% 10%;
      -ms-transform-origin: 10% 10%;
       -o-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

#random_word {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: relative;
  color: #333333;
  text-transform: uppercase;
  overflow: visible;
  -webkit-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  -o-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  -moz-transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24), -moz-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  transition: margin-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), padding-left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24), -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24), -moz-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24), -o-transform 0.4s cubic-bezier(0.17, 0.67, 0.51, 1.24);
  font-size: 7.5rem;
  margin-bottom: 4.0625rem;
  /*
    &.bg-01 {
        span{
            background-image: url('/images/patt-01.svg');
        }
    }

    &.bg-02 {
        span{
            background-image: url('/images/patt-02.svg');
        }
    }

    &.bg-03 {
        span{
            background-image: url('/images/patt-03.svg');
            background-size: 60px;
        }
    }

    &.bg-04 {
        span{
            background-image: url('/images/patt-04.svg');
            background-size: 90px;
        }
    }

    &.bg-05 {
        span{
            background-image: url('/images/patt-05.svg');
        }
    }

    &.bg-06 {
        span{
            background-image: url('/images/patt-06.svg');
            background-size: 200px;
        }
    }
    */
  /*
    &:hover{
        &:before{
            opacity: 1;
            left: 20px;
        }
    }

    &:before{
        content: attr(data-word);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        font-size: inherit;
        text-shadow: $color_black 4px 0px 0px, $color_black 3.87565px 0.989616px 0px, $color_black 3.51033px 1.9177px 0px, $color_black 2.92676px 2.72656px 0px, $color_black 2.16121px 3.36588px 0px, $color_black 1.26129px 3.79594px 0px, $color_black 0.282949px 3.98998px 0px, $color_black -0.712984px 3.93594px 0px, $color_black -1.66459px 3.63719px 0px, $color_black -2.51269px 3.11229px 0px, $color_black -3.20457px 2.39389px 0px, $color_black -3.69721px 1.52664px 0px, $color_black -3.95997px 0.56448px 0px, $color_black -3.97652px -0.432781px 0px, $color_black -3.74583px -1.40313px 0px, $color_black -3.28224px -2.28625px 0px, $color_black -2.61457px -3.02721px 0px, $color_black -1.78435px -3.57996px 0px, $color_black -0.843183px -3.91012px 0px, $color_black 0.150409px -3.99717px 0px, $color_black 1.13465px -3.8357px 0px, $color_black 2.04834px -3.43574px 0px, $color_black 2.83468px -2.82216px 0px, $color_black 3.44477px -2.03312px 0px, $color_black 3.84068px -1.11766px 0px, $color_black 3.9978px -0.132717px 0px;
        z-index: 2;
        transition: left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    }
    */
}

@media (max-width: 1400px) {
  #random_word {
    font-size: 4.875rem;
  }
}

#random_word + h2 {
  font-size: 3rem;
  line-height: 125%;
}

@media (max-width: 1400px) {
  #random_word + h2 {
    font-size: 1.95rem;
  }
}

#random_word span {
  position: relative;
  z-index: 3;
}

#random_word span.ie11 {
  background-image: none !important;
  background-color: none !important;
}

.flip {
  -webkit-transform: scale(1.1, 0);
     -moz-transform: scale(1.1, 0);
      -ms-transform: scale(1.1, 0);
       -o-transform: scale(1.1, 0);
          transform: scale(1.1, 0);
}

footer {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  width: -webkit-calc(100% - (45px + 135px));
  width: -moz-calc(100% - (45px + 135px));
  width: calc(100% - (45px + 135px));
  height: 45px;
  margin-left: 135px;
  margin-right: 45px;
  font-family: 'Stellar-Regular';
}

footer p {
  width: 100%;
  text-align: right;
  font-size: 0.8571rem;
}

@-webkit-keyframes afterborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-moz-keyframes afterborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-o-keyframes afterborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes afterborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes beforeborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-moz-keyframes beforeborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@-o-keyframes beforeborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes beforeborder {
  0% {
    width: 0px;
    height: 0px;
  }
  75% {
    width: 100%;
    height: 0px;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.we .content {
  position: relative;
  font-family: 'Stellar-Regular';
  width: 100%;
  color: #ffffff;
}

.we h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

.we h3 {
  font-family: 'Creampuff';
  font-size: 1.429rem;
  color: #ffffff;
}

.we p {
  font-size: 0.8751rem;
  line-height: 175%;
}

.we strong {
  position: relative;
  font-family: 'Stellar-Bold';
  color: #333333;
}

.we strong::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

.we__cream {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 795px;
  background-color: #faa381;
  background-image: url("/images/patt-04.svg");
  -moz-background-size: 250px;
    -o-background-size: 250px;
       background-size: 250px;
}

.we__title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 510px;
  padding: 0 0.9375rem;
  background-color: #58A08B;
}

.we__title .content {
  max-width: 440px;
}

.we__bottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 783px;
}

.we__yellow {
  width: 100%;
  height: 383px;
  background-color: #FCD29F;
}

.we__grey {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  background-color: #F2F2F2;
  padding: 0 0.9375rem;
}

.we__grey .content {
  max-width: 950px;
  width: 100%;
}

.we__grey h2 {
  color: #333333;
  max-width: 320px;
  width: 100%;
  float: left;
}

.we__grey p {
  text-align: right;
  max-width: 415px;
  width: 100%;
  color: #A0A0A0;
  margin-bottom: 1.071rem;
  float: right;
}

.we__grey p.email {
  color: #333333;
  font-size: 1.429rem;
}

.team__container {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  height: auto;
  background-color: #ffffff;
}

.team__container .row {
  margin: 0 -1.071rem;
}

.team__grid {
  max-width: 950px;
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-top: 22.14rem;
  overflow: hidden;
  height: auto;
  margin-bottom: 340px;
}

.team__banner {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 2.143rem;
  padding: 0 0.9375rem;
  cursor: pointer;
  z-index: 3;
}

.team__banner .content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.team__banner .content.big {
  width: 100%;
}

.team__banner .content.small {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
}

.team__banner .content.left {
  float: left;
}

.team__banner .content.right {
  float: right;
}

.team__banner .content::before, .team__banner .content::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  z-index: 5;
  -webkit-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), bottom 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), bottom 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), bottom 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), left 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), right 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), bottom 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), width 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.team__banner .content::before {
  top: 0;
  right: 0;
}

.team__banner .content::after {
  bottom: 0;
  left: 0;
}

.team__banner .content:hover .team__box, .team__banner .content.hover .team__box {
  width: 100%;
  height: 100%;
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
  max-height: -webkit-calc(100% - 60px);
  max-height: -moz-calc(100% - 60px);
  max-height: calc(100% - 60px);
}

.team__banner .content:hover .team__box .texto, .team__banner .content.hover .team__box .texto {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.team__banner .content:hover::before, .team__banner .content:hover::after, .team__banner .content.hover::before, .team__banner .content.hover::after {
  width: 70px;
  height: 2px;
  background-color: #ffffff;
}

.team__banner .content:hover::before, .team__banner .content.hover::before {
  top: 25px;
  right: -10px;
}

.team__banner .content:hover::after, .team__banner .content.hover::after {
  bottom: 25px;
  left: -10px;
}

.team__banner:first-child {
  margin-top: 20px;
}

.team__banner h4 {
  font-size: 1.429rem;
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
  margin-bottom: 1.071rem;
}

.team__banner h5 {
  font-family: 'Creampuff';
  letter-spacing: 1px;
  font-size: 1.286rem;
  line-height: 140%;
  margin-bottom: 0.7143rem;
}

.team__banner p {
  font-size: 1rem;
}

.team__box {
  position: relative;
  width: 0px;
  height: 0px;
  background-color: #BBACC1;
  color: #ffffff;
  overflow: hidden;
  -webkit-transition: width 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: width 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: width 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: width 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.team__box .texto {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 0 20px;
}

.team__box .texto p {
  font-size: 0.80rem;
  line-height: 160%;
}

.team__box .texto p.email {
  margin-top: 10px;
}

.team__box .wrapper {
  width: 100%;
  height: inherit;
  overflow: hidden;
}

.team__box button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  background-color: transparent;
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  bottom: 5px;
  right: 15px;
  display: none;
}

.team__box button svg {
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.team__box button svg path {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

.team__box button.hover svg {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.create h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

.create h3 {
  font-family: 'Creampuff';
  font-size: 1.429rem;
  color: #ffffff;
}

.create p {
  font-size: 0.8751rem;
  line-height: 175%;
}

.create strong {
  position: relative;
  font-family: 'Stellar-Bold';
  color: #333333;
}

.create strong::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

/*.create__header{
    @extend %header__container;
    height: calc(100vh - (45px * 2));
    //height:44.8vw;
    //min-height: 425px;
    //max-height: 860px;
    background-color: $color_purple;
    overflow: hidden;
}*/
.awesome h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

.awesome h3 {
  font-family: 'Creampuff';
  font-size: 1.429rem;
  color: #ffffff;
}

.awesome strong {
  position: relative;
  font-family: 'Stellar-Bold';
  color: #333333;
}

.awesome strong::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

.awesome p {
  font-size: 0.8751rem;
  line-height: 175%;
}

.awesome .content {
  max-width: 950px;
  font-family: 'Stellar-Regular';
  width: 100%;
  color: #ffffff;
}

.awards .awards__image {
  max-height: 630px;
  width: 58.35vw;
}

@media (max-width: 991px) {
  .awards .awards__image {
    width: 100%;
    height: 55vw;
  }
}

.awards .awards__caption {
  max-width: 800px;
  width: -webkit-calc(100% - 58.35vw + 60px);
  width: -moz-calc(100% - 58.35vw + 60px);
  width: calc(100% - 58.35vw + 60px);
}

@media (max-width: 991px) {
  .awards .awards__caption {
    max-width: none;
    width: 100%;
  }
}

.awards .awards__caption.left {
  padding-right: 60px;
}

@media (max-width: 1400px) {
  .awards .awards__caption.left {
    padding-right: 30px;
  }
}

.awards .awards__caption.right {
  padding-left: 60px;
}

@media (max-width: 1400px) {
  .awards .awards__caption.right {
    padding-left: 30px;
  }
}

.awards .awards__caption h2 {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .awards .awards__caption h2 {
    margin-bottom: 10px;
  }
}

.awards .awards__caption h4 {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .awards .awards__caption h4 {
    margin-bottom: 20px;
  }
}

.awards .tag__container {
  position: relative;
  padding-left: 80px;
  line-height: 80px;
  min-height: 80px;
}

@media (max-width: 1400px) {
  .awards .tag__container {
    min-height: 45px;
    line-height: 45px;
    max-width: 200px;
  }
}

.awards .tag__container::before {
  content: attr(data-attr);
  font-size: 14px;
  position: absolute;
  font-family: 'Stellar-Medium';
  top: 0;
  left: 0;
  line-height: normal;
}

.awards .tag__container::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  width: 80px;
  height: 2px;
  background-color: #333333;
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
     -moz-transform: translate(-50%, -50%) rotate(-60deg);
      -ms-transform: translate(-50%, -50%) rotate(-60deg);
       -o-transform: translate(-50%, -50%) rotate(-60deg);
          transform: translate(-50%, -50%) rotate(-60deg);
}

@media (max-width: 991px) {
  .awards .tag__container::after {
    left: 60px;
    width: 50px;
  }
}

.awards .tag__container img {
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
}

@media (max-width: 1400px) {
  .awards .tag__container img {
    max-width: 45px;
    min-width: 45px;
    max-height: 45px;
  }
}

.case .awards__image {
  max-height: 630px;
  width: 58.35vw;
}

@media (max-width: 1400px) {
  .case .awards__image {
    width: -webkit-calc(50vw);
    width: -moz-calc(50vw);
    width: calc(50vw);
  }
}

@media (max-width: 991px) {
  .case .awards__image {
    width: 100%;
    height: 55vw;
  }
}

.case .awards__caption {
  max-width: 605px;
  width: -webkit-calc(100% - 58.35vw);
  width: -moz-calc(100% - 58.35vw);
  width: calc(100% - 58.35vw);
}

@media (max-width: 1400px) {
  .case .awards__caption {
    width: -webkit-calc(100% - 50vw);
    width: -moz-calc(100% - 50vw);
    width: calc(100% - 50vw);
  }
}

@media (max-width: 991px) {
  .case .awards__caption {
    max-width: none;
    width: 100%;
  }
}

.case .awards__caption h2 {
  margin-bottom: 20px;
}

.case .awards__caption h4 {
  margin-bottom: 40px;
}

.case .awards__caption.left .tag__container::before {
  right: 0;
}

.case .awards__caption.right .tag__container::before {
  left: 0;
}

.case .tag__container {
  min-height: 45px;
  padding-top: 30px;
  line-height: 45px;
  position: relative;
}

.case .tag__container::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-attr);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: normal;
  font-family: 'Stellar-Regular';
}

@media (max-width: 991px) {
  .case .tag__container::before {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.case .tag__container img {
  height: 45px;
}

@media (max-width: 991px) {
  .case .tag__container img {
    max-width: 200px;
  }
}

/*.awesome__header{
    @extend %container;
    height: calc(100vh - (45px * 2));
    max-height: 660px;
    background-color: $color_yellow;
}*/
.awards__container {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 8.438rem;
  background-image: url("/images/background_font.png");
  background-position: center 35px;
  background-repeat: no-repeat;
  -moz-background-size: 780px auto;
    -o-background-size: 780px auto;
       background-size: 780px auto;
}

.awards__container.yellow {
  background-color: #FCD29F;
}

.awards__container.purple {
  background-color: #BBACC1;
}

.awards__project {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  -moz-background-size: 720px auto;
    -o-background-size: 720px auto;
       background-size: 720px auto;
  /*&.purple{
        //background-color: $color_purple;
    }

    &.white{
        background-color: $color_white;
    }

    &.greendark{
        background-color: $color_greendark;
    }*/
}

.awards__project:after, .awards__project::after {
  content: '';
  display: block;
  clear: both;
}

.awards__project.left {
  background-position: top left;
}

.awards__project.right {
  background-position: top right;
}

.awards__image {
  position: relative;
  max-width: 1120px;
  height: 33.333vw;
  margin: 0 auto;
  background-color: #F2F2F2;
  z-index: 2;
}

.awards__image:after, .awards__image::after {
  content: '';
  display: block;
  clear: both;
}

.awards__image.left {
  float: left;
}

.awards__image.left .bx-prev {
  left: 10px;
}

.awards__image.left .bx-next {
  right: 10px;
}

.awards__image.right {
  float: right;
}

.awards__image.right .bx-prev {
  left: 10px;
}

.awards__image.right .bx-next {
  right: 10px;
}

.awards__slider {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.awards__slider li {
  height: inherit;
  list-style: none;
}

.awards__slide {
  width: 100%;
  height: 100%;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  /*
    &.w640 {
        display: none;
        @media (max-width: 640px){
            display: block;
        }
    }
    &.w1260 {
        display: block;
        @media (max-width: 640px){
            display: none;
        }
    }
    */
}

.awards__slide iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.tag__container {
  position: relative;
  display: inline-block;
  width: auto;
  margin-bottom: -10px;
}

.tag__container img {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.tag__container img:first-child {
  margin-left: 0px;
}

.tag__container img:last-child {
  margin-right: 0px;
}

/*.awards__tags{
    display:inline-block;
    min-width: 120px;
    padding: 0.125rem 0.625rem;
    text-transform: uppercase;
    color: $color_white;
    background-color: $color_black;
    font-size: 0.7857rem; //11px
    margin:0  0.3571rem; //0 5px
    margin-bottom: 0.3571rem; //5px
    text-align:center;

    &:first-child{
        margin-left:0;
    }

    &:last-child{
        margin-right:0;
    }
}*/
.awards__caption {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  min-width: 500px;
  min-height: 390px;
  bottom: 0px;
  background-color: #ffffff;
  z-index: 2;
  padding: 0 1.875rem;
  /*strong{
        &:before{
            content:none;
        }
    }*/
}

@media (max-width: 1400px) {
  .awards__caption {
    min-height: 360px;
  }
}

@media (max-width: 991px) {
  .awards__caption {
    position: static;
    min-width: 0px;
    bottom: auto;
    left: auto;
    padding: 20px;
    min-height: 0px;
    height: auto;
  }
}

.awards__caption.left {
  left: 0px;
}

.awards__caption.right {
  right: 0px;
}

.awards__caption .content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.awards__caption .content.left {
  text-align: left;
}

.awards__caption .content.right {
  text-align: right;
}

.awards__caption h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #333333;
  line-height: 125%;
  font-family: 'Stellar-Medium';
}

.awards__caption h6 {
  font-size: 2.286rem;
  font-family: 'Stellar-Regular';
  margin-bottom: 0.3571rem;
}

.awards__caption h4 {
  text-transform: uppercase;
  font-size: 1.429rem;
  font-family: 'Stellar-Regular';
  margin-bottom: 1.429rem;
  line-height: 125%;
}

.awards__caption h4 .semilabel {
  display: inline;
  font-weight: 700;
}

.awards__caption h4 .semilabel::before {
  content: attr(data-attr);
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .awards__caption h4 .semilabel::before {
    margin-right: 5px;
  }
}

.awards__title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  max-width: 1300px;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 120px;
  bottom: 0px;
  background-color: #7FD8BE;
  z-index: 3;
  padding: 0 3.75rem;
}

.awards__title .content {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.awards__title .content.left {
  text-align: left;
}

.awards__title .content.right {
  text-align: right;
}

.awards__title.left {
  left: 0px;
}

.awards__title.right {
  right: 0px;
}

.awards__title h3, .awards__title h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.7143rem;
  margin-top: 0;
  font-family: 'Stellar-Medium';
  padding-left: 45px;
}

.awards__title h3 {
  font-size: 2.286rem;
}

.awards__title h4 {
  font-size: 1.25rem;
}

.awards__title p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8751rem;
  line-height: 175%;
  font-family: 'Stellar-Regular';
}

.digital {
  /*h4{
        font-family:'Creampuff';
        font-size: $heading4;
        color: $color_white;
    }*/
  /*strong{
        position: relative;
        font-family:'Stellar-Bold';
        //padding-top: pxrem(15);
        color: $color_black;

        &::before{
            content:'';
            position:absolute;
            top:$traco_top;
            left:0px;
            width: 50px;
            height: 2px;
            background-color: $color_black;
        }
    }*/
}

.digital h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

.digital h3 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Light';
}

.digital p {
  font-size: 0.8751rem;
  line-height: 175%;
}

/*.digital__header{
    @extend %container;
    height: calc(100vh - (45px * 2));
    background-color: $color_greendark;
    max-height: 660px;
}*/
.digital__container {
  background-color: #F2F2F2;
}

.digital__container:after, .digital__container::after {
  content: '';
  display: block;
  clear: both;
}

.digital__container h3 {
  display: inline-block;
  position: relative;
}

.digital__container h3:before {
  content: '';
  bottom: 46px;
  right: -120px;
  position: absolute;
  background-color: #ffffff;
  width: 112px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.digital__container .content {
  position: relative;
  width: 100%;
  color: #ffffff;
}

.digital__container .content .ul-digital {
  font-size: 0.8751rem;
  line-height: 175%;
  letter-spacing: 0.5px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.digital__web {
  position: relative;
  width: 65%;
  float: left;
  padding: 4.375rem 2.188rem;
  height: 37.5vw;
  min-height: 360px;
  max-height: 720px;
  background-image: url("/images/digital-web.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*
    .pattern{
        position:absolute;
        width: 35%;
        height: 1000px;
        right:30px;
        bottom:-1000px;
        background-image: url('/images/background_font.png');
        //background-image: url('/images/patt-04.svg');
        //background-size:90px auto;
        background-size:cover;
        background-position: center center;
        background-repeat:repeat;
    }

    .content {
        //top: 33.5vw;
        position: absolute;
        bottom: -200px;
        //border: 1px solid red;
    }
    */
}

.digital__web h3 {
  text-align: right;
  color: #333333;
}

.digital__web h3:before {
  background-color: #333333;
}

.digital__web li {
  color: #333333;
}

.digital__web p {
  font-size: 0.8751rem;
  float: none;
}

.digital__newmedia {
  width: 35%;
  float: left;
  background-color: #faa381;
}

.digital__newmedia .background {
  width: 100%;
  height: 26.6vw;
  max-height: 500px;
  background-image: url("/images/digital-interactive.jpg");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.digital__newmedia .content {
  padding: 4.375rem 1.875rem;
  height: 470px;
}

@media (max-width: 991px) {
  .digital__newmedia h3::before {
    content: none;
  }
}

.digital__newmedia p {
  font-size: 0.8751rem;
}

.digital__art {
  position: relative;
  float: left;
  width: 100%;
  background-color: #BBACC1;
  padding: 3.75rem 0;
}

.digital__art .image {
  width: 50%;
}

.digital__art .content {
  width: 50%;
  margin-left: 50%;
  z-index: 4;
}

.digital__art p {
  font-size: 0.8751rem;
}

.digital__art .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  max-width: 600px;
  height: 200%;
  background-image: url("/images/bonecos.png");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 3;
}

@media (max-width: 640px) {
  .digital__art .image {
    width: 100%;
    height: 100%;
    background-position: center 50px;
  }
}

.simulator h2 {
  text-transform: uppercase;
  font-size: 2.286rem;
  color: #333333;
  line-height: 125%;
  margin-bottom: 1.429rem;
  font-family: 'Stellar-Light';
}

.simulator h3 {
  text-transform: uppercase;
  font-size: 1.429rem;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 2.143rem;
  font-family: 'Stellar-Bold';
}

@media (min-width: 1921px) {
  .simulator h3 {
    font-size: 1.6vw;
  }
}

.simulator h4 {
  font-size: 1.286rem;
  line-height: 125%;
  color: #A0A0A0;
}

.simulator p {
  font-family: 'Stellar-Regular';
}

.simulator strong {
  font-family: 'Stellar-Bold';
}

.simulator strong::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

/*.simulator__header{
    @include flex-container(none);
    background-color: $color_greylight;
    padding: 4.375rem 0;
    height: 380px;
    background-image: url('/images/background_font.png');
    background-size: 660px auto;
    background-position: 100% 340px;
    background-repeat:no-repeat;

    .content{
        @include container(580px);
    }

    p{
        position:absolute;
        right:0;
        max-width: 480px;
        line-height: 175%;
        font-size: 0.8571rem; //12px
        bottom:0px;
    }
}*/
.simulator__container {
  width: 100%;
}

.simulator__container a:first-child .simulator__option {
  background-color: #FCD29F;
}

.simulator__container a:last-child .simulator__option {
  background-color: #faa381;
}

.simulator__option {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  float: left;
  min-height: 300px;
  height: -webkit-calc(100vh - (45px * 2) - 380px);
  height: -moz-calc(100vh - (45px * 2) - 380px);
  height: calc(100vh - (45px * 2) - 380px);
}

.simulator__option .text {
  width: 100%;
  text-align: center;
}

.simulator__option button {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .simulator__option button {
    font-size: 1.1vw;
    max-width: 10vw;
  }
}

.simulator__option svg {
  display: none;
  width: 20px;
  height: auto;
  margin: 0 auto;
}

.simulator__option svg path {
  fill: #ffffff;
}

.prices__container {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  min-height: -webkit-calc(100vh - (45px * 2));
  min-height: -moz-calc(100vh - (45px * 2));
  min-height: calc(100vh - (45px * 2));
  overflow: visible;
  padding-bottom: 1.25rem;
  background-color: #ffffff;
}

.prices__background {
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #F2F2F2;
}

@media (max-width: 640px) {
  .prices__background {
    display: none;
  }
}

.prices__header {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  float: right;
  padding-top: 2.5rem;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 2.857rem;
  overflow: hidden;
}

.prices__header h2 {
  text-transform: uppercase;
  font-size: 1.929rem;
  color: #333333;
  line-height: 125%;
  margin-bottom: 0.7143rem;
  font-family: 'Stellar-Bold';
}

.prices__header p {
  font-size: 1rem;
  line-height: 125%;
  color: #A0A0A0;
  margin-bottom: 0;
  font-family: 'Stellar-Light';
}

.prices__header button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #333333;
  color: #ffffff;
  background-color: #7FD8BE;
  display: none;
  font-family: 'Stellar-Medium';
  text-transform: uppercase;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  padding: 10px 30px;
  text-align: center;
  margin-top: 1em;
  margin-left: auto;
}

.prices__header button.fade-out {
  opacity: 0;
}

@media (max-width: 640px) {
  .prices__header button {
    display: block;
  }
}

@media (max-width: 640px) {
  .prices__header {
    width: 100%;
    padding: 0 1.429rem;
    margin-bottom: 1.429rem;
  }
  .prices__header h2 {
    font-size: 1.429rem;
  }
  .prices__header p {
    font-size: 0.8571rem;
  }
}

.prices__estimated {
  position: static;
  max-width: 320px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  z-index: 3;
}

.prices__estimated .content {
  -webkit-transition: width 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: width 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: width 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: width 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  background-color: #BBACC1;
  padding: 1.071rem 1.429rem;
  width: 100%;
  float: left;
  margin-bottom: 0.2143rem;
}

.prices__estimated .content.full {
  width: 100%;
}

.prices__estimated .icon {
  background-color: #BBACC1;
  display: none;
  float: left;
  background-image: url("/images/cadeado_aberto-01-01.svg");
  -moz-background-size: 40px auto;
    -o-background-size: 40px auto;
       background-size: 40px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.prices__estimated .icon.registered {
  background-color: #7FD8BE;
  -moz-background-size: 30px auto;
    -o-background-size: 30px auto;
       background-size: 30px auto;
  background-image: url("/images/Check out-01.svg");
}

.prices__estimated h5 {
  color: #ffffff;
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
  font-size: 1.429rem;
  margin-bottom: 0.714rem;
}

.prices__estimated p {
  font-family: 'Stellar-Regular';
  font-size: 2.286rem;
  text-transform: uppercase;
}

.prices__estimated .estimate {
  overflow: hidden;
  font-size: 1.55rem;
  -webkit-transition: font-size 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: font-size 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: font-size 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: font-size 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.prices__estimated .estimate.blurred {
  color: transparent;
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.5);
}

.prices__estimated .estimate.places-4 {
  font-size: 2rem;
}

.prices__estimated .estimate.places-5 {
  font-size: 1.75rem;
}

.prices__estimated .estimate.places-6 {
  font-size: 1.625rem;
}

.prices__estimated .from, .prices__estimated .to {
  font-size: 100%;
}

.prices__estimated .from:after, .prices__estimated .to:after {
  content: attr(value);
}

.prices__estimated .separator {
  position: relative;
  top: 0px;
  font-size: 85%;
}

@media (max-width: 640px) {
  .prices__estimated .separator {
    top: 1px;
  }
}

.prices__estimated .eur {
  font-size: 95%;
  font-family: 'Arial';
}

.prices__estimated.fixed {
  position: fixed;
  top: 45px;
  z-index: 4;
  right: 45px;
}

.prices__black__container {
  max-width: 320px;
  width: 100%;
  color: #ffffff;
  z-index: 3;
  cursor: pointer;
}

.prices__black {
  text-align: right;
  /*p{
        font-family: 'Stellar-Regular';
        font-size: $heading3;
        text-transform: uppercase;
    }*/
}

.prices__black .content {
  background-color: #333333;
  width: 100%;
  padding: 1.25rem 1.563rem;
  float: left;
  margin-bottom: 0.2143rem;
  -webkit-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.prices__black .icon {
  display: none;
  background-color: #333333;
  float: left;
  -webkit-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.prices__black h5 {
  position: relative;
  color: #ffffff;
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
  text-align: right;
  font-size: 1.429rem;
  line-height: 140%;
}

.prices__black svg {
  display: inline-block;
  width: 10px;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: -webkit-transform 0.25s ease-in;
  transition: -webkit-transform 0.25s ease-in;
  -o-transition: -o-transform 0.25s ease-in;
  -moz-transition: transform 0.25s ease-in, -moz-transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in, -moz-transform 0.25s ease-in, -o-transform 0.25s ease-in;
}

.prices__black svg path {
  fill: #ffffff;
}

.prices__black.open svg {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.prices__black.green .content {
  background-color: #7FD8BE;
}

.prices__black.green .icon {
  background-color: #7FD8BE;
}

.prices__black .smaller {
  display: block;
  font-family: 'Stellar-Regular';
  text-transform: none;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  line-height: 125%;
  margin-top: 5px;
}

/*.form__button__section{
    //max-width: 500px;
    //max-width: 200px;
    width: 100%;
    position: fixed;
    //top: 150px;
    top: 190px;
    left:135px;

    ul{
        position:relative;
        list-style: none;
        margin:0;
        padding:0;
        //overflow: hidden;

        .sub{
            position:absolute;
            width: 50%;
            top:0px;
            left:50%;
            transition: height 0.35s $t-default;
            height:0px;
            overflow: hidden;

            .form__button__container{
                width: 100%;

                .content{
                    background-color: $color_creamlight;
                }

                .icon{
                    background-color: $color_cream;
                }

                &.active{
                    .content{
                        background-color: $color_cream;
                    }

                    .icon{
                        background-color: $color_cream;
                    }
                }
            }

            &.open{
                z-index: 3;

                &.one{
                    height: ($form_button_height + 3px) * 1;
                }

                &.two{
                    height: ($form_button_height + 3px) * 2;
                }

                &.three{
                    height: ($form_button_height + 3px) * 3;
                }

                &.four{
                    height: ($form_button_height + 3px) * 4;
                }
            }
        }
    }

    li{
        position:relative;
        list-style: none;
    }
}*/
.form__button__container {
  position: fixed;
  max-width: 200px;
  width: 100%;
  left: 135px;
  text-align: center;
  color: #ffffff;
  margin: 0px 0.2143rem 0.2143rem 0px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: top 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.form__button__container.number1 {
  top: -webkit-calc(203px + ((80px + 3px) * 0));
  top: -moz-calc(203px + ((80px + 3px) * 0));
  top: calc(203px + ((80px + 3px) * 0));
}

.form__button__container.number2 {
  top: -webkit-calc(203px + ((80px + 3px) * 1));
  top: -moz-calc(203px + ((80px + 3px) * 1));
  top: calc(203px + ((80px + 3px) * 1));
}

.form__button__container.number3 {
  top: -webkit-calc(203px + ((80px + 3px) * 2));
  top: -moz-calc(203px + ((80px + 3px) * 2));
  top: calc(203px + ((80px + 3px) * 2));
}

.form__button__container.number4 {
  top: -webkit-calc(203px + ((80px + 3px) * 3));
  top: -moz-calc(203px + ((80px + 3px) * 3));
  top: calc(203px + ((80px + 3px) * 3));
}

.form__button__container.number5 {
  top: -webkit-calc(203px + ((80px + 3px) * 4));
  top: -moz-calc(203px + ((80px + 3px) * 4));
  top: calc(203px + ((80px + 3px) * 4));
}

.form__button__container.number6 {
  top: -webkit-calc(203px + ((80px + 3px) * 5));
  top: -moz-calc(203px + ((80px + 3px) * 5));
  top: calc(203px + ((80px + 3px) * 5));
}

.form__button__container.number7 {
  top: -webkit-calc(203px + ((80px + 3px) * 6));
  top: -moz-calc(203px + ((80px + 3px) * 6));
  top: calc(203px + ((80px + 3px) * 6));
}

.form__button__container .content {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  height: 80px;
  line-height: 80px;
  float: left;
  -webkit-transition: text-align 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: text-align 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: text-align 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: text-align 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.form__button__container .content span {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  font-family: 'Stellar-Medium';
}

.form__button__container .icon, .form__button__container .icon2 {
  width: 45px;
  height: 80px;
  line-height: 80px;
  float: left;
  text-align: center;
  -webkit-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.form__button__container .icon svg, .form__button__container .icon2 svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.form__button__container .icon svg path, .form__button__container .icon2 svg path {
  fill: #ffffff;
}

.form__button__container .icon svg {
  /*&:last-child{
                display:none;
            }*/
}

.form__button__container .icon svg g:last-child {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.form__button__container .icon2 {
  display: none;
  text-transform: uppercase;
  font-size: 0.8571rem;
}

.form__button__container.guest .content {
  background-color: #FCD29F;
}

.form__button__container.guest .icon, .form__button__container.guest .icon2 {
  background-color: #e3a253;
}

.form__button__container.agency .content {
  background-color: #fccbb8;
}

.form__button__container.agency .icon, .form__button__container.agency .icon2 {
  background-color: #faa381;
}

.form__button__container.active {
  text-align: right;
}

.form__button__container.active .content {
  background-color: #BBACC1;
}

.form__button__container.active .icon, .form__button__container.active .icon2 {
  background-color: #BBACC1;
}

.form__button__container.active svg {
  display: none;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__button__container.active svg g:last-child {
  opacity: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 36px;
  border: 2px solid #333333;
  /* Hide default HTML checkbox */
}

.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  font-family: 'Stellar-Medium';
  font-size: 1rem;
  color: #A0A0A0;
  background-color: #F2F2F2;
}

.slider:before {
  position: absolute;
  content: attr(data-yes);
  height: 32px;
  line-height: 32px;
  width: 50%;
  left: 0px;
  bottom: 0px;
  text-align: center;
  -webkit-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.slider:after {
  position: absolute;
  content: attr(data-no);
  height: 32px;
  line-height: 32px;
  width: 50%;
  left: 50%;
  bottom: 0px;
  text-align: center;
  -webkit-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), color 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.slider.special:after {
  content: attr(data-yes);
}

input:not(:checked) + .slider::after {
  background-color: #faa381;
  color: #ffffff;
}

input:not(:checked) + .slider.special::after {
  background-color: #7FD8BE;
}

input:checked + .slider::before {
  background-color: #7FD8BE;
  color: #ffffff;
}

.input {
  position: relative;
  width: 125px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.input img {
  display: none;
  position: absolute;
  top: 8px;
  width: 20px;
  height: 20px;
  padding: 0.3125rem 0;
  background-color: #ffffff;
  cursor: pointer;
}

.input img path {
  fill: #333333;
}

.input img:first-of-type {
  left: -10px;
}

.input img:last-of-type {
  right: -10px;
}

.input input[type="number"] {
  width: 100%;
  height: 36px;
  appearance: none;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #F2F2F2;
  text-align: center;
  border: 2px solid #333333;
  color: #A0A0A0;
  font-family: 'Stellar-Medium';
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.input input[type="number"]::-webkit-inner-spin-button, .input input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  height: 0;
  width: 0;
  display: none;
  visibility: hidden;
}

.input .select_wrapper {
  position: relative;
  width: 100%;
  display: inline-block;
}

.input .select_wrapper span {
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  width: 32px;
  height: 32px;
  background-image: url("/images/button_select.png");
  background-color: #F2F2F2;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.input .select_wrapper span.focus {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 36px;
  border: 2px solid #333333;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  color: #A0A0A0;
  font-family: 'Stellar-Medium';
  background-color: #F2F2F2;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.input select option {
  width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

.input .label_radio, .input .label_check {
  color: #A0A0A0;
  text-transform: uppercase;
  display: block;
  float: right;
  cursor: pointer;
}

.input .label_radio span, .input .label_check span {
  display: block;
  float: left;
  padding: 8px 0;
}

.input .label_radio::after, .input .label_check::after {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid #333333;
  background-color: #F2F2F2;
  margin-left: 20px;
}

.input input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  margin: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

.input input[type="radio"]:checked + .label_radio::after {
  background-color: #7FD8BE;
  background-image: url("/images/check.svg");
  -moz-background-size: 70% 70%;
    -o-background-size: 70% 70%;
       background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.input input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  margin: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

.input input[type="checkbox"]:checked + .label_check::after {
  background-color: #7FD8BE;
  background-image: url("/images/check.svg");
  -moz-background-size: 70% 70%;
    -o-background-size: 70% 70%;
       background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;
}

.header__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}

.header__overlay video {
  position: absolute;
  width: -webkit-calc(1.778 * (100vh - (45px * 2)));
  width: -moz-calc(1.778 * (100vh - (45px * 2)));
  width: calc(1.778 * (100vh - (45px * 2)));
  min-width: 100%;
  height: auto;
  min-height: -webkit-calc(100vh - 45px);
  min-height: -moz-calc(100vh - 45px);
  min-height: calc(100vh - 45px);
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.3;
}

.header__overlay video -webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-volume-slider {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-mute-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-timeline {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-current-time-display {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-full-page-media::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-timeline-container {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-time-remaining-display {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-seek-back-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-seek-forward-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-fullscreen-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-rewind-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-return-to-realtime-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
  -webkit-appearance: none;
}

.header__overlay video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

@media (max-width: 991px) {
  .header__overlay video {
    min-height: -webkit-calc(100vh - 45px);
    min-height: -moz-calc(100vh - 45px);
    min-height: calc(100vh - 45px);
  }
}

.header__overlay .flex {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
}

.overlay__blend {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.form__empty {
  max-width: 800px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 580px;
  border: 1px solid #A0A0A0;
  overflow: visible;
}

.form__empty ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form__empty > .content {
  max-width: 240px;
  text-transform: uppercase;
  text-align: center;
}

.form__empty > .content p {
  font-size: 0.875rem;
  line-height: 140%;
  margin-bottom: 10px;
}

.form__empty > .content img {
  width: 25px;
  height: auto;
}

.form__empty.active {
  display: block;
  height: auto;
  border: none;
}

.form__empty.active > .content {
  display: none;
}

/*
.yellow__form__container{
    //position:fixed;
    max-width: 320px;
    width: 100%;
    //top:250px;
    //right:$navbar_height;

    button{
        @include resetButtonLayout($color_yellow);
        width: 100%;
        margin-bottom: 3px;
        padding:10px;
        font-size: 0.8571rem; //12px
        text-transform: uppercase;
        font-family: 'Stellar-Medium';
        letter-spacing: 0.5px;

        svg{
            width: 10px;
            height: 10px;
            margin-right:20px;
            transition: transform 0.25s $t-default;
        }
        span{
            width: calc(100% - 10px);
        }

        &.send{
            width: 100%;
            @extend %button__black;
        }
    }

    form{
        padding:10px 25px;
        @include show_element();
        transition: opacity 0.25s $t-default, visibility 0.25s $t-default;

        &.hide{
            @include hide_element();

        }
    }

    input{
        width: 100%;
        @extend %djomba_input;
        font-size: 0.8571rem; //12px

        &:last-of-type{
            margin-bottom:10px;
        }
    }

    .content{
        width: 100%;
        background-color: $color_yellowlight;
        height: 0px;
        overflow:hidden;
        transition: height 0.25s $t-default;

        &.open{
            height: 200px;
        }
    }

    p{
        width: 100%;
        font-size: 0.8571rem; //12px
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align:center;
    }
}
*/
/*
#send_code_form{
    padding: 45px 25px;
    transition: opacity 1.0s $t-default;

}
*/
.errors__box {
  opacity: 1;
  visibility: visible;
  height: 200px;
  line-height: 200px;
}

.errors__box.hide {
  opacity: 0;
  visibility: hidden;
}

.errors__box p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.grey__form__container {
  width: 100%;
}

.grey__form__container button.send {
  width: 100%;
}

.grey__form__container form {
  padding: 10px 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.grey__form__container form.hide {
  opacity: 0;
  visibility: hidden;
}

.grey__form__container input {
  width: 100%;
  font-size: 0.8571rem;
}

.grey__form__container input:last-of-type {
  margin-bottom: 10px;
}

.grey__form__container .content {
  width: 100%;
  background-color: #d8d8d8;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.grey__form__container .content.open {
  height: 200px;
}

.grey__form__container p {
  width: 100%;
  font-size: 0.8571rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

.precise-estimate {
  max-width: 320px;
  width: 100%;
  font-family: 'Stellar-Medium';
  position: relative;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #faa381;
  color: #ffffff;
  padding: 10px 30px;
  font-size: 0.8571rem;
  text-transform: uppercase;
}

.precise-estimate img {
  width: 10px;
  height: 10px;
}

.precise-estimate span {
  float: right;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

.precise-estimate .spinner {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 8px;
}

.precise-estimate.loading .spinner {
  display: block;
}

.precise-estimate.active {
  background-color: #7FD8BE;
}

.precise-estimate.active h5:first-child {
  display: none;
}

.precise-estimate.active h5:last-child {
  display: block;
}

.precise-estimate.hidden {
  display: none;
}

@media (max-width: 640px) {
  .precise-estimate {
    display: none;
    max-width: none;
    text-align: center;
  }
  .precise-estimate span {
    float: none;
    width: auto;
  }
  .precise-estimate svg {
    margin-right: 20px;
  }
}

.precise-estimate-mobile {
  width: 100%;
  text-align: center;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: height 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.precise-estimate-mobile h4 {
  font-family: 'Stellar-Medium';
  font-size: 1.143rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: margin 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: margin 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: margin 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: margin 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.precise-estimate-mobile h4.active {
  margin-top: 30px;
}

.precise-estimate-mobile p {
  font-size: 0.80rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.precise-estimate-mobile button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  width: 125px;
  height: 40px;
  border: 1px solid #333333;
  margin: 0 10px;
  text-transform: uppercase;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  opacity: 1;
}

.precise-estimate-mobile button:first-of-type {
  color: #ffffff;
  border: 1px solid #7FD8BE;
  background-color: #7FD8BE;
  margin-left: 0px;
}

.precise-estimate-mobile button:last-of-type {
  margin-right: 0px;
}

.precise-estimate-mobile button:hover {
  background-color: #BBACC1;
  color: #ffffff;
  border: 1px solid #BBACC1;
}

.precise-estimate-mobile button.fade-out {
  opacity: 0;
}

.precise-estimate-mobile.open {
  padding: 25px 0;
  height: 160px;
}

.prices__fixed__tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 320px;
  width: 100%;
  z-index: 3;
}

.prices__fixed__tab.fixed {
  padding-top: 115px;
}

.prices__tabs__check {
  width: 100%;
  float: right;
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  text-align: right;
  text-transform: uppercase;
}

.prices__tabs__check li {
  float: right;
  display: none;
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 0 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #333333;
  font-size: 1.286rem;
  font-family: 'Stellar-Regular';
  /*&:first-child{
            margin-top: 0px;
        }

        &:last-child{
            margin-bottom: 0px;
        }*/
}

.prices__tabs__check li.active {
  display: block;
}

/* ============ */
.curious__header {
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
  background-color: #FCD29F;
}

@media (max-width: 640px) {
  .curious__header {
    padding-bottom: 0px;
  }
}

@media (max-height: 550px) {
  .curious__header {
    padding-top: 1rem;
  }
}

.curious__header button {
  position: absolute;
  width: 220px;
  left: -webkit-calc(100% - 480px);
  left: -moz-calc(100% - 480px);
  left: calc(100% - 480px);
  bottom: -60px;
  text-align: center;
}

@media (max-width: 1024px) {
  .curious__header button {
    left: 0px;
  }
}

@media (max-width: 640px) {
  .curious__header button {
    position: absolute;
    right: 0;
    width: 100%;
    height: 60px;
    bottom: 0;
  }
}

.curious__header h2 {
  font-size: 2.286rem;
}

@media (max-width: 640px) {
  .curious__header h2 {
    display: inline;
    font-size: 1.143rem;
    line-height: 150%;
  }
  .curious__header h2 strong {
    display: block;
    font-size: 1.857rem;
    float: none;
    margin-bottom: 15px;
  }
  .curious__header h2 strong span {
    font-family: 'Stellar-Light';
  }
  .curious__header h2 strong::before {
    top: -10px;
  }
  .curious__header h2 strong::after {
    content: "\A";
    white-space: pre;
  }
}

@media (max-width: 640px) {
  .curious__header h4 {
    font-size: 1.143rem;
    display: inline;
    line-height: 150%;
    font-family: 'Stellar-Light';
    text-transform: uppercase;
  }
  .curious__header h4 span {
    font-family: 'Stellar-Medium';
  }
}

@media (max-width: 640px) {
  .curious__header .content {
    height: 100%;
  }
}

.curious__header .content p {
  margin-top: 10px;
}

.agency__header {
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
  background-color: #faa381;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 640px) {
  .agency__header {
    padding-bottom: 0px;
  }
}

@media (max-height: 550px) {
  .agency__header {
    padding-top: 1rem;
  }
}

.agency__header .content {
  margin-top: -30px;
}

@media (max-width: 640px) {
  .agency__header .content {
    margin-top: 0px;
  }
}

.agency__header .content p {
  margin-top: 10px;
}

.agency__header button {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .agency__header button {
    height: 60px;
  }
  .agency__header button.send {
    height: auto;
  }
}

.agency__header h2 {
  font-size: 2.286rem;
}

.agency__header h2 strong br {
  display: none;
}

@media (max-width: 640px) {
  .agency__header h2 {
    display: inline;
    font-size: 1.143rem;
    line-height: 150%;
  }
}

@media (max-width: 640px) {
  .agency__header h2 strong {
    display: block;
    font-size: 1.857rem;
    float: none;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .agency__header h2 strong br {
    display: block;
  }
  .agency__header h2 strong span {
    font-family: 'Stellar-Light';
  }
  .agency__header h2 strong::before {
    top: -10px;
  }
  .agency__header h2 strong::after {
    content: "\A";
    white-space: pre;
  }
}

@media (max-width: 640px) {
  .agency__header h4 {
    font-size: 1.143rem;
    display: inline;
    line-height: 150%;
    font-family: 'Stellar-Light';
    text-transform: uppercase;
  }
  .agency__header h4 span {
    font-family: 'Stellar-Medium';
  }
}

/*
.registar__container{
    position:absolute;
    width: 100%;
    text-align:right;
    right:0;
    bottom:-90px;
    background-color: $color_cream;

    @media(max-width: 768px){
        position:static;
        margin-top: 30px;
    }

    @media(max-width: 640px){
        position:absolute;
        margin-top: 0px;
        bottom:0px;
    }
}


.registar__form{
    display:inline-block;
    position:relative;
    max-width: 315px;
    width: calc(50% - 15px);
    margin:0 15px;

    &:first-child{
        margin-left:0;
    }

    &:last-child{
        margin-right:0;
    }

    @media(max-width: 768px){
        position:static;
        max-width: 350px;
        float:left;
        width: calc(50% - 1px);
        margin:0 1px;
    }

    @media(max-width: 640px){
        position:relative;
    }

    form{
        position:absolute;
        left:0;
        height:0px;
        overflow-y: hidden;
        transition: height 0.35s $t-default;

        &.open{
            height: 170px;
            margin: 0.3571rem auto; //5px auto
        }

        @media(max-width: 768px){
            position:static;
            width: calc(100vw - 65px);
        }

        @media(max-width: 640px){
            padding-left: 15px;
            padding-right: 15px;
            width: calc(100vw - 0px);
        }
    }

    input{
        @extend %djomba_input;
        width: 100%;
    }
}
*/
.bx-wrapper {
  height: 100%;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: none;
}

.bx-wrapper .bx-controls-direction a {
  cursor: pointer;
}

.bx-wrapper .bx-prev {
  background-image: url("/images/slide_left.svg");
  -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
       background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-prev:hover {
  background-position: center center;
}

.bx-wrapper .bx-next {
  background: url("/images/slide_right.svg");
  -moz-background-size: 32px 32px;
    -o-background-size: 32px 32px;
       background-size: 32px 32px;
  background-position: center center;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-next:hover {
  background-position: center center;
}

.bx-viewport {
  height: 100% !important;
}

.bx-wrapper .bx-loading {
  background: initial;
}

#confirm_form input {
  text-transform: uppercase;
}

#gmap {
  display: none;
  width: 100%;
  height: 60.5vw;
  max-height: 400px;
  z-index: 5000;
}

#gmap * {
  display: initial;
}

#gmap a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

#gmap a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

#gmap .gmnoprint a, #gmap .gmnoprint span, #gmap .gm-style-cc, #gmap .gmnoscreen {
  display: none;
}

#gmap .gmnoprint div {
  background: none !important;
}

.register-container {
  max-width: 950px;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.register-container .button {
  display: inline-block;
  font-size: 0.9375rem;
  margin: 0 7.5px;
}

.register-container .button:first-child {
  margin-left: 0px;
}

.register-container .button:last-child {
  margin-right: 0px;
}

@media (min-width: 1601px) {
  .register-container {
    max-width: 50vw;
  }
}

@media (max-width: 1024px) {
  .register-container {
    padding: 0 1.429rem;
  }
}

@media (max-width: 768px) {
  .register-container .button {
    width: 220px;
    margin: 0 2px;
  }
}

@media (max-width: 640px) {
  .register-container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .register-container .button {
    width: 33.333%;
    margin-left: 0px;
  }
  .register-container .register-form, .register-container .btn-later {
    margin-left: 1px;
  }
}

.pulse {
  -webkit-animation: bpulse 1s 1 cubic-bezier(0.5, 0.02, 0.18, 0.98);
     -moz-animation: bpulse 1s 1 cubic-bezier(0.5, 0.02, 0.18, 0.98);
       -o-animation: bpulse 1s 1 cubic-bezier(0.5, 0.02, 0.18, 0.98);
          animation: bpulse 1s 1 cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

@-webkit-keyframes bpulse {
  from {
    -webkit-box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
            box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
  }
  to {
    -webkit-box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
            box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes bpulse {
  from {
    -moz-box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
         box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
  }
  to {
    -moz-box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
         box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
  }
}

@-o-keyframes bpulse {
  from {
    box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
  }
  to {
    box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
  }
}

@keyframes bpulse {
  from {
    -webkit-box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
       -moz-box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
            box-shadow: 0 0 1px 2px rgba(240, 240, 240, 0.7);
  }
  to {
    -webkit-box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
       -moz-box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
            box-shadow: 0 0 10px 50px rgba(255, 255, 255, 0);
  }
}

.register-form, .aglogin-form, .later-form {
  width: 100%;
  -webkit-transition: height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form button, .aglogin-form button, .later-form button {
  width: 100%;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #333333;
  font-family: 'Stellar-Medium';
  text-transform: uppercase;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  color: #ffffff;
}

.register-form button.fade-out, .aglogin-form button.fade-out, .later-form button.fade-out {
  opacity: 0;
}

@media (max-width: 640px) {
  .register-form button, .aglogin-form button, .later-form button {
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 0px;
  }
}

.register-form input, .aglogin-form input, .later-form input {
  width: 100%;
  font-size: 0.875rem;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form input.fade-out, .aglogin-form input.fade-out, .later-form input.fade-out {
  opacity: 0;
}

.register-form input:last-of-type, .aglogin-form input:last-of-type, .later-form input:last-of-type {
  margin-bottom: 10px;
}

@media (min-width: 1601px) {
  .register-form input:last-of-type, .aglogin-form input:last-of-type, .later-form input:last-of-type {
    margin-bottom: 0.5vw;
  }
}

@media (min-width: 1601px) {
  .register-form input, .aglogin-form input, .later-form input {
    font-size: 0.7vw;
    padding: 0.25vw 0.5vw;
    margin-bottom: 0.25vw;
    border: 0.1vw solid #333333;
  }
}

@media (max-width: 640px) {
  .register-form input, .aglogin-form input, .later-form input {
    background-color: #F2F2F2;
  }
}

.register-form .info, .aglogin-form .info, .later-form .info {
  width: 100%;
  font-size: 0.875rem;
  line-height: 125%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  height: 3em;
  -webkit-transition: color 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: color 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: color 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: color 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  margin-bottom: 1em;
}

.register-form .info.error, .aglogin-form .info.error, .later-form .info.error {
  color: #ffdcdc;
}

@media (min-width: 1601px) {
  .register-form .info, .aglogin-form .info, .later-form .info {
    height: auto;
    font-size: 0.7vw;
    margin-bottom: 0.7vw;
  }
}

.register-form.simulator .rf-content, .aglogin-form.simulator .rf-content, .later-form.simulator .rf-content {
  background-color: #ffe7c9;
}

.register-form.simulator .rf-content.open, .aglogin-form.simulator .rf-content.open, .later-form.simulator .rf-content.open {
  margin-bottom: 3px;
}

@media (max-width: 640px) {
  .register-form.simulator .rf-content.open, .aglogin-form.simulator .rf-content.open, .later-form.simulator .rf-content.open {
    margin-bottom: 0px;
  }
}

.register-form form, .aglogin-form form, .later-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0.8em 1.7em;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), visibility 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form form.hide, .aglogin-form form.hide, .later-form form.hide {
  opacity: 0;
  visibility: hidden;
}

.register-form form.fade-out, .aglogin-form form.fade-out, .later-form form.fade-out {
  opacity: 0;
}

.register-form .top-button, .aglogin-form .top-button, .later-form .top-button {
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
  padding: 10px;
  font-size: 0.8125rem;
  letter-spacing: 0.5px;
  -webkit-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form .top-button svg, .aglogin-form .top-button svg, .later-form .top-button svg {
  width: 10px;
  height: 10px;
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form .top-button span, .aglogin-form .top-button span, .later-form .top-button span {
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
}

.register-form .top-button.open svg, .aglogin-form .top-button.open svg, .later-form .top-button.open svg {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.register-form .top-button.fade-out, .aglogin-form .top-button.fade-out, .later-form .top-button.fade-out {
  height: 0;
  opacity: 0;
  padding: 0px;
}

.register-form .send-button, .aglogin-form .send-button, .later-form .send-button {
  color: #ffffff;
  width: 100%;
  padding: 7.5px 15px;
  background-color: #7FD8BE;
}

@media (min-width: 1601px) {
  .register-form .send-button, .aglogin-form .send-button, .later-form .send-button {
    font-size: 0.75vw;
    padding: 0.35vw 0.75vw;
  }
}

.register-form .rf-content, .aglogin-form .rf-content, .later-form .rf-content {
  width: 100%;
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: height 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.register-form .rf-content.open, .aglogin-form .rf-content.open, .later-form .rf-content.open {
  height: 200px;
}

@media (min-width: 1601px) {
  .register-form .rf-content.open, .aglogin-form .rf-content.open, .later-form .rf-content.open {
    height: 10vw;
  }
}

.register-form.simulator .top-button, .aglogin-form.simulator .top-button, .later-form.simulator .top-button {
  background-color: #FCD29F;
  color: #ffffff;
}

.register-form.agency, .aglogin-form.agency, .later-form.agency {
  display: inline-block;
  position: relative;
}

.register-form.agency form, .aglogin-form.agency form, .later-form.agency form {
  padding: 0.8rem 0;
}

@media (min-width: 1601px) {
  .register-form.agency form, .aglogin-form.agency form, .later-form.agency form {
    padding: 0.5vw 0;
  }
}

@media (max-width: 640px) {
  .register-form.agency form, .aglogin-form.agency form, .later-form.agency form {
    padding: 0.8rem 1.7rem;
    background-color: #faa381;
  }
}

.register-form.agency .rf-content, .aglogin-form.agency .rf-content, .later-form.agency .rf-content {
  position: absolute;
}

@media (max-width: 640px) {
  .register-form.agency .rf-content, .aglogin-form.agency .rf-content, .later-form.agency .rf-content {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 105px;
  }
}

.register-form.agency .top-button, .aglogin-form.agency .top-button, .later-form.agency .top-button {
  height: 32px;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 0.9375rem;
}

@media (min-width: 1601px) {
  .register-form.agency .top-button, .aglogin-form.agency .top-button, .later-form.agency .top-button {
    font-size: 0.8vw;
    height: 1.70vw;
  }
}

@media (max-width: 640px) {
  .register-form.agency .top-button, .aglogin-form.agency .top-button, .later-form.agency .top-button {
    height: 60px;
  }
}

.register-form.fade-out, .aglogin-form.fade-out, .later-form.fade-out {
  opacity: 0;
}

.register-form.hidden, .aglogin-form.hidden, .later-form.hidden {
  display: none;
}

.register-form.no-mouse, .aglogin-form.no-mouse, .later-form.no-mouse {
  pointer-events: none;
}

#btn-later {
  width: 100%;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #333333;
  font-family: 'Stellar-Medium';
  text-transform: uppercase;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  -webkit-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: padding 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98), opacity 0.55s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

#btn-later.fade-out {
  opacity: 0;
}

@media (min-width: 1601px) {
  #btn-later {
    font-size: 0.8vw;
    height: 1.70vw;
  }
}

@media (max-width: 640px) {
  #btn-later {
    padding: 10px 30px;
    text-align: center;
    margin-bottom: 0px;
    height: 60px;
  }
}

.team-andre {
  background-image: url("/images/team/andre--640.jpg");
}

@media (min-width: 1600px) {
  .team-andre {
    background-image: url("/images/team/andre--1200.jpg");
  }
}

.team-filipe {
  background-image: url("/images/team/filipe--640.jpg");
}

@media (min-width: 1600px) {
  .team-filipe {
    background-image: url("/images/team/filipe--1200.jpg");
  }
}

.team-miguel {
  background-image: url("/images/team/miguel--640.jpg");
}

@media (min-width: 1600px) {
  .team-miguel {
    background-image: url("/images/team/miguel--1200.jpg");
  }
}

.team-ze {
  background-image: url("/images/team/ze--640.jpg");
}

@media (min-width: 1600px) {
  .team-ze {
    background-image: url("/images/team/ze--1200.jpg");
  }
}

#regist_btn {
  position: relative;
}

#regist_btn .spinner {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 8px;
}

#regist_btn.loading .spinner {
  display: block;
}

.homebtn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  max-width: 175px;
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
  height: 35px;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-family: 'Stellar-Light';
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0.3571rem;
  float: left;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  -o-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  -moz-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
}

@media (min-width: 1921px) {
  .homebtn {
    font-size: 1vw;
    max-width: 15vw;
    height: 3vw;
    padding: 0.9vw;
    width: 15vw;
  }
}

.homebtn:hover {
  color: #faa381;
  background-color: #ffffff;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s;
  -o-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s;
  -moz-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s;
  transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0.6s;
}

.homebtn:hover::after {
  -webkit-animation-name: afterborder;
     -moz-animation-name: afterborder;
       -o-animation-name: afterborder;
          animation-name: afterborder;
  border-color: #ffffff;
}

.homebtn:hover::before {
  -webkit-animation-name: afterborder;
     -moz-animation-name: afterborder;
       -o-animation-name: afterborder;
          animation-name: afterborder;
  border-color: #ffffff;
}

.homebtn:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
     -moz-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
       -o-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
          animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -webkit-animation-delay: 0.0s;
     -moz-animation-delay: 0.0s;
       -o-animation-delay: 0.0s;
          animation-delay: 0.0s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.homebtn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
     -moz-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
       -o-animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
          animation-timing-function: cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -webkit-animation-delay: 0.3s;
     -moz-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.small-scroll {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
       -o-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 10;
  -webkit-animation-duration: 2.5s;
     -moz-animation-duration: 2.5s;
       -o-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
     -moz-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

@media (max-width: 991px) {
  .small-scroll {
    bottom: 30px;
  }
}

.small-scroll:after, .small-scroll:before {
  content: '';
  position: absolute;
  background: #333333;
  width: 1px;
  height: 15px;
  left: 50%;
  bottom: 50%;
  -webkit-transform-origin: center bottom;
     -moz-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
       -o-transform-origin: center bottom;
          transform-origin: center bottom;
}

.small-scroll:before {
  -webkit-transform: rotate(45deg) translate(0%, 0%);
     -moz-transform: rotate(45deg) translate(0%, 0%);
      -ms-transform: rotate(45deg) translate(0%, 0%);
       -o-transform: rotate(45deg) translate(0%, 0%);
          transform: rotate(45deg) translate(0%, 0%);
}

.small-scroll:after {
  -webkit-transform: rotate(-45deg) translate(0%, 0%);
     -moz-transform: rotate(-45deg) translate(0%, 0%);
      -ms-transform: rotate(-45deg) translate(0%, 0%);
       -o-transform: rotate(-45deg) translate(0%, 0%);
          transform: rotate(-45deg) translate(0%, 0%);
}

@-webkit-keyframes scrollAnim {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  15% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  30% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  45% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  60% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  75% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@-moz-keyframes scrollAnim {
  0% {
    -moz-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
  }
  15% {
    -moz-transform: translate(-50%, 100%);
         transform: translate(-50%, 100%);
  }
  30% {
    -moz-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
  }
  45% {
    -moz-transform: translate(-50%, 100%);
         transform: translate(-50%, 100%);
  }
  60% {
    -moz-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
  }
  75% {
    -moz-transform: translate(-50%, 100%);
         transform: translate(-50%, 100%);
  }
  90%, 100% {
    -moz-transform: translate(-50%, 0%);
         transform: translate(-50%, 0%);
  }
}

@-o-keyframes scrollAnim {
  0% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
  15% {
    -o-transform: translate(-50%, 100%);
       transform: translate(-50%, 100%);
  }
  30% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
  45% {
    -o-transform: translate(-50%, 100%);
       transform: translate(-50%, 100%);
  }
  60% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
  75% {
    -o-transform: translate(-50%, 100%);
       transform: translate(-50%, 100%);
  }
  90%, 100% {
    -o-transform: translate(-50%, 0%);
       transform: translate(-50%, 0%);
  }
}

@keyframes scrollAnim {
  0% {
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  15% {
    -webkit-transform: translate(-50%, 100%);
       -moz-transform: translate(-50%, 100%);
         -o-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  30% {
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  45% {
    -webkit-transform: translate(-50%, 100%);
       -moz-transform: translate(-50%, 100%);
         -o-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  60% {
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  75% {
    -webkit-transform: translate(-50%, 100%);
       -moz-transform: translate(-50%, 100%);
         -o-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, 0%);
       -moz-transform: translate(-50%, 0%);
         -o-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}

@-webkit-keyframes scrollAnim_1 {
  0% {
    -webkit-transform: rotate(-90deg) translate(0%, 0%);
            transform: rotate(-90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(0%, 0%);
            transform: rotate(-45deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -webkit-transform: rotate(-45deg) translate(-200%, -200%);
            transform: rotate(-45deg) translate(-200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@-moz-keyframes scrollAnim_1 {
  0% {
    -moz-transform: rotate(-90deg) translate(0%, 0%);
         transform: rotate(-90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -moz-transform: rotate(-45deg) translate(0%, 0%);
         transform: rotate(-45deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -moz-transform: rotate(-45deg) translate(-200%, -200%);
         transform: rotate(-45deg) translate(-200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@-o-keyframes scrollAnim_1 {
  0% {
    -o-transform: rotate(-90deg) translate(0%, 0%);
       transform: rotate(-90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -o-transform: rotate(-45deg) translate(0%, 0%);
       transform: rotate(-45deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -o-transform: rotate(-45deg) translate(-200%, -200%);
       transform: rotate(-45deg) translate(-200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@keyframes scrollAnim_1 {
  0% {
    -webkit-transform: rotate(-90deg) translate(0%, 0%);
       -moz-transform: rotate(-90deg) translate(0%, 0%);
         -o-transform: rotate(-90deg) translate(0%, 0%);
            transform: rotate(-90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(0%, 0%);
       -moz-transform: rotate(-45deg) translate(0%, 0%);
         -o-transform: rotate(-45deg) translate(0%, 0%);
            transform: rotate(-45deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -webkit-transform: rotate(-45deg) translate(-200%, -200%);
       -moz-transform: rotate(-45deg) translate(-200%, -200%);
         -o-transform: rotate(-45deg) translate(-200%, -200%);
            transform: rotate(-45deg) translate(-200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@-webkit-keyframes scrollAnim_2 {
  0% {
    -webkit-transform: rotate(90deg) translate(0%, 0%);
            transform: rotate(90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -webkit-transform: rotate(45deg) translate(0, 0%);
            transform: rotate(45deg) translate(0, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -webkit-transform: rotate(45deg) translate(200%, -200%);
            transform: rotate(45deg) translate(200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@-moz-keyframes scrollAnim_2 {
  0% {
    -moz-transform: rotate(90deg) translate(0%, 0%);
         transform: rotate(90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -moz-transform: rotate(45deg) translate(0, 0%);
         transform: rotate(45deg) translate(0, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -moz-transform: rotate(45deg) translate(200%, -200%);
         transform: rotate(45deg) translate(200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@-o-keyframes scrollAnim_2 {
  0% {
    -o-transform: rotate(90deg) translate(0%, 0%);
       transform: rotate(90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -o-transform: rotate(45deg) translate(0, 0%);
       transform: rotate(45deg) translate(0, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -o-transform: rotate(45deg) translate(200%, -200%);
       transform: rotate(45deg) translate(200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

@keyframes scrollAnim_2 {
  0% {
    -webkit-transform: rotate(90deg) translate(0%, 0%);
       -moz-transform: rotate(90deg) translate(0%, 0%);
         -o-transform: rotate(90deg) translate(0%, 0%);
            transform: rotate(90deg) translate(0%, 0%);
    opacity: 1;
    height: 15px;
  }
  20% {
    -webkit-transform: rotate(45deg) translate(0, 0%);
       -moz-transform: rotate(45deg) translate(0, 0%);
         -o-transform: rotate(45deg) translate(0, 0%);
            transform: rotate(45deg) translate(0, 0%);
    opacity: 1;
    height: 15px;
  }
  50%, 100% {
    -webkit-transform: rotate(45deg) translate(200%, -200%);
       -moz-transform: rotate(45deg) translate(200%, -200%);
         -o-transform: rotate(45deg) translate(200%, -200%);
            transform: rotate(45deg) translate(200%, -200%);
    opacity: 0;
    height: 30px;
  }
}

#random_definition {
  width: -webkit-calc(100vh - 90px);
  width: -moz-calc(100vh - 90px);
  width: calc(100vh - 90px);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-transform-origin: left bottom;
     -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
       -o-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: 'Stellar-Light';
  letter-spacing: 0.2px;
}

.renting-header {
  position: relative;
  padding: 2.5rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(100vh - (45px * 2));
  height: -moz-calc(100vh - (45px * 2));
  height: calc(100vh - (45px * 2));
  background-color: #7FD8BE;
  -webkit-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}

@media (max-width: 1400px) {
  .renting-header {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .renting-header {
    min-height: -webkit-calc(100vh - (45px * 2));
    min-height: -moz-calc(100vh - (45px * 2));
    min-height: calc(100vh - (45px * 2));
    height: auto;
    padding: 2.5rem 1.25rem 6.25rem 1.25rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.renting-header h1 {
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 140%;
}

@media (max-width: 1400px) {
  .renting-header h1 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .renting-header h1 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .renting-header h1 br {
    display: none;
  }
}

.renting-header h1 > span {
  color: #ffffff;
}

@media (max-width: 992px) {
  .renting-header h1 > span {
    display: block;
  }
}

.renting-header h1 .traco::before {
  top: -15px;
}

@media (max-width: 992px) {
  .renting-header h1 .traco::before {
    top: -10px;
  }
}

.renting-header > .content {
  max-width: 1345px;
  margin: 0 auto;
}

.renting-form {
  position: relative;
  background-color: #F2F2F2;
  padding: 125px 80px 125px 80px;
}

@media (max-width: 1400px) {
  .renting-form {
    padding: 75px 80px 75px 80px;
  }
}

@media (max-width: 992px) {
  .renting-form {
    padding: 40px 20px;
  }
}

.renting-form > .content {
  max-width: 1345px;
  margin: 0 auto;
}

.renting-form h2 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 140%;
  margin-bottom: 20px;
}

@media (max-width: 1400px) {
  .renting-form h2 {
    font-size: 36px;
  }
}

@media (max-width: 992px) {
  .renting-form h2 {
    font-size: 32px;
  }
}

.renting-form h2 .traco-light::before {
  top: -15px;
}

@media (max-width: 992px) {
  .renting-form h2 .traco-light::before {
    top: -10px;
  }
}

.renting-form h2 strong {
  font-family: 'Stellar-Bold';
}

.renting-form .inputs {
  margin-bottom: 3.75rem;
}

@media (max-width: 1400px) {
  .renting-form .inputs {
    margin-bottom: 2.5rem;
  }
}

.renting-form-group {
  position: relative;
  border-bottom: 1px solid #A0A0A0;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.renting-form-group:not(:last-child) {
  margin-bottom: 3.4375rem;
}

@media (max-width: 1400px) {
  .renting-form-group:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}

.renting-form-group.focus {
  opacity: 1;
}

.renting-form-group.hascontent input[type="text"] + label, .renting-form-group.hascontent input[type="email"] + label {
  top: -20px;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .renting-form-group.hascontent input[type="text"] + label, .renting-form-group.hascontent input[type="email"] + label {
    top: -10px;
  }
}

.renting-form-group input[type="text"], .renting-form-group input[type="email"] {
  width: 100%;
  appearance: none;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: 0;
  padding: 0;
  margin: 0;
  font-family: 'Stellar-Light';
  background-color: transparent;
  padding: 0.625rem 0 1.25rem 0;
  font-size: 22px;
}

@media (max-width: 1400px) {
  .renting-form-group input[type="text"], .renting-form-group input[type="email"] {
    padding: 0.625rem 0 0.625rem 0;
  }
}

@media (max-width: 992px) {
  .renting-form-group input[type="text"], .renting-form-group input[type="email"] {
    font-size: 18px;
  }
}

.renting-form-group input[type="text"] + label, .renting-form-group input[type="email"] + label {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0%;
  pointer-events: none;
  font-size: 22px;
  -webkit-transition: font-size 0.35s ease-in-out, top 0.35s ease-in-out;
  -o-transition: font-size 0.35s ease-in-out, top 0.35s ease-in-out;
  -moz-transition: font-size 0.35s ease-in-out, top 0.35s ease-in-out;
  transition: font-size 0.35s ease-in-out, top 0.35s ease-in-out;
}

@media (max-width: 992px) {
  .renting-form-group input[type="text"] + label, .renting-form-group input[type="email"] + label {
    font-size: 18px;
  }
}

.renting-home-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .renting-home-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.renting-home-container .asterisco {
  position: absolute;
  top: 50%;
  left: 0px;
  width: auto;
  opacity: 0.2;
  max-width: 550px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1400px) {
  .renting-home-container .asterisco {
    top: -40px;
    max-width: 450px;
  }
}

@media (max-width: 992px) {
  .renting-home-container .asterisco {
    top: -20px;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

.renting-home-container .title {
  position: relative;
  width: 55%;
  padding-right: 60px;
  z-index: 2;
}

@media (max-width: 1400px) {
  .renting-home-container .title {
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .renting-home-container .title {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.renting-home-container .desc {
  width: 45%;
}

@media (max-width: 992px) {
  .renting-home-container .desc {
    width: 100%;
  }
}

.renting-home-container p {
  color: #ffffff;
  font-size: 20px;
  line-height: 160%;
}

@media (max-width: 1400px) {
  .renting-home-container p {
    font-size: 16px;
  }
}

.renting-home-container p:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (max-width: 1400px) {
  .renting-home-container p:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

.renting-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 992px) {
  .renting-form-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.renting-form-container .title {
  width: 70%;
  padding-right: 60px;
}

@media (max-width: 1400px) {
  .renting-form-container .title {
    width: 60%;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .renting-form-container .title {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

.renting-form-container .form {
  width: 30%;
}

@media (max-width: 1400px) {
  .renting-form-container .form {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .renting-form-container .form {
    width: 100%;
  }
}

.renting-form-container .spinner-button {
  max-width: 235px;
  padding: 15px;
}

@media (max-width: 992px) {
  .renting-form-container .spinner-button {
    max-width: none;
  }
}

.renting-form-container .logo {
  width: 130px;
}

.spinner-button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  background-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-family: 'Stellar-Light';
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.spinner-button:not(:last-child) {
  margin-bottom: 1.25rem;
}

.spinner-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.spinner-button .spinner {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 8px;
}

.spinner-button.loading {
  color: rgba(255, 255, 255, 0.5);
}

.spinner-button.loading .spinner {
  display: block;
}

.awesome_container {
  display: none;
  position: fixed;
  z-index: 2200;
  opacity: 0;
  pointer-events: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #faa381;
  -webkit-transition: background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.6s ease-in-out, opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.awesome_container.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.awesome_container.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
}

.awesome_container .image {
  width: 10.9%;
  position: relative;
  top: -1.7%;
  -webkit-transform: translate(0, 3%) scale(0.85, 0.85);
     -moz-transform: translate(0, 3%) scale(0.85, 0.85);
      -ms-transform: translate(0, 3%) scale(0.85, 0.85);
       -o-transform: translate(0, 3%) scale(0.85, 0.85);
          transform: translate(0, 3%) scale(0.85, 0.85);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.awesome_container.large {
  opacity: 1.0;
}

.awesome_container.large h5 {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.awesome_container.large .image {
  -webkit-transform: translate(0, 0) scale(1, 1);
     -moz-transform: translate(0, 0) scale(1, 1);
      -ms-transform: translate(0, 0) scale(1, 1);
       -o-transform: translate(0, 0) scale(1, 1);
          transform: translate(0, 0) scale(1, 1);
}

.awesome_container img {
  width: 100%;
  height: 100%;
}

.awesome_container h5 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  position: relative;
  -webkit-transform: translate(0, 50%);
     -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
       -o-transform: translate(0, 50%);
          transform: translate(0, 50%);
  top: 50%;
  font-family: 'Stellar-Bold';
}

.awesome_container h5 strong:before {
  content: '';
  width: 50px;
  color: transparent;
  height: 30px;
  border-top: 0.033em solid #333333;
  position: absolute;
  top: -3px;
}

.awesome_container h5 .light {
  color: #ffffff;
}

.awesome_video {
  display: none;
  position: fixed;
  z-index: 2000;
}

.awesome_video.visible {
  display: block;
}

.awesome_video video {
  width: 100%;
  height: 100%;
}

.awesome_video video.visible {
  display: block;
}

.awesome_video .ad-video-intro {
  display: none;
  z-index: 3000;
}

.awesome_video .ad-video-loop {
  display: none;
  z-index: 3001;
}

.awesome_video .clouds {
  opacity: 0;
  position: absolute;
  top: 5%;
  width: 100%;
  height: 15%;
  z-index: 3002;
  -webkit-transition: opacity 2.5s ease-out;
  -o-transition: opacity 2.5s ease-out;
  -moz-transition: opacity 2.5s ease-out;
  transition: opacity 2.5s ease-out;
}

.awesome_video .clouds.visible {
  opacity: 1;
}

.awesome_video .cloud1, .awesome_video .cloud2, .awesome_video .cloud3, .awesome_video .cloud4 {
  position: absolute;
}

.awesome_video .cloud1 {
  width: 8%;
  top: 12%;
}

.awesome_video .cloud2 {
  width: 1.2%;
  top: 24%;
}

.awesome_video .cloud3 {
  width: 4%;
  top: 8%;
}

.awesome_video .cloud4 {
  width: 8%;
  top: 4.5%;
}

.awesome_form {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2010;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 1s cubic-bezier(0.5, 0.02, 0.18, 0.98), height 1s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.awesome_form form {
  max-width: 450px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding: 2.8125rem;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #faa381;
  text-align: center;
  -webkit-box-shadow: 0px 0px 100px rgba(51, 51, 51, 0.25);
     -moz-box-shadow: 0px 0px 100px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 0px 100px rgba(51, 51, 51, 0.25);
}

.awesome_form form .title {
  font-family: 'Creampuff';
  font-size: 1.929rem;
  color: #ffffff;
  margin-bottom: 0.9375rem;
}

.awesome_form form .text {
  width: 100%;
  margin-bottom: 1.875rem;
  line-height: 140%;
  color: #ffffff;
  font-size: 1rem;
}

.awesome_form form .inputs {
  margin-bottom: 1.875rem;
}

.awesome_form form .adig-close {
  text-transform: uppercase;
}

.awesome_form form input {
  border: 2px solid #333333;
  width: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1.25rem;
}

.awesome_form form input.fade-out {
  opacity: 0;
}

.awesome_form form input.hidden {
  display: none;
}

.awesome_form form input:last-child {
  margin-bottom: 0;
}

.awesome_form form button {
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  background-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.25rem;
  padding: 0.625rem 0.9375rem;
  font-family: 'Stellar-Light';
  -webkit-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.awesome_form form button.fade-out {
  opacity: 0;
}

.awesome_form form button.hidden {
  display: none;
}

.awesome_form form button .spinner {
  display: none;
  position: absolute;
  top: -webkit-calc(50% - 10px);
  top: -moz-calc(50% - 10px);
  top: calc(50% - 10px);
  right: 8px;
}

.awesome_form form button.loading {
  color: rgba(255, 255, 255, 0.5);
}

.awesome_form form button.loading .spinner {
  display: block;
}

.awesome_form form span {
  font-size: 12px;
  color: #ffffff;
  display: block;
  cursor: pointer;
}

.awesome_form.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.awesome_form.large {
  opacity: 0.98;
}

/* CSS para calc */
.calc-form {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  display: none;
}

.calc-form:last-child .wrapper.open {
  margin-bottom: 0;
}

.calc-form .button {
  display: inline-block;
  font-family: 'Stellar-Regular';
  height: 30px;
  border-left: 2px solid #ffffff;
  color: #ffffff;
  font-size: 0.8571rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.calc-form .button svg {
  width: 20px;
  height: auto;
  max-height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.calc-form .button svg path {
  fill: #ffffff;
}

.calc-form .button.area-clear {
  width: 60px;
}

.calc-form .button.close {
  width: 40px;
}

.calc-form .button.close svg {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: -o-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.25s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.calc-form .button.close svg g:last-child {
  opacity: 1;
  -webkit-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: opacity 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
}

.calc-form h3 {
  display: inline-block;
  width: 100%;
  font-family: 'Stellar-Medium';
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.calc-form h4 {
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 125%;
  margin-bottom: 0.7143rem;
  color: #333333;
  font-family: 'Stellar-Regular';
}

.calc-form h4:only-child {
  margin-bottom: 0px;
}

.calc-form p {
  letter-spacing: 1px;
  font-size: 0.75rem;
  color: #A0A0A0;
}

.calc-form .content {
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 auto;
}

.calc-form .header {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  padding-right: 0px;
  background-color: #BBACC1;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 0.2143rem;
  overflow: hidden;
}

.calc-form .header.active {
  border-bottom: 2px solid #333333;
}

.calc-form .header.active .close svg {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calc-form .header.active .close svg g:last-child {
  opacity: 0;
}

.calc-form .header .content {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}

.calc-form .wrapper {
  height: 0px;
  overflow: hidden;
}

.calc-form .wrapper.open {
  margin-bottom: 30px;
}

.calc-form .container {
  padding: 1.25rem 0.9375rem;
  background-color: #ddd5e0;
  margin-bottom: 0.2143rem;
}

.calc-form.default .header {
  border: none;
  background-color: #F2F2F2;
}

.calc-form.default .header.active {
  border-bottom: none;
  margin-bottom: 0.2143rem;
}

.calc-form.default .button {
  border-left: 1px solid #333333;
}

.calc-form.default .button.area-clear {
  color: #333333;
}

.calc-form.default .button.close {
  color: #333333;
}

.calc-form.default .button svg path {
  fill: #333333;
}

.calc-form.default .container {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: transparent;
  margin-bottom: 0px;
}

.calc-form.default .container:first-child {
  border-top: 2px solid #333333;
}

.calc-form.default .container:last-child {
  border-bottom: 2px solid #333333;
}

.calc-form.visible {
  display: block;
}

@media (max-width: 640px) {
  .calc-form {
    display: block;
  }
  .calc-form h4 {
    letter-spacing: 0.5px;
  }
  .calc-form h3 {
    font-size: 1rem;
  }
  .calc-form p {
    letter-spacing: 0.5px;
  }
  .calc-form .header {
    background-color: #ddd5e0;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0.07143rem;
    border: none;
    padding: 0px;
  }
  .calc-form .header.active {
    border: none;
  }
  .calc-form .header .content {
    padding: 0 1.071rem;
    height: 45px;
    line-height: 45px;
    width: -webkit-calc(100% - (45px * 2));
    width: -moz-calc(100% - (45px * 2));
    width: calc(100% - (45px * 2));
    float: left;
  }
  .calc-form .header .button {
    border-left: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    margin: 0px;
    float: left;
  }
  .calc-form .header .button svg {
    width: 15px;
    height: 15px;
  }
  .calc-form .wrapper {
    padding: 0 1.071rem;
  }
  .calc-form .wrapper.open {
    margin-bottom: 0px;
  }
  .calc-form .container {
    background-color: #ffffff;
    padding: 0.7143rem 0;
    border-top: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 0;
  }
  .calc-form .container .content {
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
  }
  .calc-form .container:last-child {
    border: none;
  }
  .calc-form.default .header {
    display: none;
  }
  .calc-form.default .container {
    border-top: none;
    border-bottom: 1px solid #d6d6d6;
  }
  .calc-form.default .container:first-child {
    border-top: none;
  }
  .calc-form.default .container:last-child {
    border-bottom: none;
  }
}

.sim-content {
  top: 100px;
  left: 250px;
  width: 800px;
  background-color: red;
  overflow: hidden;
}

@media (max-width: 640px) {
  .sim-content {
    width: 100%;
  }
}

.xsim {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 2;
}

.xsim .xsim-form {
  margin-left: 200px;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
     -moz-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.xsim .xsim-bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 640px) {
  .xsim {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .xsim .xsim-form {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xsim .xsim-bar {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.digital__web .pattern {
  position: absolute;
  width: 10.15625vw;
  height: 1000px;
  right: 30px;
  bottom: -1000px;
  background-image: url("/images/background_font.png");
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center center;
  background-repeat: repeat;
}

@media (min-width: 1400px) {
  .digital__web .pattern {
    width: 12.1428571429vw;
  }
}

.digital__web .content {
  position: absolute;
  bottom: -257px;
}

@media (min-width: 1400px) {
  .digital__web .content {
    bottom: -235px;
  }
}

.ul-digital-web {
  top: 0px;
  max-width: 70%;
}

.ul-digital-web li {
  white-space: nowrap;
  display: inline;
}

.ul-digital-web li:after {
  content: ' . ';
}

.ul-digital-web li:last-child:after {
  content: '';
}

@media (max-width: 640px) {
  .ul-digital-web {
    position: static;
  }
}

@media (min-width: 1601px) {
  .ul-digital-web {
    position: relative;
    top: -115px;
    left: 290px;
    max-width: 50%;
  }
}

.intro {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: 'Stellar-Regular';
  font-size: 2.286rem;
  color: #ffffff;
  max-width: 680px;
}

@media (max-width: 1024px) {
  .intro {
    padding: 0 1.25rem;
  }
}

@media (max-width: 640px) {
  .intro {
    padding: 0 0.9375rem;
  }
}

.intro .intro-title {
  text-transform: uppercase;
  font-size: 1em;
  color: #ffffff;
  line-height: 125%;
  margin-bottom: 1.875rem;
  font-family: 'Stellar-Regular';
}

@media (max-width: 640px) {
  .intro .intro-title {
    font-size: 0.75em;
    line-height: 140%;
    margin-bottom: 0.9375rem;
  }
  .intro .intro-title br {
    display: none;
  }
}

.intro .intro-tagline {
  max-width: 350px;
  font-family: 'Creampuff';
  font-size: 1.429rem;
  line-height: 125%;
  color: #ffffff;
}

@media (min-width: 1601px) {
  .intro .intro-tagline {
    max-width: 21.875vw;
  }
}

@media (max-width: 640px) {
  .intro .intro-tagline {
    line-height: 100%;
  }
}

.intro .intro-text {
  font-family: 'Stellar-Light';
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  line-height: 175%;
  position: absolute;
  max-width: 350px;
  left: -webkit-calc(100% - 360px);
  left: -moz-calc(100% - 360px);
  left: calc(100% - 360px);
  top: 2.8125rem;
}

@media (max-width: 640px) {
  .intro .intro-text {
    margin-top: 1.125rem;
    position: initial;
    bottom: auto !important;
    right: auto !important;
  }
}

.intro.intro-we .intro-text {
  top: 90px;
}

@media (min-width: 1601px) {
  .intro.intro-we .intro-text {
    top: 6vw;
  }
}

.intro.intro-create .intro-text, .intro.intro-awesome .intro-text, .intro.intro-digital .intro-text, .intro.intro-quiz .intro-text {
  top: 2.8125rem;
}

@media (min-width: 1601px) {
  .intro.intro-create .intro-text, .intro.intro-awesome .intro-text, .intro.intro-digital .intro-text, .intro.intro-quiz .intro-text {
    top: 3.125vw;
  }
}

@media (min-width: 1601px) {
  .intro.intro-create {
    max-width: 50vw;
  }
}

.intro.intro-curious, .intro.intro-agency {
  max-width: 950px;
}

.intro.intro-curious .intro-title br, .intro.intro-agency .intro-title br {
  display: none;
}

@media (max-width: 640px) {
  .intro.intro-curious .intro-title, .intro.intro-agency .intro-title {
    font-size: 1rem;
  }
  .intro.intro-curious .intro-title .traco, .intro.intro-agency .intro-title .traco {
    display: inline-block;
    font-family: 'Stellar-Regular';
    width: 100%;
    font-size: 1.53125rem;
    margin-bottom: 0.3125rem;
    line-height: normal;
  }
  .intro.intro-curious .intro-title .traco strong, .intro.intro-agency .intro-title .traco strong {
    font-family: 'Stellar-Bold';
  }
  .intro.intro-curious .intro-title .traco::before, .intro.intro-agency .intro-title .traco::before {
    top: -3px;
  }
  .intro.intro-curious .intro-title br, .intro.intro-agency .intro-title br {
    display: block;
  }
}

@media (min-width: 1601px) {
  .intro.intro-curious, .intro.intro-agency {
    max-width: 50vw;
  }
}

@media (max-width: 640px) {
  .intro.intro-curious, .intro.intro-agency {
    width: 100%;
    padding-top: 4.375rem;
  }
}

@media (min-width: 1601px) {
  .intro.intro-curious .intro-text {
    top: 5.9375vw;
  }
}

.intro.intro-curious a {
  position: absolute;
  width: 220px;
  left: -webkit-calc(100% - 360px);
  left: -moz-calc(100% - 360px);
  left: calc(100% - 360px);
  bottom: -90px;
  text-align: center;
}

@media (min-width: 1601px) {
  .intro.intro-curious a {
    width: 10vw;
    left: -webkit-calc(100% - 25vw);
    left: -moz-calc(100% - 25vw);
    left: calc(100% - 25vw);
    font-size: 0.8125vw;
  }
}

@media (max-width: 1024px) {
  .intro.intro-curious a {
    left: 0px;
  }
}

@media (max-width: 640px) {
  .intro.intro-curious a {
    position: absolute;
    right: 0;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.9375rem;
  }
}

@media (max-width: 640px) {
  .intro.intro-curious {
    height: -webkit-calc(100vh - (45px * 2));
    height: -moz-calc(100vh - (45px * 2));
    height: calc(100vh - (45px * 2));
  }
}

.intro.intro-agency .intro-text {
  top: 6.858rem;
}

@media (min-width: 1601px) {
  .intro.intro-agency .intro-text {
    top: 5.9375vw;
  }
}

@media (min-width: 1601px) {
  .intro {
    max-width: 45vw;
  }
  .intro .intro-title {
    font-size: 2.1vw;
  }
  .intro .intro-tagline {
    font-size: 1.4vw;
  }
  .intro .intro-text {
    line-height: 175%;
    font-size: 0.875vw;
    max-width: 25vw;
    left: -webkit-calc(100% - 25vw);
    left: -moz-calc(100% - 25vw);
    left: calc(100% - 25vw);
  }
}

.home_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  width: 300px;
  height: 50px;
  color: #ffffff;
  font-family: 'Stellar-Light';
  font-size: 1.125rem;
  text-transform: uppercase;
  border: 2px solid #333333;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  -o-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  -moz-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s, background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98) 0s;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
    &:after, &:before{
        content:'';
        position:absolute;
        width:0;
        height:0;
        animation-duration:0.3s;
        animation-timing-function: $t-default;
        animation-iteration-count:1;
        animation-fill-mode:forwards;
    }

    &:after{
        bottom:0;
        right:0;
        border-bottom: 1px solid $color_white_alpha;
        border-left: 1px solid $color_white_alpha;
        animation-delay:0.0s;
    }

    &:before{
        top:0;
        left:0;
        border-top: 1px solid $color_white_alpha;
        border-right: 1px solid $color_white_alpha;
        animation-delay:0.3s;
    }
    */
}

@media (min-width: 1921px) {
  .home_button {
    font-size: 0.9375vw;
    width: 15.625vw;
    height: 2.6041666667vw;
    border: 0.1041666667vw solid #333333;
  }
}

@media (max-width: 640px) {
  .home_button {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .home_button:not(:last-child) {
    margin-right: 0.625rem;
  }
}

@media (max-width: 640px) {
  .home_button:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1921px) {
  .home_button:not(:last-child) {
    margin-right: 0.5208333333vw;
  }
}

.home_button:hover {
  color: #faa381;
  background-color: #ffffff;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -o-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  -moz-transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  transition: color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98), background-color 0.3s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  /*
        &::after{
            animation-name: afterborder;
            border-color: $color_white;
        }

        &::before{
            animation-name: afterborder;
            border-color: $color_white;
        }
        */
}

.home_button.dark {
  color: #ffffff;
  background-color: #333333;
}

.home_button.dark:hover {
  color: black;
  background-color: #ffffff;
  /*
            &::after{
                border-color: $color_white;
            }

            &::before{
                border-color: $color_white;
            }
            */
}

.home_button.light {
  background-color: #ffffff;
  color: #333333;
  /*
        &.bg-01 {
            background-image: url('/images/patt-01.svg');
            background-size: 60px;
        }

        &.bg-02 {
            background-image: url('/images/patt-02.svg');
            background-size: 80px;
        }

        &.bg-03 {
            background-image: url('/images/patt-03.svg');
            background-size: 60px;
        }

        &.bg-04 {
            background-image: url('/images/patt-04.svg');
            background-size: 90px;
        }

        &.bg-05 {
            background-image: url('/images/patt-05.svg');
            background-size: 60px;
        }

        &.bg-06 {
            background-image: url('/images/patt-06.svg');
            background-size: 300px;
        }
        */
}

.devchoice {
  position: relative;
  height: -webkit-calc(100vh - 45px - 45px);
  height: -moz-calc(100vh - 45px - 45px);
  height: calc(100vh - 45px - 45px);
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.devchoice .devheader {
  height: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #F2F2F2;
}

.devchoice .devheader .effect {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40vw;
  height: 6vh;
  background-image: url("/images/background_font.png");
  -moz-background-size: 660px auto;
    -o-background-size: 660px auto;
       background-size: 660px auto;
}

.devchoice .devheader h1 {
  font-family: 'Stellar-Regular';
  font-size: 1.40625rem;
  text-transform: uppercase;
  line-height: 125%;
  margin-bottom: 1.875rem;
}

.devchoice .devheader p {
  font-size: 0.9375rem;
  line-height: 125%;
}

@media (max-width: 640px) {
  .devchoice .devheader {
    -webkit-box-align: left;
    -webkit-align-items: left;
       -moz-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    background-color: #ffffff;
    padding: 0.875rem;
  }
  .devchoice .devheader h1 {
    text-align: left;
  }
  .devchoice .devheader .effect {
    display: none;
  }
}

@media (min-width: 1601px) {
  .devchoice .devheader h1 {
    font-size: 2.1875vw;
  }
  .devchoice .devheader p {
    font-size: 1vw;
  }
}

.devchoice .devbuts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.devchoice .devbuts .choice-a, .devchoice .devbuts .choice-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCD29F;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.devchoice .devbuts .choice-b {
  background-color: #faa381;
}

.devchoice .devbuts .choice-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.9375rem;
}

.devchoice .devbuts .choice-text h3 {
  font-family: 'Stellar-Bold';
  margin-bottom: 2rem;
  font-size: 1.40625rem;
  color: #ffffff;
}

@media (max-width: 640px) {
  .devchoice .devbuts .choice-text h3 {
    font-size: 1rem;
  }
}

@media (min-width: 1601px) {
  .devchoice .devbuts .choice-text h3 {
    font-size: 1.40625vw;
  }
}

.devchoice .devbuts .choice-text button {
  color: #ffffff;
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: #333333;
  padding: 0.46875rem 0.9375rem;
  width: 150px;
  font-size: 1.125rem;
  font-family: 'Stellar-Medium';
}

@media (max-width: 640px) {
  .devchoice .devbuts .choice-text button {
    display: none;
  }
}

@media (min-width: 1601px) {
  .devchoice .devbuts .choice-text button {
    font-size: 1.125vw;
    width: 10vw;
    padding: 0.46875vw 0.7vw;
  }
}

.devchoice .devbuts .choice-text img {
  width: 20px;
  display: none;
}

@media (max-width: 640px) {
  .devchoice .devbuts .choice-text img {
    display: block;
  }
}

.quiz-container,
.quiz-score-container,
.quiz-loading-container {
  width: 100%;
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  height: calc(100vh - 90px);
  padding: 3.125rem 6.25rem;
  overflow: hidden;
}

@media (max-width: 991px) {
  .quiz-container,
  .quiz-score-container,
  .quiz-loading-container {
    padding: 2.5rem 2.5rem;
    min-height: -webkit-calc(100vh - 90px);
    min-height: -moz-calc(100vh - 90px);
    min-height: calc(100vh - 90px);
    height: auto;
  }
}

@media (max-width: 640px) {
  .quiz-container,
  .quiz-score-container,
  .quiz-loading-container {
    padding: 1.25rem 1.25rem;
  }
}

.quiz-container.cream,
.quiz-score-container.cream {
  background-color: #faa381;
}

.quiz-container.yellow,
.quiz-score-container.yellow {
  background-color: #FCD29F;
}

.quiz-container.green,
.quiz-score-container.green {
  background-color: #7FD8BE;
}

.quiz-container.greendark,
.quiz-score-container.greendark {
  background-color: #58A08B;
}

.quiz-container.purple,
.quiz-score-container.purple {
  background-color: #BBACC1;
}

.page-quiz,
.quiz-container,
.quiz-score-container,
.quiz-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-quiz.hide,
.quiz-container.hide,
.quiz-score-container.hide,
.quiz-loading-container.hide {
  opacity: 0;
}

.page-quiz.show,
.quiz-container.show,
.quiz-score-container.show,
.quiz-loading-container.show {
  position: relative;
  top: auto;
  left: auto;
}

.quiz-score-container {
  z-index: 3;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.quiz-loading-container {
  z-index: 4;
  -webkit-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.quiz-container {
  z-index: 5;
  -webkit-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
}

.page-quiz {
  position: relative;
  z-index: 6;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@media (max-width: 991px) {
  .quiz-container,
  .quiz-score-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}

.quiz-container {
  z-index: 5;
}

@media (max-width: 991px) {
  .quiz-container {
    padding-top: 4.375rem;
  }
}

.quiz-container.cream .option:hover .letter, .quiz-container.cream .option.selected .letter {
  color: #faa381;
  border-right: 1px solid #faa381;
}

@media (max-width: 991px) {
  .quiz-container.cream .quiz-append-dots {
    background-color: #faa381;
  }
}

.quiz-container.cream .quiz-append-dots .slick-dots li.slick-active {
  border: none;
  color: #faa381;
}

.quiz-container.yellow .option:hover .letter, .quiz-container.yellow .option.selected .letter {
  color: #FCD29F;
  border-right: 1px solid #FCD29F;
}

@media (max-width: 991px) {
  .quiz-container.yellow .quiz-append-dots {
    background-color: #FCD29F;
  }
}

.quiz-container.yellow .quiz-append-dots .slick-dots li.slick-active {
  border: none;
  color: #FCD29F;
}

.quiz-container.green .option:hover .letter, .quiz-container.green .option.selected .letter {
  color: #7FD8BE;
  border-right: 1px solid #7FD8BE;
}

@media (max-width: 991px) {
  .quiz-container.green .quiz-append-dots {
    background-color: #7FD8BE;
  }
}

.quiz-container.green .quiz-append-dots .slick-dots li.slick-active {
  border: none;
  color: #7FD8BE;
}

.quiz-container.greendark .option:hover .letter, .quiz-container.greendark .option.selected .letter {
  color: #58A08B;
  border-right: 1px solid #58A08B;
}

@media (max-width: 991px) {
  .quiz-container.greendark .quiz-append-dots {
    background-color: #58A08B;
  }
}

.quiz-container.greendark .quiz-append-dots .slick-dots li.slick-active {
  border: none;
  color: #58A08B;
}

.quiz-container.purple .option:hover .letter, .quiz-container.purple .option.selected .letter {
  color: #BBACC1;
  border-right: 1px solid #BBACC1;
}

@media (max-width: 991px) {
  .quiz-container.purple .quiz-append-dots {
    background-color: #BBACC1;
  }
}

.quiz-container.purple .quiz-append-dots .slick-dots li.slick-active {
  border: none;
  color: #BBACC1;
}

.quiz-container > .content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.quiz-container .btn-container {
  width: 50%;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .quiz-container .btn-container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.quiz-container .home_button {
  width: -webkit-calc(50% - 5px);
  width: -moz-calc(50% - 5px);
  width: calc(50% - 5px);
}

.quiz-loading-container {
  background-color: #f2f2f2;
}

.quiz-loading-container.show .quiz-calc-animation .dot {
  -webkit-animation: blink 1.4s linear infinite;
     -moz-animation: blink 1.4s linear infinite;
       -o-animation: blink 1.4s linear infinite;
          animation: blink 1.4s linear infinite;
}

.quiz-loading-container.show .quiz-calc-animation .dot:nth-last-child(3) {
  -webkit-animation-delay: 0s;
     -moz-animation-delay: 0s;
       -o-animation-delay: 0s;
          animation-delay: 0s;
}

.quiz-loading-container.show .quiz-calc-animation .dot:nth-last-child(2) {
  -webkit-animation-delay: .2s;
     -moz-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}

.quiz-loading-container.show .quiz-calc-animation .dot:nth-last-child(1) {
  -webkit-animation-delay: .4s;
     -moz-animation-delay: .4s;
       -o-animation-delay: .4s;
          animation-delay: .4s;
}

.quiz-loading-container .content {
  margin: 0 auto;
}

.quiz-slider-container {
  max-width: 1600px;
  width: 100%;
  margin-bottom: 4.375rem;
}

@media (max-width: 991px) {
  .quiz-slider-container {
    margin-bottom: 1.25rem;
  }
}

.quiz-slider-container .slick-list {
  overflow: hidden;
}

@media (max-width: 991px) {
  .quiz-score-container {
    padding: 2.5rem 1.25rem;
  }
}

.quiz-score-container > .content {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 991px) {
  .quiz-score-container > .content {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}

.quiz-score-container .copys {
  width: 55%;
  padding-right: 6.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1400px) {
  .quiz-score-container .copys {
    width: 50%;
    padding-right: 3.125rem;
  }
}

@media (max-width: 991px) {
  .quiz-score-container .copys {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0rem;
    width: 100%;
  }
}

.quiz-score-container .results {
  width: 45%;
}

@media (max-width: 1400px) {
  .quiz-score-container .results {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .quiz-score-container .results {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.quiz-score-container .results .row {
  margin: 0 -1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1400px) {
  .quiz-score-container .results .row {
    margin: 0 -0.625rem;
  }
}

.quiz-score-container .copy {
  display: none;
  margin-bottom: 45px;
}

.quiz-score-container .copy p {
  font-size: 1rem;
  color: #ffffff;
  line-height: 160%;
}

@media (min-width: 1601px) {
  .quiz-score-container .copy p {
    font-size: 0.78125vw;
  }
}

.quiz-score-container h4 {
  font-size: 3.125rem;
  line-height: 125%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1.875rem;
}

@media (max-width: 991px) {
  .quiz-score-container h4 {
    font-size: 1.875rem;
    line-height: 140%;
  }
}

.quiz-score-container h4 strong {
  color: #333333;
  font-family: 'Stellar-Bold';
}

.quiz-score-container .result-bar {
  position: relative;
  width: 50%;
  padding: 0 1.5625rem;
}

@media (max-width: 1400px) {
  .quiz-score-container .result-bar {
    padding: 0 0.625rem;
  }
}

.quiz-score-container .result-bar > .wrapper {
  border: 2px solid #ffffff;
  padding-top: 180%;
  position: relative;
  min-height: 450px;
}

@media (max-width: 991px) {
  .quiz-score-container .result-bar > .wrapper {
    padding-top: 166%;
    min-height: 400px;
  }
}

@media (max-width: 640px) {
  .quiz-score-container .result-bar > .wrapper {
    min-height: 245px;
  }
}

.quiz-score-container .result-bar > .content {
  position: absolute;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}

@media (max-width: 1400px) {
  .quiz-score-container .result-bar > .content {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.quiz-score-container .result-bar .fill-bar {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
}

.quiz-score-container .result-bar .result {
  font-size: 6.875rem;
  font-family: 'Stellar-Bold';
  margin-bottom: 35%;
}

@media (max-width: 1400px) {
  .quiz-score-container .result-bar .result {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  .quiz-score-container .result-bar .result {
    font-size: 3.75rem;
    margin-bottom: 25%;
  }
}

.quiz-score-container .result-bar .result span {
  font-size: 2.8125rem;
}

@media (max-width: 1400px) {
  .quiz-score-container .result-bar .result span {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .quiz-score-container .result-bar .result span {
    font-size: 1.875rem;
  }
}

.quiz-score-container .result-bar .avarage {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Stellar-Regular';
}

@media (max-width: 991px) {
  .quiz-score-container .result-bar .avarage {
    font-size: 0.8125rem;
  }
}

.quiz-score-container .result-bar .avarage span {
  font-family: 'Stellar-Bold';
}

.quiz-score-container .result-bar img {
  max-width: 100%;
  width: auto;
  height: 70px;
  margin-bottom: 30%;
}

@media (max-width: 991px) {
  .quiz-score-container .result-bar img {
    margin-bottom: 15%;
    height: 50px;
  }
}

@media (max-width: 640px) {
  .quiz-score-container .result-bar img {
    height: 35px;
  }
}

.quiz-score-container .home_button {
  width: 210px;
}

@media (max-width: 640px) {
  .quiz-score-container .home_button {
    width: 100%;
  }
}

.question {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  float: left;
  height: 530px;
}

@media (max-width: 991px) {
  .question {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    height: auto;
  }
}

.question.image h4 {
  font-size: 2.25rem;
}

@media (max-width: 991px) {
  .question.image h4 {
    font-size: 1.875rem;
    line-height: 115%;
  }
}

.question h4 {
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1.875rem;
  line-height: 140%;
}

@media (max-width: 991px) {
  .question h4 {
    font-size: 1.875rem;
    line-height: 115%;
  }
}

.question h4 strong {
  display: block;
  position: relative;
  font-family: 'Stellar-Light';
  color: #333333;
  font-weight: 300;
  text-transform: normal;
  margin-bottom: 0.9375rem;
}

@media (max-width: 991px) {
  .question h4 strong {
    display: none;
  }
}

.question h4 strong::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 50px;
  height: 2px;
  background-color: #333333;
}

@media (max-width: 991px) {
  .question h4 br {
    display: none;
  }
}

.question img {
  max-width: 300px;
  width: 100%;
}

@media (max-width: 991px) {
  .question img {
    display: block;
    margin: 0 auto 40px auto;
  }
}

.question-title {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6.25rem;
  max-height: 515px;
}

@media (max-width: 991px) {
  .question-title {
    width: 100%;
    padding-right: 0rem;
    max-height: none;
  }
}

.question-answers {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 530px;
}

@media (max-width: 991px) {
  .question-answers {
    width: 100%;
    max-height: none;
  }
}

.option {
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

@media (max-width: 991px) {
  .option {
    margin-bottom: 0.625rem;
  }
}

.option:hover, .option.selected {
  background-color: #ffffff;
}

.option:hover input[type="checkbox"] + label, .option:hover input[type="radio"] + label, .option.selected input[type="checkbox"] + label, .option.selected input[type="radio"] + label {
  color: #333333;
}

.option:last-child {
  margin-bottom: 0rem;
}

.option input[type="checkbox"], .option input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.option input[type="checkbox"] + label, .option input[type="radio"] + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 1.25rem;
  cursor: pointer;
}

@media (max-width: 991px) {
  .option input[type="checkbox"] + label, .option input[type="radio"] + label {
    padding: 0.9375rem;
  }
}

.option .letter {
  display: inline-block;
  padding: 1.25rem 1.25rem 1.25rem 0rem;
  border-right: 2px solid #ffffff;
  font-size: 1.5rem;
  font-family: 'Stellar-Regular';
}

@media (max-width: 991px) {
  .option .letter {
    padding: 1.125rem 0.9375rem 1.125rem 0rem;
    font-size: 1.5rem;
  }
}

.option .answer {
  display: inline-block;
  padding-left: 1.875rem;
  font-size: 1.5rem;
  font-family: 'Stellar-Regular';
}

@media (max-width: 991px) {
  .option .answer {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}

#quiz-load {
  margin: 2.1875rem auto 0rem auto;
  width: 100%;
}

@media (max-width: 991px) {
  #quiz-load {
    margin: 1.5625rem auto 0rem auto;
  }
}

#quiz-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0.3125rem;
}

#quiz-next {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.3125rem;
}

#quiz-finish {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 0.3125rem;
}

#quiz-prev.hide {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  #quiz-prev.hide {
    display: none;
  }
}

#quiz-next.hide, #quiz-finish.hide {
  display: none;
}

.line-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #333333;
  z-index: 30;
  -webkit-transition-property: width;
  -o-transition-property: width;
  -moz-transition-property: width;
  transition-property: width;
}

@media (max-width: 991px) {
  .line-progress {
    position: fixed;
    top: 45px;
    height: 5px;
  }
}

#timer, #timer_mobile {
  background-color: #333333;
  color: #ffffff;
}

#timer {
  display: inline-block;
  width: 35px;
  font-size: 0.75rem;
  position: absolute;
  text-align: center;
  top: 15px;
  right: 0;
  -webkit-transform: translateX(45%);
     -moz-transform: translateX(45%);
      -ms-transform: translateX(45%);
       -o-transform: translateX(45%);
          transform: translateX(45%);
  padding: 0.21875rem 0.3125rem;
  -webkit-transition-property: right;
  -o-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
}

@media (max-width: 991px) {
  #timer {
    display: none;
  }
}

#timer:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}

#timer_mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
     -moz-transform: translateX(50%);
      -ms-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
  opacity: 0;
  pointer-events: none;
  font-size: 0.875rem;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 45px;
}

@media (max-width: 991px) {
  #timer_mobile.visible {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
}

.quiz-append-dots {
  margin: 0rem -1.25rem 3.125rem -1.25rem;
  overflow: auto;
}

.quiz-append-dots::-webkit-scrollbar {
  display: none;
}

@media (max-width: 991px) {
  .quiz-append-dots {
    position: fixed;
    top: 45px;
    left: 0px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0.9375rem 0;
    z-index: 2;
    -webkit-transition: background-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
  }
}

.quiz-append-dots .slick-dots {
  text-align: center;
  white-space: nowrap;
}

.quiz-append-dots .slick-dots li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  margin: 0 0.9075%;
  color: #ffffff;
  padding: 0.78125rem 0.9375rem;
  cursor: pointer;
  font-family: 'Stellar-Regular';
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .quiz-append-dots .slick-dots li {
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    margin: 0 0.3125rem;
  }
}

@media (max-width: 767px) {
  .quiz-append-dots .slick-dots li {
    padding: 0.3125rem 0.46875rem;
  }
}

.quiz-append-dots .slick-dots li:first-child {
  margin-left: 1.25rem;
}

.quiz-append-dots .slick-dots li:last-child {
  margin-right: 1.25rem;
}

.quiz-append-dots .slick-dots li.slick-active {
  border: none;
  background-color: #ffffff;
  pointer-events: none;
  cursor: auto;
}

.quiz-append-dots .slick-dots li.filled {
  border: 1px solid #ffffff;
}

.quiz-logo {
  max-width: 720px;
  width: 100%;
  margin-bottom: 3.125rem;
}

@media (max-width: 991px) {
  .quiz-logo {
    margin-bottom: 1.5625rem;
  }
}

.page-quiz .content {
  max-width: 720px;
}

.page-quiz .header__overlay video {
  opacity: 0.1;
}

.page-quiz .desc {
  max-width: 650px;
  padding: 0 3.4375rem;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .page-quiz .desc {
    padding: 0;
  }
}

.page-quiz .desc p {
  font-size: 1rem;
  line-height: 160%;
}

@media (min-width: 1601px) {
  .page-quiz .desc p {
    font-size: 0.78125vw;
  }
}

@media (max-width: 1400px) {
  .page-quiz .desc p {
    font-size: 0.875rem;
  }
}

.quiz-calc-animation {
  text-align: center;
  font-size: 2.8125rem;
  font-family: 'Stellar-Bold';
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .quiz-calc-animation {
    font-size: 1.875rem;
  }
}

@media (max-width: 640px) {
  .quiz-calc-animation {
    text-align: left;
  }
}

.quiz-calc-animation .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
}

@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@-o-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .team__banner:first-child {
    margin-top: 1.875rem;
  }
  .team__banner .content.small {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .prices__calltoaction {
    right: 0px;
  }
}

@media (max-width: 991px) {
  .page_container {
    min-height: -webkit-calc(100vh - ((45px * 2) + 25px));
    min-height: -moz-calc(100vh - ((45px * 2) + 25px));
    min-height: calc(100vh - ((45px * 2) + 25px));
    margin-top: 45px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .page_container.sem_footer {
    margin-bottom: 45px;
    min-height: -webkit-calc(100vh - (45px * 2));
    min-height: -moz-calc(100vh - (45px * 2));
    min-height: calc(100vh - (45px * 2));
    height: auto;
  }
  .page_container.sem_footer + footer {
    display: none;
  }
  .homepage__header {
    padding: 2.5rem 2.5rem;
    min-height: -webkit-calc(100vh - (45px * 2));
    min-height: -moz-calc(100vh - (45px * 2));
    min-height: calc(100vh - (45px * 2));
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .homepage__header .big-words, .homepage__header .small-words {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .djanim {
    position: relative;
    margin: 0 auto;
    top: auto;
    right: auto;
    margin-bottom: 1.25rem;
  }
  #random_definition {
    display: none;
  }
  .contacts__content {
    bottom: 45px;
    max-width: none;
    height: -webkit-calc( 100vh - (45px * 2));
    height: -moz-calc( 100vh - (45px * 2));
    height: calc( 100vh - (45px * 2));
    padding: 0;
    overflow: auto;
    right: 0;
    top: 100%;
    -webkit-transition: top 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    -o-transition: top 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    -moz-transition: top 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    transition: top 0.5s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  }
  .contacts__content .content {
    padding: 0 1.25rem;
    margin-bottom: 2.5rem;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    float: left;
  }
  .contacts__content .social {
    width: 60px;
    height: auto;
    line-height: normal;
    text-align: center;
    float: left;
  }
  .contacts__content .social .button {
    margin-bottom: 0.625rem;
  }
  .contacts__content img {
    display: none;
  }
  .contacts__content.open {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: -webkit-calc(0% + 45px);
    top: -moz-calc(0% + 45px);
    top: calc(0% + 45px);
  }
  .contacts__content.home {
    height: -webkit-calc( 100vh - (45px * 2));
    height: -moz-calc( 100vh - (45px * 2));
    height: calc( 100vh - (45px * 2));
  }
  .contacts__content.home.open {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    top: -webkit-calc(0% + 45px);
    top: -moz-calc(0% + 45px);
    top: calc(0% + 45px);
  }
  .contacts__content .button {
    width: 30px;
    height: 30px;
  }
  .contacts__content .button:hover {
    height: 30px;
  }
  .contacts__content .button:hover svg {
    width: 30px;
    height: 30px;
  }
  .contacts__content .button:hover svg path, .contacts__content .button:hover svg ellipse, .contacts__content .button:hover svg rect {
    fill: #333333;
  }
  .contacts__content .button svg {
    width: 30px;
    height: 30px;
  }
  .contacts__content dt {
    font-size: 0.8571rem;
  }
  .contacts__content dd {
    margin-bottom: 0.9375rem;
    font-size: 0.8571rem;
  }
  .contacts__bar {
    position: fixed;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0 1.25rem;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contacts__bar.home {
    height: 45px;
    line-height: 45px;
  }
  header {
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0px 1.25rem;
  }
  header img {
    width: 70px;
    height: 20px;
  }
  header .mobmenu {
    display: inline;
    position: absolute;
    top: 10px;
    width: 40px;
    right: 15px;
    height: 20px;
  }
  header .mobmenu.hidden {
    display: none;
  }
  .menu__bar {
    display: none;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
  footer {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: #333333;
    text-align: center;
    margin-bottom: 45px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 1.5625rem;
  }
  footer p {
    text-align: center;
    font-size: 0.625rem;
    color: #ffffff;
  }
  .prices__estimated.fixed {
    right: 0px;
  }
  #gmap {
    display: block;
    margin-bottom: 2.5rem;
  }
  .header__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .header__overlay video {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .form__button__container {
    left: 0;
  }
  .team__banner .content.small {
    width: 100%;
  }
  .team__banner:first-child {
    margin-top: 0;
  }
  .we__title .content {
    margin-top: -4.375rem;
  }
}

@media (min-width: 640px) and (max-width: 991px) {
  #gmap {
    height: -webkit-calc(100% - 245px);
    height: -moz-calc(100% - 245px);
    height: calc(100% - 245px);
  }
}

@media (max-width: 768px) {
  .team__box .texto {
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
    bottom: 20px;
  }
}

@media (max-width: 640px) {
  html {
    font-size: 14px;
  }
  .mobile {
    display: initial !important;
  }
  .no-mobile {
    display: none !important;
  }
  .page_container {
    margin-top: 45px;
    margin-bottom: 0;
  }
  .page_container.sem_footer {
    margin-bottom: 45px;
  }
  .homepage__header {
    display: block;
    padding: 1.25rem;
  }
  .homepage__header h2 {
    /*
            &:hover, &.hover{
                margin-left: pxrem(20);
                padding-left: 0;

                &:before, &::before{
                    content: '.';
                }
            }
            */
  }
  .homepage__header .slogan {
    margin-bottom: 1.875rem;
  }
  .homepage__header .btn_container {
    width: 100%;
  }
  .homepage__header h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .we h2 {
    font-size: 1.857rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
  }
  .we p {
    float: none;
    font-size: 0.8571rem;
  }
  .we__title {
    width: 100%;
    padding: 3.125rem 0.9375rem;
    display: block;
    height: 510px;
  }
  .we__title h2 .traco {
    font-family: 'Stellar-Medium';
    color: #ffffff;
  }
  .we__title h2 .traco::before {
    background-color: #ffffff;
  }
  .we__title .content {
    margin-top: 0;
  }
  .we__cream {
    width: 170px;
    height: 510px;
    right: 0;
    top: 290px;
  }
  .we__bottom {
    margin-top: -12.5rem;
    position: static;
    height: auto;
  }
  .we__yellow {
    height: 52.34375vw;
    max-height: 200px;
  }
  .we__grey {
    padding: 0 1.25rem;
  }
  .we__grey h2 {
    float: none;
  }
  .we__grey h2 strong::before {
    width: 30px;
  }
  .we__grey p {
    float: none;
    text-align: left;
  }
  .team__grid {
    margin-bottom: 13.125rem;
    margin-bottom: 0;
  }
  .team__grid .row {
    margin: 0 -1.25rem;
  }
  .team__banner {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 3.125rem;
    padding: 0 0.9375rem;
  }
  .team__banner:first-child {
    margin-top: 0;
  }
  .team__banner .content {
    display: block;
  }
  .team__banner .content.big {
    max-width: 350px;
    width: 100%;
  }
  .team__banner .content.small {
    max-width: 350px;
    width: 100%;
  }
  .team__banner .content.left {
    float: none;
  }
  .team__banner .content.right {
    float: none;
  }
  .team__banner .content::before, .team__banner .content::after {
    width: 50px;
    height: 1px;
    z-index: -1;
  }
  .team__banner .content::before {
    top: 18px;
    right: -6px;
  }
  .team__banner .content::after {
    content: none;
    bottom: 18px;
    left: -6px;
  }
  .team__banner .content:hover .team__box {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 30px;
    max-width: none;
    max-height: none;
  }
  .team__banner .content:hover .team__box .texto {
    opacity: 0;
  }
  .team__banner .content:hover::before, .team__banner .content:hover::after {
    width: 50px;
    height: 1px;
    z-index: -1;
  }
  .team__banner .content:hover::before {
    top: 18px;
    right: -6px;
  }
  .team__banner .content:hover::after {
    bottom: 18px;
    left: -6px;
  }
  .team__banner .content.hover::before, .team__banner .content.hover::after {
    width: 50px;
    height: 1px;
    z-index: 3;
  }
  .team__banner .content.hover::before {
    top: 18px;
    right: -6px;
  }
  .team__banner .content.hover::after {
    bottom: 18px;
    left: -6px;
  }
  .team__banner .content.hover .team__box {
    width: 100%;
    height: -webkit-calc(100% + 30px);
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
    max-width: none;
    max-height: none;
  }
  .team__banner .content.hover .team__box .texto {
    opacity: 1;
  }
  .team__box {
    position: absolute;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: 30px;
    right: 0px;
    bottom: -30px;
  }
  .team__box .texto {
    width: 100%;
    position: static;
    left: 0px;
    bottom: 0px;
    opacity: 0;
  }
  .team__box .texto h4 {
    font-size: 1.429rem;
    margin-bottom: 0.625rem;
  }
  .team__box .texto h5 {
    font-size: 1.143rem;
    margin-bottom: 0.625rem;
    font-family: 'Creampuff';
    letter-spacing: 1px;
  }
  .team__box .texto p {
    font-size: 0.7rem;
    line-height: 175%;
    margin-bottom: 10px;
  }
  .team__box .texto p.email {
    font-size: 0.7rem;
    font-family: 'Stellar-Regular';
    margin-bottom: 0px;
  }
  .team__box button {
    display: block;
  }
  .create h2 {
    font-size: 1.857rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
  }
  .create p {
    font-size: 0.8571rem;
  }
  /*.create__header{
        height: calc(100vh - (45px * 2) - 25px);

        h2{
            strong{
                display:inline;
                font-size: $heading1_mobile;
                &::after{
                    content: "\A";
                    white-space: pre;
                }
            }
        }

        h3{
            margin-bottom: pxrem(30);
        }
    }*/
  .awesome h2 {
    font-size: 1.857rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
  }
  .awesome p {
    font-size: 0.8571rem;
  }
  /*.awesome__header{
        height: auto;

        h2{
            strong{
                display:inline;
                font-size: $heading1_mobile;
                &::after{
                    content: "\A";
                    white-space: pre;
                }
            }
            br{
                display:none;
            }
        }
    }*/
  .digital h2 {
    font-size: 1.857rem;
    line-height: 140%;
    margin-bottom: 1.25rem;
  }
  .digital h4 {
    margin-bottom: 1.875rem;
  }
  .digital p {
    font-size: 0.8571rem;
  }
  /*.digital__header{
        height: auto;
        h2{
            strong{
                display:inline;
                font-size: $heading1_mobile;
                &::after{
                    content: "\A";
                    white-space: pre;
                }
            }
            br{
                display:none;
            }
        }
    }*/
  .digital__container h3 {
    font-size: 1.857rem;
    margin-bottom: 0.9375rem;
  }
  .digital__container h3::before {
    content: none;
  }
  .digital__container p {
    font-size: 0.8571rem;
  }
  .digital__container .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 0.9375rem 1.25rem;
    height: auto;
  }
  .digital__container .content::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -10px;
    width: 60px;
    height: 1px;
    -webkit-transform: rotate(135deg);
       -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
    background-color: #ffffff;
  }
  .digital__web {
    position: relative;
    width: 100%;
    height: 131.25vw;
    max-height: 500px;
  }
  .digital__web .content {
    background-color: #ffffff;
    color: #333333;
  }
  .digital__web .content h3 {
    width: 100%;
    float: none;
    text-align: left;
    color: #7FD8BE;
  }
  .digital__web .content::after {
    background-color: #7FD8BE;
  }
  .digital__newmedia {
    position: relative;
    width: 100%;
    height: 131.25vw;
    max-height: 500px;
  }
  .digital__newmedia .content {
    background-color: #faa381;
    color: #333333;
  }
  .digital__newmedia .background {
    height: 100%;
  }
  .digital__art {
    position: relative;
    width: 100%;
    height: 131.25vw;
    max-height: 500px;
    background-image: url("/images/background_font.png");
    -moz-background-size: cover;
      -o-background-size: cover;
         background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .digital__art .content {
    background-color: #FCD29F;
    color: #333333;
  }
  .prices__container {
    padding: 0.9375rem 0 0 0;
    background-color: #ffffff;
  }
  .prices__estimated {
    max-width: none;
    text-align: left;
  }
  .prices__estimated .estimate {
    font-size: 1.5rem;
  }
  .prices__estimated .content {
    padding: 0.5rem 0.625rem 0.5rem 0.9375rem;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
    margin-right: 0.0625rem;
    margin-bottom: 0px;
    height: 56px;
  }
  .prices__estimated .content.full {
    width: 100%;
  }
  .prices__estimated .icon {
    display: block;
    width: 54px;
    height: 56px;
  }
  .prices__estimated h5 {
    font-family: 'Stellar-Regular';
    font-size: 0.8571rem;
    margin-bottom: 0.3125rem;
  }
  .prices__estimated p {
    font-family: 'Stellar-Regular';
    font-size: 1.286rem;
  }
  .prices__estimated.fixed {
    top: 45px;
    background-color: #BBACC1;
  }
  .prices__black__container {
    max-width: none;
  }
  .prices__black {
    text-align: left;
    /*.icon{
            display:none;
            width: 54px;
            height: 56px;
        }*/
  }
  .prices__black .content {
    padding: 0 0.9375rem;
    width: 100%;
    min-height: 54px;
    height: auto;
    line-height: 54px;
    margin-bottom: 0;
  }
  .prices__black h5 {
    font-family: 'Stellar-Bold';
    font-size: 1.286rem;
    text-align: left;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin: 0 auto;
  }
  .prices__black h5 br {
    display: none;
  }
  .prices__black h5 svg {
    position: absolute;
    margin-top: -0.625rem;
    top: 50%;
    right: -15px;
    margin-right: 0;
  }
  .prices__black p {
    font-family: 'Stellar-Regular';
    font-size: 1.286rem;
  }
  .prices__black .smaller {
    margin-top: 0.125rem;
  }
  #random_word {
    font-size: 2.5714285714rem;
    margin-bottom: 20px;
  }
  #random_word + h2 {
    font-size: 1.7142857143rem;
  }
  /*.form__button__section{
        max-width: none;
        position:static;
        top:0;
        left:0;
        width: 100%;

        ul{
            width: 100%;
            &.sub{
                position:static;
                top:auto;
                left:auto;
                width: 100%;

                .form__button__container{
                    .content{
                        background-color: $color_creamlight;
                    }

                    .icon{
                        background-color: $color_creamlight;
                    }

                    &.active{
                        .content{
                            background-color: $color_cream;
                        }

                        .icon{
                            background-color: $color_cream;
                        }
                    }
                }

                &.open{
                    &.one{
                        height: ($form_button_height_mobile + 1px) * 1;
                    }
                    &.two{
                        height: ($form_button_height_mobile + 1px) * 2;
                    }
                    &.three{
                        height: ($form_button_height_mobile + 1px) * 3;
                    }
                    &.four{
                        height: ($form_button_height_mobile + 1px) * 4;
                    }
                }
            }
        }
        li{
            width: 100%;
        }
    }*/
  .form__button__container {
    position: static;
    max-width: none;
    width: 100%;
    top: auto !important;
    left: auto !important;
    margin-right: 0;
    margin-bottom: 0.0625rem;
    height: 45px;
  }
  .form__button__container .content {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding: 0 0.9375rem;
  }
  .form__button__container .icon, .form__button__container .icon2 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-left: 1px solid #ffffff;
  }
  .form__button__container .icon svg, .form__button__container .icon2 svg {
    width: 15px;
    height: 15px;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    transition: -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    -o-transition: -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    -moz-transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
    transition: transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -webkit-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -moz-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98), -o-transform 0.35s cubic-bezier(0.5, 0.02, 0.18, 0.98);
  }
  .form__button__container.active {
    text-align: left;
  }
  .form__button__container.active .content {
    width: -webkit-calc(100% - ((45px * 2)));
    width: -moz-calc(100% - ((45px * 2)));
    width: calc(100% - ((45px * 2)));
    background-color: #BBACC1;
  }
  .form__button__container.active .icon2 {
    display: inline-block;
  }
  .form__button__container.active .icon2 svg {
    display: inline-block;
  }
  .form__button__container.active .icon {
    background-color: #BBACC1;
  }
  .form__button__container.active .icon svg {
    display: inline-block;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    /*&:first-child{
                        display:none;
                    }
                    &:last-child{
                        display:inline-block;
                    }*/
  }
  .form__button__container.active .icon svg g:last-child {
    opacity: 0;
  }
  .form__empty {
    width: 100%;
    height: auto;
    display: block;
    border: none;
  }
  .form__empty ul {
    overflow: hidden;
    margin-bottom: 45px;
  }
  .form__empty li {
    height: 46px;
    overflow: hidden;
  }
  .form__empty li.open {
    height: auto;
  }
  .form__empty > .content {
    display: none;
  }
  /*.simulator__header{
        display:block;
        background-color: $color_white;
        padding: 0 pxrem(15);
        padding-top: pxrem(25);
        height: calc(100vh - (45px * 2) - 75vw);
        min-height: 250px;
        background-size: 100% auto;
        background-position: pxvw(290, 640) 235px;


        .content{
            margin-left:0;
        }

        p{
            position:static;
            color: $color_grey;
        }

        h2{
            font-family: 'Stellar-Regular';
            line-height: 140%;
            font-size: $heading3_mobile;
            margin-bottom: pxrem(20);

            strong{
                display:inline;
                font-size: $heading2_mobile;
                &::before{
                    content: none;
                }
                &::after{
                    content: "\A";
                    white-space: pre;
                }
            }

            br{
                display:none;
            }

        }
    }*/
  .simulator__option {
    height: 29.6875vw;
    min-height: 0px;
    min-height: initial;
    max-height: 400px;
  }
  .simulator__option .text {
    width: 100%;
    padding: 0 0.9375rem;
  }
  .simulator__option .text h3 {
    font-size: 1.143rem;
  }
  .simulator__option button {
    display: none;
  }
  .simulator__option svg {
    display: inline-block;
    width: 15px;
    height: auto;
  }
  .slider {
    font-size: 0.875rem;
    background-color: transparent;
  }
  .slider::before {
    height: 34px;
    line-height: 34px;
  }
  .slider::after {
    height: 34px;
    line-height: 34px;
  }
  .switch {
    border: 1px solid #333333;
  }
  .input {
    width: 110px;
  }
  .input img {
    display: block;
  }
  .input input[type="number"] {
    border: 1px solid #333333;
    background-color: transparent;
  }
  .input .label_radio, .input .label_check {
    font-size: 0.75rem;
  }
  .input .label_radio:after, .input .label_check:after {
    width: 30px;
    height: 30px;
  }
  .input .select_wrapper span {
    background-color: #ffffff;
  }
  .input select {
    border: 1px solid #333333;
    background-color: transparent;
  }
  .prices__fixed__tab {
    max-width: none;
  }
  .prices__fixed__tab .register-form.simulator .rf-content.open {
    margin-bottom: 3px;
  }
  .prices__fixed__tab.fixed {
    padding-top: 45px;
  }
  .prices__tabs__check {
    display: none;
  }
  .top-button {
    display: none;
  }
}

@media (max-width: 350px) {
  .team__banner {
    padding: 0 1.25rem;
  }
  #random_word {
    font-size: 2.5rem;
  }
  .team__box .texto h4 {
    font-size: 0.9375rem;
  }
  .team__box .texto h5 {
    font-size: 0.9375rem;
  }
}
