/* ############################################################################ SETTINGS ############################################################################ */
/* variables */
/* - colors */
/* - fonts */
/* - font weight */
/* breakpoints */
.otgs-development-site-front-end {
  display: none;
}

/* background colors */
.bg-color-grey {
  background-color: #F6F6F6;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: 20px;
  padding-left: 20px;
}

/* bootstrap container max-width */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}

.row > * {
  padding-right: 20px;
  padding-left: 20px;
}

h1 {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

body:not(.home) h2 {
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

p, li {
  font-size: 15px;
  line-height: 1.6;
}
p:not(:last-child), li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  p, li {
    font-size: 14px;
  }
}

ul, ol {
  list-style-position: outside;
}
ul li, ol li {
  padding-left: 13px;
}
ul li::marker, ol li::marker {
  font-weight: 700;
}

.section-spacing-both {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .section-spacing-both {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}

.section-spacing-top {
  padding-top: 150px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .section-spacing-top {
    padding-top: 75px;
  }
}

.section-spacing-bottom {
  padding-bottom: 150px;
  padding-top: 0px;
}
@media (max-width: 767px) {
  .section-spacing-bottom {
    padding-bottom: 75px;
  }
}

.section-spacing-none {
  padding-bottom: 0px;
  padding-top: 0px;
}

.display-none {
  display: none;
}

/* ############################################################################ WORDPRESS CORE ############################################################################ */
.alignnone {
  margin: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0 !important;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* ############################################################################ BODY ############################################################################ */
* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
  scroll-behavior: initial !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

/* ############################################################################ HEADER ############################################################################ */
nav {
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
nav .nav-inner {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1399px) {
  nav .nav-inner {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  nav .nav-inner {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  nav .nav-inner {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  nav .nav-inner {
    max-width: 540px;
  }
}
nav .nav-inner--left .custom-logo {
  transition: 0.225s;
}
nav .nav-inner--right {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  padding: 14px 10px;
  background-color: #fff;
  cursor: pointer;
}
nav .nav-inner--right .language-wrapper {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
nav .nav-inner--right .language-wrapper a {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.5;
  color: #fff;
  transition: 0.2s;
  transition-delay: 0.2s;
}
nav .nav-inner--right .language-wrapper a:hover {
  opacity: 1;
}
nav .nav-inner--right .language-wrapper a:first-of-type {
  margin-right: 10px;
}
nav .nav-inner--right .language-wrapper a:last-of-type {
  margin-left: 10px;
}
nav .nav-inner--right .language-wrapper span {
  color: #fff;
  opacity: 0.5;
  display: block;
  margin-top: 0px;
  font-size: 13px;
  transform: rotate(15deg);
  transition: 0.2s;
  transition-delay: 0.2s;
}
nav .nav-inner--right .menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  height: 19px;
}
nav .nav-inner--right .menu-toggle span {
  width: 36px;
  height: 1px;
  background-color: #1C1C1C;
  display: block;
  transition: 0.25s;
  transition-delay: 0.2s;
}
nav .nav-inner--right .menu-toggle span:not(:last-of-type) {
  margin-bottom: 8px;
}
nav.toggled .nav-inner--left .custom-logo {
  opacity: 0;
}

.menu-wrapper {
  min-height: 100vh;
  position: fixed;
  left: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background-color: #1C1C1C;
  z-index: -1;
  transition: 0.6s;
  overflow-y: auto;
  padding-bottom: 50px;
}
.menu-wrapper .menu-logo {
  padding-top: 50px;
}
.menu-wrapper .menu-logo img {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(23deg) brightness(109%) contrast(102%);
}
.menu-wrapper .wpml-ls-link {
  padding: 5px 0px;
}
.menu-wrapper .wpml-ls-link > span {
  font-size: 13px;
  color: #808080;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-wrapper .wpml-ls-link > span:not(:last-child) {
  margin-right: 10px;
}
.menu-wrapper .wpml-ls-link > span.active {
  color: #fff;
}
.menu-wrapper .wpml-ls-link > span div {
  color: #808080;
  display: block;
  margin-top: -1px;
  font-size: 14px;
  transform: rotate(15deg);
  margin-right: 10px;
  margin-left: 10px;
}
.menu-wrapper .lang-wrapper {
  display: flex;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .menu-wrapper .lang-wrapper {
    margin-top: 50px;
  }
}
.menu-wrapper .lang-wrapper ul > li:last-of-type div {
  display: none;
}
.menu-wrapper .wpml-ls-current-language span {
  color: #fff;
}
.menu-wrapper .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.menu-wrapper #menu-primary-menu {
  padding: 0;
  margin-top: 140px;
  list-style-type: none;
  list-style: none;
}
@media (max-width: 991px) {
  .menu-wrapper #menu-primary-menu {
    margin-top: 50px;
  }
}
.menu-wrapper #menu-primary-menu:not(.item-selected) li a {
  color: #fff;
  opacity: 0.8;
}
.menu-wrapper #menu-primary-menu li {
  padding-left: 0;
}
.menu-wrapper #menu-primary-menu li:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-wrapper #menu-primary-menu li a {
  font-size: 28px;
  color: #fff;
  opacity: 0.3;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
}
.menu-wrapper #menu-primary-menu li a:hover {
  opacity: 1;
}
.menu-wrapper #menu-primary-menu li.active a {
  color: #fff;
  opacity: 1;
}
.menu-wrapper #menu-primary-menu .panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.menu-wrapper #menu-primary-menu .panel .sub-menu {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.menu-wrapper #menu-primary-menu .panel .sub-menu li:not(:last-of-type) {
  margin-bottom: 0px;
}
.menu-wrapper #menu-primary-menu .panel .sub-menu li a {
  font-size: 15px;
  font-weight: 400;
}
body.toggled {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
body.toggled nav .nav-inner--right .language-wrapper a {
  transition-delay: 0s;
}
body.toggled nav .nav-inner--right .language-wrapper span {
  transition-delay: 0s;
}
body.toggled nav .menu-wrapper {
  left: 0%;
}
body.toggled nav .menu-toggle span {
  margin-bottom: -1px !important;
}
body.toggled nav .menu-toggle span:nth-child(1) {
  transform: rotate(45deg);
  transition-delay: 0s;
}
body.toggled nav .menu-toggle span:nth-child(2) {
  opacity: 0;
  transition-delay: 0s;
  margin-left: -15px;
  transition-duration: 0.1s;
}
body.toggled nav .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  transition-delay: 0s;
}

