@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*@font-face {
  font-family: 'font';
  src: url("../fonts/font.eot");  IE9 Compat Modes 
  src: url('../fonts/font.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font.ttf')  format('truetype');  Safari, Android, iOS 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'font';
  src: url("../fonts/font-bold.eot");  IE9 Compat Modes 
  src: url('../fonts/font-bold.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
       url('../fonts/font-bold.woff2') format('woff2'),  Super Modern Browsers 
       url('../fonts/font-bold.woff') format('woff'),  Pretty Modern Browsers 
       url('../fonts/font-bold.ttf')  format('truetype');  Safari, Android, iOS 
 font-weight: bold;
}*/
/* line 2, ../sass/_base.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 8, ../sass/_base.scss */
body, html {
  padding: 0;
  margin: 0;
  font-family: futura-pt, sans-serif;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 1px;
}
/* line 16, ../sass/_base.scss */
body .bg, html .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background-color: #fdf9f9;
}

/* line 26, ../sass/_base.scss */
a {
  display: inline-block;
  text-decoration: none;
  color: #dc9d9d;
}
/* line 31, ../sass/_base.scss */
a i {
  margin-right: 5px;
}
/* line 35, ../sass/_base.scss */
a:hover {
  color: #9c9b9b;
  text-decoration: underline;
}

/* line 41, ../sass/_base.scss */
p {
  color: #9e9e9e;
  margin-bottom: 30px;
}

/* line 46, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  color: #dc9d9d;
  font-weight: 300;
  margin-top: 30px;
  font-family: dolce, sans-serif;
  margin-bottom: 20px;
  line-height: 100%;
}

/* line 55, ../sass/_base.scss */
h1 {
  font-size: 60px;
}

/* line 59, ../sass/_base.scss */
h2 {
  font-size: 55px;
}

/* line 63, ../sass/_base.scss */
h3 {
  font-size: 40px;
}

/* line 67, ../sass/_base.scss */
h4 {
  font-size: 30px;
}

/* line 71, ../sass/_base.scss */
strong {
  font-weight: bold;
}

/* line 75, ../sass/_base.scss */
em {
  font-style: italic;
}

/* line 79, ../sass/_base.scss */
ul {
  padding-left: 20px;
  list-style-type: disc;
}
/* line 82, ../sass/_base.scss */
ul li {
  margin-bottom: 15px;
  color: #9e9e9e;
}

/* line 88, ../sass/_base.scss */
ol {
  padding-left: 20px;
  list-style-type: decimal;
}
/* line 91, ../sass/_base.scss */
ol li {
  margin-bottom: 15px;
  color: #9e9e9e;
}

/* line 97, ../sass/_base.scss */
.hr {
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
/* line 102, ../sass/_base.scss */
.hr img {
  width: 20px;
  vertical-align: middle;
}
/* line 107, ../sass/_base.scss */
.hr:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f1e2e2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 117, ../sass/_base.scss */
.hr:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #f1e2e2;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

/* line 129, ../sass/_base.scss */
blockquote {
  font-style: italic;
  color: #dc9d9d;
  font-size: 30px;
  margin-right: 0.5em;
  padding: 0.5em;
  line-height: 40px;
  position: relative;
  display: inline-block;
}
/* line 138, ../sass/_base.scss */
blockquote p {
  color: #dc9d9d;
}

/* line 143, ../sass/_base.scss */
blockquote::before {
  content: "\201C";
  position: absolute;
  top: 5px;
  left: -20px;
  color: #dc9d9d;
  font-size: 70px;
}

/* line 152, ../sass/_base.scss */
blockquote::after {
  content: "\201D";
  color: #dc9d9d;
  position: absolute;
  bottom: 5px;
  right: -20px;
  font-size: 70px;
}

/* line 161, ../sass/_base.scss */
.white-text {
  color: #fff;
}

/* line 165, ../sass/_base.scss */
.black-text {
  color: #000;
}

/* line 169, ../sass/_base.scss */
.btn {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  transition: .4s all;
  background-color: #dc9d9d;
  color: #fff;
  text-decoration: none;
}
/* line 177, ../sass/_base.scss */
.btn i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}

/* line 184, ../sass/_base.scss */
.alignright {
  margin: 20px;
  float: right;
}

