@font-face {
  font-family: 'Exo';
  src: url("../assets/fonts/Exo-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
---------------------------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------------------------
*/
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, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
  pointer-events: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! wysiwyg.css v0.0.3 | MIT License | github.com/jgthms/wysiwyg.css */
.wysiwyg {
  line-height: 1.4;
  color: #b6a0a0;
}

.wysiwyg a:not(.button) {
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid;
  color: #000;
}

.wysiwyg a:not(.button):hover {
  opacity: 0.6;
}

.wysiwyg abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

.wysiwyg cite {
  font-style: italic;
}

.wysiwyg hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}

.wysiwyg img {
  vertical-align: text-bottom;
}

.wysiwyg ins {
  background-color: lime;
  text-decoration: none;
}

.wysiwyg mark {
  background-color: #ff0;
}

.wysiwyg small {
  font-size: 0.8em;
}

.wysiwyg strong {
  font-weight: 700;
}

.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.8em;
}

.wysiwyg sub {
  vertical-align: sub;
}

.wysiwyg sup {
  vertical-align: super;
}

.wysiwyg p,
.wysiwyg dl,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg blockquote,
.wysiwyg pre,
.wysiwyg table {
  margin-bottom: 1.4em;
}

.wysiwyg p:last-child,
.wysiwyg dl:last-child,
.wysiwyg ol:last-child,
.wysiwyg ul:last-child,
.wysiwyg blockquote:last-child,
.wysiwyg pre:last-child,
.wysiwyg table:last-child {
  margin-bottom: 0;
}

.wysiwyg p:empty {
  display: none;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0;
}

.wysiwyg h1 {
  font-size: 2.4em;
  margin-bottom: .58333em;
  line-height: 1;
}

.wysiwyg h2 {
  font-size: 1.6em;
  margin-bottom: .875em;
  line-height: 1.1;
}

.wysiwyg h3 {
  font-size: 1.3em;
  margin-bottom: 1.07692em;
}

.wysiwyg h4 {
  font-size: 1.2em;
  margin-bottom: 1.16667em;
}

.wysiwyg h5 {
  font-size: 1.1em;
  margin-bottom: 1.27273em;
}

.wysiwyg h6 {
  font-size: 1em;
  margin-bottom: 1.4em;
}

.wysiwyg dd {
  margin-left: 1.4em;
}

.wysiwyg ol,
.wysiwyg ul {
  list-style-position: outside;
  margin-left: 1.4em;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg ol ol {
  list-style-type: lower-alpha;
}

.wysiwyg ol ol ol {
  list-style-type: lower-roman;
}

.wysiwyg ol ol ol ol {
  list-style-type: lower-greek;
}

.wysiwyg ol ol ol ol ol {
  list-style-type: decimal;
}

.wysiwyg ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}

.wysiwyg ul {
  list-style-type: disc;
}

.wysiwyg ul ul {
  list-style-type: circle;
}

.wysiwyg ul ul ul {
  list-style-type: square;
}

.wysiwyg ul ul ul ul {
  list-style-type: circle;
}

.wysiwyg ul ul ul ul ul {
  list-style-type: disc;
}

.wysiwyg ul ul ul ul ul ul {
  list-style-type: circle;
}

.wysiwyg blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em;
}

.wysiwyg blockquote p {
  margin-bottom: 0;
}

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp,
.wysiwyg pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em;
}

.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline;
}

.wysiwyg pre {
  overflow: auto;
  padding: 1em 1.2em;
}

.wysiwyg pre code {
  background: none;
  font-size: 1em;
  line-height: 1em;
}

.wysiwyg figure {
  margin-bottom: 2.8em;
  text-align: center;
}

.wysiwyg figure:first-child {
  margin-top: 0;
}

.wysiwyg figure:last-child {
  margin-bottom: 0;
}

.wysiwyg figcaption {
  font-size: 0.8em;
  margin-top: .875em;
}

.wysiwyg table {
  width: 100%;
}

.wysiwyg table pre {
  white-space: pre-wrap;
}

.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
  padding: .7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}

.wysiwyg thead tr,
.wysiwyg tfoot tr {
  background-color: #f5f5f5;
}

.wysiwyg thead th,
.wysiwyg thead td {
  font-size: .9em;
  padding: .77778em;
}

.wysiwyg tfoot th,
.wysiwyg tfoot td {
  font-size: .9em;
  padding: .77778em;
}

