/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans.eot");
  src:
    url("../fonts/IBMPlexSans.eot") format("embedded-opentype"),
    url("../fonts/IBMPlexSans.woff2") format("woff2"),
    url("../fonts/IBMPlexSans.woff") format("woff"),
    url("../fonts/IBMPlexSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Medium.eot");
  src:
    url("../fonts/IBMPlexSans-Medium.eot") format("embedded-opentype"),
    url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"),
    url("../fonts/IBMPlexSans-Medium.woff") format("woff"),
    url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
.form__input {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font: inherit;
}
.button--close,
.anim-btn,
.case__close,
.service_page__close {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  outline: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #171717;
  font-size: 2.22vh;
}
@media only screen and (orientation: portrait) {
  html {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  html {
    font-size: 2.2vw;
  }
}
body {
  font-family: "IBM Plex Sans";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
.main {
  padding-top: 9.375rem;
  position: relative;
  z-index: 2;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .main {
    padding-top: 6.9375rem;
  }
}
.button--gold span {
  width: 19.875rem;
  height: 5rem;
  display: inline-block;
  background: #d3ac6b;
  line-height: 5rem;
  text-align: center;
  font-size: 0.9375rem;
}
.button--gold.hidden {
  max-width: 0;
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
.button--animated {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 1s 2s;
  -o-transition: 1s 2s;
  transition: 1s 2s;
}
.button--close {
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 2.25rem 2.25rem;
  background-position: center;
}
.button--close.hidden {
  max-width: 0;
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
.animated .button--animated {
  max-height: 5rem;
}
.page--index .main {
  padding: 0;
}
a,
button {
  cursor: pointer;
}
a:focus,
button:focus {
  outline: none;
}
.mobile-only {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .mobile-only {
    display: block;
  }
}
.phone_button {
  position: fixed;
  right: 2.6875rem;
  bottom: 3rem;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.phone_button:hover,
.phone_button:focus {
  background: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_button {
    right: 1.875rem;
    bottom: 5.0625rem;
  }
}
.phone_modal {
  position: fixed;
  bottom: 6rem;
  right: 9.375rem;
  z-index: 20000;
  display: none;
  height: 3.375rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #000;
  }
}
.phone_modal--open {
  -webkit-animation: phonemodal;
  animation: phonemodal;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.phone_modal--desc.phone_modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal--desc.phone_modal--open {
    display: none;
  }
}
.phone_modal--mob.phone_modal--open {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal--mob.phone_modal--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.phone_modal__box {
  height: 100%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  color: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal__box {
    width: 100%;
    height: auto;
    margin-top: auto;
    padding: 1.25rem 1.875rem 2.5rem;
    -webkit-animation: phonemodalbox;
    animation: phonemodalbox;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}
.phone_modal__title {
  display: none;
  margin: 0 0 1.1875rem;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.4375rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal__title {
    display: block;
    margin-bottom: 0.625rem;
  }
}
.phone_modal__num {
  display: block;
  width: 100%;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal__num {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.phone_modal__text {
  margin: 0.625rem 0 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.phone_modal__btns {
  display: none;
  margin-top: 1.25rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.875rem;
  }
}
.phone_modal__close,
.phone_modal__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  height: 2.5625rem;
  font-size: 0.9375rem;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  border: none;
  border: 0.0625rem solid #d3ac6b;
  border-radius: 1.25rem;
  background: none;
}
.phone_modal__close {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.phone_modal__close:hover,
.phone_modal__close:focus {
  background: #d3ac6b;
}
.phone_modal__tel {
  display: none;
  background: #d3ac6b;
  color: #fff;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .phone_modal__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mob-anhord {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .mob-anhord {
    display: block;
  }
}
@-webkit-keyframes phonemodalbox {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes phonemodalbox {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes phonemodal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes phonemodal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slick-dots {
  position: absolute;
  bottom: 5rem;
  left: 3.625rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.slick-dots button {
  font-size: 0;
  text-indent: 100px;
  width: 0.1875rem;
  height: 0.1875rem;
  border: none;
  background: #d3ac6b;
  border-radius: 50%;
  padding: 0;
  margin: 0.5rem;
}
.slick-dots .slick-active button {
  width: 0.3125rem;
  height: 0.3125rem;
  background: #fff;
}
.slick-arrow {
  position: absolute;
  width: 6.25rem;
  height: 3.75rem;
  top: 90%;
  background: url("../img/next.svg") center no-repeat;
  background-size: 3.125rem 0.625rem;
  font-size: 0;
  text-indent: 1000px;
  overflow: hidden;
  border: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slick-arrow {
    top: auto;
    bottom: 0;
  }
}
.slick-next {
  right: 4.625rem;
}
.slick-prev {
  right: 10.875rem;
  z-index: 1;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.anim-btn {
  width: 22.5rem;
  height: 5rem;
  font-size: 15rp;
  color: #d3ac6b;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#d3ac6b),
    color-stop(0%, #fff)
  );
  background-image: -o-linear-gradient(top, #d3ac6b 0%, #fff 0%);
  background-image: linear-gradient(to bottom, #d3ac6b 0%, #fff 0%);
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.anim-btn--hover {
  color: #fff;
  -webkit-animation-name: buttonHover;
  animation-name: buttonHover;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.anim-btn--unhover {
  -webkit-animation-name: buttonUnhover;
  animation-name: buttonUnhover;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes buttonHover {
  0% {
    opacity: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d3ac6b),
      color-stop(0%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 0%, #fff 0%);
  }
  1% {
    opacity: 0.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1%, #d3ac6b),
      color-stop(1%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 1%, #fff 1%);
  }
  2% {
    opacity: 0.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(2%, #d3ac6b),
      color-stop(2%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 2%, #fff 2%);
  }
  3% {
    opacity: 0.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3%, #d3ac6b),
      color-stop(3%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 3%, #fff 3%);
  }
  4% {
    opacity: 0.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(4%, #d3ac6b),
      color-stop(4%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 4%, #fff 4%);
  }
  5% {
    opacity: 0.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(5%, #d3ac6b),
      color-stop(5%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 5%, #fff 5%);
  }
  6% {
    opacity: 0.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(6%, #d3ac6b),
      color-stop(6%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 6%, #fff 6%);
  }
  7% {
    opacity: 0.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(7%, #d3ac6b),
      color-stop(7%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 7%, #fff 7%);
  }
  8% {
    opacity: 0.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8%, #d3ac6b),
      color-stop(8%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 8%, #fff 8%);
  }
  9% {
    opacity: 0.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9%, #d3ac6b),
      color-stop(9%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 9%, #fff 9%);
  }
  10% {
    opacity: 1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #d3ac6b),
      color-stop(10%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 10%, #fff 10%);
  }
  11% {
    opacity: 1.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(11%, #d3ac6b),
      color-stop(11%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 11%, #fff 11%);
  }
  12% {
    opacity: 1.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(12%, #d3ac6b),
      color-stop(12%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 12%, #fff 12%);
  }
  13% {
    opacity: 1.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(13%, #d3ac6b),
      color-stop(13%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 13%, #fff 13%);
  }
  14% {
    opacity: 1.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14%, #d3ac6b),
      color-stop(14%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 14%, #fff 14%);
  }
  15% {
    opacity: 1.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15%, #d3ac6b),
      color-stop(15%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 15%, #fff 15%);
  }
  16% {
    opacity: 1.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16%, #d3ac6b),
      color-stop(16%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 16%, #fff 16%);
  }
  17% {
    opacity: 1.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(17%, #d3ac6b),
      color-stop(17%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 17%, #fff 17%);
  }
  18% {
    opacity: 1.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(18%, #d3ac6b),
      color-stop(18%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 18%, #fff 18%);
  }
  19% {
    opacity: 1.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(19%, #d3ac6b),
      color-stop(19%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 19%, #fff 19%);
  }
  20% {
    opacity: 2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #d3ac6b),
      color-stop(20%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 20%, #fff 20%);
  }
  21% {
    opacity: 2.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(21%, #d3ac6b),
      color-stop(21%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 21%, #fff 21%);
  }
  22% {
    opacity: 2.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(22%, #d3ac6b),
      color-stop(22%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 22%, #fff 22%);
  }
  23% {
    opacity: 2.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23%, #d3ac6b),
      color-stop(23%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 23%, #fff 23%);
  }
  24% {
    opacity: 2.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(24%, #d3ac6b),
      color-stop(24%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 24%, #fff 24%);
  }
  25% {
    opacity: 2.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, #d3ac6b),
      color-stop(25%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 25%, #fff 25%);
  }
  26% {
    opacity: 2.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(26%, #d3ac6b),
      color-stop(26%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 26%, #fff 26%);
  }
  27% {
    opacity: 2.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(27%, #d3ac6b),
      color-stop(27%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 27%, #fff 27%);
  }
  28% {
    opacity: 2.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(28%, #d3ac6b),
      color-stop(28%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 28%, #fff 28%);
  }
  29% {
    opacity: 2.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(29%, #d3ac6b),
      color-stop(29%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 29%, #fff 29%);
  }
  30% {
    opacity: 3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(30%, #d3ac6b),
      color-stop(30%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 30%, #fff 30%);
  }
  31% {
    opacity: 3.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(31%, #d3ac6b),
      color-stop(31%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 31%, #fff 31%);
  }
  32% {
    opacity: 3.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(32%, #d3ac6b),
      color-stop(32%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 32%, #fff 32%);
  }
  33% {
    opacity: 3.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(33%, #d3ac6b),
      color-stop(33%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 33%, #fff 33%);
  }
  34% {
    opacity: 3.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(34%, #d3ac6b),
      color-stop(34%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 34%, #fff 34%);
  }
  35% {
    opacity: 3.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(35%, #d3ac6b),
      color-stop(35%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 35%, #fff 35%);
  }
  36% {
    opacity: 3.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(36%, #d3ac6b),
      color-stop(36%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 36%, #fff 36%);
  }
  37% {
    opacity: 3.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(37%, #d3ac6b),
      color-stop(37%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 37%, #fff 37%);
  }
  38% {
    opacity: 3.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(38%, #d3ac6b),
      color-stop(38%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 38%, #fff 38%);
  }
  39% {
    opacity: 3.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(39%, #d3ac6b),
      color-stop(39%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 39%, #fff 39%);
  }
  40% {
    opacity: 4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, #d3ac6b),
      color-stop(40%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 40%, #fff 40%);
  }
  41% {
    opacity: 4.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(41%, #d3ac6b),
      color-stop(41%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 41%, #fff 41%);
  }
  42% {
    opacity: 4.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(42%, #d3ac6b),
      color-stop(42%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 42%, #fff 42%);
  }
  43% {
    opacity: 4.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(43%, #d3ac6b),
      color-stop(43%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 43%, #fff 43%);
  }
  44% {
    opacity: 4.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(44%, #d3ac6b),
      color-stop(44%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 44%, #fff 44%);
  }
  45% {
    opacity: 4.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, #d3ac6b),
      color-stop(45%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 45%, #fff 45%);
  }
  46% {
    opacity: 4.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(46%, #d3ac6b),
      color-stop(46%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 46%, #fff 46%);
  }
  47% {
    opacity: 4.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(47%, #d3ac6b),
      color-stop(47%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 47%, #fff 47%);
  }
  48% {
    opacity: 4.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48%, #d3ac6b),
      color-stop(48%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 48%, #fff 48%);
  }
  49% {
    opacity: 4.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49%, #d3ac6b),
      color-stop(49%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 49%, #fff 49%);
  }
  50% {
    opacity: 5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(50%, #d3ac6b),
      color-stop(50%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 50%, #fff 50%);
  }
  51% {
    opacity: 5.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(51%, #d3ac6b),
      color-stop(51%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 51%, #fff 51%);
  }
  52% {
    opacity: 5.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(52%, #d3ac6b),
      color-stop(52%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 52%, #fff 52%);
  }
  53% {
    opacity: 5.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(53%, #d3ac6b),
      color-stop(53%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 53%, #fff 53%);
  }
  54% {
    opacity: 5.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(54%, #d3ac6b),
      color-stop(54%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 54%, #fff 54%);
  }
  55% {
    opacity: 5.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(55%, #d3ac6b),
      color-stop(55%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 55%, #fff 55%);
  }
  56% {
    opacity: 5.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(56%, #d3ac6b),
      color-stop(56%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 56%, #fff 56%);
  }
  57% {
    opacity: 5.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(57%, #d3ac6b),
      color-stop(57%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 57%, #fff 57%);
  }
  58% {
    opacity: 5.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(58%, #d3ac6b),
      color-stop(58%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 58%, #fff 58%);
  }
  59% {
    opacity: 5.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(59%, #d3ac6b),
      color-stop(59%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 59%, #fff 59%);
  }
  60% {
    opacity: 6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, #d3ac6b),
      color-stop(60%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 60%, #fff 60%);
  }
  61% {
    opacity: 6.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(61%, #d3ac6b),
      color-stop(61%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 61%, #fff 61%);
  }
  62% {
    opacity: 6.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(62%, #d3ac6b),
      color-stop(62%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 62%, #fff 62%);
  }
  63% {
    opacity: 6.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(63%, #d3ac6b),
      color-stop(63%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 63%, #fff 63%);
  }
  64% {
    opacity: 6.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(64%, #d3ac6b),
      color-stop(64%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 64%, #fff 64%);
  }
  65% {
    opacity: 6.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, #d3ac6b),
      color-stop(65%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 65%, #fff 65%);
  }
  66% {
    opacity: 6.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(66%, #d3ac6b),
      color-stop(66%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 66%, #fff 66%);
  }
  67% {
    opacity: 6.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(67%, #d3ac6b),
      color-stop(67%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 67%, #fff 67%);
  }
  68% {
    opacity: 6.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68%, #d3ac6b),
      color-stop(68%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 68%, #fff 68%);
  }
  69% {
    opacity: 6.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(69%, #d3ac6b),
      color-stop(69%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 69%, #fff 69%);
  }
  70% {
    opacity: 7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, #d3ac6b),
      color-stop(70%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 70%, #fff 70%);
  }
  71% {
    opacity: 7.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(71%, #d3ac6b),
      color-stop(71%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 71%, #fff 71%);
  }
  72% {
    opacity: 7.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(72%, #d3ac6b),
      color-stop(72%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 72%, #fff 72%);
  }
  73% {
    opacity: 7.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, #d3ac6b),
      color-stop(73%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 73%, #fff 73%);
  }
  74% {
    opacity: 7.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(74%, #d3ac6b),
      color-stop(74%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 74%, #fff 74%);
  }
  75% {
    opacity: 7.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(75%, #d3ac6b),
      color-stop(75%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 75%, #fff 75%);
  }
  76% {
    opacity: 7.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #d3ac6b),
      color-stop(76%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 76%, #fff 76%);
  }
  77% {
    opacity: 7.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(77%, #d3ac6b),
      color-stop(77%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 77%, #fff 77%);
  }
  78% {
    opacity: 7.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(78%, #d3ac6b),
      color-stop(78%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 78%, #fff 78%);
  }
  79% {
    opacity: 7.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(79%, #d3ac6b),
      color-stop(79%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 79%, #fff 79%);
  }
  80% {
    opacity: 8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(80%, #d3ac6b),
      color-stop(80%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 80%, #fff 80%);
  }
  81% {
    opacity: 8.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(81%, #d3ac6b),
      color-stop(81%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 81%, #fff 81%);
  }
  82% {
    opacity: 8.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(82%, #d3ac6b),
      color-stop(82%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 82%, #fff 82%);
  }
  83% {
    opacity: 8.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(83%, #d3ac6b),
      color-stop(83%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 83%, #fff 83%);
  }
  84% {
    opacity: 8.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(84%, #d3ac6b),
      color-stop(84%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 84%, #fff 84%);
  }
  85% {
    opacity: 8.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(85%, #d3ac6b),
      color-stop(85%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 85%, #fff 85%);
  }
  86% {
    opacity: 8.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(86%, #d3ac6b),
      color-stop(86%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 86%, #fff 86%);
  }
  87% {
    opacity: 8.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(87%, #d3ac6b),
      color-stop(87%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 87%, #fff 87%);
  }
  88% {
    opacity: 8.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(88%, #d3ac6b),
      color-stop(88%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 88%, #fff 88%);
  }
  89% {
    opacity: 8.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(89%, #d3ac6b),
      color-stop(89%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 89%, #fff 89%);
  }
  90% {
    opacity: 9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(90%, #d3ac6b),
      color-stop(90%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 90%, #fff 90%);
  }
  91% {
    opacity: 9.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(91%, #d3ac6b),
      color-stop(91%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 91%, #fff 91%);
  }
  92% {
    opacity: 9.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(92%, #d3ac6b),
      color-stop(92%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 92%, #fff 92%);
  }
  93% {
    opacity: 9.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(93%, #d3ac6b),
      color-stop(93%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 93%, #fff 93%);
  }
  94% {
    opacity: 9.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(94%, #d3ac6b),
      color-stop(94%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 94%, #fff 94%);
  }
  95% {
    opacity: 9.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(95%, #d3ac6b),
      color-stop(95%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 95%, #fff 95%);
  }
  96% {
    opacity: 9.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(96%, #d3ac6b),
      color-stop(96%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 96%, #fff 96%);
  }
  97% {
    opacity: 9.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(97%, #d3ac6b),
      color-stop(97%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 97%, #fff 97%);
  }
  98% {
    opacity: 9.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(98%, #d3ac6b),
      color-stop(98%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 98%, #fff 98%);
  }
  99% {
    opacity: 9.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(99%, #d3ac6b),
      color-stop(99%, #fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 99%, #fff 99%);
  }
  100% {
    opacity: 10;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, #d3ac6b),
      to(#fff)
    );
    background-image: linear-gradient(to bottom, #d3ac6b 100%, #fff 100%);
  }
}
@keyframes buttonHover {
  0% {
    opacity: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#d3ac6b),
      color-stop(0%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 0%, #fff 0%);
    background-image: linear-gradient(to bottom, #d3ac6b 0%, #fff 0%);
  }
  1% {
    opacity: 0.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1%, #d3ac6b),
      color-stop(1%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 1%, #fff 1%);
    background-image: linear-gradient(to bottom, #d3ac6b 1%, #fff 1%);
  }
  2% {
    opacity: 0.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(2%, #d3ac6b),
      color-stop(2%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 2%, #fff 2%);
    background-image: linear-gradient(to bottom, #d3ac6b 2%, #fff 2%);
  }
  3% {
    opacity: 0.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3%, #d3ac6b),
      color-stop(3%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 3%, #fff 3%);
    background-image: linear-gradient(to bottom, #d3ac6b 3%, #fff 3%);
  }
  4% {
    opacity: 0.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(4%, #d3ac6b),
      color-stop(4%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 4%, #fff 4%);
    background-image: linear-gradient(to bottom, #d3ac6b 4%, #fff 4%);
  }
  5% {
    opacity: 0.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(5%, #d3ac6b),
      color-stop(5%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 5%, #fff 5%);
    background-image: linear-gradient(to bottom, #d3ac6b 5%, #fff 5%);
  }
  6% {
    opacity: 0.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(6%, #d3ac6b),
      color-stop(6%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 6%, #fff 6%);
    background-image: linear-gradient(to bottom, #d3ac6b 6%, #fff 6%);
  }
  7% {
    opacity: 0.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(7%, #d3ac6b),
      color-stop(7%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 7%, #fff 7%);
    background-image: linear-gradient(to bottom, #d3ac6b 7%, #fff 7%);
  }
  8% {
    opacity: 0.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8%, #d3ac6b),
      color-stop(8%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 8%, #fff 8%);
    background-image: linear-gradient(to bottom, #d3ac6b 8%, #fff 8%);
  }
  9% {
    opacity: 0.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9%, #d3ac6b),
      color-stop(9%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 9%, #fff 9%);
    background-image: linear-gradient(to bottom, #d3ac6b 9%, #fff 9%);
  }
  10% {
    opacity: 1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #d3ac6b),
      color-stop(10%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 10%, #fff 10%);
    background-image: linear-gradient(to bottom, #d3ac6b 10%, #fff 10%);
  }
  11% {
    opacity: 1.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(11%, #d3ac6b),
      color-stop(11%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 11%, #fff 11%);
    background-image: linear-gradient(to bottom, #d3ac6b 11%, #fff 11%);
  }
  12% {
    opacity: 1.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(12%, #d3ac6b),
      color-stop(12%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 12%, #fff 12%);
    background-image: linear-gradient(to bottom, #d3ac6b 12%, #fff 12%);
  }
  13% {
    opacity: 1.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(13%, #d3ac6b),
      color-stop(13%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 13%, #fff 13%);
    background-image: linear-gradient(to bottom, #d3ac6b 13%, #fff 13%);
  }
  14% {
    opacity: 1.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14%, #d3ac6b),
      color-stop(14%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 14%, #fff 14%);
    background-image: linear-gradient(to bottom, #d3ac6b 14%, #fff 14%);
  }
  15% {
    opacity: 1.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15%, #d3ac6b),
      color-stop(15%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 15%, #fff 15%);
    background-image: linear-gradient(to bottom, #d3ac6b 15%, #fff 15%);
  }
  16% {
    opacity: 1.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16%, #d3ac6b),
      color-stop(16%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 16%, #fff 16%);
    background-image: linear-gradient(to bottom, #d3ac6b 16%, #fff 16%);
  }
  17% {
    opacity: 1.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(17%, #d3ac6b),
      color-stop(17%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 17%, #fff 17%);
    background-image: linear-gradient(to bottom, #d3ac6b 17%, #fff 17%);
  }
  18% {
    opacity: 1.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(18%, #d3ac6b),
      color-stop(18%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 18%, #fff 18%);
    background-image: linear-gradient(to bottom, #d3ac6b 18%, #fff 18%);
  }
  19% {
    opacity: 1.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(19%, #d3ac6b),
      color-stop(19%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 19%, #fff 19%);
    background-image: linear-gradient(to bottom, #d3ac6b 19%, #fff 19%);
  }
  20% {
    opacity: 2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #d3ac6b),
      color-stop(20%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 20%, #fff 20%);
    background-image: linear-gradient(to bottom, #d3ac6b 20%, #fff 20%);
  }
  21% {
    opacity: 2.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(21%, #d3ac6b),
      color-stop(21%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 21%, #fff 21%);
    background-image: linear-gradient(to bottom, #d3ac6b 21%, #fff 21%);
  }
  22% {
    opacity: 2.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(22%, #d3ac6b),
      color-stop(22%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 22%, #fff 22%);
    background-image: linear-gradient(to bottom, #d3ac6b 22%, #fff 22%);
  }
  23% {
    opacity: 2.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23%, #d3ac6b),
      color-stop(23%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 23%, #fff 23%);
    background-image: linear-gradient(to bottom, #d3ac6b 23%, #fff 23%);
  }
  24% {
    opacity: 2.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(24%, #d3ac6b),
      color-stop(24%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 24%, #fff 24%);
    background-image: linear-gradient(to bottom, #d3ac6b 24%, #fff 24%);
  }
  25% {
    opacity: 2.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, #d3ac6b),
      color-stop(25%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 25%, #fff 25%);
    background-image: linear-gradient(to bottom, #d3ac6b 25%, #fff 25%);
  }
  26% {
    opacity: 2.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(26%, #d3ac6b),
      color-stop(26%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 26%, #fff 26%);
    background-image: linear-gradient(to bottom, #d3ac6b 26%, #fff 26%);
  }
  27% {
    opacity: 2.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(27%, #d3ac6b),
      color-stop(27%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 27%, #fff 27%);
    background-image: linear-gradient(to bottom, #d3ac6b 27%, #fff 27%);
  }
  28% {
    opacity: 2.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(28%, #d3ac6b),
      color-stop(28%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 28%, #fff 28%);
    background-image: linear-gradient(to bottom, #d3ac6b 28%, #fff 28%);
  }
  29% {
    opacity: 2.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(29%, #d3ac6b),
      color-stop(29%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 29%, #fff 29%);
    background-image: linear-gradient(to bottom, #d3ac6b 29%, #fff 29%);
  }
  30% {
    opacity: 3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(30%, #d3ac6b),
      color-stop(30%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 30%, #fff 30%);
    background-image: linear-gradient(to bottom, #d3ac6b 30%, #fff 30%);
  }
  31% {
    opacity: 3.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(31%, #d3ac6b),
      color-stop(31%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 31%, #fff 31%);
    background-image: linear-gradient(to bottom, #d3ac6b 31%, #fff 31%);
  }
  32% {
    opacity: 3.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(32%, #d3ac6b),
      color-stop(32%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 32%, #fff 32%);
    background-image: linear-gradient(to bottom, #d3ac6b 32%, #fff 32%);
  }
  33% {
    opacity: 3.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(33%, #d3ac6b),
      color-stop(33%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 33%, #fff 33%);
    background-image: linear-gradient(to bottom, #d3ac6b 33%, #fff 33%);
  }
  34% {
    opacity: 3.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(34%, #d3ac6b),
      color-stop(34%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 34%, #fff 34%);
    background-image: linear-gradient(to bottom, #d3ac6b 34%, #fff 34%);
  }
  35% {
    opacity: 3.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(35%, #d3ac6b),
      color-stop(35%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 35%, #fff 35%);
    background-image: linear-gradient(to bottom, #d3ac6b 35%, #fff 35%);
  }
  36% {
    opacity: 3.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(36%, #d3ac6b),
      color-stop(36%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 36%, #fff 36%);
    background-image: linear-gradient(to bottom, #d3ac6b 36%, #fff 36%);
  }
  37% {
    opacity: 3.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(37%, #d3ac6b),
      color-stop(37%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 37%, #fff 37%);
    background-image: linear-gradient(to bottom, #d3ac6b 37%, #fff 37%);
  }
  38% {
    opacity: 3.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(38%, #d3ac6b),
      color-stop(38%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 38%, #fff 38%);
    background-image: linear-gradient(to bottom, #d3ac6b 38%, #fff 38%);
  }
  39% {
    opacity: 3.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(39%, #d3ac6b),
      color-stop(39%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 39%, #fff 39%);
    background-image: linear-gradient(to bottom, #d3ac6b 39%, #fff 39%);
  }
  40% {
    opacity: 4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, #d3ac6b),
      color-stop(40%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 40%, #fff 40%);
    background-image: linear-gradient(to bottom, #d3ac6b 40%, #fff 40%);
  }
  41% {
    opacity: 4.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(41%, #d3ac6b),
      color-stop(41%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 41%, #fff 41%);
    background-image: linear-gradient(to bottom, #d3ac6b 41%, #fff 41%);
  }
  42% {
    opacity: 4.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(42%, #d3ac6b),
      color-stop(42%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 42%, #fff 42%);
    background-image: linear-gradient(to bottom, #d3ac6b 42%, #fff 42%);
  }
  43% {
    opacity: 4.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(43%, #d3ac6b),
      color-stop(43%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 43%, #fff 43%);
    background-image: linear-gradient(to bottom, #d3ac6b 43%, #fff 43%);
  }
  44% {
    opacity: 4.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(44%, #d3ac6b),
      color-stop(44%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 44%, #fff 44%);
    background-image: linear-gradient(to bottom, #d3ac6b 44%, #fff 44%);
  }
  45% {
    opacity: 4.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, #d3ac6b),
      color-stop(45%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 45%, #fff 45%);
    background-image: linear-gradient(to bottom, #d3ac6b 45%, #fff 45%);
  }
  46% {
    opacity: 4.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(46%, #d3ac6b),
      color-stop(46%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 46%, #fff 46%);
    background-image: linear-gradient(to bottom, #d3ac6b 46%, #fff 46%);
  }
  47% {
    opacity: 4.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(47%, #d3ac6b),
      color-stop(47%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 47%, #fff 47%);
    background-image: linear-gradient(to bottom, #d3ac6b 47%, #fff 47%);
  }
  48% {
    opacity: 4.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48%, #d3ac6b),
      color-stop(48%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 48%, #fff 48%);
    background-image: linear-gradient(to bottom, #d3ac6b 48%, #fff 48%);
  }
  49% {
    opacity: 4.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49%, #d3ac6b),
      color-stop(49%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 49%, #fff 49%);
    background-image: linear-gradient(to bottom, #d3ac6b 49%, #fff 49%);
  }
  50% {
    opacity: 5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(50%, #d3ac6b),
      color-stop(50%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 50%, #fff 50%);
    background-image: linear-gradient(to bottom, #d3ac6b 50%, #fff 50%);
  }
  51% {
    opacity: 5.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(51%, #d3ac6b),
      color-stop(51%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 51%, #fff 51%);
    background-image: linear-gradient(to bottom, #d3ac6b 51%, #fff 51%);
  }
  52% {
    opacity: 5.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(52%, #d3ac6b),
      color-stop(52%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 52%, #fff 52%);
    background-image: linear-gradient(to bottom, #d3ac6b 52%, #fff 52%);
  }
  53% {
    opacity: 5.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(53%, #d3ac6b),
      color-stop(53%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 53%, #fff 53%);
    background-image: linear-gradient(to bottom, #d3ac6b 53%, #fff 53%);
  }
  54% {
    opacity: 5.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(54%, #d3ac6b),
      color-stop(54%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 54%, #fff 54%);
    background-image: linear-gradient(to bottom, #d3ac6b 54%, #fff 54%);
  }
  55% {
    opacity: 5.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(55%, #d3ac6b),
      color-stop(55%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 55%, #fff 55%);
    background-image: linear-gradient(to bottom, #d3ac6b 55%, #fff 55%);
  }
  56% {
    opacity: 5.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(56%, #d3ac6b),
      color-stop(56%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 56%, #fff 56%);
    background-image: linear-gradient(to bottom, #d3ac6b 56%, #fff 56%);
  }
  57% {
    opacity: 5.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(57%, #d3ac6b),
      color-stop(57%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 57%, #fff 57%);
    background-image: linear-gradient(to bottom, #d3ac6b 57%, #fff 57%);
  }
  58% {
    opacity: 5.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(58%, #d3ac6b),
      color-stop(58%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 58%, #fff 58%);
    background-image: linear-gradient(to bottom, #d3ac6b 58%, #fff 58%);
  }
  59% {
    opacity: 5.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(59%, #d3ac6b),
      color-stop(59%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 59%, #fff 59%);
    background-image: linear-gradient(to bottom, #d3ac6b 59%, #fff 59%);
  }
  60% {
    opacity: 6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, #d3ac6b),
      color-stop(60%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 60%, #fff 60%);
    background-image: linear-gradient(to bottom, #d3ac6b 60%, #fff 60%);
  }
  61% {
    opacity: 6.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(61%, #d3ac6b),
      color-stop(61%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 61%, #fff 61%);
    background-image: linear-gradient(to bottom, #d3ac6b 61%, #fff 61%);
  }
  62% {
    opacity: 6.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(62%, #d3ac6b),
      color-stop(62%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 62%, #fff 62%);
    background-image: linear-gradient(to bottom, #d3ac6b 62%, #fff 62%);
  }
  63% {
    opacity: 6.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(63%, #d3ac6b),
      color-stop(63%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 63%, #fff 63%);
    background-image: linear-gradient(to bottom, #d3ac6b 63%, #fff 63%);
  }
  64% {
    opacity: 6.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(64%, #d3ac6b),
      color-stop(64%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 64%, #fff 64%);
    background-image: linear-gradient(to bottom, #d3ac6b 64%, #fff 64%);
  }
  65% {
    opacity: 6.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, #d3ac6b),
      color-stop(65%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 65%, #fff 65%);
    background-image: linear-gradient(to bottom, #d3ac6b 65%, #fff 65%);
  }
  66% {
    opacity: 6.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(66%, #d3ac6b),
      color-stop(66%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 66%, #fff 66%);
    background-image: linear-gradient(to bottom, #d3ac6b 66%, #fff 66%);
  }
  67% {
    opacity: 6.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(67%, #d3ac6b),
      color-stop(67%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 67%, #fff 67%);
    background-image: linear-gradient(to bottom, #d3ac6b 67%, #fff 67%);
  }
  68% {
    opacity: 6.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68%, #d3ac6b),
      color-stop(68%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 68%, #fff 68%);
    background-image: linear-gradient(to bottom, #d3ac6b 68%, #fff 68%);
  }
  69% {
    opacity: 6.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(69%, #d3ac6b),
      color-stop(69%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 69%, #fff 69%);
    background-image: linear-gradient(to bottom, #d3ac6b 69%, #fff 69%);
  }
  70% {
    opacity: 7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, #d3ac6b),
      color-stop(70%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 70%, #fff 70%);
    background-image: linear-gradient(to bottom, #d3ac6b 70%, #fff 70%);
  }
  71% {
    opacity: 7.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(71%, #d3ac6b),
      color-stop(71%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 71%, #fff 71%);
    background-image: linear-gradient(to bottom, #d3ac6b 71%, #fff 71%);
  }
  72% {
    opacity: 7.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(72%, #d3ac6b),
      color-stop(72%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 72%, #fff 72%);
    background-image: linear-gradient(to bottom, #d3ac6b 72%, #fff 72%);
  }
  73% {
    opacity: 7.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, #d3ac6b),
      color-stop(73%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 73%, #fff 73%);
    background-image: linear-gradient(to bottom, #d3ac6b 73%, #fff 73%);
  }
  74% {
    opacity: 7.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(74%, #d3ac6b),
      color-stop(74%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 74%, #fff 74%);
    background-image: linear-gradient(to bottom, #d3ac6b 74%, #fff 74%);
  }
  75% {
    opacity: 7.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(75%, #d3ac6b),
      color-stop(75%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 75%, #fff 75%);
    background-image: linear-gradient(to bottom, #d3ac6b 75%, #fff 75%);
  }
  76% {
    opacity: 7.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #d3ac6b),
      color-stop(76%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 76%, #fff 76%);
    background-image: linear-gradient(to bottom, #d3ac6b 76%, #fff 76%);
  }
  77% {
    opacity: 7.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(77%, #d3ac6b),
      color-stop(77%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 77%, #fff 77%);
    background-image: linear-gradient(to bottom, #d3ac6b 77%, #fff 77%);
  }
  78% {
    opacity: 7.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(78%, #d3ac6b),
      color-stop(78%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 78%, #fff 78%);
    background-image: linear-gradient(to bottom, #d3ac6b 78%, #fff 78%);
  }
  79% {
    opacity: 7.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(79%, #d3ac6b),
      color-stop(79%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 79%, #fff 79%);
    background-image: linear-gradient(to bottom, #d3ac6b 79%, #fff 79%);
  }
  80% {
    opacity: 8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(80%, #d3ac6b),
      color-stop(80%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 80%, #fff 80%);
    background-image: linear-gradient(to bottom, #d3ac6b 80%, #fff 80%);
  }
  81% {
    opacity: 8.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(81%, #d3ac6b),
      color-stop(81%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 81%, #fff 81%);
    background-image: linear-gradient(to bottom, #d3ac6b 81%, #fff 81%);
  }
  82% {
    opacity: 8.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(82%, #d3ac6b),
      color-stop(82%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 82%, #fff 82%);
    background-image: linear-gradient(to bottom, #d3ac6b 82%, #fff 82%);
  }
  83% {
    opacity: 8.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(83%, #d3ac6b),
      color-stop(83%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 83%, #fff 83%);
    background-image: linear-gradient(to bottom, #d3ac6b 83%, #fff 83%);
  }
  84% {
    opacity: 8.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(84%, #d3ac6b),
      color-stop(84%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 84%, #fff 84%);
    background-image: linear-gradient(to bottom, #d3ac6b 84%, #fff 84%);
  }
  85% {
    opacity: 8.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(85%, #d3ac6b),
      color-stop(85%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 85%, #fff 85%);
    background-image: linear-gradient(to bottom, #d3ac6b 85%, #fff 85%);
  }
  86% {
    opacity: 8.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(86%, #d3ac6b),
      color-stop(86%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 86%, #fff 86%);
    background-image: linear-gradient(to bottom, #d3ac6b 86%, #fff 86%);
  }
  87% {
    opacity: 8.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(87%, #d3ac6b),
      color-stop(87%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 87%, #fff 87%);
    background-image: linear-gradient(to bottom, #d3ac6b 87%, #fff 87%);
  }
  88% {
    opacity: 8.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(88%, #d3ac6b),
      color-stop(88%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 88%, #fff 88%);
    background-image: linear-gradient(to bottom, #d3ac6b 88%, #fff 88%);
  }
  89% {
    opacity: 8.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(89%, #d3ac6b),
      color-stop(89%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 89%, #fff 89%);
    background-image: linear-gradient(to bottom, #d3ac6b 89%, #fff 89%);
  }
  90% {
    opacity: 9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(90%, #d3ac6b),
      color-stop(90%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 90%, #fff 90%);
    background-image: linear-gradient(to bottom, #d3ac6b 90%, #fff 90%);
  }
  91% {
    opacity: 9.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(91%, #d3ac6b),
      color-stop(91%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 91%, #fff 91%);
    background-image: linear-gradient(to bottom, #d3ac6b 91%, #fff 91%);
  }
  92% {
    opacity: 9.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(92%, #d3ac6b),
      color-stop(92%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 92%, #fff 92%);
    background-image: linear-gradient(to bottom, #d3ac6b 92%, #fff 92%);
  }
  93% {
    opacity: 9.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(93%, #d3ac6b),
      color-stop(93%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 93%, #fff 93%);
    background-image: linear-gradient(to bottom, #d3ac6b 93%, #fff 93%);
  }
  94% {
    opacity: 9.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(94%, #d3ac6b),
      color-stop(94%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 94%, #fff 94%);
    background-image: linear-gradient(to bottom, #d3ac6b 94%, #fff 94%);
  }
  95% {
    opacity: 9.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(95%, #d3ac6b),
      color-stop(95%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 95%, #fff 95%);
    background-image: linear-gradient(to bottom, #d3ac6b 95%, #fff 95%);
  }
  96% {
    opacity: 9.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(96%, #d3ac6b),
      color-stop(96%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 96%, #fff 96%);
    background-image: linear-gradient(to bottom, #d3ac6b 96%, #fff 96%);
  }
  97% {
    opacity: 9.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(97%, #d3ac6b),
      color-stop(97%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 97%, #fff 97%);
    background-image: linear-gradient(to bottom, #d3ac6b 97%, #fff 97%);
  }
  98% {
    opacity: 9.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(98%, #d3ac6b),
      color-stop(98%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 98%, #fff 98%);
    background-image: linear-gradient(to bottom, #d3ac6b 98%, #fff 98%);
  }
  99% {
    opacity: 9.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(99%, #d3ac6b),
      color-stop(99%, #fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 99%, #fff 99%);
    background-image: linear-gradient(to bottom, #d3ac6b 99%, #fff 99%);
  }
  100% {
    opacity: 10;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, #d3ac6b),
      to(#fff)
    );
    background-image: -o-linear-gradient(top, #d3ac6b 100%, #fff 100%);
    background-image: linear-gradient(to bottom, #d3ac6b 100%, #fff 100%);
  }
}
@-webkit-keyframes buttonUnhover {
  0% {
    opacity: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(0%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 0%, #d3ac6b 0%);
  }
  1% {
    opacity: 0.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1%, #fff),
      color-stop(1%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 1%, #d3ac6b 1%);
  }
  2% {
    opacity: 0.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(2%, #fff),
      color-stop(2%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 2%, #d3ac6b 2%);
  }
  3% {
    opacity: 0.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3%, #fff),
      color-stop(3%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 3%, #d3ac6b 3%);
  }
  4% {
    opacity: 0.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(4%, #fff),
      color-stop(4%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 4%, #d3ac6b 4%);
  }
  5% {
    opacity: 0.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(5%, #fff),
      color-stop(5%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 5%, #d3ac6b 5%);
  }
  6% {
    opacity: 0.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(6%, #fff),
      color-stop(6%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 6%, #d3ac6b 6%);
  }
  7% {
    opacity: 0.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(7%, #fff),
      color-stop(7%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 7%, #d3ac6b 7%);
  }
  8% {
    opacity: 0.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8%, #fff),
      color-stop(8%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 8%, #d3ac6b 8%);
  }
  9% {
    opacity: 0.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9%, #fff),
      color-stop(9%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 9%, #d3ac6b 9%);
  }
  10% {
    opacity: 1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #fff),
      color-stop(10%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 10%, #d3ac6b 10%);
  }
  11% {
    opacity: 1.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(11%, #fff),
      color-stop(11%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 11%, #d3ac6b 11%);
  }
  12% {
    opacity: 1.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(12%, #fff),
      color-stop(12%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 12%, #d3ac6b 12%);
  }
  13% {
    opacity: 1.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(13%, #fff),
      color-stop(13%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 13%, #d3ac6b 13%);
  }
  14% {
    opacity: 1.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14%, #fff),
      color-stop(14%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 14%, #d3ac6b 14%);
  }
  15% {
    opacity: 1.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15%, #fff),
      color-stop(15%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 15%, #d3ac6b 15%);
  }
  16% {
    opacity: 1.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16%, #fff),
      color-stop(16%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 16%, #d3ac6b 16%);
  }
  17% {
    opacity: 1.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(17%, #fff),
      color-stop(17%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 17%, #d3ac6b 17%);
  }
  18% {
    opacity: 1.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(18%, #fff),
      color-stop(18%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 18%, #d3ac6b 18%);
  }
  19% {
    opacity: 1.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(19%, #fff),
      color-stop(19%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 19%, #d3ac6b 19%);
  }
  20% {
    opacity: 2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #fff),
      color-stop(20%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 20%, #d3ac6b 20%);
  }
  21% {
    opacity: 2.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(21%, #fff),
      color-stop(21%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 21%, #d3ac6b 21%);
  }
  22% {
    opacity: 2.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(22%, #fff),
      color-stop(22%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 22%, #d3ac6b 22%);
  }
  23% {
    opacity: 2.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23%, #fff),
      color-stop(23%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 23%, #d3ac6b 23%);
  }
  24% {
    opacity: 2.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(24%, #fff),
      color-stop(24%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 24%, #d3ac6b 24%);
  }
  25% {
    opacity: 2.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, #fff),
      color-stop(25%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 25%, #d3ac6b 25%);
  }
  26% {
    opacity: 2.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(26%, #fff),
      color-stop(26%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 26%, #d3ac6b 26%);
  }
  27% {
    opacity: 2.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(27%, #fff),
      color-stop(27%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 27%, #d3ac6b 27%);
  }
  28% {
    opacity: 2.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(28%, #fff),
      color-stop(28%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 28%, #d3ac6b 28%);
  }
  29% {
    opacity: 2.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(29%, #fff),
      color-stop(29%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 29%, #d3ac6b 29%);
  }
  30% {
    opacity: 3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(30%, #fff),
      color-stop(30%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 30%, #d3ac6b 30%);
  }
  31% {
    opacity: 3.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(31%, #fff),
      color-stop(31%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 31%, #d3ac6b 31%);
  }
  32% {
    opacity: 3.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(32%, #fff),
      color-stop(32%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 32%, #d3ac6b 32%);
  }
  33% {
    opacity: 3.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(33%, #fff),
      color-stop(33%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 33%, #d3ac6b 33%);
  }
  34% {
    opacity: 3.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(34%, #fff),
      color-stop(34%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 34%, #d3ac6b 34%);
  }
  35% {
    opacity: 3.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(35%, #fff),
      color-stop(35%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 35%, #d3ac6b 35%);
  }
  36% {
    opacity: 3.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(36%, #fff),
      color-stop(36%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 36%, #d3ac6b 36%);
  }
  37% {
    opacity: 3.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(37%, #fff),
      color-stop(37%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 37%, #d3ac6b 37%);
  }
  38% {
    opacity: 3.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(38%, #fff),
      color-stop(38%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 38%, #d3ac6b 38%);
  }
  39% {
    opacity: 3.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(39%, #fff),
      color-stop(39%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 39%, #d3ac6b 39%);
  }
  40% {
    opacity: 4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, #fff),
      color-stop(40%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 40%, #d3ac6b 40%);
  }
  41% {
    opacity: 4.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(41%, #fff),
      color-stop(41%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 41%, #d3ac6b 41%);
  }
  42% {
    opacity: 4.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(42%, #fff),
      color-stop(42%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 42%, #d3ac6b 42%);
  }
  43% {
    opacity: 4.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(43%, #fff),
      color-stop(43%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 43%, #d3ac6b 43%);
  }
  44% {
    opacity: 4.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(44%, #fff),
      color-stop(44%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 44%, #d3ac6b 44%);
  }
  45% {
    opacity: 4.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, #fff),
      color-stop(45%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 45%, #d3ac6b 45%);
  }
  46% {
    opacity: 4.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(46%, #fff),
      color-stop(46%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 46%, #d3ac6b 46%);
  }
  47% {
    opacity: 4.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(47%, #fff),
      color-stop(47%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 47%, #d3ac6b 47%);
  }
  48% {
    opacity: 4.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48%, #fff),
      color-stop(48%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 48%, #d3ac6b 48%);
  }
  49% {
    opacity: 4.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49%, #fff),
      color-stop(49%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 49%, #d3ac6b 49%);
  }
  50% {
    opacity: 5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(50%, #fff),
      color-stop(50%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 50%, #d3ac6b 50%);
  }
  51% {
    opacity: 5.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(51%, #fff),
      color-stop(51%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 51%, #d3ac6b 51%);
  }
  52% {
    opacity: 5.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(52%, #fff),
      color-stop(52%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 52%, #d3ac6b 52%);
  }
  53% {
    opacity: 5.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(53%, #fff),
      color-stop(53%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 53%, #d3ac6b 53%);
  }
  54% {
    opacity: 5.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(54%, #fff),
      color-stop(54%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 54%, #d3ac6b 54%);
  }
  55% {
    opacity: 5.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(55%, #fff),
      color-stop(55%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 55%, #d3ac6b 55%);
  }
  56% {
    opacity: 5.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(56%, #fff),
      color-stop(56%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 56%, #d3ac6b 56%);
  }
  57% {
    opacity: 5.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(57%, #fff),
      color-stop(57%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 57%, #d3ac6b 57%);
  }
  58% {
    opacity: 5.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(58%, #fff),
      color-stop(58%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 58%, #d3ac6b 58%);
  }
  59% {
    opacity: 5.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(59%, #fff),
      color-stop(59%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 59%, #d3ac6b 59%);
  }
  60% {
    opacity: 6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, #fff),
      color-stop(60%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 60%, #d3ac6b 60%);
  }
  61% {
    opacity: 6.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(61%, #fff),
      color-stop(61%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 61%, #d3ac6b 61%);
  }
  62% {
    opacity: 6.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(62%, #fff),
      color-stop(62%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 62%, #d3ac6b 62%);
  }
  63% {
    opacity: 6.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(63%, #fff),
      color-stop(63%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 63%, #d3ac6b 63%);
  }
  64% {
    opacity: 6.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(64%, #fff),
      color-stop(64%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 64%, #d3ac6b 64%);
  }
  65% {
    opacity: 6.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, #fff),
      color-stop(65%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 65%, #d3ac6b 65%);
  }
  66% {
    opacity: 6.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(66%, #fff),
      color-stop(66%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 66%, #d3ac6b 66%);
  }
  67% {
    opacity: 6.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(67%, #fff),
      color-stop(67%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 67%, #d3ac6b 67%);
  }
  68% {
    opacity: 6.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68%, #fff),
      color-stop(68%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 68%, #d3ac6b 68%);
  }
  69% {
    opacity: 6.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(69%, #fff),
      color-stop(69%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 69%, #d3ac6b 69%);
  }
  70% {
    opacity: 7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, #fff),
      color-stop(70%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 70%, #d3ac6b 70%);
  }
  71% {
    opacity: 7.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(71%, #fff),
      color-stop(71%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 71%, #d3ac6b 71%);
  }
  72% {
    opacity: 7.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(72%, #fff),
      color-stop(72%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 72%, #d3ac6b 72%);
  }
  73% {
    opacity: 7.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, #fff),
      color-stop(73%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 73%, #d3ac6b 73%);
  }
  74% {
    opacity: 7.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(74%, #fff),
      color-stop(74%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 74%, #d3ac6b 74%);
  }
  75% {
    opacity: 7.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(75%, #fff),
      color-stop(75%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 75%, #d3ac6b 75%);
  }
  76% {
    opacity: 7.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #fff),
      color-stop(76%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 76%, #d3ac6b 76%);
  }
  77% {
    opacity: 7.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(77%, #fff),
      color-stop(77%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 77%, #d3ac6b 77%);
  }
  78% {
    opacity: 7.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(78%, #fff),
      color-stop(78%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 78%, #d3ac6b 78%);
  }
  79% {
    opacity: 7.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(79%, #fff),
      color-stop(79%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 79%, #d3ac6b 79%);
  }
  80% {
    opacity: 8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(80%, #fff),
      color-stop(80%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 80%, #d3ac6b 80%);
  }
  81% {
    opacity: 8.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(81%, #fff),
      color-stop(81%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 81%, #d3ac6b 81%);
  }
  82% {
    opacity: 8.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(82%, #fff),
      color-stop(82%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 82%, #d3ac6b 82%);
  }
  83% {
    opacity: 8.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(83%, #fff),
      color-stop(83%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 83%, #d3ac6b 83%);
  }
  84% {
    opacity: 8.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(84%, #fff),
      color-stop(84%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 84%, #d3ac6b 84%);
  }
  85% {
    opacity: 8.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(85%, #fff),
      color-stop(85%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 85%, #d3ac6b 85%);
  }
  86% {
    opacity: 8.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(86%, #fff),
      color-stop(86%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 86%, #d3ac6b 86%);
  }
  87% {
    opacity: 8.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(87%, #fff),
      color-stop(87%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 87%, #d3ac6b 87%);
  }
  88% {
    opacity: 8.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(88%, #fff),
      color-stop(88%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 88%, #d3ac6b 88%);
  }
  89% {
    opacity: 8.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(89%, #fff),
      color-stop(89%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 89%, #d3ac6b 89%);
  }
  90% {
    opacity: 9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(90%, #fff),
      color-stop(90%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 90%, #d3ac6b 90%);
  }
  91% {
    opacity: 9.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(91%, #fff),
      color-stop(91%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 91%, #d3ac6b 91%);
  }
  92% {
    opacity: 9.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(92%, #fff),
      color-stop(92%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 92%, #d3ac6b 92%);
  }
  93% {
    opacity: 9.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(93%, #fff),
      color-stop(93%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 93%, #d3ac6b 93%);
  }
  94% {
    opacity: 9.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(94%, #fff),
      color-stop(94%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 94%, #d3ac6b 94%);
  }
  95% {
    opacity: 9.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(95%, #fff),
      color-stop(95%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 95%, #d3ac6b 95%);
  }
  96% {
    opacity: 9.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(96%, #fff),
      color-stop(96%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 96%, #d3ac6b 96%);
  }
  97% {
    opacity: 9.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(97%, #fff),
      color-stop(97%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 97%, #d3ac6b 97%);
  }
  98% {
    opacity: 9.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(98%, #fff),
      color-stop(98%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 98%, #d3ac6b 98%);
  }
  99% {
    opacity: 9.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(99%, #fff),
      color-stop(99%, #d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 99%, #d3ac6b 99%);
  }
  100% {
    opacity: 10;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, #fff),
      to(#d3ac6b)
    );
    background-image: linear-gradient(to bottom, #fff 100%, #d3ac6b 100%);
  }
}
@keyframes buttonUnhover {
  0% {
    opacity: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(0%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 0%, #d3ac6b 0%);
    background-image: linear-gradient(to bottom, #fff 0%, #d3ac6b 0%);
  }
  1% {
    opacity: 0.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(1%, #fff),
      color-stop(1%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 1%, #d3ac6b 1%);
    background-image: linear-gradient(to bottom, #fff 1%, #d3ac6b 1%);
  }
  2% {
    opacity: 0.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(2%, #fff),
      color-stop(2%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 2%, #d3ac6b 2%);
    background-image: linear-gradient(to bottom, #fff 2%, #d3ac6b 2%);
  }
  3% {
    opacity: 0.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3%, #fff),
      color-stop(3%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 3%, #d3ac6b 3%);
    background-image: linear-gradient(to bottom, #fff 3%, #d3ac6b 3%);
  }
  4% {
    opacity: 0.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(4%, #fff),
      color-stop(4%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 4%, #d3ac6b 4%);
    background-image: linear-gradient(to bottom, #fff 4%, #d3ac6b 4%);
  }
  5% {
    opacity: 0.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(5%, #fff),
      color-stop(5%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 5%, #d3ac6b 5%);
    background-image: linear-gradient(to bottom, #fff 5%, #d3ac6b 5%);
  }
  6% {
    opacity: 0.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(6%, #fff),
      color-stop(6%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 6%, #d3ac6b 6%);
    background-image: linear-gradient(to bottom, #fff 6%, #d3ac6b 6%);
  }
  7% {
    opacity: 0.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(7%, #fff),
      color-stop(7%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 7%, #d3ac6b 7%);
    background-image: linear-gradient(to bottom, #fff 7%, #d3ac6b 7%);
  }
  8% {
    opacity: 0.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8%, #fff),
      color-stop(8%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 8%, #d3ac6b 8%);
    background-image: linear-gradient(to bottom, #fff 8%, #d3ac6b 8%);
  }
  9% {
    opacity: 0.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(9%, #fff),
      color-stop(9%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 9%, #d3ac6b 9%);
    background-image: linear-gradient(to bottom, #fff 9%, #d3ac6b 9%);
  }
  10% {
    opacity: 1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(10%, #fff),
      color-stop(10%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 10%, #d3ac6b 10%);
    background-image: linear-gradient(to bottom, #fff 10%, #d3ac6b 10%);
  }
  11% {
    opacity: 1.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(11%, #fff),
      color-stop(11%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 11%, #d3ac6b 11%);
    background-image: linear-gradient(to bottom, #fff 11%, #d3ac6b 11%);
  }
  12% {
    opacity: 1.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(12%, #fff),
      color-stop(12%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 12%, #d3ac6b 12%);
    background-image: linear-gradient(to bottom, #fff 12%, #d3ac6b 12%);
  }
  13% {
    opacity: 1.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(13%, #fff),
      color-stop(13%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 13%, #d3ac6b 13%);
    background-image: linear-gradient(to bottom, #fff 13%, #d3ac6b 13%);
  }
  14% {
    opacity: 1.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(14%, #fff),
      color-stop(14%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 14%, #d3ac6b 14%);
    background-image: linear-gradient(to bottom, #fff 14%, #d3ac6b 14%);
  }
  15% {
    opacity: 1.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(15%, #fff),
      color-stop(15%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 15%, #d3ac6b 15%);
    background-image: linear-gradient(to bottom, #fff 15%, #d3ac6b 15%);
  }
  16% {
    opacity: 1.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(16%, #fff),
      color-stop(16%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 16%, #d3ac6b 16%);
    background-image: linear-gradient(to bottom, #fff 16%, #d3ac6b 16%);
  }
  17% {
    opacity: 1.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(17%, #fff),
      color-stop(17%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 17%, #d3ac6b 17%);
    background-image: linear-gradient(to bottom, #fff 17%, #d3ac6b 17%);
  }
  18% {
    opacity: 1.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(18%, #fff),
      color-stop(18%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 18%, #d3ac6b 18%);
    background-image: linear-gradient(to bottom, #fff 18%, #d3ac6b 18%);
  }
  19% {
    opacity: 1.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(19%, #fff),
      color-stop(19%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 19%, #d3ac6b 19%);
    background-image: linear-gradient(to bottom, #fff 19%, #d3ac6b 19%);
  }
  20% {
    opacity: 2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(20%, #fff),
      color-stop(20%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 20%, #d3ac6b 20%);
    background-image: linear-gradient(to bottom, #fff 20%, #d3ac6b 20%);
  }
  21% {
    opacity: 2.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(21%, #fff),
      color-stop(21%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 21%, #d3ac6b 21%);
    background-image: linear-gradient(to bottom, #fff 21%, #d3ac6b 21%);
  }
  22% {
    opacity: 2.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(22%, #fff),
      color-stop(22%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 22%, #d3ac6b 22%);
    background-image: linear-gradient(to bottom, #fff 22%, #d3ac6b 22%);
  }
  23% {
    opacity: 2.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(23%, #fff),
      color-stop(23%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 23%, #d3ac6b 23%);
    background-image: linear-gradient(to bottom, #fff 23%, #d3ac6b 23%);
  }
  24% {
    opacity: 2.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(24%, #fff),
      color-stop(24%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 24%, #d3ac6b 24%);
    background-image: linear-gradient(to bottom, #fff 24%, #d3ac6b 24%);
  }
  25% {
    opacity: 2.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(25%, #fff),
      color-stop(25%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 25%, #d3ac6b 25%);
    background-image: linear-gradient(to bottom, #fff 25%, #d3ac6b 25%);
  }
  26% {
    opacity: 2.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(26%, #fff),
      color-stop(26%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 26%, #d3ac6b 26%);
    background-image: linear-gradient(to bottom, #fff 26%, #d3ac6b 26%);
  }
  27% {
    opacity: 2.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(27%, #fff),
      color-stop(27%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 27%, #d3ac6b 27%);
    background-image: linear-gradient(to bottom, #fff 27%, #d3ac6b 27%);
  }
  28% {
    opacity: 2.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(28%, #fff),
      color-stop(28%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 28%, #d3ac6b 28%);
    background-image: linear-gradient(to bottom, #fff 28%, #d3ac6b 28%);
  }
  29% {
    opacity: 2.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(29%, #fff),
      color-stop(29%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 29%, #d3ac6b 29%);
    background-image: linear-gradient(to bottom, #fff 29%, #d3ac6b 29%);
  }
  30% {
    opacity: 3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(30%, #fff),
      color-stop(30%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 30%, #d3ac6b 30%);
    background-image: linear-gradient(to bottom, #fff 30%, #d3ac6b 30%);
  }
  31% {
    opacity: 3.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(31%, #fff),
      color-stop(31%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 31%, #d3ac6b 31%);
    background-image: linear-gradient(to bottom, #fff 31%, #d3ac6b 31%);
  }
  32% {
    opacity: 3.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(32%, #fff),
      color-stop(32%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 32%, #d3ac6b 32%);
    background-image: linear-gradient(to bottom, #fff 32%, #d3ac6b 32%);
  }
  33% {
    opacity: 3.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(33%, #fff),
      color-stop(33%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 33%, #d3ac6b 33%);
    background-image: linear-gradient(to bottom, #fff 33%, #d3ac6b 33%);
  }
  34% {
    opacity: 3.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(34%, #fff),
      color-stop(34%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 34%, #d3ac6b 34%);
    background-image: linear-gradient(to bottom, #fff 34%, #d3ac6b 34%);
  }
  35% {
    opacity: 3.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(35%, #fff),
      color-stop(35%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 35%, #d3ac6b 35%);
    background-image: linear-gradient(to bottom, #fff 35%, #d3ac6b 35%);
  }
  36% {
    opacity: 3.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(36%, #fff),
      color-stop(36%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 36%, #d3ac6b 36%);
    background-image: linear-gradient(to bottom, #fff 36%, #d3ac6b 36%);
  }
  37% {
    opacity: 3.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(37%, #fff),
      color-stop(37%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 37%, #d3ac6b 37%);
    background-image: linear-gradient(to bottom, #fff 37%, #d3ac6b 37%);
  }
  38% {
    opacity: 3.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(38%, #fff),
      color-stop(38%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 38%, #d3ac6b 38%);
    background-image: linear-gradient(to bottom, #fff 38%, #d3ac6b 38%);
  }
  39% {
    opacity: 3.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(39%, #fff),
      color-stop(39%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 39%, #d3ac6b 39%);
    background-image: linear-gradient(to bottom, #fff 39%, #d3ac6b 39%);
  }
  40% {
    opacity: 4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(40%, #fff),
      color-stop(40%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 40%, #d3ac6b 40%);
    background-image: linear-gradient(to bottom, #fff 40%, #d3ac6b 40%);
  }
  41% {
    opacity: 4.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(41%, #fff),
      color-stop(41%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 41%, #d3ac6b 41%);
    background-image: linear-gradient(to bottom, #fff 41%, #d3ac6b 41%);
  }
  42% {
    opacity: 4.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(42%, #fff),
      color-stop(42%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 42%, #d3ac6b 42%);
    background-image: linear-gradient(to bottom, #fff 42%, #d3ac6b 42%);
  }
  43% {
    opacity: 4.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(43%, #fff),
      color-stop(43%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 43%, #d3ac6b 43%);
    background-image: linear-gradient(to bottom, #fff 43%, #d3ac6b 43%);
  }
  44% {
    opacity: 4.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(44%, #fff),
      color-stop(44%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 44%, #d3ac6b 44%);
    background-image: linear-gradient(to bottom, #fff 44%, #d3ac6b 44%);
  }
  45% {
    opacity: 4.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(45%, #fff),
      color-stop(45%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 45%, #d3ac6b 45%);
    background-image: linear-gradient(to bottom, #fff 45%, #d3ac6b 45%);
  }
  46% {
    opacity: 4.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(46%, #fff),
      color-stop(46%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 46%, #d3ac6b 46%);
    background-image: linear-gradient(to bottom, #fff 46%, #d3ac6b 46%);
  }
  47% {
    opacity: 4.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(47%, #fff),
      color-stop(47%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 47%, #d3ac6b 47%);
    background-image: linear-gradient(to bottom, #fff 47%, #d3ac6b 47%);
  }
  48% {
    opacity: 4.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(48%, #fff),
      color-stop(48%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 48%, #d3ac6b 48%);
    background-image: linear-gradient(to bottom, #fff 48%, #d3ac6b 48%);
  }
  49% {
    opacity: 4.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(49%, #fff),
      color-stop(49%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 49%, #d3ac6b 49%);
    background-image: linear-gradient(to bottom, #fff 49%, #d3ac6b 49%);
  }
  50% {
    opacity: 5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(50%, #fff),
      color-stop(50%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 50%, #d3ac6b 50%);
    background-image: linear-gradient(to bottom, #fff 50%, #d3ac6b 50%);
  }
  51% {
    opacity: 5.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(51%, #fff),
      color-stop(51%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 51%, #d3ac6b 51%);
    background-image: linear-gradient(to bottom, #fff 51%, #d3ac6b 51%);
  }
  52% {
    opacity: 5.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(52%, #fff),
      color-stop(52%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 52%, #d3ac6b 52%);
    background-image: linear-gradient(to bottom, #fff 52%, #d3ac6b 52%);
  }
  53% {
    opacity: 5.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(53%, #fff),
      color-stop(53%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 53%, #d3ac6b 53%);
    background-image: linear-gradient(to bottom, #fff 53%, #d3ac6b 53%);
  }
  54% {
    opacity: 5.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(54%, #fff),
      color-stop(54%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 54%, #d3ac6b 54%);
    background-image: linear-gradient(to bottom, #fff 54%, #d3ac6b 54%);
  }
  55% {
    opacity: 5.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(55%, #fff),
      color-stop(55%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 55%, #d3ac6b 55%);
    background-image: linear-gradient(to bottom, #fff 55%, #d3ac6b 55%);
  }
  56% {
    opacity: 5.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(56%, #fff),
      color-stop(56%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 56%, #d3ac6b 56%);
    background-image: linear-gradient(to bottom, #fff 56%, #d3ac6b 56%);
  }
  57% {
    opacity: 5.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(57%, #fff),
      color-stop(57%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 57%, #d3ac6b 57%);
    background-image: linear-gradient(to bottom, #fff 57%, #d3ac6b 57%);
  }
  58% {
    opacity: 5.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(58%, #fff),
      color-stop(58%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 58%, #d3ac6b 58%);
    background-image: linear-gradient(to bottom, #fff 58%, #d3ac6b 58%);
  }
  59% {
    opacity: 5.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(59%, #fff),
      color-stop(59%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 59%, #d3ac6b 59%);
    background-image: linear-gradient(to bottom, #fff 59%, #d3ac6b 59%);
  }
  60% {
    opacity: 6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(60%, #fff),
      color-stop(60%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 60%, #d3ac6b 60%);
    background-image: linear-gradient(to bottom, #fff 60%, #d3ac6b 60%);
  }
  61% {
    opacity: 6.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(61%, #fff),
      color-stop(61%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 61%, #d3ac6b 61%);
    background-image: linear-gradient(to bottom, #fff 61%, #d3ac6b 61%);
  }
  62% {
    opacity: 6.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(62%, #fff),
      color-stop(62%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 62%, #d3ac6b 62%);
    background-image: linear-gradient(to bottom, #fff 62%, #d3ac6b 62%);
  }
  63% {
    opacity: 6.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(63%, #fff),
      color-stop(63%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 63%, #d3ac6b 63%);
    background-image: linear-gradient(to bottom, #fff 63%, #d3ac6b 63%);
  }
  64% {
    opacity: 6.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(64%, #fff),
      color-stop(64%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 64%, #d3ac6b 64%);
    background-image: linear-gradient(to bottom, #fff 64%, #d3ac6b 64%);
  }
  65% {
    opacity: 6.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(65%, #fff),
      color-stop(65%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 65%, #d3ac6b 65%);
    background-image: linear-gradient(to bottom, #fff 65%, #d3ac6b 65%);
  }
  66% {
    opacity: 6.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(66%, #fff),
      color-stop(66%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 66%, #d3ac6b 66%);
    background-image: linear-gradient(to bottom, #fff 66%, #d3ac6b 66%);
  }
  67% {
    opacity: 6.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(67%, #fff),
      color-stop(67%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 67%, #d3ac6b 67%);
    background-image: linear-gradient(to bottom, #fff 67%, #d3ac6b 67%);
  }
  68% {
    opacity: 6.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(68%, #fff),
      color-stop(68%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 68%, #d3ac6b 68%);
    background-image: linear-gradient(to bottom, #fff 68%, #d3ac6b 68%);
  }
  69% {
    opacity: 6.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(69%, #fff),
      color-stop(69%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 69%, #d3ac6b 69%);
    background-image: linear-gradient(to bottom, #fff 69%, #d3ac6b 69%);
  }
  70% {
    opacity: 7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(70%, #fff),
      color-stop(70%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 70%, #d3ac6b 70%);
    background-image: linear-gradient(to bottom, #fff 70%, #d3ac6b 70%);
  }
  71% {
    opacity: 7.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(71%, #fff),
      color-stop(71%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 71%, #d3ac6b 71%);
    background-image: linear-gradient(to bottom, #fff 71%, #d3ac6b 71%);
  }
  72% {
    opacity: 7.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(72%, #fff),
      color-stop(72%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 72%, #d3ac6b 72%);
    background-image: linear-gradient(to bottom, #fff 72%, #d3ac6b 72%);
  }
  73% {
    opacity: 7.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(73%, #fff),
      color-stop(73%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 73%, #d3ac6b 73%);
    background-image: linear-gradient(to bottom, #fff 73%, #d3ac6b 73%);
  }
  74% {
    opacity: 7.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(74%, #fff),
      color-stop(74%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 74%, #d3ac6b 74%);
    background-image: linear-gradient(to bottom, #fff 74%, #d3ac6b 74%);
  }
  75% {
    opacity: 7.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(75%, #fff),
      color-stop(75%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 75%, #d3ac6b 75%);
    background-image: linear-gradient(to bottom, #fff 75%, #d3ac6b 75%);
  }
  76% {
    opacity: 7.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(76%, #fff),
      color-stop(76%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 76%, #d3ac6b 76%);
    background-image: linear-gradient(to bottom, #fff 76%, #d3ac6b 76%);
  }
  77% {
    opacity: 7.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(77%, #fff),
      color-stop(77%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 77%, #d3ac6b 77%);
    background-image: linear-gradient(to bottom, #fff 77%, #d3ac6b 77%);
  }
  78% {
    opacity: 7.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(78%, #fff),
      color-stop(78%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 78%, #d3ac6b 78%);
    background-image: linear-gradient(to bottom, #fff 78%, #d3ac6b 78%);
  }
  79% {
    opacity: 7.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(79%, #fff),
      color-stop(79%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 79%, #d3ac6b 79%);
    background-image: linear-gradient(to bottom, #fff 79%, #d3ac6b 79%);
  }
  80% {
    opacity: 8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(80%, #fff),
      color-stop(80%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 80%, #d3ac6b 80%);
    background-image: linear-gradient(to bottom, #fff 80%, #d3ac6b 80%);
  }
  81% {
    opacity: 8.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(81%, #fff),
      color-stop(81%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 81%, #d3ac6b 81%);
    background-image: linear-gradient(to bottom, #fff 81%, #d3ac6b 81%);
  }
  82% {
    opacity: 8.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(82%, #fff),
      color-stop(82%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 82%, #d3ac6b 82%);
    background-image: linear-gradient(to bottom, #fff 82%, #d3ac6b 82%);
  }
  83% {
    opacity: 8.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(83%, #fff),
      color-stop(83%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 83%, #d3ac6b 83%);
    background-image: linear-gradient(to bottom, #fff 83%, #d3ac6b 83%);
  }
  84% {
    opacity: 8.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(84%, #fff),
      color-stop(84%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 84%, #d3ac6b 84%);
    background-image: linear-gradient(to bottom, #fff 84%, #d3ac6b 84%);
  }
  85% {
    opacity: 8.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(85%, #fff),
      color-stop(85%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 85%, #d3ac6b 85%);
    background-image: linear-gradient(to bottom, #fff 85%, #d3ac6b 85%);
  }
  86% {
    opacity: 8.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(86%, #fff),
      color-stop(86%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 86%, #d3ac6b 86%);
    background-image: linear-gradient(to bottom, #fff 86%, #d3ac6b 86%);
  }
  87% {
    opacity: 8.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(87%, #fff),
      color-stop(87%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 87%, #d3ac6b 87%);
    background-image: linear-gradient(to bottom, #fff 87%, #d3ac6b 87%);
  }
  88% {
    opacity: 8.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(88%, #fff),
      color-stop(88%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 88%, #d3ac6b 88%);
    background-image: linear-gradient(to bottom, #fff 88%, #d3ac6b 88%);
  }
  89% {
    opacity: 8.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(89%, #fff),
      color-stop(89%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 89%, #d3ac6b 89%);
    background-image: linear-gradient(to bottom, #fff 89%, #d3ac6b 89%);
  }
  90% {
    opacity: 9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(90%, #fff),
      color-stop(90%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 90%, #d3ac6b 90%);
    background-image: linear-gradient(to bottom, #fff 90%, #d3ac6b 90%);
  }
  91% {
    opacity: 9.1;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(91%, #fff),
      color-stop(91%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 91%, #d3ac6b 91%);
    background-image: linear-gradient(to bottom, #fff 91%, #d3ac6b 91%);
  }
  92% {
    opacity: 9.2;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(92%, #fff),
      color-stop(92%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 92%, #d3ac6b 92%);
    background-image: linear-gradient(to bottom, #fff 92%, #d3ac6b 92%);
  }
  93% {
    opacity: 9.3;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(93%, #fff),
      color-stop(93%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 93%, #d3ac6b 93%);
    background-image: linear-gradient(to bottom, #fff 93%, #d3ac6b 93%);
  }
  94% {
    opacity: 9.4;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(94%, #fff),
      color-stop(94%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 94%, #d3ac6b 94%);
    background-image: linear-gradient(to bottom, #fff 94%, #d3ac6b 94%);
  }
  95% {
    opacity: 9.5;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(95%, #fff),
      color-stop(95%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 95%, #d3ac6b 95%);
    background-image: linear-gradient(to bottom, #fff 95%, #d3ac6b 95%);
  }
  96% {
    opacity: 9.6;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(96%, #fff),
      color-stop(96%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 96%, #d3ac6b 96%);
    background-image: linear-gradient(to bottom, #fff 96%, #d3ac6b 96%);
  }
  97% {
    opacity: 9.7;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(97%, #fff),
      color-stop(97%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 97%, #d3ac6b 97%);
    background-image: linear-gradient(to bottom, #fff 97%, #d3ac6b 97%);
  }
  98% {
    opacity: 9.8;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(98%, #fff),
      color-stop(98%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 98%, #d3ac6b 98%);
    background-image: linear-gradient(to bottom, #fff 98%, #d3ac6b 98%);
  }
  99% {
    opacity: 9.9;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(99%, #fff),
      color-stop(99%, #d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 99%, #d3ac6b 99%);
    background-image: linear-gradient(to bottom, #fff 99%, #d3ac6b 99%);
  }
  100% {
    opacity: 10;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(100%, #fff),
      to(#d3ac6b)
    );
    background-image: -o-linear-gradient(top, #fff 100%, #d3ac6b 100%);
    background-image: linear-gradient(to bottom, #fff 100%, #d3ac6b 100%);
  }
}
.counselor-card {
  padding: 0 1.875rem 3.625rem;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card {
    padding: 0;
  }
}
.counselor-card:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 12.875rem);
  top: 12.875rem;
  left: 0;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  background: #171717;
  z-index: -1;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card:before {
    display: none;
  }
}
.counselor-card__image {
  background: #4d4d4d;
  width: 15.625rem;
  height: auto;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card__image {
    width: 60%;
  }
}
.counselor-card__name {
  margin: 1.1875rem 0 1rem;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 500;
  white-space: pre-line;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card__name {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    letter-spacing: -0.0125rem;
    white-space: normal;
  }
}
.counselor-card__desc {
  margin: 0.625rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.counselor-card__year {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #d3ac6b;
}
.counselor-card__button {
  position: absolute;
  left: 1.875rem;
  bottom: 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.5625rem;
  height: 2.5625rem;
  margin-top: auto;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #fff;
  border: 0.0625rem solid #d3ac6b;
  border-radius: 1.25rem;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property:
    backgroud-color,
    -webkit-transform;
  transition-property:
    backgroud-color,
    -webkit-transform;
  -o-transition-property: backgroud-color, transform;
  transition-property: backgroud-color, transform;
  transition-property:
    backgroud-color,
    transform,
    -webkit-transform;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card__button {
    display: none;
  }
}
.counselor-card__button:hover,
.counselor-card__button:focus {
  background: #d3ac6b;
}
.counselor-card:hover,
.counselor-card:focus {
  padding-bottom: 6.75rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .counselor-card:hover,
  .counselor-card:focus {
    padding: 0;
  }
}
.counselor-card:hover .counselor-card__button,
.counselor-card:focus .counselor-card__button {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.header {
  position: fixed;
  background-color: #000;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.1875rem 3.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 9.375rem;
  z-index: 10;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .header {
    padding: 1.875rem;
    height: 7.125rem;
    background: #171717;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__logo {
  width: 9.5rem;
  margin-right: 6.25rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo a {
  display: inline-block;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .header__logo {
    position: relative;
    width: 8.75rem;
    height: 3.25rem;
    z-index: 1001;
  }
}
.header__logo img {
  width: 100%;
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .header__lang {
    display: none;
  }
}
.header__contact {
  margin-left: auto;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .header__contact {
    display: none;
  }
}
.header__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10.5625rem;
  height: 2.5625rem;
  border: 1px solid #d3ac6b;
  border-radius: 1.25rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
}
.header__contact a:hover,
.header__contact a:focus {
  background: #d3ac6b;
}
.header__menu {
  margin-right: 0;
  margin-left: 1.75rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .header__menu span {
    display: none;
  }
}
.lang__switch label {
  margin: 0 1.3125rem;
  display: block;
  padding: 0.3125rem;
  width: 3.75rem;
  height: 1.875rem;
  border: 1px solid #d3ac6b;
  border-radius: 1.25rem;
}
.lang__switch label input {
  display: none;
}
.lang__switch label div {
  width: 100%;
}
.lang__switch label div:after {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border-radius: 50%;
}
.lang__switch label input:checked + div {
  text-align: right;
}
.lang__label.--on {
  background-color: #d3ac6b;
}
.menu {
  position: relative;
  border: none;
  background: transparent;
  color: #fff;
  font-family: "IBM Plex Sans";
  padding-right: 2.625rem;
  z-index: 102;
  cursor: pointer;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu {
    padding: 0;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.menu:focus {
  outline: none;
}
.menu:after,
.menu:before {
  content: "";
  display: block;
  width: 0rem;
  height: 0.125rem;
  background: #fff;
  position: absolute;
  left: 3.75rem;
  top: 0.4375rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu:after,
  .menu:before {
    left: 0;
  }
}
.menu:after {
  top: 0.8125rem;
}
.menu__list {
  display: none;
  padding: 0;
  width: 21rem;
  height: 31.375rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 100;
  background: #000;
}
.menu__list nav {
  padding: 3.125rem 3.125rem 1.6875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__list nav {
    padding: 2.75rem;
    padding-left: 5rem;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__list {
    height: 31.5625rem;
    width: 100%;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
}
.menu__pages {
  padding: 0;
  margin: 0 0 0.625rem;
  list-style: none;
}
.menu__page_item {
  margin-top: 1.5625rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__page_item {
    margin-top: 1.875rem;
  }
}
.menu__page_link {
  color: #fff;
  text-decoration: none;
}
.menu__page_link:after {
  content: "";
  display: block;
  margin-top: 0.75rem;
  width: 1.5625rem;
  height: 1px;
  background: #d3ac6b;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__page_link:after {
    width: 1.75rem;
  }
}
.menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.3125rem 3.125rem 1.6875rem;
  margin: 0;
  list-style: none;
  background: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__links {
    padding: 1.25rem 1.9375rem 1.625rem 5rem;
  }
}
.menu__link_item {
  padding: 0;
  margin: 0;
  margin-right: 1.75rem;
}
.menu__social_img {
  width: 1.5rem;
  height: 1.5rem;
}
.menu__social_img path {
  fill: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__social_img {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.menu__link_link:hover .menu__social_img path,
.menu__link_link:focus .menu__social_img path {
  fill: #d3ac6b;
}
.menu__300 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.75rem;
}
.menu__300 span {
  width: 7.1875rem;
  margin-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #9b9b9b;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .menu__300 span {
    display: block;
  }
}
.menu__300 img {
  width: 3.9375rem;
  height: 2.5rem;
}
.loaded .opened .menu:after,
.loaded .opened .menu:before {
  background: #d3ac6b;
  width: 2.5rem;
  right: -0.3125rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .loaded .opened .menu:after,
  .loaded .opened .menu:before {
    width: 2.8125rem;
    height: 1px;
  }
}
.loaded .opened .menu:before {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.loaded .opened .menu:after {
  top: 0.625rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loaded .opened .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loaded .menu:before,
.loaded .menu:after {
  width: 1.5625rem;
}
.all-cases {
  height: calc(100vh - 150px);
  overflow: hidden;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    padding-bottom: 7.1875rem;
  }
  .all-cases .slide__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .all-cases .slide__video {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    top: 0;
  }
  .all-cases .home_cases__arrows {
    width: 100%;
  }
}
.home_case__content {
  min-height: 11.75rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home_case__content {
    min-height: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.home_case__content p {
  margin-block: 1.375rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home_case__content p {
    margin-bottom: 1.25rem;
  }
}
.home_case__sub_title {
  margin-bottom: 0.5625rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  text-transform: uppercase;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home_case__sub_title {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.all-counselors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.all-counselors::before {
  content: "";
  overflow: hidden;
  display: block;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-counselors__section {
    position: relative;
    height: auto;
    padding-bottom: 5.625rem;
  }
  .all-counselors__section:after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 7.5rem);
    width: 100%;
    top: 7.5rem;
    z-index: 0;
    bottom: 0;
    background: #000;
  }
}
.all-counselors__videos {
  position: fixed;
  bottom: 0;
  top: 9.375rem;
  width: 100%;
  z-index: -1;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-counselors__videos {
    display: none;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-counselors__slider {
    padding: 0 1.875rem;
    margin: 0;
  }
}
.all-counselors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60rem;
  margin: 0 auto 0 10rem;
  padding: 4.1875rem 5rem 4.0625rem 5.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20.875rem, transparent),
    color-stop(20.875rem, #000)
  );
  background-image: -o-linear-gradient(
    top,
    transparent 20.875rem,
    #000 20.875rem
  );
  background-image: linear-gradient(
    to bottom,
    transparent 20.875rem,
    #000 20.875rem
  );
  background-attachment: fixed;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-counselors__list {
    display: none;
  }
}
.all-counselors__item {
  z-index: 10;
  max-width: 22.5rem;
}
.all-counselors__item.hidden {
  display: none;
}
.all-counselors__item:nth-child(2n) {
  margin-top: 12.5rem;
  margin-left: 3.75rem;
}
.all-counselors__item--hide {
  display: none;
}
.all-counselors__more {
  width: 22.5rem;
  -webkit-transform: translateY(-5rem);
  -ms-transform: translateY(-5rem);
  transform: translateY(-5rem);
}
.all-services {
  height: calc(100vh - 150px);
  overflow: hidden;
}
.all-services .points {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-services .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-services {
    height: auto;
  }
}
.case {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.case ~ .phone_button {
  bottom: 2rem;
}

.case::before {
  content: "";
  overflow: hidden;
  display: block;
}
.case__videos {
  position: fixed;
  bottom: 0;
  top: 150px;
  z-index: -1;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__videos {
    display: none;
  }
}
.case__content {
  z-index: 100;
  max-width: 41.25rem;
  margin: 7.125rem 19.375rem 7.125rem auto;
  padding: 0.5rem 3.75rem 3.3125rem 3.125rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  background: #fff;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__content {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4375rem;
    padding-bottom: 9.375rem;
  }
}
.case__content p {
  margin: 0.875rem 0 0.625rem;
}
.case__title {
  max-width: 25rem;
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 500;
}
.case__slug {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}
.case__controls {
  position: fixed;
  right: 0;
  width: 19.375rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__controls {
    display: none;
  }
}
.case__counter {
  display: block;
  margin: 4.375rem 4.6875rem 1.3125rem;
  font-size: 0.6875rem;
  line-height: 1.4375rem;
  text-align: right;
}
.case__close {
  display: block;
  width: 5rem;
  height: 5rem;
  margin: 0 3.75rem 12.375rem auto;
  background: #fff;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 2.25rem 2.25rem;
  background-position: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__close {
    position: fixed;
    z-index: 1005;
    margin: 0;
    right: 5.3125rem;
    top: 0.9375rem;
  }
}
.case__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
}
.case__arrow {
  width: 3.125rem;
  height: 0.625rem;
  margin: 0 1.5625rem;
  background-repeat: no-repeat;
}
.case__arrow--prev {
  background-image: url("../img/prev.svg");
}
.case__arrow--next {
  background-image: url("../img/next.svg");
}
.case__close {
  display: none;
}
.page--case .case__close {
  display: block;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .page--case .case__close {
    background-color: #000;
  }
}
.form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}
.form::before {
  content: "";
  overflow: hidden;
  display: block;
}
.form__videos {
  position: fixed;
  bottom: 0;
  top: 9.375rem;
  z-index: -1;
}
.form__info {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  font-size: 2rem;
}

@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__videos {
    display: none;
  }
}
.form__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: calc(100vh - 9.375rem);
  max-width: 57.8125rem;
  margin-left: 9.8125rem;
  margin-right: 2.5rem;
  padding: 4.8125rem 3.6875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__form {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 1.875rem;
    background: transparent;
  }
  .form__info {
    gap: 1rem;
    font-size: 1.5rem;
  }
}
.form__title {
  width: 100%;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: -0.01875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.form__part {
  width: 19.875rem;
  margin-right: 1.25rem;
  margin-bottom: 0.3125rem;
  padding: 0.625rem 1.25rem 1rem;
  background: #171717;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__part {
    margin: 0 0 0.375rem;
    width: 100%;
  }
}
.form__label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #4a4a4a;
}
.form__input {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  color: #fff;
}
.form__checkbox {
  position: absolute;
  bottom: 11.875rem;
  display: block;
  opacity: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__checkbox {
    bottom: 9.375rem;
  }
}
.form__check-label {
  position: relative;
  width: 100%;
  margin: 0.8125rem 0 1.1875rem;
  padding-left: 1.875rem;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #4a4a4a;
  cursor: pointer;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__check-label {
    line-height: 1.0625rem;
  }
}
.form__check-label::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #4a4a4a;
}
.form__check-label::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.3125rem;
  display: none;
  width: 0.625rem;
  height: 0.625rem;
  background: #d3ac6b;
}
.form__check-label a {
  color: #d3ac6b;
  text-decoration: none;
}
.form__check-label a:hover,
.form__check-label a:focus {
  text-decoration: underline;
}
.form__checkbox:checked ~ .form__check-label::after {
  display: block;
}
.form__popup {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.form__popup-content {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0rem 2.5rem 1rem;
  background: #d3ac6b;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__popup-content {
    width: 100%;
    margin-bottom: 0;
    padding: 0.625rem 1.875rem 0.625rem;
  }
}
.form__popup-content:hover,
.form__popup-content:focus {
  opacity: 0.9;
}
.form__popup--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__popup-title {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.1875rem;
  letter-spacing: -0.01875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__popup-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.form__submit {
  width: 19.875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__submit {
    width: 100%;
  }
}
.form__close {
  position: absolute;
  top: 0;
  right: -2.5rem;
  display: block;
  width: 5rem;
  height: 5rem;
  background: #fff;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 2.25rem 2.25rem;
  background-position: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__close {
    position: fixed;
    right: 0;
    top: 0.625rem;
    background-color: #000;
    z-index: 10001;
  }
}
.form__close--mobile {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .form__close--mobile {
    display: block;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .page--form {
    background: #000;
  }
  .page--form .header {
    background: #000;
  }
  .page--form .main {
    position: relative;
  }
}
.home__slider {
  height: 90vh;
  position: relative;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__slider {
    height: auto;
    padding-top: 7.125rem;
  }
}
.points {
  position: absolute;
  bottom: 5rem;
  left: 3.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  z-index: 5000;
  list-style: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .points {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1.5625rem 1.875rem;
    background: #000;
    height: 3.375rem;
    width: 40%;
  }
}
.points li {
  margin-right: 1rem;
  opacity: 0;
  line-height: 1;
}
.points li button {
  width: 3px;
  height: 3px;
  background: #d3ac6b;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: block;
}
.points li.active button {
  width: 5px;
  height: 5px;
  background: #fff;
}
.home__slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 9.375rem;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__slide {
    padding-top: 0;
    margin-bottom: 3.125rem;
    position: relative;
    top: auto;
    height: auto;
  }
  .home__slide.services__block {
    margin-bottom: 0;
  }
}
.home__slide.animated,
.home__slide.prev {
  opacity: 1;
}
.home__slide.animated {
  z-index: 10;
}
.home__slide.-first:after {
  content: "";
  display: block;
  height: 4.375rem;
  width: 0.0625rem;
  background: #d3ac6b;
  position: absolute;
  bottom: 3.75rem;
  left: 14.125rem;
  -webkit-transition: 0.5s 1s;
  -o-transition: 0.5s 1s;
  transition: 0.5s 1s;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__slide.-first:after {
    display: none;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__slide.case--open {
    position: relative;
    z-index: 10;
  }
}
.slide__video {
  width: 56%;
  overflow: hidden;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video {
    top: -3.125rem;
    width: 100%;
    height: auto;
  }
}
.slide__video .animation__body {
  height: 100%;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video .animation__body {
    height: auto;
    min-height: calc((100vw / 100) * 56);
  }
}
.slide__video.animation__wrapper {
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  max-width: 100%;
}
.slide__video.animation__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  right: 0;
  top: 0;
  background: #171717;
  z-index: 10;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video.animation__wrapper:after {
    display: none;
  }
}
.slide__video.animation__wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  left: 0;
  top: 0;
  background: #171717;
  z-index: 10;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video.animation__wrapper:before {
    display: none;
  }
}
.slide__video.-big {
  width: calc(100% - 19.375rem);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video.-big {
    width: 100%;
    height: auto;
  }
}
.slide__video.-right {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__video--all-services {
    margin-bottom: -3.125rem;
  }
}
.slide__video video {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
}
.home__slide.-first .slide__video video {
  -o-object-position: left;
  object-position: left;
}
.links__slider {
  position: relative;
  z-index: 1000;
}
.links__slider.-mobile {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .links__slider.-mobile {
    display: block;
  }
}
.links__slider_desc {
  position: relative;
  z-index: 1000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .links__slider_desc.-desktop {
    display: none;
  }
}
.slide__text {
  position: absolute;
  top: 14rem;
  left: 10rem;
  width: 34.375rem;
  padding: 2.375rem 3.125rem 2.1875rem;
  color: #000;
  z-index: 10;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__text {
    position: relative;
    width: 90%;
    left: 10%;
    top: 0;
  }
}
.slide__text.animation__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__text.animation__wrapper:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.slide__text .animation__body {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.7s 1s;
  -o-transition: 0.7s 1s;
  transition: 0.7s 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__text .animation__body {
    opacity: 1;
  }
}
.slide__text.-right {
  left: auto;
  right: 0;
  top: 16.5rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__text.-right {
    padding: 1.875rem;
    position: relative;
    top: -3.75rem;
    left: 8%;
    right: auto;
    width: 84%;
  }
}
.slide__links {
  position: absolute;
  margin-top: 2.5rem;
  width: 100%;
  max-width: 44%;
  float: left;
  z-index: 10;
  height: 100%;
  max-height: 26.25rem;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__links {
    position: relative;
    width: 80%;
    max-width: 80%;
    z-index: 1001;
    max-height: none;
    height: auto;
    margin-top: 0;
  }
}
.slide__links .slick-arrow {
  opacity: 0;
  -webkit-transition: 0.6s 2s;
  -o-transition: 0.6s 2s;
  transition: 0.6s 2s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__links .slick-arrow {
    opacity: 1;
    bottom: -0.625rem;
  }
  .slide__links .slick-arrow.slick-next {
    right: -1.25rem;
  }
  .slide__links .slick-arrow.slick-prev {
    right: 5rem;
  }
}
.slide__links .animation__body {
  padding: 3.4375rem 3.625rem;
  padding-right: 1rem;
  opacity: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.7s 1s;
  -o-transition: 0.7s 1s;
  transition: 0.7s 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__links .animation__body {
    padding: 1.875rem;
  }
}
.slide__links.animation__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  left: 0;
  top: 0;
  background: #000;
  max-height: 26.25rem;
  z-index: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__links.animation__wrapper:after {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    max-height: none;
  }
}
.slide__links .button {
  position: absolute;
  right: -4.375rem;
  /* top: 100%; */
  cursor: pointer;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide__links .button {
    display: none;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .services__block .slide__video.-right {
    top: -6.25rem;
  }
}
.links__title {
  margin-bottom: 2.0625rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: -0.01875rem;
}
ul.links {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 7.25rem);
  min-height: 20rem;
  left: 0;
  position: absolute;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.4375rem;
}

@media only screen and (orientation: portrait), (max-width: 1023px) {
  .links__title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.title {
  font-weight: 500;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  letter-spacing: -0.01875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.title--home p {
  margin-top: 0.125rem;
}
.links__wrapper {
  position: relative;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .links__wrapper {
    height: auto;
  }
}

@media only screen and (orientation: portrait), (max-width: 1023px) {
  ul.links {
    width: 100%;
    min-height: 6.25rem;
    padding-bottom: 4.125rem;
    position: relative;
  }
}
ul.links li {
  margin: 0.875rem 0;
  padding-right: 2.625rem;
  width: 22%;
  height: 5.6875rem;
  max-height: 4.375rem;
  position: relative;
  -webkit-transition: 0;
  -o-transition: 0;
  transition: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  ul.links li {
    width: 100%;
    height: auto;
    max-height: 6.25rem;
  }
}
ul.links li:nth-child(3),
ul.links li:nth-child(4) {
  opacity: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  ul.links li:nth-child(3),
  ul.links li:nth-child(4) {
    opacity: 1;
  }
}
ul.links li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.5625rem;
  height: 1px;
  background: #d3ac6b;
  display: none;
}
ul.links li a {
  color: #fff;
  text-decoration: none;
}
ul.links li a:hover,
ul.links li a:focus {
  color: #d3ac6b;
}
.links__slide.--second li:nth-child(3),
.links__slide.--second li:nth-child(4) {
  opacity: 1;
}
.links__slide.--second li:nth-child(1),
.links__slide.--second li:nth-child(2),
.links__slide.--second li:nth-child(5),
.links__slide.--second li:nth-child(6) {
  display: none;
}
.links__close {
  position: absolute;
  top: 9.375rem;
  right: 10%;
  z-index: 100;
}
.links--open .slide__links,
.links--open.animated .slide__links {
  max-width: 90%;
  min-height: 31.25rem;
  max-height: none;
  height: calc(100vh - 190px);
  overflow: hidden;
}
.links--open .slide__links.animation__wrapper:after,
.links--open.animated .slide__links.animation__wrapper:after {
  -webkit-transform: scale(0.9, 1);
  -ms-transform: scale(0.9, 1);
  transform: scale(0.9, 1);
  max-height: 100%;
}
.links--open .links__wrapper,
.links--open.animated .links__wrapper {
  height: 22.5rem;
}
.links--open .slick-slide,
.links--open.animated .slick-slide {
  opacity: 0;
}
.links--open .slick-slide.slick-current,
.links--open.animated .slick-slide.slick-current {
  opacity: 1;
  width: 100vw !important;
}
.links--open .slick-arrow,
.links--open.animated .slick-arrow,
.links--open .button--gold,
.links--open.animated .button--gold {
  opacity: 0 !important;
  -webkit-transition: 0.6s 0s !important;
  -o-transition: 0.6s 0s !important;
  transition: 0.6s 0s !important;
}
.hide-slides .slick-slide {
  opacity: 0;
}
.hide-slides .slick-slide.slick-current {
  opacity: 1;
  width: 100vw !important;
}
.links--open ul.links {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.links--open ul.links li {
  max-height: none;
  height: auto;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.8s 0.3s;
  -o-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.links--open ul.links li:after {
  display: block;
}
.links--open ul.links li:nth-child(3),
.links--open ul.links li:nth-child(4) {
  opacity: 1;
}
.links--open ul.links li:nth-child(5):after,
.links--open ul.links li:nth-child(6):after {
  display: none;
}
.links--open .--second li:nth-child(1),
.links--open .--second li:nth-child(2),
.links--open .--second li:nth-child(5),
.links--open .--second li:nth-child(6) {
  display: block;
}
.home_cases__slider {
  z-index: 10;
}
.home_cases__slider p {
  margin-top: 1.125rem;
}
.home_cases__slider .slick-arrow {
  top: calc(100% + 0.5rem);
}
.home_cases__slider .slick-next {
  right: 3.125rem;
}
.home_cases__slider .slick-prev {
  right: 9.375rem;
}
.home_cases__slider .slick-slide {
  opacity: 1 !important;
  display: block !important;
}
.home_cases__slider .slick-list {
  overflow-x: hidden;
}
.home_cases__slide {
  opacity: 0;
  -webkit-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
  -webkit-transition:
    opacity 0.6s,
    -webkit-transform 0.6s;
  transition:
    opacity 0.6s,
    -webkit-transform 0.6s;
  -o-transition:
    opacity 0.6s,
    transform 0.6s;
  transition:
    opacity 0.6s,
    transform 0.6s;
  transition:
    opacity 0.6s,
    transform 0.6s,
    -webkit-transform 0.6s;
}
.home_cases__link {
  display: block;
  padding: 2.375rem 3.125rem 2.1875rem;
  text-decoration: none;
  color: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home_cases__link {
    padding: 1.875rem;
  }
}
.home_case__title_link {
  color: #000;
  text-decoration: none;
}
.case__close--home {
  position: absolute;
  left: calc(100% - 9.5rem);
  top: 16.5rem;
  z-index: 100;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
  max-width: 5rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__close--home {
    position: fixed;
    top: 0.9375rem;
    z-index: 10003;
    right: 5.3125rem;
    left: auto;
  }
}
.inner-animation .slide__text.animation__wrapper:after {
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
}
.inner-animation .slide__text .animation__body {
  -webkit-transition: 1s 1.7s;
  -o-transition: 1s 1.7s;
  transition: 1s 1.7s;
}
.case__full {
  position: absolute;
  top: 16.5rem;
  left: calc((100% - 41.25rem) / 2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 41.25rem;
  z-index: 10;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case__full {
    width: 100%;
    left: 0;
    top: 4.8125rem;
  }
}
.case__full .case__inner {
  padding: 3.125rem;
  position: relative;
  z-index: 10;
  color: #000;
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.case__full:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
.case--open.animated .case__full .case__inner {
  opacity: 1;
  -webkit-transition: 1s 1.7s;
  -o-transition: 1s 1.7s;
  transition: 1s 1.7s;
}
.case--open.animated .case__full:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
}
.case--open.animated .slide__text.animation__wrapper:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
.case--open.animated .slide__text .animation__body {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.case--open.prev .button--close,
.case--open.next .button--close {
  max-width: 0;
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
.case--open.prev .case__full .case__inner,
.case--open.next .case__full .case__inner {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
.case--open.prev .case__full:after,
.case--open.next .case__full:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .case--open.prev .button--close,
  .case--open.next .button--close {
    max-width: 5rem;
    -webkit-transition: 1s 1s;
    -o-transition: 1s 1s;
    transition: 1s 1s;
  }
  .case--open.prev .case__full .case__inner,
  .case--open.next .case__full .case__inner {
    opacity: 1;
    -webkit-transition: 1s 1.7s;
    -o-transition: 1s 1.7s;
    transition: 1s 1.7s;
  }
  .case--open.prev .case__full:after,
  .case--open.next .case__full:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 1s 1s;
    -o-transition: 1s 1s;
    transition: 1s 1s;
  }
  .case--open.prev .slide__text.animation__wrapper:after,
  .case--open.next .slide__text.animation__wrapper:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 1s 0s;
    -o-transition: 1s 0s;
    transition: 1s 0s;
  }
  .case--open.prev .slide__text .animation__body,
  .case--open.next .slide__text .animation__body {
    opacity: 0;
    -webkit-transition: 0.3s 0s;
    -o-transition: 0.3s 0s;
    transition: 0.3s 0s;
  }
}
.slick-current + .slick-slide .home_cases__slide {
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.slick-active .home_cases__slide {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition:
    opacity 0.5s 0.1s,
    -webkit-transform 0.6s 0.1s;
  transition:
    opacity 0.5s 0.1s,
    -webkit-transform 0.6s 0.1s;
  -o-transition:
    opacity 0.5s 0.1s,
    transform 0.6s 0.1s;
  transition:
    opacity 0.5s 0.1s,
    transform 0.6s 0.1s;
  transition:
    opacity 0.5s 0.1s,
    transform 0.6s 0.1s,
    -webkit-transform 0.6s 0.1s;
}
.slider__counter {
  position: absolute;
  top: -5rem;
  right: 0.9375rem;
  color: #fff;
  font-size: 0.6875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slider__counter {
    bottom: -3.125rem;
    top: auto;
    left: 0;
    font-size: 0.8125rem;
  }
}
.home_cases__arrows {
  position: absolute;
  top: calc(100%);
  right: 0;
  width: 19.375rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_cases__arrows:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 0.6s 1s;
  -o-transition: 0.6s 1s;
  transition: 0.6s 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home_cases__arrows:before {
    display: none;
  }
}
a.home_cases__read {
  display: block;
  margin-top: 0;
  color: #000;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a.home_cases__read:hover,
a.home_cases__read:focus {
  color: #d3ac6b;
}
.slick-active a.home_cases__read {
  opacity: 1;
  -webkit-transition: 0.5s 0.7s;
  -o-transition: 0.5s 0.7s;
  transition: 0.5s 0.7s;
}
.slide--cases .slide__text {
  padding: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide--cases {
    padding-bottom: 6.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_cases__slider .slick-arrow {
    top: auto;
  }

  .slide--cases .slide__text {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    top: -12.125rem;
    width: 80%;
    left: 10%;
  }
  .slide--cases .slide__video {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    top: 0;
  }
}
.all-counselors__slider {
  position: relative;
  z-index: 1;
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .all-counselors__slider {
    display: block;
  }
}
.home__counselors {
  position: absolute;
  top: 0;
  left: 10%;
  height: 100%;
  width: 60rem;
}
.home__counselors .counselors__button {
  opacity: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors .counselors__button {
    opacity: 1;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors {
    padding-bottom: 2.4375rem;
    position: relative;
    left: 0;
    width: 100%;
  }
}
.home__counselors:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #000;
  height: calc(100% - 20.875rem);
  width: 100%;
  z-index: 1;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  left: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors:after {
    height: calc(100% - 7.5rem);
    top: 7.5rem;
    z-index: 0;
  }
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors .counselor-card {
    padding: 0 2.5rem 0 0;
  }
}
.home__counselors .counselor-card h3,
.home__counselors .counselor-card p,
.home__counselors .counselor-card span {
  opacity: 0;
  -webkit-transition: 1s 2s;
  -o-transition: 1s 2s;
  transition: 1s 2s;
}
.home__counselors .counselor-card__img_wrapper {
  max-width: 0;
  overflow: hidden;
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}
.home__counselors .counselor-card__img_wrapper img {
  width: 15.625rem;
  height: auto;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors .counselor-card__img_wrapper img {
    width: 60%;
  }
}
.home__counselors .counselor-card:before {
  -webkit-transition: 1s 1s;
  -o-transition: 1s 1s;
  transition: 1s 1s;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.home__counselors__scroll {
  overflow: hidden;
  height: 100%;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors__scroll {
    display: none;
  }
}
.home__counselors__scroll .all-counselors {
  margin-top: 9.375rem;
  margin-bottom: 50px;
  z-index: 100;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors__scroll .all-counselors {
    margin-top: 0;
  }
}
.home__counselors__scroll .all-counselors__list {
  margin: 0;
  background: transparent;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__counselors__scroll .all-counselors__list {
    padding: 0.9375rem;
  }
}
.counselors__close {
  margin: 0;
  position: absolute;
  right: -2.5rem;
  top: 9.375rem;
  z-index: 100;
  max-width: 5rem;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.counselors__close.hidden {
  max-width: 0;
}
.slide--counselors .slick-prev {
  display: none !important;
}
.slide--counselors .slick-arrow {
  bottom: auto;
  top: 1.5625rem;
  right: 2.9375rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .slide--counselors .slide__video {
    display: none;
  }
}
.home__contact {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 0;
  margin-left: auto;
  width: 60%;
  display: none;
  z-index: 5000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .home__contact {
    display: block;
  }
}
.home__contact .button {
  width: 100%;
  display: inline-block;
  color: #fff;
}
.home__contact .button span {
  display: inline-block;
  line-height: 3.375rem;
  height: 3.375rem;
  width: 100%;
  padding: 0 0.4375rem;
  text-align: center;
}
.animated .counselors__button {
  opacity: 1;
}
.animated.home__slide.-first:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.animated .slide__text .slick-arrow {
  opacity: 1;
}
.animated .slide__text.animation__wrapper:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.animated .slide__text .animation__body {
  opacity: 1;
}
.animated .slide__links .slick-arrow {
  opacity: 1;
}
.animated .slide__links.animation__wrapper:after {
  -webkit-transform: scale(0.44, 1);
  -ms-transform: scale(0.44, 1);
  transform: scale(0.44, 1);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .animated .slide__links.animation__wrapper:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.animated .slide__links .animation__body {
  opacity: 1;
}
.animated .slide__video.animation__wrapper:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.animated .slide__video.animation__wrapper:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.animated .home_cases__arrows:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.animated .home__counselors:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.animated .home__counselors .counselor-card h3,
.animated .home__counselors .counselor-card p,
.animated .home__counselors .counselor-card span {
  opacity: 1;
}
.animated .home__counselors .counselor-card__img_wrapper {
  max-width: 100%;
}
.animated .home__counselors .counselor-card:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.prev.home__slide.-first:after {
  -webkit-transition: 0.5s 0s;
  -o-transition: 0.5s 0s;
  transition: 0.5s 0s;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev.home__slide.-first:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.prev .slide__text .animation__body,
.prev .slide__links .animation__body {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev .slide__text .animation__body,
  .prev .slide__links .animation__body {
    opacity: 1;
  }
}
.prev .slide__text.animation__wrapper:after,
.prev .slide__links.animation__wrapper:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev .slide__text.animation__wrapper:after,
  .prev .slide__links.animation__wrapper:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.prev .slide__video.animation__wrapper.animated__width {
  max-width: 0;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev .slide__video.animation__wrapper.animated__width {
    max-width: 100%;
  }
}
.prev .slide__video.animation__wrapper.animated__width:before {
  display: none;
}
.prev .slide__video.animation__wrapper:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.prev .slide__video.animation__wrapper:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev .slide__video.animation__wrapper:before {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
.prev .home_cases__arrows:before {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.6s 0s;
  -o-transition: 0.6s 0s;
  transition: 0.6s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev .home_cases__arrows:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.prev.animated .slide__links.animation__wrapper:after,
.prev .slide__links.animation__wrapper:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .prev.animated .slide__links.animation__wrapper:after,
  .prev .slide__links.animation__wrapper:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.next.home__slide.-first:after {
  -webkit-transition: 0.5s 0s;
  -o-transition: 0.5s 0s;
  transition: 0.5s 0s;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next.home__slide.-first:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.next .slide__links.animation__wrapper:after {
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .slide__links.animation__wrapper:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.next .slide__links .animation__body {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .slide__links .animation__body {
    opacity: 1;
  }
}
.next .slide__video.animation__wrapper:before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .slide__video.animation__wrapper:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.next .slide__video.animation__wrapper:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.next .slide__text .animation__body,
.next .slide__links .animation__body {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .slide__text .animation__body,
  .next .slide__links .animation__body {
    opacity: 1;
  }
}
.next .slide__text.animation__wrapper:after,
.next .slide__links.animation__wrapper:after {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .slide__text.animation__wrapper:after,
  .next .slide__links.animation__wrapper:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.next .home__counselors:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .home__counselors:after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.next .home__counselors .counselor-card .counselor-card__img_wrapper {
  max-width: 0;
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .home__counselors .counselor-card .counselor-card__img_wrapper {
    max-width: 100%;
  }
}
.next .home__counselors .counselor-card:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 1s 0s;
  -o-transition: 1s 0s;
  transition: 1s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .home__counselors .counselor-card:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.next .home__counselors .counselor-card p,
.next .home__counselors .counselor-card h3,
.next .home__counselors .counselor-card span {
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  -o-transition: 0.3s 0s;
  transition: 0.3s 0s;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .next .home__counselors .counselor-card p,
  .next .home__counselors .counselor-card h3,
  .next .home__counselors .counselor-card span {
    opacity: 1;
  }
}
.slide__video .animation__body {
  background-size: cover;
}
.slide__video .animation__body video {
  display: none;
}
.loaded .slide__video .animation__body video {
  display: block;
}
.loaded .points li {
  opacity: 1;
}
.loaded .points li:nth-child(1) {
  -webkit-transition: 0.5s 0s;
  -o-transition: 0.5s 0s;
  transition: 0.5s 0s;
}
.loaded .points li:nth-child(2) {
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.loaded .points li:nth-child(3) {
  -webkit-transition: 0.5s 1s;
  -o-transition: 0.5s 1s;
  transition: 0.5s 1s;
}
.loaded .points li:nth-child(4) {
  -webkit-transition: 0.5s 1.5s;
  -o-transition: 0.5s 1.5s;
  transition: 0.5s 1.5s;
}
.initial .slide__text.animation__wrapper:after,
.initial .slide__video.animation__wrapper:before,
.initial .slide__video.animation__wrapper:after {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
.points {
  display: none;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--index .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service__videos {
  position: fixed;
  bottom: 0;
  top: 9.375rem;
  right: 0;
  z-index: -1;
  width: 26.25rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service__videos {
    display: none;
  }
}
.service__videos .slide__video {
  width: 100%;
}
.service_page__content {
  position: relative;
  min-height: calc(100vh - 12.5rem);
  margin-top: 3.125rem;
  margin-right: 26.25rem;
  padding: 2.9375rem 3.625rem 8rem;
  background: #000;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service_page__content {
    margin: 0;
    padding: 1.5rem 1.875rem 9.875rem;
  }
}
.service_page__pagination {
  position: absolute;
  left: 3.6875rem;
  bottom: 2.125rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service_page__pagination {
    display: none;
  }
}
.service_page__title {
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.1875rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service_page__title {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.service_page__desc {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service_page__desc {
    font-size: 1rem;
    line-height: 1.4375rem;
  }
}
.service_page__close {
  position: absolute;
  top: 0;
  right: -2.5rem;
  display: none;
  width: 5rem;
  height: 5rem;
  background: #fff;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 2.25rem 2.25rem;
  background-position: center;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .service_page__close {
    position: fixed;
    z-index: 1005;
    margin: 0;
    right: 5.3125rem;
    top: 0.9375rem;
  }
}
.page--service .service_page__close {
  display: block;
}
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .page--service .service_page__close {
    background-color: #000;
  }
}

.menu__300 img {
  max-width: 2.938rem !important;
  height: 1.5rem;
  width: auto !important;
}

.menu__300 {
  align-items: center;
}

.menu__300 img:not(:last-child) {
  margin-right: 10px;
}

.menu__300 span {
  font-size: 0.675rem;
}

.menu__300 img:nth-child(2) {
  height: 1.85rem;
  transform: translateY(-1px);
}

.menu__300 img:nth-child(4) {
  max-width: 3.9rem !important;
}

/*
     FILE ARCHIVED ON 19:14:11 Sep 29, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:32:58 Sep 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.458
  exclusion.robots: 0.014
  exclusion.robots.policy: 0.006
  esindex: 0.011
  cdx.remote: 85.454
  LoadShardBlock: 468.197 (3)
  PetaboxLoader3.datanode: 746.275 (5)
  PetaboxLoader3.resolve: 379.489 (3)
  load_resource: 872.57 (2)
*/

/* Contact Section Styles */
.contact {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.contact__container {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #333;
}

.form__group {
  margin-bottom: 20px;
}

.form__group input,
.form__group textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box;
}

.form__group textarea {
  resize: vertical;
  min-height: 120px;
}

.form__group input:focus,
.form__group textarea:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.3);
}

#cookie-banner {
  position: fixed;
  bottom: 0; /* or top: 0; if you prefer */
  left: 0;
  width: 100%;
  background: #171717;
  color: #fff;
  text-align: center;
  padding: 1rem;
  z-index: 1000;
  display: none; /* hidden until shown */
  font-size: 0.9375rem;
}

#cookie-banner p {
  margin: 0;
  display: inline;
  width: 70%;
  text-align: left;
}

#cookie-banner a,
.form__link {
  color: #d3ac6b;
  text-decoration: underline;
}

#cookie-banner button {
  width: 10.5625rem;
  height: 2.5625rem;
  border: 1px solid #d3ac6b;
  border-radius: 1.25rem;
  background: #171717;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  cursor: pointer;
  margin-left: 10px;
}

#cookie-banner button:hover,
#cookie-banner button:focus {
  background: #d3ac6b;
}

/* Footer Styles */
.site-footer {
  /* background: #d3ac6b !important; */
  /* border-top: 1px solid #b8945f !important; */
  background: #000 !important;
  position: relative;
  z-index: 1000;
  height: 10vh;
  width: 100%;
  clear: both;
  display: block !important;
  visibility: visible !important;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  min-height: 60px;
  font-size: 0.9375rem;
}

.footer-left {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
}

.footer-right {
  display: flex;
  align-self: self-end;
  flex-direction: column;
}

.footer-link {
  color: #b8945f;
  text-decoration: none;
  font-weight: normal;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #b8945f;
}

.footer-phone,
.footer-email {
  color: #b8945f;
}

/* Mobile responsive */
@media only screen and (orientation: portrait), (max-width: 1023px) {
  .site-footer {
    position: relative;
    margin-top: auto;
    bottom: 9vh;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 0;
    font-size: 0.6rem;
  }

  .footer-left,
  .footer-right {
    flex-direction: column;
    /* gap: 1rem; */
  }

  .footer-phone,
  .footer-email {
    line-height: normal;
  }

  .footer-right {
    align-self: center;
  }
}

.text__link {
  margin: 0;
  text-decoration: none;
  color: #b8945f;
}