/* line 189, ../sass/_base.scss */
.alignleft {
  margin: 20px;
  float: left;
}

/* line 194, ../sass/_base.scss */
.container-fluid {
  padding: 0;
}

/* line 198, ../sass/_base.scss */
.margin-container {
  margin: 50px 0;
}

/* line 202, ../sass/_base.scss */
.text-center {
  text-align: center;
}

/* line 206, ../sass/_base.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 216, ../sass/_base.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 224, ../sass/_base.scss */
.tablepress-table-name {
  margin-top: 40px;
  font-size: 35px;
}

/* line 229, ../sass/_base.scss */
.tablepress-table-description {
  margin-bottom: 40px;
}

/* line 2, ../sass/_menu.scss */
.main-nav {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
  background-color: #dc9d9d;
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2, ../sass/_menu.scss */
  .main-nav {
    margin-top: 0;
  }
}
/* line 12, ../sass/_menu.scss */
.main-nav ul {
  padding: 0;
  padding-top: 10px;
  display: none;
  transition: all .3s;
  opacity: 0;
}
/* line 18, ../sass/_menu.scss */
.main-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
/* line 21, ../sass/_menu.scss */
.main-nav ul li a {
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
/* line 29, ../sass/_menu.scss */
.main-nav ul li a:hover {
  color: #9c9b9b;
}
@media (max-width: 1220px) {
  /* line 21, ../sass/_menu.scss */
  .main-nav ul li a {
    padding: 10px 0px;
  }
}
/* line 37, ../sass/_menu.scss */
.main-nav ul li:last-child a {
  padding-right: 0;
}
/* line 43, ../sass/_menu.scss */
.main-nav ul li.current-menu-item a, .main-nav ul li.current-menu-ancestor a {
  color: #9c9b9b;
  text-decoration: none;
}
/* line 52, ../sass/_menu.scss */
.main-nav ul li.current_page_parent .sub-menu .current-menu-item a {
  color: #9c9b9b !important;
  border: none;
}
/* line 55, ../sass/_menu.scss */
.main-nav ul li.current_page_parent .sub-menu .current-menu-item a:hover {
  color: #fff !important;
}
/* line 62, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children {
  position: relative;
}
/* line 64, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 99;
  width: 100%;
  min-width: 280px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1199px) {
  /* line 64, ../sass/_menu.scss */
  .main-nav ul li.menu-item-has-children .sub-menu {
    top: 75px;
  }
}
/* line 77, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children .sub-menu li {
  float: none;
  display: block;
  margin: 0;
}
/* line 81, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 3px 20px;
  color: #dc9d9d;
  font-size: 15px;
  border: none;
}
/* line 87, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children .sub-menu li a:hover {
  color: #fff;
  background-color: #9c9b9b;
  border: none;
}
@media (max-width: 992px) {
  /* line 64, ../sass/_menu.scss */
  .main-nav ul li.menu-item-has-children .sub-menu {
    display: block;
    position: unset;
    width: 100%;
    min-width: none;
    background-color: transparent;
    padding: 0;
  }
}
/* line 104, ../sass/_menu.scss */
.main-nav ul li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media (max-width: 1199px) {
  /* line 112, ../sass/_menu.scss */
  .main-nav ul li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (max-width: 992px) {
  /* line 2, ../sass/_menu.scss */
  .main-nav {
    display: none;
  }
}
/* line 123, ../sass/_menu.scss */
.main-nav.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
  display: inline-block;
}
/* line 129, ../sass/_menu.scss */
.main-nav.active ul {
  display: block;
  opacity: 1;
}

