:root {
  --color-black: #202020;
  --color-brown: #D2A061;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: theme-color("primary");
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.col--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col--7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col--8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col--9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col--10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col--11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col--12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 560px) {
  .col--s-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col--s-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col--s-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col--s-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col--s-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col--s-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col--s-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col--s-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col--s-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col--s-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col--s-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col--s-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col--m-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col--m-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col--m-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col--m-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col--m-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col--m-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col--m-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col--m-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col--m-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col--m-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col--m-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col--m-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col--l-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col--l-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col--l-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col--l-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col--l-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col--l-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col--l-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col--l-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col--l-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col--l-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col--l-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col--l-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col--xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col--xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col--xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col--xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col--xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col--xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col--xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col--xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col--xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col--xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col--xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col--xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 560px) {
  .offset--s-1 {
    margin-left: 8.33333%;
  }
  .offset--s-2 {
    margin-left: 16.66667%;
  }
  .offset--s-3 {
    margin-left: 25%;
  }
  .offset--s-4 {
    margin-left: 33.33333%;
  }
  .offset--s-5 {
    margin-left: 41.66667%;
  }
  .offset--s-6 {
    margin-left: 50%;
  }
  .offset--s-7 {
    margin-left: 58.33333%;
  }
  .offset--s-8 {
    margin-left: 66.66667%;
  }
  .offset--s-9 {
    margin-left: 75%;
  }
  .offset--s-10 {
    margin-left: 83.33333%;
  }
  .offset--s-11 {
    margin-left: 91.66667%;
  }
  .offset--s-12 {
    margin-left: 100%;
  }
  .offset--s-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .offset--m-1 {
    margin-left: 8.33333%;
  }
  .offset--m-2 {
    margin-left: 16.66667%;
  }
  .offset--m-3 {
    margin-left: 25%;
  }
  .offset--m-4 {
    margin-left: 33.33333%;
  }
  .offset--m-5 {
    margin-left: 41.66667%;
  }
  .offset--m-6 {
    margin-left: 50%;
  }
  .offset--m-7 {
    margin-left: 58.33333%;
  }
  .offset--m-8 {
    margin-left: 66.66667%;
  }
  .offset--m-9 {
    margin-left: 75%;
  }
  .offset--m-10 {
    margin-left: 83.33333%;
  }
  .offset--m-11 {
    margin-left: 91.66667%;
  }
  .offset--m-12 {
    margin-left: 100%;
  }
  .offset--m0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .offset--l-1 {
    margin-left: 8.33333%;
  }
  .offset--l-2 {
    margin-left: 16.66667%;
  }
  .offset--l-3 {
    margin-left: 25%;
  }
  .offset--l-4 {
    margin-left: 33.33333%;
  }
  .offset--l-5 {
    margin-left: 41.66667%;
  }
  .offset--l-6 {
    margin-left: 50%;
  }
  .offset--l-7 {
    margin-left: 58.33333%;
  }
  .offset--l-8 {
    margin-left: 66.66667%;
  }
  .offset--l-9 {
    margin-left: 75%;
  }
  .offset--l-10 {
    margin-left: 83.33333%;
  }
  .offset--l-11 {
    margin-left: 91.66667%;
  }
  .offset--l-12 {
    margin-left: 100%;
  }
  .offset--l0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .offset--xl-1 {
    margin-left: 8.33333%;
  }
  .offset--xl-2 {
    margin-left: 16.66667%;
  }
  .offset--xl-3 {
    margin-left: 25%;
  }
  .offset--xl-4 {
    margin-left: 33.33333%;
  }
  .offset--xl-5 {
    margin-left: 41.66667%;
  }
  .offset--xl-6 {
    margin-left: 50%;
  }
  .offset--xl-7 {
    margin-left: 58.33333%;
  }
  .offset--xl-8 {
    margin-left: 66.66667%;
  }
  .offset--xl-9 {
    margin-left: 75%;
  }
  .offset--xl-10 {
    margin-left: 83.33333%;
  }
  .offset--xl-11 {
    margin-left: 91.66667%;
  }
  .offset--xl-12 {
    margin-left: 100%;
  }
  .offset--xl-0 {
    margin-left: 0;
  }
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .logo {
  width: 100px;
  height: auto;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 15px 0;
}

nav .logo svg {
  width: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  fill: #fff;
}

@media only screen and (min-width: 768px) {
  nav .logo svg {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) {
  nav .logo svg {
    width: 200px;
  }
}

nav .logo svg g,
nav .logo svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

nav ul {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 768px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

nav ul li {
  margin: 5px 0;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  font-family: 'Montserrat', serif;
  font-weight: 300;
}

nav ul li a:hover {
  color: var(--color-brown);
}

nav .nav__toggle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 199;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 768px) {
  nav .nav__toggle {
    display: none;
  }
}

nav .nav__toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

nav .nav__toggle span:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav .nav__toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

nav .nav__toggle span:nth-child(3) {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

nav .nav__toggle.close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

nav .nav__toggle.close span:nth-child(1) {
  -webkit-transform: translateX(2px) rotate(45deg);
          transform: translateX(2px) rotate(45deg);
}

nav .nav__toggle.close span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

nav .nav__toggle.close span:nth-child(3) {
  -webkit-transform: translateX(2px) rotate(-45deg);
          transform: translateX(2px) rotate(-45deg);
}

nav.mobile ul {
  display: block;
  position: fixed;
  background-color: var(--color-brown);
  color: var(--color-black);
  z-index: 99;
  top: 0;
  left: -270px;
  bottom: 0;
  height: 100%;
  width: 270px;
  padding: 150px 15px 0 15px;
  margin: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  list-style-type: none;
}

nav.show::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.9;
  z-index: 95;
}

nav.show .logo {
  position: relative;
  z-index: 199;
  width: 100px;
}

nav.show .logo path {
  fill: var(--color-black);
}

nav.show ul {
  -webkit-transform: translateX(270px);
          transform: translateX(270px);
}

nav.show ul li a {
  color: var(--color-black);
}

nav.show .nav__toggle span {
  background-color: var(--color-brown);
}

nav.show .wrapper {
  background-color: transparent;
}

nav.mobile--on ul li a {
  display: block;
  margin: 5px 0;
  padding: 5px;
}

nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--color-black);
  z-index: 99;
}

