html {
  color: #303946;
  font-size: 16px;
  line-height: 1;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a[href^="tel:"] {
  text-decoration: none;
  color: #c7bf94;
}

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

ul {
  list-style: none;
}

body, input, textarea {
  font-family: '718 Book', sans-serif;
  font-weight: normal;
  font-style: normal;
}

em {
  font-style: normal;
}

strong {
  font-family: '718', sans-serif;
  font-weight: 800;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tautz', serif;
  font-weight: bold;
  text-transform: uppercase;
}

ul {
  list-style: none;
}

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0 14px;
  font-size: 16px;
  height: 44px;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  border: none;
}

.pure-form textarea {
  padding: 14px;
}

.pure-form .heading {
  margin-bottom: 10px;
}

.pure-form label {
  color: #006e80;
  font-weight: normal;
}

.pure-form label.required:after {
  content: ' *';
}

.pure-form .notifications {
  margin-bottom: 20px;
  font-size: 18px;
}

.pure-form .error-message {
  color: crimson;
}

.pure-form .success-message {
  color: #94c11f;
}

.pure-form textarea {
  height: 180px;
}

.pure-form button {
  border: 0;
}

.pure-form .field {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #999;
}

::-moz-placeholder {
  text-transform: uppercase;
  color: #999;
}

:-ms-input-placeholder {
  text-transform: uppercase;
  color: #999;
}