/* line 2, ../sass/_hamburger.scss */
.hamburger {
  padding: 40px 15px 0px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  float: left;
  transition: all .2s;
}
@media (max-width: 992px) {
  /* line 2, ../sass/_hamburger.scss */
  .hamburger {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  /* line 2, ../sass/_hamburger.scss */
  .hamburger {
    padding: 30px 5px 0px;
  }
}
/* line 25, ../sass/_hamburger.scss */
.hamburger .hamburger-label {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-left: 1px;
  color: #9c9b9b;
}
@media (max-width: 768px) {
  /* line 2, ../sass/_hamburger.scss */
  .hamburger {
    padding: 40px 0 0;
  }
}

/* line 36, ../sass/_hamburger.scss */
.hamburger:hover {
  opacity: 0.7;
}

/* line 39, ../sass/_hamburger.scss */
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

/* line 45, ../sass/_hamburger.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

/* line 50, ../sass/_hamburger.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 2px;
  background-color: #dc9d9d;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 59, ../sass/_hamburger.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 62, ../sass/_hamburger.scss */
.hamburger-inner::before {
  top: -10px;
}

/* line 64, ../sass/_hamburger.scss */
.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Squeeze
   */
/* line 70, ../sass/_hamburger.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 73, ../sass/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 75, ../sass/_hamburger.scss */
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 78, ../sass/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 82, ../sass/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 86, ../sass/_hamburger.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 1, ../sass/_forms.scss */
form {
  padding: 30px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
/* line 6, ../sass/_forms.scss */
form .required-text {
  font-size: 14px;
  margin: 20px 0;
  color: #dc9d9d;
}
/* line 12, ../sass/_forms.scss */
form a {
  color: #dc9d9d !important;
  text-decoration: none;
}
/* line 15, ../sass/_forms.scss */
form a:hover {
  color: #9c9b9b !important;
}
/* line 20, ../sass/_forms.scss */
form .form-group {
  margin-bottom: 10px;
}
/* line 24, ../sass/_forms.scss */
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 7px;
  border: 1px solid #d8d6cf;
  border-radius: 0;
}
/* line 35, ../sass/_forms.scss */
form .form-group {
  width: 100%;
}

/* line 43, ../sass/_forms.scss */
.wpcf7 h3 {
  text-align: center;
  color: #dc9d9d;
  font-size: 24px;
  margin-top: 10px;
  width: 100%;
}
/* line 51, ../sass/_forms.scss */
.wpcf7 h2 {
  color: #dc9d9d;
  font-size: 24px;
  margin-top: 10px;
  width: 100%;
}
/* line 58, ../sass/_forms.scss */
.wpcf7 p {
  margin-bottom: 10px;
}
/* line 62, ../sass/_forms.scss */
.wpcf7 .margin-label {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  padding-left: 1px;
}
/* line 69, ../sass/_forms.scss */
.wpcf7 a {
  color: #000;
}
/* line 71, ../sass/_forms.scss */
.wpcf7 a:hover {
  color: #dc9d9d;
}
/* line 76, ../sass/_forms.scss */
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 7px;
  border: 1px solid #d8d6cf;
  border-radius: 0;
  color: #9c9b9b;
}
/* line 83, ../sass/_forms.scss */
.wpcf7 input.title-input, .wpcf7 textarea.title-input {
  background-color: transparent;
  font-size: 24px;
  border: none;
  color: #9c9b9b;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
}
/* line 95, ../sass/_forms.scss */
.wpcf7 input[type="submit"] {
  cursor: pointer;
  padding: 20px 45px;
  font-size: 18px;
  font-weight: 400;
  background-color: #dc9d9d;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  border: none;
  display: block;
  text-transform: uppercase;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  margin: 40px auto 0;
}
/* line 111, ../sass/_forms.scss */
.wpcf7 input[type="submit"] i {
  vertical-align: middle;
  margin-left: 5px;
  margin-right: -5px;
}
/* line 117, ../sass/_forms.scss */
.wpcf7 input[type="submit"]:hover {
  background-color: #9c9b9b !important;
  color: #fff;
}
/* line 123, ../sass/_forms.scss */
.wpcf7 input[type="text"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
/* line 129, ../sass/_forms.scss */
.wpcf7 .wpcf7-list-item {
  margin-left: 0px;
}
/* line 131, ../sass/_forms.scss */
.wpcf7 .wpcf7-list-item input[type="checkbox"], .wpcf7 .wpcf7-list-item input[type="radio"] {
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 5px;
}
/* line 137, ../sass/_forms.scss */
.wpcf7 .wpcf7-list-item input[type="radio"] {
  margin-left: 25px;
}
/* line 142, ../sass/_forms.scss */
.wpcf7 .form-check-input {
  width: fit-content;
}
/* line 146, ../sass/_forms.scss */
.wpcf7 input, .wpcf7::placeholder {
  font-size: 14px;
}

/* line 154, ../sass/_forms.scss */
.form-home .acceptance {
  margin: 10px auto;
}

/* line 2, ../sass/_header.scss */
header {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  transition: .2s all;
  background-color: #fdf9f9;
}
/* line 13, ../sass/_header.scss */
header .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: all .2s;
}
@media (max-width: 992px) {
  /* line 13, ../sass/_header.scss */
  header .logo {
    text-align: right;
  }
}
/* line 21, ../sass/_header.scss */
header .logo img {
  width: 400px;
  transition: all .2s;
}
@media (max-width: 992px) {
  /* line 21, ../sass/_header.scss */
  header .logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 13, ../sass/_header.scss */
  header .logo {
    margin-top: 20px;
  }
}
/* line 33, ../sass/_header.scss */
header .header-contact {
  text-align: right;
  padding: 40px 0px 0px;
  transition: all .2s;
}
@media (max-width: 992px) {
  /* line 33, ../sass/_header.scss */
  header .header-contact {
    text-align: left;
    padding: 40px 20px 0;
    float: left;
  }
}
@media (max-width: 768px) {
  /* line 33, ../sass/_header.scss */
  header .header-contact {
    padding: 40px 20px 0 30px;
  }
}
/* line 45, ../sass/_header.scss */
header .header-contact a {
  font-size: 26px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  /* line 45, ../sass/_header.scss */
  header .header-contact a {
    margin-right: 10px;
  }
}
/* line 54, ../sass/_header.scss */
header.scrolled {
  background-color: #fdf9f9;
  padding: 15px;
}
/* line 58, ../sass/_header.scss */
header.scrolled .logo img {
  width: 300px;
}
@media (max-width: 768px) {
  /* line 58, ../sass/_header.scss */
  header.scrolled .logo img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 57, ../sass/_header.scss */
  header.scrolled .logo {
    margin-top: 0;
  }
}
/* line 69, ../sass/_header.scss */
header.scrolled .hamburger {
  padding-top: 20px;
}
/* line 73, ../sass/_header.scss */
header.scrolled .header-contact {
  padding-top: 20px;
}