/* ############################################################################ FRONT PAGE HEADER ############################################################################ */
.front-page-header {
  position: relative;
}
.front-page-header .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-end;
  height: 900px;
}
@media (max-width: 1399px) {
  .front-page-header .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .front-page-header .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .front-page-header .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .front-page-header .container {
    max-width: 540px;
    height: 650px;
  }
}
.front-page-header .container .header-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 150px;
  padding-right: 50px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .front-page-header .container .header-left {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .front-page-header .container .header-left {
    width: 100%;
  }
}
.front-page-header .container .header-left h1 {
  max-width: 270px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-bottom: 80px;
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .front-page-header .container .header-left h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
  }
}
.front-page-header .header-right {
  width: 80%;
  background-color: green;
  height: 900px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  max-width: calc(50vw + 208px);
}
@media (max-width: 767px) {
  .front-page-header .header-right {
    height: 650px;
  }
}
@media (max-width: 575px) {
  .front-page-header .header-right {
    display: none;
  }
}
.front-page-header .header-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.front-page-header .scroll-indicator {
  position: absolute;
  right: 88px;
  bottom: 100px;
  cursor: pointer;
  animation: jumpInfinite 4s infinite;
}
@keyframes jumpInfinite {
  0% {
    bottom: 100px;
  }
  60% {
    bottom: 100px;
  }
  75% {
    bottom: 80px;
  }
  100% {
    bottom: 100px;
  }
}

