html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  scroll-behavior: smooth;
  background-color: #045333;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}

main {
  width: 100%;
  height: 100vh;
}

main > section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

img.logo {
  width: 150px;
  /* white shadow around png */
  -webkit-filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}

aside > nav {
  margin-bottom: 5em;
  color: #e2af3d;
}

.about {
  border-top: 1px solid #e8e8e8;
  background-color: #fff;
}

main > div > section > article > div > h4 {
  font-size: 1.6em;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

main > div > section:first-child > article > h1.mobile {
  display: block;
}
main > div > section:first-child > article > h1.desktop {
  display: none;
}

main > div.about > section:last-child {
  background-image: url('images/br_background.jpg');
  background-position: top;
  background-size: cover;
  height: 30vh;
}

.menu-icon {
  border-bottom: 1px solid #e2af3d;
  padding-bottom: 2em;
}

@media only screen and (min-width: 1025px) {
  main > section#our-company > article {
    position: relative;
    margin: 0 auto;
    max-width: 436px;
  }

  main > div.about > section:last-child {
    background-image: url('images/br_background.jpg');
    height: 100vh;
  }

  main > div > section:first-child > article > h1 {
    color: #045333;
    font-size: 16vw;
    font-weight: 300;
    line-height: 1;
    margin: -1.5vw 0 9.375vw 0;
  }

  main > section > article h1 {
    font-size: 60px;
    margin: 0 0 56px 0;
    padding-top: 120px;
    white-space: nowrap;
  }

  main > section > article p {
    font-size: 1.2em;
    margin: 0 0 56px 0;
    padding-top: 120px;
    white-space: nowrap;
  }
}

.slick-slider {
  height: 100vh;
}

.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  &-one {
    background-image: linear-gradient(-125deg, orangered, rebeccapurple);
  }

  &-two {
    background-image: linear-gradient(-125deg, gold, blueviolet);
  }

  &-three {
    background-image: linear-gradient(-125deg, yellowgreen, blue);
  }
}

figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
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 {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
span.unicorn:before {
  content: "@";
}
span.unicorn > span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
* {
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
* {
  font-family: "Montserrat", sans-serif;
}
address {
  font-style: normal;
}
figure {
  margin: 0;
}
picture {
  display: block;
}
picture > img {
  display: block;
  width: 100%;
}
html {
  font-size: 10px;
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
}

.styles-module_blinkingCursor__yugAC {
  color: inherit;
  font: inherit;
  left: 3px;
  line-height: inherit;
  opacity: 1;
  position: relative;
  top: 0;
}
.styles-module_blinking__9VXRT {
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-name: styles-module_blink__rqfaf;
}
@keyframes styles-module_blink__rqfaf {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

aside > nav:last-of-type > a {
  line-height: 1;
  color: #e2af3d;
}

address {
  position: relative;
}
.address-image {
  display: none;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
aside.open > div > .address-image {
  opacity: 1;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: inherit;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  color: #000;
}

@media only screen and (min-width: 1025px) {
  main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0;
    padding-right: 76px;
    width: calc(100% - 76px);
  }
  main.dual {
    background-image: url(/assets/frontend/img/fauxcolumn.gif);
    background-position: -38px 0;
    background-repeat: repeat-y;
    background-size: contain;
  }
  main > div > section {
    float: left;
    width: 50%;
  }
}

main > div > section:first-child {
  padding: 29.275vw 12vw 9.375vw 12vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child {
    padding: 14.6375vw 6vw 4.6875vw 6vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article {
    position: relative;
    margin: 0 auto;
    max-width: 436px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > h1 {
    font-size: 8vw;
    margin: -0.75vw 0 4.6875vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > h1 {
    font-size: 60px;
    margin: 0 0 56px 0;
    padding-top: 120px;
    white-space: nowrap;
  }
  main > div > section:first-child > article > h1.mobile {
    display: none;
  }
  main > div > section:first-child > article > h1.desktop {
    display: block;
  }

  aside > nav:last-of-type > a {
    margin-top: 2.5vh;
  }
}
main > div > section:first-child > article > .freetext {
  margin: -1.5vw 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .freetext {
    margin: -0.75vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .freetext {
    margin: -6px 0;
  }
}
main > div > section:first-child > article > .freetext > p {
  color: #045333;
  font-size: 4vw;
  font-weight: 300;
  line-height: 6vw;
  margin: 0 0 6vw 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .freetext > p {
    font-size: 2vw;
    line-height: 3vw;
    margin: 0 0 3vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .freetext > p {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 22px 0;
  }
}
main > div > section:first-child > article > .freetext > p:first-child {
  margin-top: 0;
}
main > div > section:first-child > article > ul {
  margin-bottom: -1.5vw;
  margin-top: 10.5vw;
  padding-left: 18px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > ul {
    margin-bottom: -0.75vw;
    margin-top: 5.25vw;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > ul {
    margin-bottom: -5px;
    margin-top: 41px;
    padding-left: 18px;
  }
}
main > div > section:first-child > article > ul > li {
  color: #045333;
  font-size: 4vw;
  font-weight: 300;
  line-height: 6vw;
  margin-top: 6vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > ul > li {
    font-size: 2vw;
    line-height: 3vw;
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > ul > li {
    font-size: 15px;
    line-height: 22px;
    margin-top: 22px;
  }
}
main > div > section:first-child > article > .accordion {
  border-bottom: 1px solid #b5ac97;
  border-top: 1px solid #b5ac97;
  margin: 11.875vw -12vw 0 -12vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion {
    margin: 5.9375vw -6vw 0 -6vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion {
    margin: 46px 0 0 0;
  }
}
main > div > section:first-child > article > .accordion > div {
  padding: 0 12vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div {
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div {
    padding: 0;
  }
}
main > div > section:first-child > article > .accordion > div.active {
  background-color: #e2af3d;
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div.active {
    background: none;
  }
}
main > div > section:first-child > article > .accordion > div > h2 {
  color: #b5ac97;
  cursor: pointer;
  font-size: 5.867vw;
  font-weight: 300;
  line-height: 6.8vw;
  margin: 0;
  padding: 4.6875vw 6.25vw 4.6875vw 0;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > h2 {
    font-size: 2.9335vw;
    line-height: 3.4vw;
    padding: 2.34375vw 3.125vw 2.34375vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div > h2 {
    font-size: 25px;
    line-height: 23px;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 46px;
    margin: 0;
  }
}
html.desktop
  main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2:hover {
  color: #045333;
}
main > div > section:first-child > article > .accordion > div.active > h2 {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div.active > h2 {
    color: #045333;
  }
}
main > div > section:first-child > article > .accordion > div > h2 > span {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 6.25vw;
  position: absolute;
  top: 50%;
  right: -6.25vw;
  width: 6.25vw;
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  > span:before,
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  > span:after {
  -webkit-transition: 400ms all ease-out;
  -moz-transition: 400ms all ease-out;
  -o-transition: 400ms all ease-out;
  transition: 400ms all ease-out;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  background: #b5ac97;
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  > span:before {
  top: calc(6.25vw / 2);
  left: 0;
  right: 0;
  height: 1px;
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  > span:after {
  top: 0;
  left: calc(6.25vw / 2);
  bottom: 0;
  width: 1px;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > h2 > span {
    height: 3.125vw;
    right: -3.125vw;
    width: 3.125vw;
  }
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    > span:before {
    top: calc(3.125vw / 2);
  }
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    > span:after {
    left: calc(3.125vw / 2);
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div > h2 > span {
    height: 23px;
    right: 0;
    width: 23px;
  }
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    > span:before {
    top: 11px;
  }
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    > span:after {
    left: 11px;
  }
}
html.desktop
  main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2:hover
  > span:before,
html.desktop
  main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2:hover
  > span:after {
  background: #045333;
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div.active
  > h2
  > span:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div.active
    > h2
    > span:after {
    background: #045333;
  }
}
main > div > section:first-child > article > .accordion > div > h2 + ul {
  display: none;
  list-style: none;
  margin: 0;
  margin-top: calc(14.0625vw - 4.6875vw);
  padding-bottom: calc(4.6875vw * 1.5);
  padding-left: 5.8666666667vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > h2 + ul {
    margin-top: calc(7.03125vw - 2.34375vw);
    padding-bottom: calc(2.34375vw * 1.5);
    padding-left: 2.9333333333vw;
  }
}
main > div > section:first-child > article > .accordion > div > h2 + ul > li {
  color: #fff;
  font-size: 4.5328125vw;
  line-height: 1.5;
  margin-top: 7.1875vw;
  position: relative;
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  + ul
  > li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #5e7ca6;
  content: "";
  display: block;
  height: 1.6vw;
  position: absolute;
  left: -5.8666666667vw;
  top: 2vw;
  width: 1.6vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > h2 + ul > li {
    font-size: 2.26640625vw;
    margin-top: 3.59375vw;
  }
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    + ul
    > li:before {
    height: 0.8vw;
    position: absolute;
    left: -2.9333333333vw;
    top: 1vw;
    width: 0.8vw;
  }
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > h2
  + ul
  > li:first-child {
  margin-top: 0;
}
main > div > section:first-child > article > .accordion > hr {
  background-color: #b5ac97;
  border: 0;
  height: 1px;
  margin: 0;
}
main > div > section:first-child > article > .accordion > div > address {
  color: #045333;
  display: none;
  font-size: 4vw;
  font-weight: 300;
  line-height: 6vw;
  margin-bottom: 4.6875vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > address {
    font-size: 2vw;
    line-height: 3vw;
    margin-bottom: 2.34375vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div > address {
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 25px;
  }
}
main > div > section:first-child > article > .accordion > div > address > div {
  margin-bottom: 6vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > address
    > div {
    margin-bottom: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > address
    > div {
    margin-bottom: 22.5px;
  }
}
main > div > section:first-child > article > .accordion > div > address > a {
  color: #5e7ca6;
  display: block;
  font-weight: 600;
  text-decoration: none;
  margin-top: 6vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .accordion > div > address > a {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .accordion > div > address > a {
    margin-top: 22.5px;
  }
}
main
  > div
  > section:first-child
  > article
  > .accordion
  > div
  > address
  > a
  + a {
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  main
    > div
    > section:first-child
    > article
    > .accordion
    > div
    > address
    > a
    + a {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .tabs {
    border-bottom: 1px solid #b5ac97;
    border-top: 1px solid #b5ac97;
    margin-top: 46px;
  }
  main > div > section:first-child > article > .tabs > hr {
    background-color: #b5ac97;
    border: 0;
    height: 1px;
    margin: 0;
  }
  main > div > section:first-child > article > .tabs > div > h2 {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px;
    color: #b5ac97;
    cursor: pointer;
    font-size: 25px;
    font-weight: 300;
    line-height: 23px;
    margin: 0;
    padding: 30px 0;
    position: relative;
  }
  html.desktop
    main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2:hover {
    color: #045333;
  }
  main > div > section:first-child > article > .tabs > div > h2.active {
    color: #045333;
  }
  main > div > section:first-child > article > .tabs > div > h2 > span {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 23px;
  }
  main > div > section:first-child > article > .tabs > div > h2 > span:before,
  main > div > section:first-child > article > .tabs > div > h2 > span:after {
    -webkit-transition: 400ms all ease-out;
    -moz-transition: 400ms all ease-out;
    -o-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    content: "";
    position: absolute;
    background: #b5ac97;
  }
  main > div > section:first-child > article > .tabs > div > h2 > span:before {
    top: 11px;
    left: 0;
    right: 0;
    height: 1px;
  }
  main > div > section:first-child > article > .tabs > div > h2 > span:after {
    top: 0;
    left: 11px;
    bottom: 0;
    width: 1px;
  }
  main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2.active
    > span:after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  html.desktop
    main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2:hover
    > span:before,
  main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2.active
    > span:before,
  html.desktop
    main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2:hover
    > span:after,
  main
    > div
    > section:first-child
    > article
    > .tabs
    > div
    > h2.active
    > span:after {
    background: #045333;
  }
}
main > div > section:first-child > article > .horizontal-tabs {
  display: none !important;
  margin-bottom: 2.8125vw;
  margin-top: 10vw;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .horizontal-tabs {
    margin-bottom: 1.40625vw;
    margin-top: 5vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .horizontal-tabs {
    margin-bottom: 6px;
    margin-top: 22px;
  }
}
main > div > section:first-child > article > .horizontal-tabs > span {
  color: #5e7ca6;
  cursor: pointer;
  display: inline-block;
  font-size: 4vw;
  font-weight: 300;
  line-height: 0.8;
  margin-left: 5vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div > section:first-child > article > .horizontal-tabs > span {
    font-size: 2vw;
    margin-left: 2.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div > section:first-child > article > .horizontal-tabs > span {
    font-size: 15px;
    margin-left: 20px;
  }
}
main
  > div
  > section:first-child
  > article
  > .horizontal-tabs
  > span:first-child {
  margin-left: 0;
}
main > div > section:first-child > article > .horizontal-tabs > span.active {
  color: #045333;
}
main > section.slider > img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  opacity: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  width: 55vw;
  z-index: 98;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > section.slider > img {
    width: 60vw;
  }
}
main > section.slider .slick-slide {
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
@media only screen and (min-width: 1025px) {
  main > section.slider > img {
    max-width: 425px;
    width: 26.8%;
  }
}
main > div.contact > section:last-child {
  height: 100vw;
}
@media only screen and (min-width: 1025px) {
  main > div.contact > section:last-child {
    height: 100vh;
  }
}
@media only screen and (max-width: 1024px) {
  main > div.contact > section:first-child > article > .accordion {
    margin-left: 0;
    margin-right: 0;
  }
  main > div.contact > section:first-child > article > .accordion > div {
    padding: 0;
  }
  main > div.contact > section:first-child > article > .accordion > div.active {
    background-color: #fff;
  }
  main
    > div.contact
    > section:first-child
    > article
    > .accordion
    > div.active
    > h2 {
    color: #045333;
  }
  main
    > div.contact
    > section:first-child
    > article
    > .accordion
    > div
    > h2
    > span {
    right: 0;
  }
  main
    > div.contact
    > section:first-child
    > article
    > .accordion
    > div.active
    > h2
    > span {
    right: 0;
  }
  main
    > div.contact
    > section:first-child
    > article
    > .accordion
    > div.active
    > h2
    > span:before,
  main
    > div.contact
    > section:first-child
    > article
    > .accordion
    > div.active
    > h2
    > span:after {
    background: #045333;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.services > section:first-child {
    position: relative;
  }
}
main > div.services > section:first-child > article > .tabs {
  display: none;
}
@media only screen and (min-width: 1025px) {
  main > div.services > section:first-child > article > .tabs {
    display: block;
  }
  main > div.services > section:first-child > article > .accordion {
    display: none;
  }
}
main > div.services > section:first-child > span {
  background-image: url(/assets/frontend/img/polygon.png);
  display: none;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 13px;
}
@media only screen and (max-width: 1024px) {
  main > div.services > section:first-child > span {
    display: none !important;
  }
}
main > div.services > section:last-child {
  display: none;
}
@media only screen and (min-width: 1025px) {
  main > div.services > section:last-child {
    display: block;
    position: relative;
    padding-top: 236px;
  }
  main > div.services > section:last-child > div {
    display: none;
    margin: -5px auto;
    max-width: 468px;
    left: 0;
    right: 0;
    position: absolute;
  }
  main > div.services > section:last-child > div > ul {
    margin: 0;
    list-style: none;
    padding-left: 32px;
  }
  main > div.services > section:last-child > div > ul > li {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: -5px;
    margin-top: 31px;
    position: relative;
  }
  
  main > div.services > section:last-child > div > ul > li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #5e7ca6;
    content: "";
    display: block;
    height: 6px;
    left: -32px;
    top: 14px;
    position: absolute;
    width: 6px;
  }
  main > div.services > section:last-child > div > ul > li:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about {
    position: relative;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about {
    background-image: url(/assets/frontend/img/fauxcolumn.gif);
    background-position: top center;
    background-repeat: repeat-y;
  }
}
main > div.about > section:last-child {
  background-color: #f8f8f8;
  padding: 8.75vw 12vw 8.75vw 12vw;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child {
    padding: 6vw;
    position: static;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child {
    background: transparent;
    padding: 0;
    padding-top: 236px;
  }

  main > div.about > section:last-child {
    background-image: url('images/br_background.jpg');
    height: 100vh;
  }
  
  main > div.about > section:last-child > article {
    height: auto;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    position: relative;
  }
}
@media only screen and (min-width: 1281px) {
  main > div.about > section:last-child > article {
    max-width: 364px;
  }
}
main > div.about > section:last-child > article > div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2772da;
  color: #fff;
  cursor: pointer;
  font-size: 4vw;
  float: left;
  height: 0;
  padding-bottom: calc((50% - (3.125% / 2) - 2px));
  position: relative;
  text-align: center;
  width: calc((50% - (3.125% / 2) - 2px));
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > article > div {
    font-size: 2vw;
    padding-bottom: calc(32% - 2px - (3vw / 3));
    width: calc(32% - 2px - (3vw / 3));
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > article > div {
    font-size: 2vw;
    margin-top: 20px;
    padding-bottom: calc((50% - (20px / 2) - 2px));
    width: calc((50% - (20px / 2) - 2px));
  }
  main > div.about > section:last-child > article > div:first-child,
  main > div.about > section:last-child > article > div:first-child + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1281px) {
  main > div.about > section:last-child > article > div {
    height: 170px;
    padding: 0;
    width: 170px;
  }
}
@media only screen and (max-width: 640px) {
  main > div.about > section:last-child > article > div:nth-child(2n + 1) {
    margin-right: 3.125%;
  }
  main > div.about > section:last-child > article > div:nth-child(1n + 3) {
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > article > div {
    margin-left: 3vw;
  }
  main > div.about > section:last-child > article > div:nth-child(3n + 1) {
    margin-left: 0;
  }
  main > div.about > section:last-child > article > div:nth-child(1n + 4) {
    margin-top: 3vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > article > div:nth-child(2n + 1) {
    margin-right: 20px;
  }
}
main > div.about > section:last-child > article > div > span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  line-height: 5vw;
  position: absolute;
  top: calc(50% - 5.625vw + 2.8125vw);
  left: 50%;
  width: 80%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > article > div > span {
    font-size: 3vw;
    line-height: 4vw;
    top: calc(50% - 2.8125vw + 1.40625vw);
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > article > div > span {
    font-size: 20px;
    top: calc(50% - 26px + 12px + 10px);
    line-height: 22px;
  }
}
main > div.about > section:last-child > article > div > button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #2772da;
  border: 0;
  bottom: 2.8125vw;
  cursor: pointer;
  display: block;
  height: 5.625vw;
  outline: none;
  padding: 0;
  position: absolute;
  left: 50%;
  width: 5.625vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1),
  only screen and (min--moz-device-pixel-ratio: 1),
  only screen and (-o-min-device-pixel-ratio: 1/1),
  only screen and (min-device-pixel-ratio: 1),
  only screen and (min-resolution: 96dpi),
  only screen and (min-resolution: 1dppx) {
  main > div.about > section:last-child > article > div > button {
    background-image: url(/assets/frontend/img/icon_plus@1x.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  main > div.about > section:last-child > article > div > button {
    background-image: url(/assets/frontend/img/icon_plus@2x.png);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3),
  only screen and (min--moz-device-pixel-ratio: 3),
  only screen and (-o-min-device-pixel-ratio: 3/1),
  only screen and (min-device-pixel-ratio: 3),
  only screen and (min-resolution: 288dpi),
  only screen and (min-resolution: 3dppx) {
  main > div.about > section:last-child > article > div > button {
    background-image: url(/assets/frontend/img/icon_plus@3x.png);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > article > div > button {
    bottom: 1.40625vw;
    height: 2.8125vw;
    width: 2.8125vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > article > div > button {
    bottom: 12px;
    height: 27px;
    width: 27px;
  }
}
main > div.about > section:last-child > div {
  background-color: #b5ac97;
  display: none;
  padding: 24.0625vw 12vw 12vw 12vw;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > div {
    padding: 12.03125vw calc(12.03125vw * 2);
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div {
    bottom: auto;
    left: -1px;
    position: absolute;
    overflow-y: auto;
    padding: 130px 0 98px 0;
    min-height: calc(100vh - 98px - 98px);
    z-index: 99;
  }
}
main > div.about > section:last-child > div > h2 {
  color: #045333;
  font-size: 5.8671875vw;
  font-weight: 300;
  line-height: 1;
  margin: -0.5vw 0;
  margin-bottom: 11.875vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > div > h2 {
    font-size: 2.93359375vw;
    margin: -0.25vw 0;
    margin-bottom: 5.9375vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div > h2 {
    font-size: 25px;
    margin: -5px auto;
    margin-bottom: 65px;
    max-width: 300px;
  }
}
main > div.about > section:last-child > div > ul {
  list-style: none;
  margin: -1vw 0;
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div > ul {
    margin: -5px auto;
    max-width: 300px;
  }
}
main > div.about > section:last-child > div > ul > li {
  border-top: 1px solid #fff;
  color: #045333;
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.2;
  padding: 4.6875vw 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > div > ul > li {
    font-size: 2vw;
    padding: 2.34375vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div > ul > li {
    font-size: 15px;
    line-height: 25px;
    padding: 22px 0;
  }
}
main > div.about > section:last-child > div > ul > li:first-child {
  border-top: 0;
  padding-top: 0;
}
main > div.about > section:last-child > div > ul > li:last-child {
  padding-bottom: 0;
}
main > div.about > section:last-child > div > ul > li > strong {
  color: #fff;
  font-size: 5.8671875vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > div > ul > li > strong {
    font-size: 2.93359375vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div > ul > li > strong {
    font-size: 25px;
  }
}
main > div.about > section:last-child > div > span {
  cursor: pointer;
  display: block;
  height: 8.4375vw;
  position: absolute;
  top: 2.8125vw;
  right: 2.8125vw;
  width: 8.4375vw;
}
main > div.about > section:last-child > div > span:before,
main > div.about > section:last-child > div > span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.9375vw;
  position: absolute;
  top: calc(50% - (0.9375vw / 2));
  left: 0;
  right: 0;
  width: 100%;
}
main > div.about > section:last-child > div > span:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
main > div.about > section:last-child > div > span:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > div > span {
    height: 4.21875vw;
    top: 1.40625vw;
    right: 1.40625vw;
    width: 4.21875vw;
  }
  main > div.about > section:last-child > div > span:before,
  main > div.about > section:last-child > div > span:after {
    height: 0.46875vw;
    top: calc(50% - (0.46875vw / 2));
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > div > span {
    height: 24px;
    top: 30px;
    right: 26px;
    width: 24px;
  }
  main > div.about > section:last-child > div > span:before,
  main > div.about > section:last-child > div > span:after {
    height: 2px;
    top: calc(50% - (10px / 2));
  }
}
main > div.about > section:last-child > p {
  color: #5e7ca6;
  font-size: 3.4671875vw;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 11.25vw;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  main > div.about > section:last-child > p {
    font-size: 1.73359375vw;
    margin-top: 5.625vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.about > section:last-child > p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px;
  }
}
main > div.team > section:first-child > article > .employees.clearfix {
  display: none;
}
main > div.team > section:first-child > article > .employees.clearfix > div {
  cursor: pointer;
  float: left;
  width: 33%;
}
@media only screen and (min-width: 1025px) {
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:first-child > article > .employees.clearfix > div {
    width: 25%;
  }
}
main
  > div.team
  > section:first-child
  > article
  > .employees.clearfix
  > div.placeholder {
  display: none;
}
@media only screen and (min-width: 1025px) {
  main
    > div.team
    > section:first-child
    > article
    > .employees.clearfix
    > div.placeholder {
    border-top: 1px solid #fff;
    display: block;
  }
}
main
  > div.team
  > section:first-child
  > article
  > .employees.clearfix
  > div
  > img {
  display: block;
  max-width: 100%;
}
main
  > div.team
  > section:first-child
  > article
  > .employees.clearfix
  > div
  > picture:last-child {
  display: none;
}
main
  > div.team
  > section:first-child
  > article
  > .employees.clearfix
  > div.active
  > picture:first-child {
  display: none !important;
}
main
  > div.team
  > section:first-child
  > article
  > .employees.clearfix
  > div.active
  > picture:last-child {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  main > div.team > section:last-child {
    background-color: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  main > div.team > section:last-child .slick-slide {
    background-position: center center;
    background-size: cover;
    height: 100vh;
  }
  main > div.team > section:last-child .slick-slide > div {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: calc(1.73333333333333vw * 2) calc((2 * 1.40625vw) + 4.21875vw);
    width: auto;
  }
  main > div.team > section:last-child .slick-slide > div > h2 {
    color: #045333;
    font-size: 2.26640625vw;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    text-align: center;
  }
  main > div.team > section:last-child .slick-slide > div > h3 {
    color: #2772da;
    font-size: 1.6666666667vw;
    font-weight: 300;
    line-height: 2.4666666667vw;
    margin: 0;
    text-align: center;
  }
  main > div.team > section:last-child .slick-slide > div > h3 > span {
    display: none;
  }
  main > div.team > section:last-child .slick-slide > span {
    position: absolute;
    cursor: pointer;
    display: block;
    height: 4.21875vw;
    top: 1.40625vw;
    right: 1.40625vw;
    width: 4.21875vw;
  }
  main > div.team > section:last-child .slick-slide > span:before,
  main > div.team > section:last-child .slick-slide > span:after {
    background-color: #045333;
    content: "";
    display: block;
    height: 0.46875vw;
    position: absolute;
    top: calc(50% - (0.46875vw / 2));
    left: 0;
    right: 0;
    width: 100%;
  }
  main > div.team > section:last-child .slick-slide > span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  main > div.team > section:last-child .slick-slide > span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 640px) {
  main > div.team > section:last-child .slick-slide > div {
    right: 0;
    bottom: 0;
    padding: calc(3.466666666666667vw * 2) calc((2.8125vw * 2) + 8.4375vw);
  }
  main > div.team > section:last-child .slick-slide > div > h2 {
    font-size: 4.5328125vw;
    line-height: 1.5;
  }
  main > div.team > section:last-child .slick-slide > div > h3 {
    font-size: 4.5328125vw;
    line-height: 1.5;
  }
  main > div.team > section:last-child .slick-slide > div > h3 > span {
    display: inline;
  }
  main > div.team > section:last-child .slick-slide > span {
    height: 8.4375vw;
    top: 2.8125vw;
    right: 2.8125vw;
    width: 8.4375vw;
  }
  main > div.team > section:last-child .slick-slide > span:before,
  main > div.team > section:last-child .slick-slide > span:after {
    height: 0.9375vw;
    top: calc(50% - (0.9375vw / 2));
  }
}
main > div.team > section:last-child > article {
  display: none;
  height: 100vh;
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:last-child {
    display: block !important;
  }
  main > div.team > section:last-child > article {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:last-child > article,
  main > div.team > section:last-child > article > .slick-list,
  main > div.team > section:last-child > article > .slick-list > .slick-track,
  main
    > div.team
    > section:last-child
    > article
    > .slick-list
    > .slick-track
    > .slick-slide {
    height: inherit;
  }
}
@media only screen and (max-width: 640px) {
  .slick-track {
    width: 100%;
  }
  main > div.team > section:last-child img.slick-arrow {
    bottom: calc(3.466666666666667vw * 4);
    cursor: pointer;
    display: inline !important;
    height: 8.4375vw;
    position: absolute;
    width: 8.4375vw;
    z-index: 90;
  }
  main > div.team > section:last-child img.slick-arrow.slick-prev {
    left: 2.8125vw;
  }
  main > div.team > section:last-child img.slick-arrow.slick-next {
    right: 2.8125vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .slick-track {
    width: 100%;
  }
  main > div.team > section:last-child img.slick-arrow {
    bottom: calc(1.73333333333333vw * 3);
    cursor: pointer;
    display: inline !important;
    height: 4.21875vw;
    position: absolute;
    width: 4.21875vw;
    z-index: 90;
  }
  main > div.team > section:last-child img.slick-arrow.slick-prev {
    left: 1.40625vw;
  }
  main > div.team > section:last-child img.slick-arrow.slick-next {
    right: 1.40625vw;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:last-child img.slick-arrow {
    bottom: 42px;
    cursor: pointer;
    display: inline !important;
    height: 18px;
    padding: 10px;
    position: absolute;
    width: 18px;
    z-index: 90;
  }
  main > div.team > section:last-child img.slick-arrow.slick-prev {
    left: 0;
  }
  main > div.team > section:last-child img.slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:last-child .slick-slide {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 749px) {
  main > div.team > section:last-child .slick-slide {
    background-position: center center;
  }
}
@media only screen and (min-width: 1025px) {
  main > div.team > section:last-child .slick-slide > div {
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    padding: 28px 0;
    right: 0;
    left: 0;
  }
  main > div.team > section:last-child .slick-slide > div > h2 {
    color: #045333;
    font-size: 15px;
    font-weight: 700;
    line-height: 22.5px;
    text-align: center;
    margin: 0;
  }
  main > div.team > section:last-child .slick-slide > div > h3 {
    color: #2772da;
    font-size: 15px;
    font-weight: 300;
    line-height: 22.5px;
    text-align: center;
    margin: 0;
  }
  main > div.team > section:last-child .slick-slide > div > h3 > span {
    display: none;
  }
  main > div.team > section:last-child .slick-slide > span {
    display: none;
  }
}
aside {
  -webkit-transition: height 500ms, width 500ms;
  -moz-transition: height 500ms, width 500ms;
  -o-transition: height 500ms, width 500ms;
  transition: height 500ms, width 500ms;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  padding: 10vw;
  width: 0;
  z-index: 100;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside {
    padding: 5vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside {
    position: fixed;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 36px;
    width: 4px;
  }
  aside * {
    white-space: nowrap;
  }
}
aside.open {
  height: calc(100vh - 20vw);
  overflow: auto;
  width: calc(100vw - 20vw);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside.open {
    height: calc(100vh - 10vw);
    overflow: auto;
    width: calc(50vw - 10vw);
  }
}
@media only screen and (min-width: 1025px) {
  aside.open {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
  }
}
@media only screen and (min-width: 1025px) {
  aside.open {
    width: 204px;
  }
}
aside > div:first-child {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  height: calc(0.9375vw * 5);
  position: absolute;
  top: 10vw;
  right: 5.3125vw;
  margin: 0 auto;
  width: 8.75vw;
  z-index: 110;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div:first-child {
    height: calc(0.46875vw * 5);
    top: 5vw;
    right: 2.65625vw;
    width: 4.375vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > div:first-child {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 12px;
    top: 12px;
    right: 6px;
    padding: 20px;
    width: 24px;
  }
}
aside > div:first-child > span {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  display: block;
  position: absolute;
  height: 0.9375vw;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div:first-child > span {
    height: 0.46875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > div:first-child > span {
    height: 3px;
    left: 20px;
    right: 20px;
    width: auto;
  }
}
aside > div:first-child > span:nth-child(1) {
  top: 0;
}
@media only screen and (min-width: 1025px) {
  aside > div:first-child > span:nth-child(1) {
    top: 20px;
  }
}
aside > div:first-child > span:nth-child(2),
aside > div:first-child > span:nth-child(3) {
  top: calc(0.9375vw * 2);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div:first-child > span:nth-child(2),
  aside > div:first-child > span:nth-child(3) {
    top: calc(0.46875vw * 2);
  }
}
@media only screen and (min-width: 1025px) {
  aside > div:first-child > span:nth-child(2),
  aside > div:first-child > span:nth-child(3) {
    top: calc(20px + 5px);
  }
}
aside > div:first-child > span:nth-child(4) {
  top: calc(0.9375vw * 4);
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div:first-child > span:nth-child(4) {
    top: calc(0.46875vw * 4);
  }
}
@media only screen and (min-width: 1025px) {
  aside > div:first-child > span:nth-child(4) {
    top: calc(20px + 5px * 2);
  }
}
aside.open > div:first-child > span:nth-child(1) {
  top: 0.9375vw;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside.open > div:first-child > span:nth-child(1) {
    top: 0.46875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside.open > div:first-child > span:nth-child(1) {
    top: calc(20px + 5px);
  }
}
aside.open > div:first-child > span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
aside.open > div:first-child > span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
aside.open > div:first-child > span:nth-child(4) {
  top: 0.9375vw;
  width: 0%;
  left: 50%;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside.open > div:first-child > span:nth-child(4) {
    top: 0.46875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside.open > div:first-child > span:nth-child(4) {
    top: calc(20px + 5px);
  }
}
aside > nav {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
}
aside.open > nav {
  opacity: 1;
}
aside > nav:first-of-type {
  margin-bottom: 20.9375vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > nav:first-of-type {
    margin-bottom: 10.46875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > nav:first-of-type {
    margin-bottom: 72px;
  }
}
aside > nav:first-of-type a {
  color: #e2af3d;
  display: inline-block;
  font-size: 3.2vw;
  font-weight: 600;
  line-height: 0.8;
  margin-left: 3.4375vw;
  text-decoration: none;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > nav:first-of-type a {
    font-size: 1.6vw;
    margin-left: 1.71875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > nav:first-of-type a {
    color: #e2af3d;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 0.8;
    margin-left: 18px;
    text-decoration: none;
  }
}
aside > nav:first-of-type a:first-child {
  margin-left: 0;
}
aside > nav:first-of-type a.active {
  color: #e2af3d;
  font-weight: 700;
}
aside > nav:last-of-type {
  margin-bottom: 25vw;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > nav:last-of-type {
    margin-bottom: 12.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > nav:last-of-type {
    margin-bottom: 0;
  }
}
aside > nav:last-of-type > a {
  color: #e2af3d;
  display: block;
  font-size: 6.6671875vw;
  font-weight: 300;
  line-height: 0.8;
  margin-top: 4.375vw;
  opacity: 0;
  text-decoration: none;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > nav:last-of-type > a {
    font-size: 3.33359375vw;
    margin-top: 2.6875vw;
  }
}
@media only screen and (min-width: 1025px) {
  aside > nav:last-of-type > a {
    color: #e2af3d;
    display: block;
    font-size: 25px;
    font-weight: 300;
    line-height: 0.8;
    margin-top: 24px;
    text-decoration: none;
  }
}
aside > nav:last-of-type > a:first-child {
  margin-top: 0;
}
html.desktop aside > nav:last-of-type a:hover {
  color: #fff;

}
aside > nav:last-of-type a.active {
  color: #e2af3d;
}
aside > div:last-of-type {
  position: absolute;
  bottom: 36px;
}
@media (min-width: 1025px) and (max-height: 650px) {
  aside > div:last-of-type {
    position: static;
    margin-top: 72px;
  }
}
aside > div > address {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  color: #e2af3d;
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 4.8vw;
  margin: -1.5vw 0;
  opacity: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div > address {
    font-size: 1.6vw;
    line-height: 2.4vw;
    margin: -0.75vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  aside > div > address {
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    font-size: 12px;
    line-height: 18px;
    margin: -5px 0;
  }
}
aside.open > div > address {
  opacity: 1;
}
aside > div > address > span:first-of-type {
  color: #fff;
  font-weight: 700;
}
aside > div > hr {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  background: #5e7ca6;
  border: 0;
  height: 1px;
  margin: 5.9375vw 0;
  opacity: 0;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  aside > div > hr {
    margin: 2.96875vw 0;
  }
}
@media only screen and (min-width: 1025px) {
  aside > div > hr {
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    background: #5e7ca6;
    border: 0;
    height: 1px;
    margin: 18px 0;
    opacity: 0;
  }
}
aside.open > div > hr {
  opacity: 1;
}
div#overlay {
  background-color: #fff;
  display: none;
  opacity: 0.8;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