/* line 2, ../sass/_main.scss */
main {
  padding-top: 170px;
}
/* line 4, ../sass/_main.scss */
main section.slider-home {
  margin-top: 40px;
}
/* line 7, ../sass/_main.scss */
main section.slider-home .owl-carousel {
  position: relative;
}
/* line 9, ../sass/_main.scss */
main section.slider-home .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* line 15, ../sass/_main.scss */
main section.slider-home .owl-carousel .owl-nav .owl-prev, main section.slider-home .owl-carousel .owl-nav .owl-next {
  padding: 10px 20px 15px !important;
  background-color: transparent;
  border: 1px solid #dc9d9d;
  position: relative;
  color: #dc9d9d;
  font-size: 24px;
  outline: none;
  opacity: 0.7;
}
/* line 25, ../sass/_main.scss */
main section.slider-home .owl-carousel .owl-nav .owl-prev:hover, main section.slider-home .owl-carousel .owl-nav .owl-next:hover {
  background-color: #fff;
  color: #dc9d9d;
  opacity: 1;
}
@media (max-width: 768px) {
  /* line 15, ../sass/_main.scss */
  main section.slider-home .owl-carousel .owl-nav .owl-prev, main section.slider-home .owl-carousel .owl-nav .owl-next {
    padding: 10px 20px !important;
  }
}
@media (max-width: 576px) {
  /* line 15, ../sass/_main.scss */
  main section.slider-home .owl-carousel .owl-nav .owl-prev, main section.slider-home .owl-carousel .owl-nav .owl-next {
    padding: 0px 10px !important;
  }
}
/* line 38, ../sass/_main.scss */
main section.slider-home .owl-carousel .owl-nav .owl-prev {
  float: left;
  left: -100px;
}
/* line 42, ../sass/_main.scss */
main section.slider-home .owl-carousel .owl-nav .owl-next {
  float: right;
  right: -100px;
}
/* line 51, ../sass/_main.scss */
main section.main-content {
  text-align: center;
  padding: 80px 0 60px;
}
/* line 55, ../sass/_main.scss */
main section.main-content h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
/* line 58, ../sass/_main.scss */
main section.main-content h1.story {
  margin-bottom: 0;
}
/* line 63, ../sass/_main.scss */
main section.main-content h3 {
  color: #9e9e9e;
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
  font-style: italic;
}
/* line 72, ../sass/_main.scss */
main section.main-content p {
  font-weight: 300;
}
/* line 77, ../sass/_main.scss */
main section.home-series, main .stories {
  text-align: center;
  padding: 40px 0 20px;
  padding-top: 0;
}
/* line 82, ../sass/_main.scss */
main section.home-series h2, main .stories h2 {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* line 88, ../sass/_main.scss */
main section.home-series a:hover, main .stories a:hover {
  text-decoration: none;
}
/* line 93, ../sass/_main.scss */
main section.home-series .serie, main .stories .serie {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
/* line 98, ../sass/_main.scss */
main section.home-series .serie .serie-photo, main .stories .serie .serie-photo {
  position: relative;
}
/* line 102, ../sass/_main.scss */
main section.home-series .serie .serie-overlay, main .stories .serie .serie-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6px;
  opacity: 0;
  transition: all .3s;
  background-color: rgba(158, 158, 158, 0.7);
}
/* line 112, ../sass/_main.scss */
main section.home-series .serie .serie-overlay i, main .stories .serie .serie-overlay i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
/* line 122, ../sass/_main.scss */
main section.home-series .serie img, main .stories .serie img {
  width: 100%;
}
/* line 126, ../sass/_main.scss */
main section.home-series .serie .serie-content h3, main .stories .serie .serie-content h3 {
  margin: 0;
  margin-top: 15px;
}
/* line 130, ../sass/_main.scss */
main section.home-series .serie .serie-content p, main .stories .serie .serie-content p {
  margin-top: -5px;
}
/* line 135, ../sass/_main.scss */
main section.home-series .serie:hover .serie-overlay, main .stories .serie:hover .serie-overlay {
  opacity: 1;
}
/* line 141, ../sass/_main.scss */
main section.home-series h1, main .stories h1 {
  margin-top: 0;
}
/* line 145, ../sass/_main.scss */
main section.home-series p, main .stories p {
  font-weight: 300;
}
/* line 150, ../sass/_main.scss */
main section.stories {
  margin-top: 30px;
}
/* line 155, ../sass/_main.scss */
main section.impressions {
  padding-bottom: 60px;
}
/* line 157, ../sass/_main.scss */
main section.impressions .grid-item {
  margin-bottom: 25px;
  transition: all .2s;
}
/* line 160, ../sass/_main.scss */
main section.impressions .grid-item a {
  width: 100%;
  transition: all .2s;
}
/* line 164, ../sass/_main.scss */
main section.impressions .grid-item img {
  width: 100%;
  transition: all .2s;
}
/* line 168, ../sass/_main.scss */
main section.impressions .grid-item:hover {
  transform: scale(1.05);
}
/* line 174, ../sass/_main.scss */
main section.repeater-content {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  /* line 174, ../sass/_main.scss */
  main section.repeater-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* line 184, ../sass/_main.scss */
main section.repeater-content .repeater-item {
  margin: 40px 0 40px;
}
@media (max-width: 992px) {
  /* line 184, ../sass/_main.scss */
  main section.repeater-content .repeater-item {
    margin: 30px 0 60px 0;
  }
}
/* line 192, ../sass/_main.scss */
main section.repeater-content .repeater-item:last-of-type {
  margin-bottom: 40px;
}
/* line 197, ../sass/_main.scss */
main section.repeater-content .repeater-item:nth-child(odd) .image {
  order: 0;
}
@media (max-width: 992px) {
  /* line 197, ../sass/_main.scss */
  main section.repeater-content .repeater-item:nth-child(odd) .image {
    order: 0;
  }
}
/* line 205, ../sass/_main.scss */
main section.repeater-content .repeater-item:nth-child(odd) .text-container {
  order: 0;
  padding: 20px 20px 20px 20px;
}
/* line 210, ../sass/_main.scss */
main section.repeater-content .repeater-item:nth-child(odd) .repeater {
  order: 1;
}
/* line 216, ../sass/_main.scss */
main section.repeater-content .repeater-item .image.two-image figure {
  height: 50%;
  margin-bottom: 15px;
}
/* line 222, ../sass/_main.scss */
main section.repeater-content .repeater-item .image figure {
  position: relative;
  height: 100%;
  min-height: 320px;
}
@media (max-width: 992px) {
  /* line 222, ../sass/_main.scss */
  main section.repeater-content .repeater-item .image figure {
    max-height: 400px;
    min-height: unset;
  }
}
/* line 232, ../sass/_main.scss */
main section.repeater-content .repeater-item .image figure img, main section.repeater-content .repeater-item .image figure svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  /* line 232, ../sass/_main.scss */
  main section.repeater-content .repeater-item .image figure img, main section.repeater-content .repeater-item .image figure svg {
    position: relative;
  }
}
/* line 248, ../sass/_main.scss */
main section.repeater-content .repeater-item .image .brand-logo {
  position: absolute;
  left: unset;
  top: 50%;
  bottom: unset;
  right: unset;
  width: 100%;
  height: unset;
  object-fit: unset;
  transform: translateY(-50%);
}
/* line 261, ../sass/_main.scss */
main section.repeater-content .repeater-item .text-container {
  padding: 20px;
  padding-bottom: 0;
  padding-right: 50px;
  padding-left: 0;
}
@media (max-width: 992px) {
  /* line 261, ../sass/_main.scss */
  main section.repeater-content .repeater-item .text-container {
    padding: 20px 10px;
  }
}
/* line 271, ../sass/_main.scss */
main section.repeater-content .repeater-item .text-container h2 {
  margin-top: 0;
  color: #dc9d9d;
  font-size: 38px;
}
/* line 278, ../sass/_main.scss */
main section.repeater-content .repeater-item .text-container p {
  color: #dc9d9d;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  /* line 285, ../sass/_main.scss */
  main section.repeater-content .repeater-item .text-container.google-text h2 {
    margin-top: 40px;
  }
}
/* line 290, ../sass/_main.scss */
main section.repeater-content .repeater-item .text-container.only-txt {
  padding: 0;
}
/* line 295, ../sass/_main.scss */
main section.repeater-content .repeater-item .btn {
  background-color: #000 !important;
  color: #fff !important;
}
/* line 300, ../sass/_main.scss */
main section.repeater-content.page {
  margin-bottom: 100px;
}
/* line 305, ../sass/_main.scss */
main section.repeater-content.acties .brand-logo {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  min-height: 300px;
  position: unset !important;
  transform: unset !important;
}
@media (max-width: 992px) {
  /* line 314, ../sass/_main.scss */
  main section.repeater-content.acties .image {
    order: 1 !important;
  }
}
@media (max-width: 992px) {
  /* line 304, ../sass/_main.scss */
  main section.repeater-content.acties {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
/* line 327, ../sass/_main.scss */
main section.banner-page img {
  width: 100%;
}

/* line 1, ../sass/_footer.scss */
section.insta {
  background-color: #fdf9f9;
}
/* line 3, ../sass/_footer.scss */
section.insta a {
  width: 100%;
  padding: 60px 0;
}
/* line 7, ../sass/_footer.scss */
section.insta a i {
  margin-right: 10px;
  vertical-align: bottom;
}
/* line 11, ../sass/_footer.scss */
section.insta a h2 {
  text-align: center;
  vertical-align: middle;
}
/* line 16, ../sass/_footer.scss */
section.insta a:hover {
  background-color: #dc9d9d;
  text-decoration: none;
  color: #fff;
}
/* line 20, ../sass/_footer.scss */
section.insta a:hover h2 {
  color: #fff;
  text-decoration: none;
}

/* line 28, ../sass/_footer.scss */
footer {
  padding: 30px 0 60px;
  margin-top: 40px;
}
/* line 31, ../sass/_footer.scss */
footer .footer-logo {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 31, ../sass/_footer.scss */
  footer .footer-logo {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* line 39, ../sass/_footer.scss */
footer .footer-logo img {
  max-width: 300px;
}
/* line 44, ../sass/_footer.scss */
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 48, ../sass/_footer.scss */
footer ul li {
  margin-bottom: 0;
}
/* line 50, ../sass/_footer.scss */
footer ul li a {
  display: inline-block;
}
/* line 52, ../sass/_footer.scss */
footer ul li a:before {
  content: "›";
  display: inline-block;
  width: 10px;
  font-size: 21px;
  margin-right: 10px;
}