/* ############################################################################ BUTTONS ############################################################################ */
.btn-custom-arrow {
  display: inline-flex;
  align-items: center;
  height: 58px;
  padding-left: 30px;
  text-decoration: none;
  color: #1C1C1C;
  border: 1px solid #1C1C1C;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
}
.btn-custom-arrow:hover {
  color: #1C1C1C;
}
.btn-custom-arrow:hover:before {
  left: -20%;
  transform: rotate(0deg);
  top: -50px;
}
.btn-custom-arrow:hover:after {
  background-position: 65% 50%;
}
.btn-custom-arrow::before {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 200px);
  background-color: #E9A61B;
  left: -100%;
  top: 75px;
  transform: rotate(15deg);
  transition-duration: 0.5s;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.08;
}
.btn-custom-arrow::after {
  content: "";
  background: url(../svg/arrow-pointing-to-right.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  align-items: center;
  display: flex;
  border-left: 1px solid #000;
  padding: 0px 40px;
  margin-left: 30px;
  transition-duration: 0.3s;
}

/* ############################################################################ CUSTOM ACCORDION ############################################################################ */
.split-accordion .split-accordion-left {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .split-accordion .split-accordion-left {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }
}
.split-accordion .split-accordion-left .split-img {
  width: 470px;
  height: 600px;
  position: relative;
  display: block;
  max-width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .split-accordion .split-accordion-left .split-img {
    padding-bottom: 100%;
    height: 0;
  }
}
.split-accordion .split-accordion-left .split-img--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  background-color: #bba692;
}
.split-accordion .split-accordion-left > h2 {
  max-width: 410px;
  line-height: 1.4;
  z-index: 1;
  margin-left: auto;
  margin-right: -225px;
  position: absolute;
  right: 0;
  padding-top: 95px;
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  .split-accordion .split-accordion-left > h2 {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .split-accordion .split-accordion-left > h2 {
    position: relative;
    padding-top: 20px;
    margin-left: unset;
  }
}
.split-accordion .split-accordion-right {
  padding-top: 310px;
}
@media (max-width: 991px) {
  .split-accordion .split-accordion-right {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .split-accordion .split-accordion-right {
    padding-top: 50px;
  }
}
.split-accordion .split-accordion-right h3 {
  margin-bottom: 64px;
  font-weight: 400;
}

/* ACCORDION */
.custom-accordion-split .accordion-button {
  background-color: transparent;
  font-size: 15px;
  padding: 1.25rem 0;
  font-family: "Open Sans", sans-serif;
}
.custom-accordion-split .accordion-button::after {
  background-image: url(../svg/arrow-accordion.svg);
  width: 16px;
  height: 10px;
  background-size: contain;
}
.custom-accordion-split .accordion-button:not(.collapsed) {
  color: #1C1C1C;
}
.custom-accordion-split .accordion-button:focus {
  box-shadow: none;
}
.custom-accordion-split .accordion-button.hide-arrow::after {
  content: none !important;
}
.custom-accordion-split .accordion-number {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #bba692;
  margin-right: 45px;
}
.custom-accordion-split .accordion-heading {
  padding-right: 50px;
}
.custom-accordion-split .accordion-body {
  font-size: 0.7rem;
  padding-left: 78px;
}
@media (max-width: 575px) {
  .custom-accordion-split .accordion-body {
    padding-left: 0.7rem;
  }
}
.custom-accordion-split .accordion-item {
  background-color: transparent;
}

/* ############################################################################ BLOCK: Heading & Video ############################################################################ */
.split-heading .split-heading-left h2 {
  max-width: 470px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .split-heading .split-heading-left h2 {
    margin-bottom: 50px;
  }
}
.split-heading .split-heading-right .split-heading-video-wrapper {
  position: relative;
  margin-bottom: 70px;
}
.split-heading .split-heading-right .split-heading-video-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #87A878;
}
.split-heading .split-heading-right .split-heading-video-wrapper .split-heading-video-thumbnail {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}
.split-heading .split-heading-right .split-heading-video-wrapper .split-heading-video-thumbnail.display-none {
  display: none;
}
.split-heading p:last-of-type {
  margin-bottom: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-play-button {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

/* ############################################################################ BLOCK: Image & Text ############################################################################ */
.split-img-text .container {
  width: 100%;
  max-width: 100%;
}
.split-img-text .split-img-text-left {
  width: 100%;
  max-width: calc(50% - 208px);
  background-position: 50% 50%;
  background-size: cover;
}
.split-img-text .split-img-text-right {
  background-color: #F6F6F6;
  width: 100%;
  max-width: calc(50% + 208px);
  padding-left: 220px;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1199px) {
  .split-img-text .split-img-text-right {
    display: flex;
    justify-content: center;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .split-img-text .split-img-text-right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .split-img-text .split-img-text-right {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.split-img-text .split-img-text-right--inner {
  max-width: 570px;
  color: #000;
  text-align: center;
}
.split-img-text .split-img-text-right--inner h3 {
  margin-bottom: 40px;
}
.split-img-text .split-img-text-right--inner p:not(:last-of-type) {
  margin-bottom: 25px;
}
.split-img-text .split-img-text-right--inner p:last-of-type {
  margin-bottom: 0;
}

/* ############################################################################ BLOCK: Image & Text Link Box ############################################################################ */
section.img-text-link .img-text-link-box-wrapper {
  text-decoration: none;
  color: #000;
  margin-bottom: 60px;
}
section.img-text-link .img-text-link-box-wrapper:hover .btn-img-text-link-box {
  background-position: 80% 50%;
}
section.img-text-link .img-text-link-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.img-text-link .img-text-link-box .img-text-link-content {
  padding: 30px;
}
@media (max-width: 991px) {
  section.img-text-link .img-text-link-box .img-text-link-content {
    padding: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section.img-text-link .img-text-link-box .img-text-link-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section.img-text-link .img-text-link-box .img-text-link-text:last-of-type {
  margin-bottom: 0;
}
section.img-text-link .img-text-link-box .img-text-link-img {
  padding-bottom: 61%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
section.img-text-link .img-text-link-box .img-text-link-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: -10px;
  background-color: #bba692;
}
section.img-text-link .img-text-link-box h3 {
  font-weight: 400;
  line-height: 1.4;
}
section.img-text-link .btn-img-text-link-box {
  margin-top: auto;
  width: 29px;
  height: 20px;
  display: block;
  background-image: url(../svg/arrow-right-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-left: auto;
  padding-left: 49px;
  transition-property: background-position;
  transition-duration: 0.175s;
}
section.img-text-link .btn-img-text-link-box:hover {
  background-position: 80% 50%;
}

/* ############################################################################ Footer ############################################################################ */
.footer {
  font-size: 13px;
  background-color: #1C1C1C;
  color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .footer {
    padding: 75px 0px;
  }
}
.footer .footer-top-row {
  margin-bottom: 60px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer .footer-top-row {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer .footer-top-row {
    margin-bottom: 20px;
  }
}
.footer .footer-top-row .logo-wrapper {
  width: auto;
}
.footer .footer-top-row .footer-socials {
  width: auto;
}
.footer .footer-top-row .footer-socials a:first-of-type {
  margin-right: 30px;
}
.footer .row {
  justify-content: space-between;
}
.footer .logo-wrapper img {
  filter: invert(100%) sepia(48%) saturate(0%) hue-rotate(54deg) brightness(103%) contrast(103%);
  width: 127px;
  height: auto;
}
.footer--info span {
  display: block;
}
.footer--info span:not(:last-of-type) {
  margin-bottom: 5px;
}
.footer--info span a {
  color: #fff;
  text-decoration: none;
}
.footer--info span a:hover {
  text-decoration: underline;
}
.footer .footer-mid {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .footer .footer-mid {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .footer .footer-mid {
    justify-content: flex-start;
    margin-top: 50px;
    flex-direction: column;
  }
}
.footer .footer-mid ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer .footer-mid ul li:not(:last-of-type) {
  margin-bottom: 4px;
}
.footer .footer-mid ul li a {
  text-decoration: none;
  color: #fff;
}
.footer .footer-mid .footer-menu-1 {
  padding-right: 80px;
}
@media (max-width: 767px) {
  .footer .footer-mid .footer-menu-1 {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .footer .footer-mid .footer-menu-1 {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer .footer-lang {
    margin-top: 50px;
  }
}
.footer .footer-lang .lang-wrapper {
  display: flex;
  margin-top: 0px;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .footer .footer-lang .lang-wrapper {
    justify-content: flex-start;
  }
}
.footer .footer-lang .lang-wrapper .wpml-ls-current-language span {
  color: #fff;
  opacity: 1;
}
.footer .footer-lang .lang-wrapper ul li a {
  padding: 5px 0;
}
.footer .footer-lang .lang-wrapper ul > li:last-of-type div {
  display: none;
}
.footer .footer-lang .lang-wrapper span {
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  display: flex;
}
.footer .footer-lang .lang-wrapper span.active {
  opacity: 1;
}
.footer .footer-lang .lang-wrapper span:not(:last-child) {
  margin-right: 10px;
}
.footer .footer-lang .lang-wrapper span.active {
  color: #fff;
}
.footer .footer-lang .lang-wrapper span div {
  color: #fff;
  opacity: 0.5;
  display: block;
  margin-top: -1px;
  font-size: 14px;
  transform: rotate(15deg);
  margin: 0 10px;
}
.footer h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.footer p {
  font-size: 13px;
}

.sub-page-header {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .sub-page-header {
    padding-bottom: 75px;
  }
}
@media (max-width: 575px) {
  .sub-page-header {
    padding-bottom: 25px;
  }
}
.sub-page-header .container {
  min-height: 700px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sub-page-header .container {
    min-height: 500px;
  }
}
.sub-page-header .container .row h1 {
  font-weight: 700;
  font-size: 40px;
  font-family: "Raleway", sans-serif;
  padding: 10px 20px;
  margin: 0;
  max-width: 605px;
}
@media (max-width: 767px) {
  .sub-page-header .container .row h1 {
    font-size: 30px;
    line-height: 1.95;
  }
}
@media (max-width: 575px) {
  .sub-page-header .container .row h1 {
    font-size: 26px;
    line-height: 2.1;
  }
}
.sub-page-header .container .row h1 span {
  box-shadow: 0 0 0 10px #fff;
  background-color: #fff;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 1.8;
}

.text-columns-two {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .text-columns-two {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.text-columns-three {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .text-columns-three {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.text-columns-four {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .text-columns-four {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.padding-mini {
  padding: 1rem;
}

.padding-top-mini {
  padding-top: 1rem;
}

.padding-bottom-mini {
  padding-bottom: 1rem;
}

.padding-left-mini {
  padding-left: 1rem;
}

.padding-right-mini {
  padding-right: 1rem;
}

.padding-x-mini {
  padding-right: 1rem;
  padding-left: 1rem;
}

.padding-y-mini {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-extra small {
  padding: 1.5rem;
}

.padding-top-extra small {
  padding-top: 1.5rem;
}

.padding-bottom-extra small {
  padding-bottom: 1.5rem;
}

.padding-left-extra small {
  padding-left: 1.5rem;
}

.padding-right-extra small {
  padding-right: 1.5rem;
}

.padding-x-extra small {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.padding-y-extra small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.padding-small {
  padding: 2rem;
}

.padding-top-small {
  padding-top: 2rem;
}

.padding-bottom-small {
  padding-bottom: 2rem;
}

.padding-left-small {
  padding-left: 2rem;
}

.padding-right-small {
  padding-right: 2rem;
}

.padding-x-small {
  padding-right: 2rem;
  padding-left: 2rem;
}

.padding-y-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-regular {
  padding: 3rem;
}

.padding-top-regular {
  padding-top: 3rem;
}

.padding-bottom-regular {
  padding-bottom: 3rem;
}

.padding-left-regular {
  padding-left: 3rem;
}

.padding-right-regular {
  padding-right: 3rem;
}

.padding-x-regular {
  padding-right: 3rem;
  padding-left: 3rem;
}

.padding-y-regular {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-medium {
  padding: 4rem;
}

.padding-top-medium {
  padding-top: 4rem;
}

.padding-bottom-medium {
  padding-bottom: 4rem;
}

.padding-left-medium {
  padding-left: 4rem;
}

.padding-right-medium {
  padding-right: 4rem;
}

.padding-x-medium {
  padding-right: 4rem;
  padding-left: 4rem;
}

.padding-y-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-large {
  padding: 7.5rem;
}

.padding-top-large {
  padding-top: 7.5rem;
}

.padding-bottom-large {
  padding-bottom: 7.5rem;
}

.padding-left-large {
  padding-left: 7.5rem;
}

.padding-right-large {
  padding-right: 7.5rem;
}

.padding-x-large {
  padding-right: 7.5rem;
  padding-left: 7.5rem;
}

.padding-y-large {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-extra-large {
  padding: 10rem;
}

.padding-top-extra-large {
  padding-top: 10rem;
}

.padding-bottom-extra-large {
  padding-bottom: 10rem;
}

.padding-left-extra-large {
  padding-left: 10rem;
}

.padding-right-extra-large {
  padding-right: 10rem;
}

.padding-x-extra-large {
  padding-right: 10rem;
  padding-left: 10rem;
}

.padding-y-extra-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-double-large {
  padding: 15rem;
}

.padding-top-double-large {
  padding-top: 15rem;
}

.padding-bottom-double-large {
  padding-bottom: 15rem;
}

.padding-left-double-large {
  padding-left: 15rem;
}

.padding-right-double-large {
  padding-right: 15rem;
}

.padding-x-double-large {
  padding-right: 15rem;
  padding-left: 15rem;
}

.padding-y-double-large {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.padding-supreme {
  padding: 12rem;
}

.padding-top-supreme {
  padding-top: 12rem;
}

.padding-bottom-supreme {
  padding-bottom: 12rem;
}

.padding-left-supreme {
  padding-left: 12rem;
}

.padding-right-supreme {
  padding-right: 12rem;
}

.padding-x-supreme {
  padding-right: 12rem;
  padding-left: 12rem;
}

.padding-y-supreme {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.padding-none {
  padding: 0;
}

.padding-top-none {
  padding-top: 0;
}

.padding-bottom-none {
  padding-bottom: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-x-none {
  padding-right: 0;
  padding-left: 0;
}

.padding-y-none {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .padding-top-double-large {
    padding-top: 8rem;
  }
}
@media (max-width: 767px) {
  .padding-top-double-large {
    padding-top: 6rem;
  }
}

@media (max-width: 991px) {
  .padding-bottom-double-large {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .padding-bottom-double-large {
    padding-bottom: 6rem;
  }
}

@media (max-width: 991px) {
  .padding-top-large {
    padding-top: 4rem;
  }
}

@media (max-width: 991px) {
  .padding-bottom-large {
    padding-bottom: 4rem;
  }
}

@media (max-width: 991px) {
  .padding-top-medium {
    padding-top: 2rem;
  }
}

@media (max-width: 991px) {
  .padding-bottom-medium {
    padding-bottom: 2rem;
  }
}

.margin-mini {
  margin: 1rem;
}

.margin-top-mini {
  margin-top: 1rem;
}

.margin-bottom-mini {
  margin-bottom: 1rem;
}

.margin-left-mini {
  margin-left: 1rem;
}

.margin-right-mini {
  margin-right: 1rem;
}

.margin-x-mini {
  margin-right: 1rem;
  margin-left: 1rem;
}

.margin-y-mini {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.margin-extra small {
  margin: 1.5rem;
}

.margin-top-extra small {
  margin-top: 1.5rem;
}

.margin-bottom-extra small {
  margin-bottom: 1.5rem;
}

.margin-left-extra small {
  margin-left: 1.5rem;
}

.margin-right-extra small {
  margin-right: 1.5rem;
}

.margin-x-extra small {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.margin-y-extra small {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.margin-small {
  margin: 2rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-bottom-small {
  margin-bottom: 2rem;
}

.margin-left-small {
  margin-left: 2rem;
}

.margin-right-small {
  margin-right: 2rem;
}

.margin-x-small {
  margin-right: 2rem;
  margin-left: 2rem;
}

.margin-y-small {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.margin-regular {
  margin: 3rem;
}

.margin-top-regular {
  margin-top: 3rem;
}

.margin-bottom-regular {
  margin-bottom: 3rem;
}

.margin-left-regular {
  margin-left: 3rem;
}

.margin-right-regular {
  margin-right: 3rem;
}

.margin-x-regular {
  margin-right: 3rem;
  margin-left: 3rem;
}

.margin-y-regular {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.margin-medium {
  margin: 4rem;
}

.margin-top-medium {
  margin-top: 4rem;
}

.margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-left-medium {
  margin-left: 4rem;
}

.margin-right-medium {
  margin-right: 4rem;
}

.margin-x-medium {
  margin-right: 4rem;
  margin-left: 4rem;
}

.margin-y-medium {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.margin-large {
  margin: 7.5rem;
}

.margin-top-large {
  margin-top: 7.5rem;
}

.margin-bottom-large {
  margin-bottom: 7.5rem;
}

.margin-left-large {
  margin-left: 7.5rem;
}

.margin-right-large {
  margin-right: 7.5rem;
}

.margin-x-large {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
}

.margin-y-large {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.margin-extra-large {
  margin: 10rem;
}

.margin-top-extra-large {
  margin-top: 10rem;
}

.margin-bottom-extra-large {
  margin-bottom: 10rem;
}

.margin-left-extra-large {
  margin-left: 10rem;
}

.margin-right-extra-large {
  margin-right: 10rem;
}

.margin-x-extra-large {
  margin-right: 10rem;
  margin-left: 10rem;
}

.margin-y-extra-large {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.margin-supreme {
  margin: 12rem;
}

.margin-top-supreme {
  margin-top: 12rem;
}

.margin-bottom-supreme {
  margin-bottom: 12rem;
}

.margin-left-supreme {
  margin-left: 12rem;
}

.margin-right-supreme {
  margin-right: 12rem;
}

.margin-x-supreme {
  margin-right: 12rem;
  margin-left: 12rem;
}

.margin-y-supreme {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.margin-none {
  margin: 0;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.margin-left-none {
  margin-left: 0;
}

.margin-right-none {
  margin-right: 0;
}

.margin-x-none {
  margin-right: 0;
  margin-left: 0;
}

.margin-y-none {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .gallery-wrapper {
    gap: 20px;
  }
}
.gallery-wrapper .img-wrapper {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  .gallery-wrapper .img-wrapper {
    max-width: 100%;
  }
}
.gallery-wrapper .img-wrapper:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.gallery-wrapper .img-wrapper:last-child {
  max-width: 100%;
}
.gallery-wrapper .img-wrapper:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}
.gallery-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 350px;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .gallery-wrapper img {
    max-width: 100%;
  }
}
.gallery-wrapper img:first-child::after {
  content: "";
}
.gallery-wrapper.border-top-left img:first-of-type::after {
  content: "";
}

.image-block--inner {
  position: relative;
}
.image-block--inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.image-block--inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.image-block--inner img {
  max-width: 100%;
}

.wpcf7-form .field-wrapper {
  margin-bottom: 35px;
}
.wpcf7-form .button-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.wpcf7-form .button-wrapper p {
  border-bottom: 2px solid #000;
  line-height: 44px;
  width: 100%;
}
.wpcf7-form .button-wrapper div.button {
  margin-right: 40px;
  height: 46px;
  min-width: 114px;
  background-color: #EBE7DF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.wpcf7-form .button-wrapper p {
  margin: 0;
}
.wpcf7-form .submit-wrapper {
  display: flex;
  justify-content: flex-end;
}
.wpcf7-form .submit-wrapper > p {
  display: none;
}
.wpcf7-form .submit-wrapper #submit-button {
  height: 46px;
  width: 114px;
  background-color: #1C1C1C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.wpcf7-form .submit-wrapper #submit-button p {
  margin: 0;
}
.wpcf7-form .submit-wrapper input[type=submit] {
  display: none;
}
.wpcf7-form input[name=your-cover-letter] {
  display: none;
}
.wpcf7-form input[name=your-cv] {
  display: none;
}
.wpcf7-form input[type=file] {
  width: 90px;
  color: transparent;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form textarea, .wpcf7-form input[type=tel] {
  border: 0;
  border-bottom: 2px solid #000;
  padding-bottom: 8px;
  font-size: 15px;
  color: #000;
  outline: 0;
  width: 100%;
}
.wpcf7-form textarea {
  height: 100px;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 4px;
}
.wpcf7-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  font-size: 20px;
  border: 0;
  padding: 0;
  font-weight: 700;
}

.open-positions .open-positions-left {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .open-positions .open-positions-left {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: flex;
  }
}
.open-positions .open-positions-left .split-img {
  width: 470px;
  height: 600px;
  position: relative;
  display: block;
  max-width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .open-positions .open-positions-left .split-img {
    padding-bottom: 100%;
    height: 0;
  }
}
.open-positions .open-positions-left .split-img--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  margin-top: -12px;
  margin-left: -12px;
  background-color: #E9A61B;
}
.open-positions .open-positions-left > h2 {
  max-width: 720px;
  line-height: 1.4;
  color: #E9A61B;
  z-index: 1;
  margin-left: auto;
  margin-right: -570px;
  position: absolute;
  right: 0;
  padding-top: 95px;
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .open-positions .open-positions-left > h2 {
    max-width: 563px;
    margin-right: -480px;
    font-size: 43px;
  }
}
@media (max-width: 991px) {
  .open-positions .open-positions-left > h2 {
    margin-right: 0px;
    font-size: 36px;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .open-positions .open-positions-left > h2 {
    position: relative;
    padding-top: 20px;
    margin-left: unset;
    font-size: 32px;
  }
}
.open-positions .open-positions-right {
  padding-top: 310px;
}
@media (max-width: 991px) {
  .open-positions .open-positions-right {
    padding-top: 75px;
  }
}
@media (max-width: 767px) {
  .open-positions .open-positions-right {
    padding-top: 50px;
  }
}
.open-positions .open-positions-right h3 {
  margin-bottom: 50px;
  font-weight: 400;
}
.open-positions .open-positions-right .open-positions-item:not(:last-of-type) {
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E3DE;
}
.open-positions .open-positions-right .open-positions-item:not(:first-of-type) {
  padding-top: 50px;
}
.open-positions .open-positions-right .open-positions-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(191, 195, 195, 0.8);
  z-index: -1;
  opacity: 0;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container {
  background-color: #fff;
  padding: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container {
    padding: 30px;
  }
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  width: 56px;
  background-color: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container .close-btn::before {
  content: "";
  height: 29px;
  width: 1px;
  background-color: #fff;
  transform: rotate(45deg);
  transition: 0.2s;
  position: absolute;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container .close-btn::after {
  content: "";
  height: 29px;
  width: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: 0.2s;
  position: absolute;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container .close-btn:hover::before {
  transform: rotate(-45deg);
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons .open-positions-modal > .container .close-btn:hover::after {
  transform: rotate(-135deg);
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons a, .open-positions .open-positions-right .open-positions-item .open-positions-buttons > .button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons a:not(:last-child), .open-positions .open-positions-right .open-positions-item .open-positions-buttons > .button:not(:last-child) {
  margin-right: 25px;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons a:hover::after, .open-positions .open-positions-right .open-positions-item .open-positions-buttons > .button:hover::after {
  background-position: 80% 50%;
}
.open-positions .open-positions-right .open-positions-item .open-positions-buttons a::after, .open-positions .open-positions-right .open-positions-item .open-positions-buttons > .button::after {
  content: "";
  width: 29px;
  height: 20px;
  background-image: url(../svg/arrow-right-brown.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 55% 50%;
  margin-left: auto;
  padding-left: 70px;
  transition-property: background-position;
  transition-duration: 0.175s;
}

/* ACCORDION *//*# sourceMappingURL=style.css.map */