:-moz-placeholder {
  text-transform: uppercase;
  color: #999;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

.container:before,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.home {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 2;
}

.sliders {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.sliders__slide {
  z-index: 3000;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sliders__slide__content {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sliders__slide h3 {
  font-size: 1rem;
  color: #c7bf94;
  margin-bottom: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.sliders__slide h2 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.25;
  max-width: 600px;
  text-align: center;
}

.page {
  height: 141px;
  position: relative;
}

.splash {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  background-color: rgba(48,57,70,.5);
}

.page .splash {
  height: 141px;
  background-color: #303946;
  border-bottom: 1px solid #c7bf94;
  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;
}

.splash:before,
.splash:after {
  content: "";
  display: table;
  clear: both;
}

.splash__corner {
  position: absolute;
  width: 140px;
  height: 140px;
  bottom: 0;
}

.splash__corner--1 {
  left: 0;
  border-right: 1px solid #c7bf94;
}

.splash__corner--2 {
  right: 0;
  border-left: 1px solid #c7bf94;
}

.splash__email,
.splash__instagram,
.splash__facebook {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  border-right: 1px solid #c7bf94;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/img/email.svg);
  background-size: auto 24px;
}

.splash__instagram {
  background-image: url(/img/instagram-white.svg);
}

.splash__facebook {
  left: auto;
  right: 0;
  border-right: 0;
  border-left: 1px solid #c7bf94;
  background-image: url(/img/facebook-white.svg);
}

.splash__column {
  position: absolute;
  top: 140px;
  width: 140px;
  height: calc(100vh - 280px);
  border-bottom: 1px solid #c7bf94;
  border-top: 1px solid #c7bf94;
}

.splash__column a {
  position: absolute;
  font-size: 1.25rem;
  font-family: 'Tautz', serif;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  border-bottom: 3px solid #fff;
  line-height: 141px;
  height: 141px;
  width: 220px;
  text-align: center;
  top: calc(100vh / 2);
  color: #fff;
}

.splash__column.first {
  left: 0;
  border-right: 1px solid #c7bf94;
}

.splash__column.last {
  right: 0;
  border-left: 1px solid #c7bf94;
}

.splash__column.first a {
  left: 0;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splash__column.last a {
  right: 0;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splash__main {
  width: calc(100% - 280px);
  margin: 0 140px;
}

header:before,
header:after {
  content: "";
  display: table;
  clear: both;
}

header .logo {
  float: left;
  width: 218px;
  margin: 70px 34px 0;
}

.splash__main__divider {
  float: left;
  width: calc(50% - 143px);
  height: 141px;
  border-bottom: 1px solid #c7bf94;
  font-size: 0;
  padding-top: 40px;
}

.scroll {
  height: 106px;
}

.scroll:before,
.scroll:after {
  content: "";
  display: table;
  clear: both;
}

.scroll__bar {
  float: left;
  width: calc(50% - 53px);
  height: 54px;
  border-bottom: 1px solid #c7bf94;
  font-size: 0;
}

.scroll__button {
  display: block;
  float: left;
  width: 106px;
  height: 106px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/img/scroll.svg);
  background-size: 106px 106px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.strapline {
  display: table;
  width: 100%;
  height: calc(100vh - 517px);
}

.strapline__content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner {
  height: 370px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner h1 {
  font-size: 3rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.banner__column {
  width: 140px;
  height: 370px;
}

.banner__column:first-of-type {
  border-right: 1px solid #c7bf94;
}

.banner__column:last-of-type {
  border-left: 1px solid #c7bf94;
}

.main {
  background-color: #c7bf94;
  padding: 100px 0 140px;
}

.main__content {
  text-align: center;
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

.main__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}

.main__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
}

.main__cols__col {
  -ms-flex-preferred-size: 46.52173913043478%;
      flex-basis: 46.52173913043478%; /* 535px */
}

.body h2 {
  letter-spacing: 0.05em;
  font-size: 1.75rem;
  line-height: 1.375;
  margin-bottom: 28px;
}

.body p {
  font-size: 1.0625rem;
  line-height: 1.625;
  margin-bottom: 24px;
}

.body p a {
  color: #303946;
  text-decoration: underline;
}

.body ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 20px;
}

.body ul li {
  font-size: 1.0625rem;
  margin-bottom: 4px;
  line-height: 1.625;
}

.body :last-child {
  margin-bottom: 0;
}

.big-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-image: url(/img/big-button-1.svg), url(/img/big-button-2.svg);
  margin-top: 40px;
}

.big-button a {
  display: block;
  border: 1px solid #303946;
  padding: 14px 28px 16px;
  color: #303946;
  text-transform: uppercase;
  font-family: 'Tautz', serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.social-icons a {
  display: block;
  margin-right: 16px;
}

.social-icons a:last-of-type {
  margin-right: 0;
}

.social-icons a img {
  height: 22px;
}

.blocks {
  margin: 0 auto;
}

.blocks:before,
.blocks:after {
  content: "";
  display: table;
  clear: both;
}

.blocks__block {
  float: left;
  width: 50%;
  min-height: 620px;
  text-align: center;
}

.blocks__block--text {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}

.blocks__block--blue {
  background-color: #303946;
}

.blocks__block--yellow {
  background-color: #c7bf94;
}

.block-gallery__image {
  min-height: 620px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blocks__block--text h2 {
  font-size: 2.25rem;
  margin-bottom: 28px;
  line-height: 1.25;
}

.blocks__block--text h2.has-graphic {
  padding-bottom: 60px;
  background-position: center bottom;
  background-repeat: no-repeat;
}


.blocks__block--text h3 {
  letter-spacing: 0.05em;
  font-size: 2rem;
  margin-bottom: 16px;
}

.blocks__block--text h4 {
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  margin-bottom: 12px;
}

.blocks__block--text p {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.625;
  margin: 0 auto 32px;
}

.blocks__block--blue p {
  color: #c7bf94;
}

.blocks__block--blue h2 {
  color: #fff;
}

.blocks__block--blue h3 {
  color: #fff;
}

.blocks__block--blue h4 {
  color: #c7bf94;
}

.blocks__block--gallery .slick-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
}

.blocks__block--gallery .slick-arrow--prev {
  right: 61px;
  background-image: url(/img/slider-prev.svg);
}

.blocks__block--gallery .slick-arrow--next {
  background-image: url(/img/slider-next.svg);
}

.blocks__block.blocks__block--gallery:nth-of-type(even) .slick-arrow--prev {
  right: auto;
  left: 0;
}

.blocks__block.blocks__block--gallery:nth-of-type(even) .slick-arrow--next {
  right: auto;
  left: 61px;
}

.block-logo {
  max-width: 200px;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buttons__button {
  display: block;
  border: 1px solid #c7bf94;
  border-right: 0;
  padding: 14px 20px 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Tautz', serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.buttons__button:last-of-type {
  border-right: 1px solid #c7bf94;
}

.blocks__block--yellow .buttons__button {
  border-color: #303946;
  color: #303946;
}

.buttons__button--christmas,
.blocks__block--yellow .buttons__button--christmas {
  background-color: #8F0506;
  border-color: #8F0506;
  color: #fff;
  background-image: url(/img/snowflake.svg);
  background-position: left -20px center;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  padding-left: 44px;
}

.buttons__button--mothers-day,
.blocks__block--yellow .buttons__button--mothers-day {
  background-color: #fff;
  border-color: #fff;
  color: #e05160;
  background-image: url(/img/flower.svg);
  background-position: left -20px center;
  background-repeat: no-repeat;
  background-size: 56px 56px;
  padding-left: 44px;
}

.blocks__block--yellow .buttons__button--mothers-day {
  border-color: #303946;
}




.testimonials {
  padding: 80px 0;
  text-align: center;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/img/testimonials.jpg);
  background-size: cover;
}

.testimonials h3 {
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 28px;
}

.testimonials__testimonial {
  max-width: 860px;
  padding: 0 20px;
  margin: 0 auto;
}

.testimonials__testimonial p {
  color: #c7bf94;
  font-size: 1.0625rem;
  line-height: 1.625;
  margin-bottom: 20px;
}

.testimonials__testimonial h4 {
  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;
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
}

.testimonials__testimonial h4 a {
  color: #fff;
}

.testimonials__testimonial h4 strong {
  display: block;
  font-family: 'Tautz', serif;
  font-weight: bold;
  margin-right: 12px;
}

.testimonials__testimonial h4 span.stars {
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(/img/stars.svg);
  height: 11px;
}

.testimonials__testimonial h4 span.stars--5 {
  width: 81px;
}

.testimonials__testimonial h4 span.stars--4 {
  width: 64px;
}

.testimonials__testimonial h4 span.stars--3 {
  width: 49px;
}

.testimonials__testimonial h4 span.stars--2 {
  width: 34px;
}

.testimonials__testimonial h4 span.stars--1 {
  width: 18px;
}

.bottom-banners__banner {
  height: 820px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bottom-banners .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  z-index: 9999;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 29px;
}

.bottom-banners .slick-arrow--prev {
  left: 60px;
  background-image: url(/img/banner-prev.svg);
}

.bottom-banners .slick-arrow--next {
  right: 60px;
  background-image: url(/img/banner-next.svg);
}

.page-blocks:before,
.page-blocks:after {
  content: "";
  display: table;
  clear: both;
}

.page-blocks__block {
  float: left;
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 570px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-blocks__block h3 {
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-size: 2.25rem;
}

.page-blocks__block .button {
  display: block;
  border: 1px solid #c7bf94;
  padding: 14px 28px 16px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Tautz', serif;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
}

.newsletter {
  padding: 70px 0 100px;
  background-color: #303946;
  background-position: center top;
  background-repeat: repeat;
  background-image: url(/img/newsletter-bg.png);
  background-size: 1720px auto;
}

.newsletter h3 {
  margin-bottom: 36px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: #c7bf94;
  text-align: center;
}

.newsletter h3 em {
  color: #fff;
}

.newsletter__form {
  padding: 36px 54px;
  background-color: #303946;
  max-width: 1400px;
  margin: 0 auto;
}

.winter-2019 {
  padding: 28px;
  background-color: #8F0506;
  background-image: url(/img/snowflake.svg);
  background-position: right -60px top -60px;
  background-repeat: no-repeat;
  background-size: 180px 180px;
}

.winter-2019 h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #fff;
}

.winter-2019 p {
  font-size: 0.9375rem;
  color: #fff;
}

.winter-2019 p strong {
  font-size: 1.125rem;
}

footer {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/img/footer.jpg);
  background-size: cover;
  padding-bottom: 40px;
}

.footer:before,
.footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__logo img {
  z-index: 9999;
  margin: -85px 0 50px;
}

.footer__4-star,
.main__heading__4-star {
  margin-bottom: 40px;
}

.main__heading__4-star {
  margin-top: 40px;
  margin-bottom: 0; 
}

.footer__4-star img,
.main__heading__4-star img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}

.footer__git {
  text-align: center;
}

.footer__git h3 {
  font-size: 2.375rem;
  color: #fff;
  margin-bottom: 24px;
  padding-bottom: 56px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/img/yellow-1.svg);
}

.footer__git p {
  max-width: 520px;
  font-size: 1.0625rem;
  line-height: 1.625;
  margin: 0 auto 32px;
  color: #c7bf94;
}

.footer__social .social-icons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.footer__address {
  text-align: center;
  margin-bottom: 28px;
}

.footer__address h4 {
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.25rem;
}

.footer__address p {
  font-size: 0.875rem;
  color: #c7bf94;
  line-height: 1.5;
  font-family: 'Tautz', serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer__legal {
  text-align: center;
}

.footer__legal ul {
  margin-bottom: 12px;
}

.footer__legal li {
  font-size: 0.75rem;
  line-height: 1.5;
  font-family: 'Tautz', serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer__legal li a {
  color: #c7bf94;
}

.footer__legal p {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.footer__legal p.cpco {
  text-transform: none;
}

.footer__legal p.cpco a {
  font-weight: 800;
  border-bottom: 1px solid #fff;
}

.video-player {
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.video-player .video-wrapper {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-image: none;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  z-index: 1020;
  height: 100vh;
}

.video-player .video-wrapper video {
  margin: auto;
  height: 100vh;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  opacity: 1;
  height: auto;
  z-index: 1040;
}

.video-player .video-wrapper .video-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  z-index: 1060;
}

.video-player .video-wrapper .video-overlay .logo {
  margin: auto auto 48px;
}

.video-player .video-wrapper .video-overlay h2 {
  color: #fff;
  text-transform: lowercase;
  margin-bottom: 28px;
  font-size: 3.75rem;
}

.video-player .video-wrapper .video-overlay .body p {
  max-width: 400px;
  color: #fff;
  margin-bottom: 48px;
}

.video-player .video-wrapper .video-overlay .buttons a {
  background-color: transparent;
  padding: 9px 15px 11px;
  color: #fff;
}

.video-player .video-wrapper .video-overlay .buttons a:first-of-type {
  border: 1px solid #fff;
}

.video-player .video-wrapper .video-overlay .buttons a:first-of-type:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.video-player .video-wrapper .video-overlay .buttons a:last-of-type {
  background-color: #197c35;
  border: 1px solid #197c35;
}

.video-player .video-wrapper .video-overlay .buttons a:last-of-type:hover {
  background-color: #fff;
  border-color: #fff;
  color: #197c35;
}

.video-player .video-wrapper .video-overlay .scrollIt {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: normal;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: auto auto 48px;
  color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(/img/scroll.svg);
  padding-bottom: 68px;
}

@media (max-width: 991px) {

  .video-player {
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/video.gif);
    background-size: cover;
  }

  .video-player .video-wrapper video {
    display: none !important;
  }

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (-o-min-device-pixel-ratio: 5/4),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
