/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
@import "assets/css/jquery.fancybox.min.css";
html {
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/montserrat-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/montserrat-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* test */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  min-height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #7d4400;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
strong,
b {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #7d4400;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 20px;
}
h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
}
h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 700;
}
p {
  margin-bottom: 1em;
}
p + h2 {
  margin-top: 30px;
}
p + h3 {
  margin-top: 30px;
}
figure img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.errors {
  background: #FEF1EB;
  padding: 20px;
  margin-bottom: 20px;
}
section {
  padding: 50px 0;
  border-bottom: 2px solid #d3d6d5;
  min-height: 600px;
}
@media (min-width: 33.0625em) {
  section {
    padding: 100px 0;
  }
}
section .container {
  position: relative;
}
form {
  margin-bottom: 20px;
}
.form-item {
  margin-bottom: 15px;
  overflow: hidden;
}
input,
button {
  font-size: inherit;
}
form label {
  display: block;
}
@media (min-width: 33.0625em) {
  form label {
    float: left;
    width: 30%;
  }
}
form label.error {
  display: block;
  color: red;
  margin-top: -10px;
  margin-bottom: 10px;
}
input[type=text],
input[type=email],
textarea {
  overflow: hidden;
  border: 1px solid #2d3448;
  padding: 5px;
  outline: none;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
@media (min-width: 33.0625em) {
  input[type=text],
  input[type=email],
  textarea {
    float: left;
    width: 70%;
  }
}
select {
  width: 100%;
}
@media (min-width: 33.0625em) {
  select {
    float: left;
    width: 70%;
  }
}
.select2-container--default .select2-selection--single {
  border-color: #fff !important;
}
textarea {
  height: 160px;
  resize: vertical;
}
input[type=submit],
button {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding: 15px 30px;
  color: #2d3448;
  background: #fff;
  border: 1px solid #2d3448;
  outline: none;
  -webkit-appearance: none;
}
@media (min-width: 33.0625em) {
  input[type=submit],
  button {
    margin-left: 30%;
  }
}
form .nickname {
  position: absolute;
  left: -9999px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: bottom;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table th,
table td {
  padding: 5px 10px 5px 0;
  vertical-align: top;
}
table.links {
  display: none;
}
table.links td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  table.links td {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  table.links td {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  table.links td:first-child {
    padding-top: 20px;
  }
}
.link-opener {
  display: block;
  position: relative;
}
.link-opener img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.link-opener p {
  text-align: center;
  position: absolute;
  width: 200px;
  height: 100px;
  line-height: 100px;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -100px;
  padding: 0 30px;
  border-radius: 5px;
  background: rgba(43, 137, 173, 0.8);
  color: #fff;
}
@font-face {
  font-family: 'icons';
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?-ayf2uy');
  src: url('/assets/templates/codekit/assets/fonts/icons/icons.eot?#iefix-ayf2uy') format('embedded-opentype'), url('/assets/templates/codekit/assets/fonts/icons/icons.woff?-ayf2uy') format('woff'), url('/assets/templates/codekit/assets/fonts/icons/icons.ttf?-ayf2uy') format('truetype'), url('/assets/templates/codekit/assets/fonts/icons/icons.svg?-ayf2uy#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-arrow-left:before {
  content: "\e601";
}
.icon-arrow-right:before {
  content: "\e602";
}
.icon-arrow-top:before {
  content: "\e603";
}
.icon-bars:before {
  content: "\e604";
}
@media screen {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1024px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
.l-wrapper {
  margin: 0 auto;
}
.l-emotion .container {
  padding-left: 0;
  padding-right: 0;
}
.l-emotion .container img {
  width: 100%;
  vertical-align: top;
  height: auto;
}
.l-header {
  padding: 20px 0;
}
.l-header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 30px;
}
.l-header .header__title {
  margin-top: 20px;
  margin-bottom: 0;
}
.l-main {
  padding: 30px 0;
}
.l-context {
  background: #7d4400;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}
.l-context a {
  color: #fff;
}
.l-footer {
  color: #fff;
  background: #7d4400;
  padding-top: 20px;
  padding-bottom: 20px;
}
.skin-layout-kontakt .l-footer {
  background: #000;
}
.l-footer a {
  color: #fff;
  display: inline-block;
}
@media (max-width: 64em) {
  .l-footer ul {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 64em) {
  .l-footer ul li {
    border-bottom: 1px solid #fff;
  }
}
.l-footer ul a {
  display: block;
}
@media (max-width: 64em) {
  .l-footer ul a {
    padding: 10px 0;
  }
}
.rich h3 {
  margin-bottom: 5px;
}
.rich p {
  margin-bottom: 15px;
}
.rich ul {
  margin-bottom: 15px;
  margin-left: 5px;
  list-style: none;
}
.rich ul ul {
  margin-bottom: 0;
}
.rich ul li {
  padding-left: 20px;
  position: relative;
}
.rich ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "• ";
}
.rich ul + h2 {
  margin-top: 40px;
}
.rich table {
  margin-bottom: 20px;
}
.rich table td {
  vertical-align: top;
}
.rich table.cv td {
  vertical-align: top;
}
.rich table.cv tr td:first-child {
  padding-right: 20px;
  white-space: nowrap;
  text-align: right;
}
.rich table.cv tr td[colspan] {
  text-align: center !important;
  padding-top: 10px;
  padding-bottom: 5px;
}
.rich table.cv-bold td strong {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
}
/**
 * Swiper 3.0.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: June 14, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ab8c5f'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.skin-layout-hegglin .swiper-button-prev,
.skin-layout-hegglin .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d06f1a'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ab8c5f'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.skin-layout-hegglin .swiper-button-next,
.skin-layout-hegglin .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d06f1a'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ab8c5f'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ab8c5f;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.mod-back {
  float: left;
}
.mod-back a {
  display: block;
  text-decoration: none;
}
.mod-back span {
  font-size: 14px;
  line-height: 18px;
}
.mod-back img {
  float: left;
  width: 20px;
  margin: 0 10px 0 0;
  height: auto;
}
.mod-elements .element-item {
  padding: 20px 0;
}
.mod-elements .element-item.element-item-narrow {
  padding: 0 0 20px;
}
.mod-elements .element-item figure.border {
  border: 1px solid #d3d6d5;
}
.mod-emotion {
  position: relative;
  text-align: center;
}
.mod-emotion img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mod-emotion .emotion-swiper-button-next {
  right: 0;
}
.mod-emotion .emotion-swiper-button-prev {
  left: 0;
}
.mod-emotion .emotion-swiper-button-next,
.mod-emotion .emotion-swiper-button-prev {
  display: none;
  width: 15%;
  height: 100%;
  top: 0;
}
.mod-emotion .emotion__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #2d3448;
  font-size: 4vw;
  line-height: 1.2;
  width: 90%;
  text-align: center;
}
@media (max-width: 48em) {
  .mod-footer-nav {
    margin-bottom: 20px;
  }
}
.mod-footer-nav > ul > li > a {
  font-size: 24px;
  line-height: 30px;
}
.mod-footer-nav ul ul a {
  padding-left: 25px;
}
.mod-footer-nav .nav-list .nav-list {
  display: none;
}
.mod-gallery {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.mod-gallery .gallery__item {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.mod-gallery .gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
.mod-gallery .gallery__item .gallery__download-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 42px;
  height: 42px;
  background: #fff9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}
.mod-gallery .gallery__item .gallery__download-button svg {
  width: 30px;
  height: 30px;
}
.mod-gallery .gallery__item .gallery__download-button:hover {
  background: #fff;
}
.mod-language {
  float: left;
  margin: 0 auto;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 48em) {
  .mod-language ul {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .mod-language ul {
    float: right;
  }
}
.mod-language ul li {
  float: left;
}
@media (min-width: 64.0625em) {
  .mod-language ul li {
    font-size: 21px;
    line-height: 24px;
    padding: 20px 10px;
  }
}
.mod-language ul li a {
  color: #666;
}
.mod-links a {
  display: block;
}
.mod-links a img {
  width: 100%;
  height: auto;
}
.mod-logo {
  float: left;
  width: 120px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media (min-width: 48.0625em) {
  .mod-logo {
    width: 140px;
  }
}
@media (min-width: 64.0625em) {
  .mod-logo {
    width: 160px;
  }
}
@media (min-width: 74.0625em) {
  .mod-logo {
    width: 190px;
  }
}
.mod-logo img {
  width: 100%;
}
.mod-mobile-nav {
  display: none;
}
.mod-mobile-nav .mm-navbar {
  border-color: #2d3448;
}
.mod-mobile-nav .mm-navbar .mm-title {
  color: #fff;
}
.mod-mobile-nav .mm-panel {
  background: #2d3448;
}
.mod-mobile-nav .mm-listview {
  font-size: 22px;
}
.mod-mobile-nav .mm-listview > li > a,
.mod-mobile-nav .mm-listview > li > span {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  padding: 15px 10px 15px 20px;
}
.mod-mobile-nav .language-list span {
  display: block;
  color: #2d3448;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.mod-mobile-nav .lang a {
  text-transform: uppercase;
}
.mod-nav {
  position: absolute;
  right: 100%;
  top: 0;
  margin: 0 auto;
  z-index: 2;
}
.mod-nav .nav-trigger {
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: 10px;
}
@media (min-width: 48.0625em) {
  .mod-nav .nav-trigger {
    display: none;
  }
}
.mod-nav .nav-trigger img {
  width: 36px;
  height: auto;
}
.mod-nav ul.is-open {
  display: block;
}
@media (max-width: 48em) {
  .mod-nav ul {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .mod-nav ul {
    float: right;
  }
}
.mod-nav li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 10px 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.mod-nav li a:hover,
.mod-nav li a:focus,
.mod-nav li a:active {
  color: #000;
}
.mod-nav li.active a {
  color: #7d4400;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.mod-nav li:last-child a {
  padding-right: 0;
}
.mod-nav .nav-phone {
  position: absolute;
  right: 56px;
  top: -5px;
  display: block;
  text-decoration: none;
  color: #666;
  padding: 10px 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  padding-right: 0 !important;
  margin-left: 20px;
}
.mod-nav .nav-phone:hover,
.mod-nav .nav-phone:focus,
.mod-nav .nav-phone:active {
  color: #000;
}
@media (min-width: 64.0625em) {
  .mod-nav .nav-phone {
    position: static;
    float: right;
  }
}
.mod-nav .nav-phone span {
  display: none;
}
@media (min-width: 74.0625em) {
  .mod-nav .nav-phone span {
    display: inline-block;
  }
}
.mod-nav .nav-phone img {
  width: 36px;
  height: auto;
  margin-top: -5px;
}
.mod-style-guide section {
  padding: 100px 0;
  border-bottom: 5px solid #666;
}
.mod-style-guide section .title {
  margin: 0;
  color: #000;
  font-size: 40px;
}
.mod-style-guide section .title > a {
  color: #000;
}
.mod-style-guide section .subtitle {
  margin: 1em 0 0.5em 0;
  color: #000;
  font-size: 30px;
}
.mod-style-guide section .example-title {
  margin: 1em 0 0 0;
  line-height: 1.1;
  color: #000;
  font-size: 25px;
}
.mod-style-guide section .example {
  padding: 20px;
  background: #d3d6d5;
  margin-bottom: 2em;
}
.mod-style-guide section pre.prettyprint {
  padding: 20px;
  background: #d3d6d5;
}
.mod-style-guide section pre.prettyprint .tag {
  color: #000;
}
.mod-style-guide section ul {
  padding-left: 20px;
}
.mod-styleguide-colors {
  display: flex;
  flex-wrap: wrap;
}
.mod-styleguide-colors .color-item {
  padding: 0 10px;
  width: 250px;
  margin-bottom: 20px;
}
.mod-styleguide-colors .color-item .card {
  padding: 2px;
}
.mod-styleguide-colors .color-item .card .color {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px;
  border: 1px solid #d3d6d5;
}
.mod-styleguide-colors .color-item .card dl {
  overflow: hidden;
}
.mod-styleguide-colors .color-item .card dt {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.mod-styleguide-colors .color-item .card dd {
  margin-bottom: 8px;
}
.mod-styleguide-examples {
  margin: 0 -10px;
}
.mod-styleguide-examples .example-item {
  float: left;
  padding: 0 10px;
  width: 25%;
  margin-bottom: 10px;
}
.mod-styleguide-examples .example-item a {
  display: block;
  padding: 2px;
  background: #2d3448;
}
.mod-styleguide-examples .example-item a p {
  padding: 5px;
  color: #fff;
  margin: 0;
  min-height: 100px;
}
.mod-styleguide-examples .example-item img {
  width: 100%;
  height: auto;
}
.mod-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  float: right;
  width: 80px;
  text-align: center;
}
.mod-top a {
  display: block;
  text-decoration: none;
}
.mod-top span {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.mod-top img {
  width: 20px;
  height: auto;
}
.mod-video video {
  display: block;
  width: 100%;
  height: auto;
}
