/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import 'fonts/fonts.css';
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.content {
  width: 100%;
  max-width: 1790px;
  margin: 0 auto;
  padding: 0px 20px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Sitka Text";
  color: #322c1a;
}

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

#whats {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#main-nav {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
#main-nav:target .inset {
  margin-left: 0px;
}
#main-nav .inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: rgba(43, 47, 39, 0.96);
  backdrop-filter: blur(4px);
  padding: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-left: -300px;
}
#main-nav .inset .close {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 30px;
}
#main-nav .inset nav {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
#main-nav .inset nav a {
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  margin-bottom: 20px;
}

header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0px;
  width: 100%;
}
header .menu {
  position: absolute;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
@media all and (max-width: 999px) {
  header .menu {
    display: flex;
  }
}
@media all and (max-width: 999px) {
  header {
    height: 70px;
    position: fixed;
    z-index: 1000;
    transition: background 200ms linear;
  }
  header.floating {
    background: rgba(55, 65, 50, 0.95);
    backdrop-filter: blur(6px);
  }
}
header .content {
  display: flex;
  align-items: center;
  padding: 30px 20px;
}
@media all and (max-width: 999px) {
  header .content {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
  }
}
header .content .logo {
  margin-right: 5%;
}
@media all and (max-width: 1400px) {
  header .content .logo {
    margin-right: 20px;
  }
}
@media all and (max-width: 1300px) {
  header .content .logo {
    zoom: 0.8;
  }
}
@media all and (max-width: 999px) {
  header .content .logo {
    zoom: 1;
    margin-right: 0px;
  }
  header .content .logo img {
    height: 50px;
    width: auto;
  }
}
header .content nav {
  flex: 1;
  justify-content: space-around;
  display: flex;
}
@media all and (max-width: 999px) {
  header .content nav {
    display: none;
  }
}
header .content nav a {
  text-transform: uppercase;
  color: #d8c9aa;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-family: "Sitka Display";
  font-size: 1.1rem;
  position: relative;
}
@media all and (max-width: 1300px) {
  header .content nav a {
    font-size: 1rem;
  }
}
header .content nav a:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 0%;
  height: 2px;
  background: white;
  left: 50%;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
header .content nav a:hover {
  color: white;
}
header .content nav a:hover:after {
  width: 100%;
  left: 0%;
}
header .content .social {
  display: flex;
  align-items: center;
  border-left: 2px solid #efe1a9;
  padding-left: 20px;
}
@media all and (max-width: 1400px) {
  header .content .social {
    padding-left: 0px;
  }
}
@media all and (max-width: 999px) {
  header .content .social {
    display: none;
  }
}
header .content .social a {
  margin-left: 20px;
}
@media all and (max-width: 1300px) {
  header .content .social a {
    zoom: 0.7;
  }
}
header .flags {
  position: relative;
  margin-left: 30px;
}
header .flags:hover .sub-menu {
  visibility: visible;
  margin-top: 0px;
  opacity: 1;
}
header .flags .sub-menu {
  position: absolute;
  top: 100%;
  padding: 3px;
  background: #374132;
  border-radius: 3px;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin-top: -5px;
  opacity: 0;
}
header .flags .current {
  border: 2px solid rgba(216, 201, 170, 0.3);
  padding: 3px;
  border-radius: 3px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAVCAYAAACkCdXRAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAE6ADAAQAAAABAAAAFQAAAACM54c8AAAA80lEQVQ4EWNgGAWjIUDnEDh3aJ4oLisvHV4q+P//KmZc8iBxJpjk6Z0zuv5+/fnqzPYZRTAxGH1mx0zHX18+Pzm7493B////M8LE0Wm4YQz//6uDJP8z/O9FNhBkEFBuC1Cci4Hxv+KdO9vZ0A2B8eG23D6xhO/jhy+7gDabgyQZGRiLgQacA9JbIQYxvmRiZnY0dk29DtOMTsMNA0mc2T2Tn+Hv/50IAxl+/mdgYGdgZHzJzMLgZOSScQ3dAGQ+imFIBoJcaAZWSKRBILUYhsEM/P/3/3agpAITC4MLIReBLcVHgGLt9u1t7PjUjMoNshAAAIw4Zfvt+LsBAAAAAElFTkSuQmCC") right center no-repeat;
  padding-right: 30px;
}
header .flags img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  max-width: 40px;
}