.wysiwyg thead th code,
.wysiwyg thead td code {
  background-color: #fff;
}

.wysiwyg tfoot th code,
.wysiwyg tfoot td code {
  background-color: #fff;
}

.wysiwyg tbody tr {
  background-color: #fff;
}

/*
---------------------------------------------------------------------------------------------
General
---------------------------------------------------------------------------------------------
*/
@media all and (max-width: 500px) {
  #wpadminbar {
    display: none;
  }
}

html {
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.lockscroll {
  overflow: hidden;
}

body {
  width: 100vw;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Exo", serif;
  color: #828585;
  background-color: #b6a0a0;
}

@media all and (max-width: 800px) {
  body {
    font-size: 15px;
  }
}

.wrapper {
  padding-right: 20px;
  padding-left: 20px;
  width: 1240px;
  max-width: 92%;
  margin: auto;
}

@media all and (max-width: 1023px) {
  .wrapper {
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrapper--small {
  width: 900px;
  max-width: 88%;
}

@media all and (max-width: 1023px) {
  .wrapper--small {
    max-width: 100%;
  }
}

.wrapper--large {
  width: 1680px;
  max-width: 100%;
}

.wrapper--fluid {
  width: 100%;
  max-width: 100%;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.megatitle {
  font-family: "Exo", Impact, Helvetica, Arial, sans-serif;
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}

@media all and (max-width: 1400px) {
  .megatitle {
    font-size: 90px;
  }
}

@media all and (max-width: 800px) {
  .megatitle {
    font-size: 70px;
  }
}

@media all and (max-width: 500px) {
  .megatitle {
    font-size: 50px;
  }
}

.title {
  font-family: "Exo", Impact, Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
}

@media all and (max-width: 1400px) {
  .title {
    font-size: 40px;
  }
}

@media all and (max-width: 800px) {
  .title {
    font-size: 36px;
  }
}

#popup .title,
#popup .description,
#popup .response {
  color: #000;
}

.link {
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid;
  color: #000;
  height: 20px;
}

.link:hover {
  opacity: 0.6;
}

.link .fa-long-arrow-right {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.link .fa-long-arrow-left {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.link:hover .fa-long-arrow-right {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.link:hover .fa-long-arrow-left {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.button {
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  height: 60px;
  background-color: #fff;
  padding: 15px 50px;
  color: #fff;
  border: 0px;
  font-family: "Exo", serif;
}

.button:hover {
  color: #fff;
  opacity: 0.8;
}

@media all and (max-width: 800px) {
  .button {
    padding: 7px 30px;
    line-height: 30px;
    height: 44px;
    font-size: 18px;
  }
}

.columns {
  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;
}

@media all and (max-width: 1200px) {
  .columns {
    margin-bottom: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 800px) {
  .columns {
    display: block;
  }
}

.columns__item {
  display: block;
}

.box {
  position: relative;
  display: block;
  text-align: center;
  width: 480px;
  max-width: calc(100% - 20px);
  height: 280px;
  padding: 40px;
  margin: 0px 20px;
  background-color: rgba(0, 0, 0, 0.9);
}

@media all and (max-width: 1200px) {
  .box {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 800px) {
  .box {
    width: 400px;
    margin: 20px auto 20px;
    height: auto;
  }
}

.checkbox {
  width: auto;
  white-space: nowrap;
  position: relative !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  line-height: 1;
  margin: 0px !important;
}

.checkbox input[type="radio"], .checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
}

.checkbox .label {
  display: inline-block;
  line-height: 14px !important;
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
  text-transform: none;
  white-space: normal;
  font-weight: 400;
  color: #5b5b5b;
}

.checkbox .label.w__style {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 0px;
  color: #888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
}

.checkbox input[type="radio"] + .label:before,
.checkbox input[type="checkbox"] + .label:before {
  content: "";
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin: 0px;
  margin-right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  color: #b6a0a0;
  border: 1px solid #b6a0a0;
  vertical-align: middle;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.checkbox input[type="radio"] + .label:before,
.checkbox input[type="checkbox"]:hover + .label:before {
  border: 1px solid #555;
}

.checkbox input[type="radio"]:checked + .label,
.checkbox input[type="checkbox"]:checked + .label {
  text-transform: none;
  font-weight: 400;
  color: #5b5b5b;
}

.checkbox input[type="radio"]:checked + .label:after,
.checkbox input[type="checkbox"]:checked + .label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  display: inline-block;
  margin: 0px;
  margin-right: 10px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background-color: #dd9f92;
  vertical-align: middle;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

#info {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #78866b;
  height: auto;
  width: 100%;
  padding: 5px 0;
}

#header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  height: auto;
  background-color: #000;
  padding: 10px 0px;
}

@media all and (max-width: 800px) {
  #header {
    text-align: center;
  }
}

#header .logo {
  display: inline-block;
  height: 50px;
  width: auto;
}

@media all and (max-width: 800px) {
  #header .logo {
    height: 40px;
  }
}

#header .logo img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}

#content {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (max-width: 800px) {
  #content {
    position: relative;
    height: auto;
    min-height: 100vh;
  }
}

#content .wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media all and (max-width: 800px) {
  #content .wrapper {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    top: 60px;
    -webkit-transform: none;
            transform: none;
    height: calc(100% - 90px);
    padding: 30px 0px 20px;
  }
}