nav.fixed .logo svg {
  width: 100px;
}

nav.fixed .logo .sheep {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  fill: inherit;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

nav.fixed .logo .text {
  fill: transparent;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.logo .sheep .eye--left,
.logo .sheep .eye--right {
  position: relative;
  -webkit-animation: blink 2.4s infinite;
          animation: blink 2.4s infinite;
}

@-webkit-keyframes blink {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(27px) scaleY(0);
            transform: translateY(27px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes blink {
  90% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(27px) scaleY(0);
            transform: translateY(27px) scaleY(0);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes menuShow {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

@keyframes menuShow {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

body {
  font-family: 'Roboto', serif;
  font-weight: 400;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', serif;
  font-weight: 300;
  word-break: break-word;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

h1 span,
h2 span,
h3 span {
  display: block;
  position: relative;
}

h1 span:last-child,
h2 span:last-child,
h3 span:last-child {
  font-weight: 900;
}

h1 {
  font-size: clamp(2rem, 1.2857rem + 3.5714vw, 4.75rem);
  line-height: 1em;
  margin-bottom: .85em;
}

h2 {
  font-size: clamp(1.9rem, 1.2857rem + 3.5714vw, 2.7rem);
  line-height: 1em;
  margin-bottom: .85em;
}

h3 {
  font-size: clamp(1.65rem, 1.2857rem + 3.5714vw, 2rem);
  line-height: 1em;
}

h4 {
  font-size: 1.55rem;
  line-height: 1em;
}

p {
  line-height: 1.45em;
  padding-bottom: 1em;
  font-family: 'Roboto', serif;
}

h2 span {
  color: #fff;
}

h2 span:last-child {
  font-size: 1.3em;
  line-height: .95em;
  color: transparent;
  text-shadow: -1px -1px #D2A061, 1px 1px #D2A061, -1px 1px #D2A061, 1px -1px #D2A061;
  color: #202020;
}

.call-us a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-family: 'Montserrat', serif;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.call-us a span {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.call-us a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.call-us a:hover span {
  text-shadow: 0 0 20px var(--color-brown);
}

.call-us a span {
  font-size: 2em;
  display: block;
  color: var(--color-brown);
  margin-top: -10px;
  font-weight: 900;
}

.actions {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn {
  font-family: 'Montserrat', serif;
  font-weight: 900;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  color: var(--color-brown);
  margin: .5em;
  padding: .4em 1.2em;
  border: 2px solid var(--color-brown);
  border-radius: 2em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn:first-child {
  margin: .5em .5em .5em 0;
}

.btn:hover {
  -webkit-transform: translateY(-2px) scale(1.05);
          transform: translateY(-2px) scale(1.05);
  text-decoration: none;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: inherit;
}

.btn.btn--full {
  border-color: var(--color-brown);
  background-color: var(--color-brown);
  color: #000;
}

.btn.btn--full:hover {
  -webkit-box-shadow: 0 0 20px var(--color-brown);
          box-shadow: 0 0 20px var(--color-brown);
}

.btn.btn--transparent {
  background-color: transparent;
}

.btn.btn--transparent:hover {
  border-color: #fff;
  color: #fff;
}

button:focus {
  outline: none;
}

body {
  scroll-behavior: smooth;
  background-color: var(--color-black);
}

body.noscroll {
  overflow-y: hidden;
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  text-decoration: none;
}

p,
li {
  color: #ccc;
}

.container {
  padding: 0 15px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.container .col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}

.container img.responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.container.black {
  background-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.container.black h1,
.container.black h2,
.container.black p,
.container.black span {
  color: #fff;
}

.container.black .btn.btn--full {
  background-color: #fff;
  color: #000;
}

.container.black .btn.btn--transparent {
  border-color: #fff;
  color: #fff;
}

article {
  padding: 50px 0;
}

article.container {
  margin: 50px auto;
}

article .row {
  margin: 35px 0;
}

article img.responsive {
  margin: 30px 0;
}

.hero {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0 100px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 200px;
  }
}

.hero::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../assets/9.jpg);
  background-size: cover;
  background-position: bottom left;
  opacity: 0.05;
}

.hero::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #202020;
  background: -webkit-gradient(linear, left bottom, left top, from(#202020), to(rgba(32, 32, 32, 0)));
  background: linear-gradient(0deg, #202020 0%, rgba(32, 32, 32, 0) 100%);
  z-index: 1;
}

.hero .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 2;
}

.hero .header__title h1 span {
  text-transform: uppercase;
  display: block;
}

.hero .header__title h1 span:nth-child(2) {
  padding-left: 35px;
}

.hero .header__title h1 span:nth-child(3) {
  padding-left: 15px;
  color: transparent;
  text-shadow: -1px -1px var(--color-brown), 1px 1px var(--color-brown), -1px 1px var(--color-brown), 1px -1px var(--color-brown);
  color: #202020;
}

.hero .header__lead {
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .hero .header__lead {
    padding-left: 8.33333%;
    padding-right: 80px;
  }
}

.hero .hero__image {
  width: 100%;
  height: 100%;
  background: url(../assets/ball.svg);
  background-size: cover;
  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;
  margin-top: 100px;
}

.hero .hero__image .photo {
  width: 100%;
  height: 100%;
}

.hero .hero__image .photo svg {
  position: absolute;
}

.hero .hero__image img {
  width: 90%;
  height: auto;
}

.hero .hero__slider .slide img {
  -webkit-transition: border-radius .3s ease;
  transition: border-radius .3s ease;
}

.hero .hero__slider .slide:nth-child(n+1) img {
  border-radius: 67% 24% 41% 59% / 62% 68% 32% 38%;
}

.hero .hero__slider .slide:nth-child(n+2) img {
  border-radius: 36% 64% 41% 59% / 62% 68% 32% 38%;
}

.hero .hero__slider .slide:nth-child(n+3) img {
  border-radius: 47% 53% 70% 30% / 72% 68% 32% 28%;
}

.wiecej-o-nas {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .wiecej-o-nas {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.wiecej-o-nas::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../assets/sheep-hair.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0.1;
  z-index: 0;
}

.wiecej-o-nas h2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wiecej-o-nas h2 {
    text-align: right;
  }
}

.wiecej-o-nas p {
  line-height: 1.55em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wiecej-o-nas p {
    text-align: left;
  }
}

.wiecej-o-nas .actions {
  margin-top: 1em;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.taxi {
  text-align: center;
  background: url(../../assets/car-rental-bg.jpg) no-repeat;
  background-size: contain;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .taxi {
    text-align: inherit;
  }
}

.taxi h2 {
  color: #fff;
}

.taxi h2 span:nth-child(2) {
  color: transparent;
  text-shadow: -1px -1px var(--color-brown), 1px 1px var(--color-brown), -1px 1px var(--color-brown), 1px -1px var(--color-brown);
  color: #202020;
}

.taxi .container svg path {
  fill: var(--color-brown);
}

.taxi .container .image img {
  max-width: 200px;
  height: auto;
  margin: 30px auto 60px;
}

@media only screen and (min-width: 768px) {
  .taxi .container .image img {
    max-width: 100%;
  }
}

.taxi .container .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 768px) {
  .taxi .container .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wypozyczalnia-samochodow {
  background: url(../../assets/car-rental-bgg.jpg) no-repeat;
  background-size: cover;
}

.wypozyczalnia-samochodow h3 {
  text-align: center;
}

.wypozyczalnia-samochodow h3 span {
  display: inline-block;
  color: var(--color-brown);
  font-weight: 300;
  text-transform: none;
}

.wypozyczalnia-samochodow .intro {
  text-align: center;
}

.wypozyczalnia-samochodow .call-us {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .wypozyczalnia-samochodow .call-us {
    font-size: 1.3em;
  }
}

.wypozyczalnia-samochodow .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wypozyczalnia-samochodow .cards .card {
  margin-bottom: 25px;
  padding: 5px 5px 20px;
  position: relative;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(210, 160, 97, 0.25);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  border-radius: 15px;
}

@media only screen and (min-width: 560px) {
  .wypozyczalnia-samochodow .cards .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    margin: 15px;
  }
}

.wypozyczalnia-samochodow .cards .card.bestseller {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}

.wypozyczalnia-samochodow .cards .card h4 {
  font-weight: 900;
  font-size: clamp(1.2rem, 1.2857rem + 2.5714vw, 1.6rem);
  margin: 1em 0;
  font-size: 1.3em;
  color: var(--color-brown);
}

.wypozyczalnia-samochodow .cards .card .btn {
  font-size: 0.8em;
}

.wypozyczalnia-samochodow .cards .card .btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wypozyczalnia-samochodow .cards .card ul {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0 15px;
}

.wypozyczalnia-samochodow .cards .card ul li {
  font-size: .8em;
  color: #ccc;
  padding: 5px;
  border-bottom: 1px dotted rgba(210, 160, 97, 0.1);
}

.wypozyczalnia-samochodow .cards .card ul li:last-child {
  border-bottom: none;
}

.wypozyczalnia-samochodow .cards .card:hover {
  border-color: var(--color-brown);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.wypozyczalnia-samochodow .cards .card:hover.bestseller {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.wypozyczalnia-samochodow .cards .card:hover ul li {
  color: #fff;
}

.wypozyczalnia-samochodow .cards .card:hover .btn {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 20px var(--color-brown);
          box-shadow: 0 0 20px var(--color-brown);
}

.wypozyczalnia-samochodow .cards img {
  display: block;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

.pokoje-goscinne {
  background: url(../../assets/apartament-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne {
    background-size: 100% auto;
  }
}

.pokoje-goscinne h3 {
  color: var(--color-brown);
  margin-bottom: 1em;
  line-height: 1.1em;
}

.pokoje-goscinne h3 span:nth-child(1) {
  color: #fff;
}

.pokoje-goscinne h3 span:nth-child(2) {
  color: transparent;
  text-shadow: -1px -1px var(--color-brown), 1px 1px var(--color-brown), -1px 1px var(--color-brown), 1px -1px var(--color-brown);
  color: #202020;
  font-size: 1.3em;
}

.pokoje-goscinne .intro .img {
  border-radius: 73% 27% 41% 59% / 30% 45% 55% 70%;
}

.pokoje-goscinne .our-rooms {
  padding-top: 120px;
}

.pokoje-goscinne .our-rooms img {
  display: none;
  border-radius: 40% 60% 41% 59% / 59% 72% 28% 41%;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .our-rooms img {
    display: block;
  }
}

.pokoje-goscinne .our-rooms ul {
  list-style-type: none;
  line-height: 2em;
  margin-bottom: 2em;
}

.pokoje-goscinne .our-rooms ul li {
  position: relative;
  color: var(--color-brown);
  letter-spacing: .05em;
}

.pokoje-goscinne .our-rooms ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 8px;
  left: -25px;
  background: url(../../assets/ball-full.svg);
}

.pokoje-goscinne .services {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pokoje-goscinne .services li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 45%;
          flex: 1 0 45%;
  margin: 0;
  padding: 0;
  color: var(--color-brown);
  margin: 20px 0;
  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;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .services li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
}

.pokoje-goscinne .services li img {
  width: auto;
  height: 85px;
}

.pokoje-goscinne .services li svg {
  max-width: 100%;
  max-height: 50px;
  margin: 0 auto;
  display: block;
}

.pokoje-goscinne .services li span {
  display: block;
  text-align: center;
  margin-top: 1em;
}

.pokoje-goscinne .gallery {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pokoje-goscinne .gallery img {
  max-height: 350px;
}

.pokoje-goscinne .gallery .slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .gallery .slider__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pokoje-goscinne .gallery .slider__controls .status {
  font-size: 2em;
  color: var(--color-brown);
}

.pokoje-goscinne .gallery .slider__controls .status span {
  font-family: 'Montserrat', serif;
  color: transparent;
  text-shadow: -1px -1px var(--color-brown), 1px 1px var(--color-brown), -1px 1px var(--color-brown), 1px -1px var(--color-brown);
  color: #202020;
  font-size: 1.3em;
  font-weight: 900;
}

.pokoje-goscinne .gallery .slider__controls .status em {
  font-style: normal;
  font-size: .5em;
  opacity: 0.5;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .gallery .slider__controls .status {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.pokoje-goscinne .gallery .slider__controls button {
  border: none;
  background-color: transparent;
  display: block;
  margin: 0 15px;
}

@media only screen and (min-width: 768px) {
  .pokoje-goscinne .gallery .slider__controls button {
    margin: 15px;
  }
}

.pokoje-goscinne .gallery .slider__controls button svg {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pokoje-goscinne .gallery .slider__controls button svg path {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.pokoje-goscinne .gallery .slider__controls button:hover, .pokoje-goscinne .gallery .slider__controls button:focus {
  cursor: pointer;
  outline: none;
}

.pokoje-goscinne .gallery .slider__controls button:hover svg, .pokoje-goscinne .gallery .slider__controls button:focus svg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.pokoje-goscinne .gallery .slider__controls button:hover svg path, .pokoje-goscinne .gallery .slider__controls button:focus svg path {
  fill: var(--color-brown);
  fill-opacity: 1;
}

.pokoje-goscinne .gallery .slider__controls button.left {
  width: 3em;
}

.pokoje-goscinne .gallery .slider__controls button.right {
  width: 4em;
}

.pokoje-goscinne .gallery .slider__controls button.right path {
  fill: var(--color-brown);
  fill-opacity: .3;
}

.footer {
  padding: 80px 0 50px;
  position: relative;
}

.footer h2 {
  margin: 0 0 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer h2 {
    text-align: right;
    margin: 0;
  }
}

.footer::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/sheep-hair.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.3;
}

.footer p span {
  color: #ececec;
  font-size: 1.2em;
}

.footer .col:nth-child(1) {
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .footer .col:nth-child(2) {
    padding-top: 2em;
  }
}

.footer .call-us {
  word-break: break-all;
  font-size: 0.55em;
  margin-bottom: 2em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer .call-us {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .footer .call-us {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
}

.footer .call-us a span {
  line-height: 1em;
  margin-top: 0;
}

.footer .col.more {
  text-align: center;
  padding-top: 75px;
}

.footer .col.more p {
  color: #ccc;
  opacity: 0.3;
}

.footer .col.more > span {
  color: #3e3e3e;
  font-size: 0.8em;
}

.footer .col.more > span a {
  color: #3e3e3e;
}

.footer .col.more > span a:hover {
  color: var(--color-brown);
}

.pfr img {
  max-width: 100%;
  margin: 0 auto;
}

.pfr img.small {
  display: block;
}

@media only screen and (min-width: 768px) {
  .pfr img.small {
    display: none;
  }
}

.pfr img.large {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pfr img.large {
    display: block;
  }
}