main.home .hero {
  width: 100%;
  padding-bottom: 50%;
  background-image: linear-gradient(36deg, #2B2F27 0%, #374132 100%);
  position: relative;
}
@media all and (max-width: 1400px) {
  main.home .hero {
    padding-bottom: 70%;
  }
}
@media all and (max-width: 999px) {
  main.home .hero {
    padding-bottom: 0px;
    height: 80vh;
  }
}
main.home .hero .div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home .hero .div {
    margin-bottom: -1px;
  }
}
main.home .hero .div img {
  width: 100%;
  display: block;
}
main.home .hero:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #374132;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
main.home .hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1;
}
main.home .hero .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
@media all and (max-width: 999px) {
  main.home .hero .info {
    padding: 20px;
  }
}
main.home .hero .info .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main.home .hero .info h2 {
  text-align: center;
  font-family: "Sitka Heading";
  font-size: 6rem;
  max-width: 1200px;
  background: -webkit-linear-gradient(#f7e7c4, #c6af85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  font-weight: normal;
}
@media all and (max-width: 1500px) {
  main.home .hero .info h2 {
    font-size: 5rem;
    line-height: 1;
  }
}
@media all and (max-width: 1300px) {
  main.home .hero .info h2 {
    font-size: 4rem;
  }
}
@media all and (max-width: 999px) {
  main.home .hero .info h2 {
    font-size: 3rem;
    display: block;
  }
}
main.home .hero .info h2:after {
  content: "";
  width: 4px;
  height: 80px;
  background-image: linear-gradient(180deg, #D8C9AA 0%, #AF9971 100%);
  display: block;
  margin-top: 20px;
}
@media all and (max-width: 999px) {
  main.home .hero .info h2:after {
    display: none;
  }
}
main.home .hero .info p {
  font-family: "Sitka Heading";
  color: white;
  font-size: 1.3rem;
  max-width: 800px;
  text-align: center;
}
main.home .hero .info a {
  background-image: linear-gradient(180deg, #D8C9AA 0%, #AF9971 100%);
  border-radius: 23px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  display: inline-block;
  margin-top: 20px;
}
main.home .hero .info a:hover {
  box-shadow: 0px 0px 0px 10px rgba(216, 201, 170, 0.1);
}
main.home section.services {
  background: url("../images/bg2.jpg") center center no-repeat;
  background-size: cover !important;
  padding-top: 150px;
  position: relative;
}
main.home section.services .div-up {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
main.home section.services .div-up img {
  width: 100%;
  display: block;
  margin-top: -10px;
}
main.home section.services .div-bottom {
  width: 100%;
  position: relative;
}
main.home section.services .div-bottom img {
  width: 100%;
  margin-bottom: -6px;
}
main.home section.services .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
main.home section.services .title h2 {
  font-size: 3rem;
  max-width: 600px;
  text-align: center;
  color: #374132;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main.home section.services .title h2:after {
  content: "";
  width: 100px;
  height: 3px;
  background: #374132;
  margin-top: 20px;
}
main.home section.services .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  position: relative;
  z-index: 3;
  margin-bottom: -70px;
}
@media all and (max-width: 1200px) {
  main.home section.services .list {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }
}
@media all and (max-width: 699px) {
  main.home section.services .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
main.home section.services .list .item {
  background: white;
  background: #FFFFFF;
  box-shadow: 0 2px 60px 0 rgba(205, 200, 181, 0.56);
}
main.home section.services .list .item .image {
  width: 100%;
}
main.home section.services .list .item .image img {
  width: 100%;
  height: auto;
}
main.home section.services .list .item .info {
  padding: 30px;
  line-height: 1.4;
}
main.home section.services .list .item .info h4 {
  font-size: 2rem;
  color: #374132;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0px;
}
main.home section.methodology {
  padding: 100px 0px;
  position: relative;
}
main.home section.methodology:after {
  width: 700px;
  height: 700px;
  right: 10%;
  top: 10%;
  content: "";
  background: url("../images/bg-seagull.svg") center center no-repeat;
  position: absolute;
}
main.home section.methodology .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main.home section.methodology .title h2 {
  font-size: 3rem;
  font-weight: normal;
  color: #374132;
  margin-bottom: 20px;
}
main.home section.methodology .title p {
  max-width: 1000px;
  text-align: center;
  line-height: 1.4;
}
main.home section.methodology .list {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
main.home section.methodology .list .row {
  display: flex;
  padding-bottom: 50px;
  justify-content: flex-end;
  position: relative;
}
main.home section.methodology .list .row:after {
  content: "";
  width: 6px;
  background: #D8C9AA;
  border-radius: 23px;
  height: 55px;
  left: 50%;
  bottom: -3px;
  margin-left: -2px;
  border-radius: 3px;
  position: absolute;
}
main.home section.methodology .list .row:last-child:after {
  display: none;
}
main.home section.methodology .list .row .item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row .item {
    flex-direction: column;
  }
}
main.home section.methodology .list .row .item .icon-wrapper {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row .item .icon-wrapper {
    width: 100%;
    justify-content: center;
  }
}
main.home section.methodology .list .row .item .icon {
  width: 312px;
  height: 312px;
  border: 3px solid #d8c9aa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -151px;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row .item .icon {
    width: 200px;
    height: 200px;
    margin: 0;
  }
}
main.home section.methodology .list .row .item .icon .icon-inset {
  width: 70%;
  height: 70%;
  background: rgba(216, 201, 170, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row .item .icon .icon-inset {
    padding: 20px;
  }
}
main.home section.methodology .list .row .item .icon .icon-inset img {
  max-width: 100%;
  height: auto;
}
main.home section.methodology .list .row .item .text {
  flex: 1;
  padding-left: 200px;
  line-height: 1.5;
  font-size: 1.1rem;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row .item .text {
    padding: 0;
    text-align: center;
  }
}
main.home section.methodology .list .row:nth-child(even) {
  justify-content: flex-start;
}
main.home section.methodology .list .row:nth-child(even) .item {
  flex-direction: row-reverse;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row:nth-child(even) .item {
    flex-direction: column;
  }
}
main.home section.methodology .list .row:nth-child(even) .item .icon-wrapper {
  justify-content: flex-start;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row:nth-child(even) .item .icon-wrapper {
    justify-content: center;
  }
}
main.home section.methodology .list .row:nth-child(even) .item .icon {
  margin-right: 0px;
  margin-left: -151px;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row:nth-child(even) .item .icon {
    margin: 0;
  }
}
main.home section.methodology .list .row:nth-child(even) .item .text {
  text-align: right;
  padding-left: 0px;
  padding-right: 200px;
}
@media all and (max-width: 999px) {
  main.home section.methodology .list .row:nth-child(even) .item .text {
    padding: 0;
    text-align: center;
  }
}
main.home.homev2 section.services .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 999px) {
  main.home.homev2 section.services .list {
    grid-template-columns: repeat(1, 1fr);
  }
}

footer {
  margin-top: 50px;
  background: url("../images/footer-bg.svg") 30% center no-repeat;
}
footer .div {
  width: 100%;
}
footer .div img {
  width: 100%;
}
footer .upper {
  display: flex;
  padding: 70px 0px;
}
@media all and (max-width: 999px) {
  footer .upper {
    flex-wrap: wrap;
  }
}
footer .upper .logo {
  margin-right: 5%;
}
@media all and (max-width: 1200px) {
  footer .upper .logo {
    margin-right: 50px;
    zoom: 0.78;
  }
}
@media all and (max-width: 999px) {
  footer .upper .logo {
    margin-right: 0px;
    flex: 100%;
    text-align: center;
  }
}
footer .upper .newsletter {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 999px) {
  footer .upper .newsletter {
    flex: 100%;
    margin-bottom: 30px;
  }
}
footer .upper .newsletter h5 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #374132;
  margin-bottom: 10px;
}
footer .upper .newsletter form {
  display: flex;
}
footer .upper .newsletter form input {
  flex: 1;
  padding: 15px;
  background: #f6f3ec;
  border: 0px;
  outline: none;
}
footer .upper .newsletter form button {
  background: #374132;
  color: white;
  border: 0px;
  padding: 0px 10px;
  cursor: pointer;
}
footer .upper .social {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
@media all and (max-width: 1200px) {
  footer .upper .social {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 999px) {
  footer .upper .social {
    flex: 100%;
  }
}
footer .upper .social span {
  margin-right: 10px;
  color: #322c1a;
}
@media all and (max-width: 1200px) {
  footer .upper .social span {
    flex: 100%;
    text-align: center;
    margin-right: 0;
  }
}
footer .upper .social a {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .upper .menus {
  display: flex;
  width: 100%;
  max-width: 400px;
  align-items: center;
}
@media all and (max-width: 999px) {
  footer .upper .menus {
    max-width: 100%;
    flex: 100%;
    justify-content: center;
    text-align: center;
    margin: 30px 0px;
  }
}
footer .upper .menus ul {
  margin-right: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 200px;
}
@media all and (max-width: 1200px) {
  footer .upper .menus ul {
    margin-right: 10px;
  }
}
footer .upper .menus ul li {
  list-style: none;
  padding: 5px 0px;
}
footer .upper .menus ul li a {
  text-decoration: none;
  color: #374132;
  text-transform: uppercase;
}
footer .upper .menus ul li a:hover {
  opacity: 0.6;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media all and (max-width: 499px) {
  footer .bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .bottom span {
  font-size: 0.8rem;
  opacity: 0.5;
}
@media all and (max-width: 999px) {
  footer .bottom span {
    margin-bottom: 10px;
  }
}

section.call-action {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.call-action .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.call-action .content h2 {
  max-width: 900px;
  font-size: 2.4rem;
}
section.call-action .content .action a {
  background-image: linear-gradient(180deg, #D8C9AA 0%, #AF9971 100%);
  border-radius: 23px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  display: inline-block;
  margin-top: 20px;
}
section.call-action .content .action a:hover {
  box-shadow: 0px 0px 0px 10px rgba(216, 201, 170, 0.1);
}

#language-modal {
  display: none;
}

.language-modal {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.language-modal h2 {
  color: #374132;
  margin-bottom: 0px;
  font-size: 1.6rem;
}
.language-modal .flags {
  display: flex;
}
.language-modal .flags a {
  margin: 0px 20px;
  outline: none;
}

section.pre-blog {
  width: 100%;
  height: 800px;
  background: url("../images/bg3.jpg") center center no-repeat;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
section.pre-blog .div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
section.pre-blog .div img {
  width: 100%;
}
section.pre-blog .content {
  max-width: 1000px;
  text-align: center;
}
section.pre-blog .content h2 {
  color: white;
  font-size: 1.4rem;
  font-weight: normal;
}
section.pre-blog .content p {
  line-height: 1.4;
  color: white;
  font-size: 2.3rem;
}
section.pre-blog.inverse h2 {
  font-size: 2rem;
}
section.pre-blog.inverse p {
  font-size: 1.3rem;
}

section.blog {
  display: flex;
  background: white;
  padding: 30px;
  position: relative;
  margin-top: -50px;
}
@media all and (max-width: 999px) {
  section.blog {
    flex-direction: column;
    margin-top: 0px;
    padding: 10px;
  }
}
section.blog .info {
  width: 30%;
  margin-right: 40px;
}
@media all and (max-width: 999px) {
  section.blog .info {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
section.blog .info h2 {
  font-size: 3rem;
  color: #374132;
  font-weight: normal;
}
section.blog .info p {
  line-height: 1.4;
  font-size: 1.1rem;
}
section.blog .list {
  flex: 1;
  display: flex;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 699px) {
  section.blog .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.blog .list .item {
  position: relative;
}
section.blog .list .item .info-inset {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  align-items: flex-start;
}
@media all and (max-width: 999px) {
  section.blog .list .item .info-inset {
    position: static;
    padding: 0px;
  }
}
section.blog .list .item .info-inset h4 {
  margin: 0;
  background: rgba(55, 65, 50, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  color: white;
  font-size: 1.6rem;
}
@media all and (max-width: 999px) {
  section.blog .list .item .info-inset h4 {
    background: #374132;
  }
}
section.blog .list .item .info-inset h4 a {
  text-decoration: none;
  color: white;
  padding: 20px;
  display: block;
}
section.blog .list .item .info-inset h4 a:hover {
  background: #374132;
}
section.blog .list .item .info-inset span {
  background: white;
  color: #374132;
  padding: 10px;
}
section.blog .list .item .image {
  width: 100%;
}
section.blog .list .item .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

section.purpose {
  overflow-x: hidden;
  padding: 100px 0px;
}
section.purpose .content {
  display: flex;
  align-items: center;
}
@media all and (max-width: 999px) {
  section.purpose .content {
    flex-direction: column;
  }
}
section.purpose .content .info {
  flex: 1;
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
@media all and (max-width: 999px) {
  section.purpose .content .info {
    width: 100%;
    text-align: left;
    padding: 0px;
    border-right: 0px;
  }
}
section.purpose .content .info:after {
  content: "";
  width: 80px;
  height: 80px;
  background: url("../images/right.svg") center center no-repeat;
  right: -40px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
}
@media all and (max-width: 999px) {
  section.purpose .content .info:after {
    display: none;
  }
}
section.purpose .content .info h2 {
  font-size: 4rem;
  color: #374132;
  font-weight: normal;
}
@media all and (max-width: 1400px) {
  section.purpose .content .info h2 {
    font-size: 3rem;
  }
}
section.purpose .content .info p {
  font-size: 1.2rem;
  line-height: 1.4;
}
section.purpose .content .images {
  display: flex;
  padding-left: 80px;
}
@media all and (max-width: 1400px) {
  section.purpose .content .images {
    padding-left: 60px;
  }
}
@media all and (max-width: 999px) {
  section.purpose .content .images {
    width: 100%;
    padding-left: 0px;
  }
}
section.purpose .content .images .image {
  margin-right: 2%;
}
section.purpose .content .images .image img {
  max-width: 100%;
  height: auto;
}
section.purpose.full-right .images {
  width: auto;
}

section.default-header {
  width: 100%;
  height: 500px;
  background-image: linear-gradient(36deg, #2B2F27 0%, #374132 100%);
  position: relative;
}
@media all and (max-width: 999px) {
  section.default-header {
    height: 400px;
  }
}
@media all and (max-width: 699px) {
  section.default-header {
    height: 270px;
  }
}
section.default-header .div {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media all and (max-width: 999px) {
  section.default-header .div {
    margin-bottom: -1px;
  }
}
section.default-header .div img {
  width: 100%;
  display: block;
}
section.default-header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #374132;
  z-index: 1;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
section.default-header video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.1;
}
section.default-header .info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
section.default-header .info h1 {
  font-family: "Sitka Heading";
  font-size: 3.5rem;
  background: -webkit-linear-gradient(#f7e7c4, #c6af85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  font-weight: normal;
  border-left: 4px solid #dfcaa6;
  line-height: 0.9;
  padding-left: 20px;
  width: 100%;
}
@media all and (max-width: 999px) {
  section.default-header .info h1 {
    font-size: 2.5rem;
    letter-spacing: -0.05rem;
  }
}

section.team .content {
  display: flex;
}
@media all and (max-width: 999px) {
  section.team .content {
    flex-direction: column;
  }
}
section.team .content .item {
  border-right: 1px solid #e5e5e5;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media all and (max-width: 999px) {
  section.team .content .item {
    border-right: 0;
  }
}
section.team .content .item .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  section.team .content .item .social {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media all and (max-width: 999px) {
  section.team .content .item .social {
    flex: 100%;
  }
}
section.team .content .item .social a {
  margin-left: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(55, 65, 50, 0.1);
  border-radius: 100%;
}
section.team .content .item .image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 100%;
}
section.team .content .item .image .image-inset {
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  padding: 30px;
}
section.team .content .item h3 {
  color: #374132;
  font-size: 2rem;
  font-weight: normal;
}
section.team .content .item p {
  color: #322c1a;
  line-height: 1.4;
}
section.team .content .item:last-child {
  border-right: 0;
}

.default-text-content {
  line-height: 1.4;
  display: inline-block;
  color: #322c1a;
}
.default-text-content p {
  margin-bottom: 20px;
}
.default-text-content h1, .default-text-content h2, .default-text-content h3, .default-text-content h4, .default-text-content h5, .default-text-content h6 {
  color: #374132;
}
.default-text-content h2 {
  font-size: 3rem;
}
.default-text-content .align-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.default-text-content .align-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.default-text-content a {
  color: #374132;
  font-weight: bold;
}
.default-text-content img {
  max-width: 100%;
  height: auto;
}
.default-text-content.text-large {
  font-size: 1.5rem;
}

.quem-somos-content {
  display: block;
  padding-bottom: 60px;
}

section.perks {
  width: 100%;
  height: 800px;
  background: url("../images/bg3.jpg") center center no-repeat;
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 1200px) {
  section.perks {
    height: auto;
    padding: 100px 0px;
  }
}
section.perks .div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
section.perks .div img {
  width: 100%;
}
section.perks .content {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1300px) {
  section.perks .content {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 999px) {
  section.perks .content {
    flex-direction: column;
  }
}
section.perks .content h2 {
  flex: 100%;
  color: white;
  font-size: 3rem;
  text-align: center;
}
section.perks .content .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px;
}
@media all and (max-width: 999px) {
  section.perks .content .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}
@media all and (max-width: 699px) {
  section.perks .content .list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
}
@media all and (max-width: 1300px) {
  section.perks .content .item {
    margin-right: 0px;
    width: 48%;
    margin: 1%;
  }
}
@media all and (max-width: 999px) {
  section.perks .content .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
section.perks .content .item:last-child {
  margin-right: 0;
}
section.perks .content .item h3 {
  background: -webkit-linear-gradient(#f7e7c4, #c6af85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2rem;
  border-left: 3px solid #c6af85;
  padding-left: 20px;
}
section.perks .content .item p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
}

section.blog-list {
  display: flex;
  flex-direction: column;
}
section.blog-list .item {
  display: flex;
  padding: 50px 0px;
}
@media all and (max-width: 999px) {
  section.blog-list .item {
    flex-direction: column;
  }
}
section.blog-list .item .image {
  width: 38%;
  margin-right: 50px;
}
@media all and (max-width: 999px) {
  section.blog-list .item .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
section.blog-list .item .image img {
  max-width: 100%;
  height: auto;
}
section.blog-list .item .info {
  flex: 1;
}
section.blog-list .item .info h3 {
  font-size: 2.2rem;
  font-weight: normal;
  color: #374132;
  border-left: 3px solid #374132;
  padding-left: 20px;
}
section.blog-list .item .info .meta {
  color: #999;
  display: flex;
  font-size: 1.1rem;
}
section.blog-list .item .info .meta span {
  margin-right: 10px;
}
section.blog-list .item .info .meta span:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 4px;
}
section.blog-list .item .info .meta span:last-child:after {
  display: none;
}
section.blog-list .item .info p {
  color: #322c1a;
  line-height: 1.4;
  font-size: 1.2rem;
}

section.contact {
  display: flex;
  padding: 60px 0px;
}
@media all and (max-width: 999px) {
  section.contact {
    flex-direction: column;
  }
}
section.contact .info {
  width: 40%;
}
@media all and (max-width: 999px) {
  section.contact .info {
    width: 100%;
  }
}
section.contact .info .social {
  width: 100%;
  margin: 30px 0px;
  display: flex;
  align-items: center;
}
section.contact .info .social a {
  margin-right: 10px;
  padding: 10px;
}
section.contact .info .phone {
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding-top: 30px;
}
section.contact .info .phone i {
  width: 60px;
  height: 60px;
  background: rgba(216, 201, 170, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  margin-right: 10px;
}
section.contact .info .phone h4 {
  font-size: 2rem;
  font-weight: normal;
  color: #322c1a;
  margin: 0;
}
section.contact .info .phone h4 a {
  color: #322c1a;
  text-decoration: none;
}
section.contact .form {
  flex: 1;
  margin-left: 50px;
}
@media all and (max-width: 999px) {
  section.contact .form {
    margin-left: 0px;
    margin-top: 40px;
  }
}
section.contact .form form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
@media all and (max-width: 699px) {
  section.contact .form form {
    grid-template-columns: repeat(1, 1fr);
  }
}
section.contact .form form h3 {
  color: #374132;
}
section.contact .form form .form-group {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  color: #322c1a;
}
section.contact .form form .form-group input, section.contact .form form .form-group textarea {
  background: #f6f3ec;
  border: 0px;
  padding: 18px;
  color: #374132;
  outline: none;
  margin-top: 5px;
  resize: none;
}
section.contact .form form .double {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 999px) {
  section.contact .form form .double {
    flex-direction: column;
  }
}
section.contact .form form .double .form-group {
  flex: 1;
  margin-right: 20px;
}
section.contact .form form .double .form-group:last-child {
  margin-right: 0;
}
section.contact .form form .action button {
  float: right;
  background: #374132;
  color: white;
  padding: 15px 30px;
  border: 0px;
}

section.services-list {
  display: flex;
  flex-direction: column;
}
section.services-list .item {
  display: flex;
  align-items: center;
  padding: 30px 0px;
}
@media all and (max-width: 999px) {
  section.services-list .item {
    flex-direction: column;
  }
}
section.services-list .item .image {
  width: 50%;
}
@media all and (max-width: 999px) {
  section.services-list .item .image {
    width: 100%;
  }
}
section.services-list .item .image img {
  max-width: 100%;
  height: auto;
}
section.services-list .item .info {
  flex: 1;
  padding-left: 50px;
}
@media all and (max-width: 999px) {
  section.services-list .item .info {
    padding-left: 0px;
  }
}
section.services-list .item .info .default-text-content {
  font-size: 1.2rem;
}
section.services-list .item .info .action {
  display: block;
}
section.services-list .item .info .action a {
  background-image: linear-gradient(180deg, #D8C9AA 0%, #AF9971 100%);
  border-radius: 23px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  display: inline-block;
  margin-top: 20px;
}
section.services-list .item .info .action a:hover {
  box-shadow: 0px 0px 0px 10px rgba(216, 201, 170, 0.1);
}
section.services-list .item .info h4 {
  font-size: 3rem;
  color: #374132;
  border-left: 4px solid #374132;
  padding-left: 10px;
  line-height: 1;
}
@media all and (max-width: 699px) {
  section.services-list .item .info h4 {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=base.css.map */