@media all and (max-width: 500px) {
  #content .wrapper {
    top: initial;
  }
}

#content .wrapper .columns {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#content .megatitle {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1;
  display: none;
}

@media all and (max-width: 1100px) {
  #content .megatitle {
    margin-bottom: 40px;
  }
}

@media all and (max-width: 800px) {
  #content .megatitle {
    margin-bottom: 20px;
  }
}

#content .box .title {
  margin-bottom: 10px;
}

#content .box .description {
  margin-bottom: 30px;
}

#popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  text-align: center;
}

#popup .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

#popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 800px;
  max-width: calc(100% - 20px);
  height: auto;
  padding: 80px;
  background-color: #fff;
}

@media all and (max-width: 800px) {
  #popup .inner {
    padding: 40px;
  }
}

#popup .inner .closer {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

@media all and (max-width: 500px) {
  #popup .inner .closer {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

#popup .inner .closer:hover {
  opacity: 0.5;
}

#popup .inner .closer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 22px;
}

#popup .inner .description {
  margin-bottom: 40px;
}

@media all and (max-width: 500px) {
  #popup .inner .description {
    margin-bottom: 20px;
  }
}

#popup .inner .form {
  margin-bottom: 40px;
}

@media all and (max-width: 500px) {
  #popup .inner .form {
    margin-bottom: 20px;
  }
}

#popup .inner .form input[type="text"] {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border-radius: 5px;
  width: 600px;
  max-width: 100%;
  margin: auto;
  font-size: 16px;
  padding: 0px 10px;
  border: 1px solid #000;
  font-family: "Exo", serif;
}

#popup .inner .response .list {
  border-top: 1px solid #ccc;
  height: 300px;
  max-height: 300px;
  overflow: auto;
}

#popup .inner .response .list .list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

@media all and (max-width: 500px) {
  #popup .inner .response .list .list__item {
    display: block;
  }
}

#popup .inner .response .list .list__item .name {
  font-family: "Exo", Impact, Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 20px;
}

.pac-container {
  z-index: 1;
}

.error {
  color: #af0000 !important;
}

.cta {
  color: initial;
  text-decoration: underline;
  cursor: pointer;
}

.cta:hover {
  color: initial;
  text-decoration: underline;
}

/*
Custom css
*/
body {
  font-size: 15px;
}

.megatitle {
  font-size: 46px;
  font-weight: 600;
  text-transform: uppercase;
}

@media all and (max-width: 1400px) {
  .megatitle {
    font-size: 44px;
  }
}

@media all and (max-width: 800px) {
  .megatitle {
    font-size: 42px;
  }
}

@media all and (max-width: 500px) {
  .megatitle {
    font-size: 40px;
  }
}

.title {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #000;
}

@media all and (max-width: 1400px) {
  .title {
    font-size: 28px;
  }
}

@media all and (max-width: 800px) {
  .title {
    font-size: 24px;
  }
}

.button {
  font-size: 16px;
  font-weight: 600;
  height: 54px;
  background-color: #78866b;
  padding: 12px 30px;
}

.button:hover {
  color: #fff;
  opacity: 0.8;
}

@media all and (max-width: 800px) {
  .button {
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    background-color: #78866b;
    padding: 12px 30px;
    line-height: 30px;
  }
}

.box {
  background-color: rgba(255, 255, 255, 0.9);
}

#info {
  color: #fff;
}

#header {
  background-color: #fff;
}
/*# sourceMappingURL=styles.css.map */