@font-face {
  font-family: "Geometos Neue";
  src: url("../../fonts/GeometosNeueLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Geometos Neue";
  src: url("../../fonts/GeometosNeue.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Geometos Neue";
  src: url("../../fonts/GeometosNeueBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Geometos Neue";
  src: url("../../fonts/GeometosNeueExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding: 0 calc(2.4rem / 2);
  margin-right: auto;
  margin-left: auto;
}

[class*=container]:not(.container-fluid, .fancybox__container) {
  max-width: 1350px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-2.4rem / 2);
}
.row.gx-0 {
  margin: 0;
}
.row.gx-0 > * {
  padding: 0;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 0 calc(2.4rem / 2);
}

[class*=col-] {
  position: relative;
  flex: 0 0 auto;
}

.col-12 {
  width: calc(8.3333333333% * 12);
}

.col-11 {
  width: calc(8.3333333333% * 11);
}

.col-10 {
  width: calc(8.3333333333% * 10);
}

.col-9 {
  width: calc(8.3333333333% * 9);
}

.col-8 {
  width: calc(8.3333333333% * 8);
}

.col-7 {
  width: calc(8.3333333333% * 7);
}

.col-6 {
  width: calc(8.3333333333% * 6);
}

.col-5 {
  width: calc(8.3333333333% * 5);
}

.col-4 {
  width: calc(8.3333333333% * 4);
}

.col-3 {
  width: calc(8.3333333333% * 3);
}

.col-2 {
  width: calc(8.3333333333% * 2);
}

.col-1 {
  width: calc(8.3333333333% * 1);
}

@media (min-width: 640px) {
  .col-sm-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-sm-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-sm-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-sm-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-sm-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-sm-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-sm-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-sm-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-sm-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-sm-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-sm-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-sm-1 {
    width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-md-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-md-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-md-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-md-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-md-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-md-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-md-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-md-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-md-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-md-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-md-1 {
    width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 1024px) {
  .col-lg-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-lg-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-lg-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-lg-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-lg-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-lg-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-lg-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-lg-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-lg-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-lg-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-lg-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-lg-1 {
    width: calc(8.3333333333% * 1);
  }
}
@media (min-width: 1351px) {
  .col-xl-12 {
    width: calc(8.3333333333% * 12);
  }
  .col-xl-11 {
    width: calc(8.3333333333% * 11);
  }
  .col-xl-10 {
    width: calc(8.3333333333% * 10);
  }
  .col-xl-9 {
    width: calc(8.3333333333% * 9);
  }
  .col-xl-8 {
    width: calc(8.3333333333% * 8);
  }
  .col-xl-7 {
    width: calc(8.3333333333% * 7);
  }
  .col-xl-6 {
    width: calc(8.3333333333% * 6);
  }
  .col-xl-5 {
    width: calc(8.3333333333% * 5);
  }
  .col-xl-4 {
    width: calc(8.3333333333% * 4);
  }
  .col-xl-3 {
    width: calc(8.3333333333% * 3);
  }
  .col-xl-2 {
    width: calc(8.3333333333% * 2);
  }
  .col-xl-1 {
    width: calc(8.3333333333% * 1);
  }
}
.col {
  flex: 1 0 0%;
}

.offset-12 {
  margin-left: calc(8.3333333333% * 12);
}

.offset-11 {
  margin-left: calc(8.3333333333% * 11);
}

.offset-10 {
  margin-left: calc(8.3333333333% * 10);
}

.offset-9 {
  margin-left: calc(8.3333333333% * 9);
}

.offset-8 {
  margin-left: calc(8.3333333333% * 8);
}

.offset-7 {
  margin-left: calc(8.3333333333% * 7);
}

.offset-6 {
  margin-left: calc(8.3333333333% * 6);
}

.offset-5 {
  margin-left: calc(8.3333333333% * 5);
}

.offset-4 {
  margin-left: calc(8.3333333333% * 4);
}

.offset-3 {
  margin-left: calc(8.3333333333% * 3);
}

.offset-2 {
  margin-left: calc(8.3333333333% * 2);
}

.offset-1 {
  margin-left: calc(8.3333333333% * 1);
}

.offset-0 {
  margin-left: calc(8.3333333333% * 0);
}

@media (min-width: 640px) {
  .offset-sm-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .offset-sm-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .offset-sm-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .offset-sm-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .offset-sm-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .offset-sm-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .offset-sm-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .offset-sm-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .offset-sm-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .offset-sm-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .offset-sm-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .offset-sm-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .offset-sm-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 768px) {
  .offset-md-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .offset-md-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .offset-md-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .offset-md-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .offset-md-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .offset-md-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .offset-md-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .offset-md-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .offset-md-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .offset-md-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .offset-md-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .offset-md-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .offset-md-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 1024px) {
  .offset-lg-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .offset-lg-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .offset-lg-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .offset-lg-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .offset-lg-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .offset-lg-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .offset-lg-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .offset-lg-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .offset-lg-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .offset-lg-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .offset-lg-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .offset-lg-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .offset-lg-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
@media (min-width: 1351px) {
  .offset-xl-12 {
    margin-left: calc(8.3333333333% * 12);
  }
  .offset-xl-11 {
    margin-left: calc(8.3333333333% * 11);
  }
  .offset-xl-10 {
    margin-left: calc(8.3333333333% * 10);
  }
  .offset-xl-9 {
    margin-left: calc(8.3333333333% * 9);
  }
  .offset-xl-8 {
    margin-left: calc(8.3333333333% * 8);
  }
  .offset-xl-7 {
    margin-left: calc(8.3333333333% * 7);
  }
  .offset-xl-6 {
    margin-left: calc(8.3333333333% * 6);
  }
  .offset-xl-5 {
    margin-left: calc(8.3333333333% * 5);
  }
  .offset-xl-4 {
    margin-left: calc(8.3333333333% * 4);
  }
  .offset-xl-3 {
    margin-left: calc(8.3333333333% * 3);
  }
  .offset-xl-2 {
    margin-left: calc(8.3333333333% * 2);
  }
  .offset-xl-1 {
    margin-left: calc(8.3333333333% * 1);
  }
  .offset-xl-0 {
    margin-left: calc(8.3333333333% * 0);
  }
}
*, ::after, ::before {
  box-sizing: border-box;
}

img, svg {
  vertical-align: middle;
}

button {
  background: transparent;
  border: none;
  font-size: 1.6rem;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

@media (min-width: 640px) {
  .sm-relative {
    position: relative !important;
  }
  .sm-absolute {
    position: absolute !important;
  }
  .sm-static {
    position: static !important;
  }
  .sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 768px) {
  .md-relative {
    position: relative !important;
  }
  .md-absolute {
    position: absolute !important;
  }
  .md-static {
    position: static !important;
  }
  .md-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1024px) {
  .lg-relative {
    position: relative !important;
  }
  .lg-absolute {
    position: absolute !important;
  }
  .lg-static {
    position: static !important;
  }
  .lg-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1351px) {
  .xl-relative {
    position: relative !important;
  }
  .xl-absolute {
    position: absolute !important;
  }
  .xl-static {
    position: static !important;
  }
  .xl-fixed {
    position: fixed !important;
  }
}
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.table {
  display: table !important;
}

.hidden {
  display: none !important;
}

@media (min-width: 640px) {
  .sm-block {
    display: block !important;
  }
  .sm-inline-block {
    display: inline-block !important;
  }
  .sm-inline {
    display: inline !important;
  }
  .sm-flex {
    display: flex !important;
  }
  .sm-inline-flex {
    display: inline-flex !important;
  }
  .sm-grid {
    display: grid !important;
  }
  .sm-table {
    display: table !important;
  }
  .sm-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md-block {
    display: block !important;
  }
  .md-inline-block {
    display: inline-block !important;
  }
  .md-inline {
    display: inline !important;
  }
  .md-flex {
    display: flex !important;
  }
  .md-inline-flex {
    display: inline-flex !important;
  }
  .md-grid {
    display: grid !important;
  }
  .md-table {
    display: table !important;
  }
  .md-hidden {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .lg-block {
    display: block !important;
  }
  .lg-inline-block {
    display: inline-block !important;
  }
  .lg-inline {
    display: inline !important;
  }
  .lg-flex {
    display: flex !important;
  }
  .lg-inline-flex {
    display: inline-flex !important;
  }
  .lg-grid {
    display: grid !important;
  }
  .lg-table {
    display: table !important;
  }
  .lg-hidden {
    display: none !important;
  }
}
@media (min-width: 1351px) {
  .xl-block {
    display: block !important;
  }
  .xl-inline-block {
    display: inline-block !important;
  }
  .xl-inline {
    display: inline !important;
  }
  .xl-flex {
    display: flex !important;
  }
  .xl-inline-flex {
    display: inline-flex !important;
  }
  .xl-grid {
    display: grid !important;
  }
  .xl-table {
    display: table !important;
  }
  .xl-hidden {
    display: none !important;
  }
}
.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-space-between {
  justify-content: space-between !important;
}

.justify-content-space-around {
  justify-content: space-around !important;
}

.justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-end {
  justify-self: flex-end !important;
}

.justify-self-start {
  justify-self: flex-start !important;
}

.justify-self-space-between {
  justify-self: space-between !important;
}

.justify-self-space-around {
  justify-self: space-around !important;
}

.justify-self-space-evenly {
  justify-self: space-evenly !important;
}

@media (min-width: 640px) {
  .sm-justify-content-center {
    justify-content: center !important;
  }
  .sm-justify-content-end {
    justify-content: flex-end !important;
  }
  .sm-justify-content-start {
    justify-content: flex-start !important;
  }
  .sm-justify-content-space-between {
    justify-content: space-between !important;
  }
  .sm-justify-content-space-around {
    justify-content: space-around !important;
  }
  .sm-justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .sm-justify-self-center {
    justify-self: center !important;
  }
  .sm-justify-self-end {
    justify-self: flex-end !important;
  }
  .sm-justify-self-start {
    justify-self: flex-start !important;
  }
  .sm-justify-self-space-between {
    justify-self: space-between !important;
  }
  .sm-justify-self-space-around {
    justify-self: space-around !important;
  }
  .sm-justify-self-space-evenly {
    justify-self: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .md-justify-content-center {
    justify-content: center !important;
  }
  .md-justify-content-end {
    justify-content: flex-end !important;
  }
  .md-justify-content-start {
    justify-content: flex-start !important;
  }
  .md-justify-content-space-between {
    justify-content: space-between !important;
  }
  .md-justify-content-space-around {
    justify-content: space-around !important;
  }
  .md-justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .md-justify-self-center {
    justify-self: center !important;
  }
  .md-justify-self-end {
    justify-self: flex-end !important;
  }
  .md-justify-self-start {
    justify-self: flex-start !important;
  }
  .md-justify-self-space-between {
    justify-self: space-between !important;
  }
  .md-justify-self-space-around {
    justify-self: space-around !important;
  }
  .md-justify-self-space-evenly {
    justify-self: space-evenly !important;
  }
}
@media (min-width: 1024px) {
  .lg-justify-content-center {
    justify-content: center !important;
  }
  .lg-justify-content-end {
    justify-content: flex-end !important;
  }
  .lg-justify-content-start {
    justify-content: flex-start !important;
  }
  .lg-justify-content-space-between {
    justify-content: space-between !important;
  }
  .lg-justify-content-space-around {
    justify-content: space-around !important;
  }
  .lg-justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .lg-justify-self-center {
    justify-self: center !important;
  }
  .lg-justify-self-end {
    justify-self: flex-end !important;
  }
  .lg-justify-self-start {
    justify-self: flex-start !important;
  }
  .lg-justify-self-space-between {
    justify-self: space-between !important;
  }
  .lg-justify-self-space-around {
    justify-self: space-around !important;
  }
  .lg-justify-self-space-evenly {
    justify-self: space-evenly !important;
  }
}
@media (min-width: 1351px) {
  .xl-justify-content-center {
    justify-content: center !important;
  }
  .xl-justify-content-end {
    justify-content: flex-end !important;
  }
  .xl-justify-content-start {
    justify-content: flex-start !important;
  }
  .xl-justify-content-space-between {
    justify-content: space-between !important;
  }
  .xl-justify-content-space-around {
    justify-content: space-around !important;
  }
  .xl-justify-content-space-evenly {
    justify-content: space-evenly !important;
  }
  .xl-justify-self-center {
    justify-self: center !important;
  }
  .xl-justify-self-end {
    justify-self: flex-end !important;
  }
  .xl-justify-self-start {
    justify-self: flex-start !important;
  }
  .xl-justify-self-space-between {
    justify-self: space-between !important;
  }
  .xl-justify-self-space-around {
    justify-self: space-around !important;
  }
  .xl-justify-self-space-evenly {
    justify-self: space-evenly !important;
  }
}
.items-baseline {
  align-items: baseline !important;
}

.items-center {
  align-items: center !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.self-baseline {
  align-self: baseline !important;
}

.self-center {
  align-self: center !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

@media (min-width: 640px) {
  .sm-items-baseline {
    align-items: baseline !important;
  }
  .sm-items-center {
    align-items: center !important;
  }
  .sm-items-start {
    align-items: flex-start !important;
  }
  .sm-items-end {
    align-items: flex-end !important;
  }
  .sm-self-baseline {
    align-self: baseline !important;
  }
  .sm-self-center {
    align-self: center !important;
  }
  .sm-self-start {
    align-self: flex-start !important;
  }
  .sm-self-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 768px) {
  .md-items-baseline {
    align-items: baseline !important;
  }
  .md-items-center {
    align-items: center !important;
  }
  .md-items-start {
    align-items: flex-start !important;
  }
  .md-items-end {
    align-items: flex-end !important;
  }
  .md-self-baseline {
    align-self: baseline !important;
  }
  .md-self-center {
    align-self: center !important;
  }
  .md-self-start {
    align-self: flex-start !important;
  }
  .md-self-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1024px) {
  .lg-items-baseline {
    align-items: baseline !important;
  }
  .lg-items-center {
    align-items: center !important;
  }
  .lg-items-start {
    align-items: flex-start !important;
  }
  .lg-items-end {
    align-items: flex-end !important;
  }
  .lg-self-baseline {
    align-self: baseline !important;
  }
  .lg-self-center {
    align-self: center !important;
  }
  .lg-self-start {
    align-self: flex-start !important;
  }
  .lg-self-end {
    align-self: flex-end !important;
  }
}
@media (min-width: 1351px) {
  .xl-items-baseline {
    align-items: baseline !important;
  }
  .xl-items-center {
    align-items: center !important;
  }
  .xl-items-start {
    align-items: flex-start !important;
  }
  .xl-items-end {
    align-items: flex-end !important;
  }
  .xl-self-baseline {
    align-self: baseline !important;
  }
  .xl-self-center {
    align-self: center !important;
  }
  .xl-self-start {
    align-self: flex-start !important;
  }
  .xl-self-end {
    align-self: flex-end !important;
  }
}
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media (min-width: 640px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
}
@media (min-width: 1351px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
}
.order-12 {
  order: 12 !important;
}

.order-11 {
  order: 11 !important;
}

.order-10 {
  order: 10 !important;
}

.order-9 {
  order: 9 !important;
}

.order-8 {
  order: 8 !important;
}

.order-7 {
  order: 7 !important;
}

.order-6 {
  order: 6 !important;
}

.order-5 {
  order: 5 !important;
}

.order-4 {
  order: 4 !important;
}

.order-3 {
  order: 3 !important;
}

.order-2 {
  order: 2 !important;
}

.order-1 {
  order: 1 !important;
}

@media (min-width: 640px) {
  .order-sm-12 {
    order: 12 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-11 {
    order: 11 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-10 {
    order: 10 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-9 {
    order: 9 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-8 {
    order: 8 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-7 {
    order: 7 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-6 {
    order: 6 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-5 {
    order: 5 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-4 {
    order: 4 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-3 {
    order: 3 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-2 {
    order: 2 !important;
  }
}
@media (min-width: 640px) {
  .order-sm-1 {
    order: 1 !important;
  }
}
@media (min-width: 768px) {
  .order-md-12 {
    order: 12 !important;
  }
}
@media (min-width: 768px) {
  .order-md-11 {
    order: 11 !important;
  }
}
@media (min-width: 768px) {
  .order-md-10 {
    order: 10 !important;
  }
}
@media (min-width: 768px) {
  .order-md-9 {
    order: 9 !important;
  }
}
@media (min-width: 768px) {
  .order-md-8 {
    order: 8 !important;
  }
}
@media (min-width: 768px) {
  .order-md-7 {
    order: 7 !important;
  }
}
@media (min-width: 768px) {
  .order-md-6 {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .order-md-5 {
    order: 5 !important;
  }
}
@media (min-width: 768px) {
  .order-md-4 {
    order: 4 !important;
  }
}
@media (min-width: 768px) {
  .order-md-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .order-md-2 {
    order: 2 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-12 {
    order: 12 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-11 {
    order: 11 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-10 {
    order: 10 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-9 {
    order: 9 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-8 {
    order: 8 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-7 {
    order: 7 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-6 {
    order: 6 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-5 {
    order: 5 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-4 {
    order: 4 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-3 {
    order: 3 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-2 {
    order: 2 !important;
  }
}
@media (min-width: 1024px) {
  .order-lg-1 {
    order: 1 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-12 {
    order: 12 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-11 {
    order: 11 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-10 {
    order: 10 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-9 {
    order: 9 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-8 {
    order: 8 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-7 {
    order: 7 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-6 {
    order: 6 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-5 {
    order: 5 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-4 {
    order: 4 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-3 {
    order: 3 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-2 {
    order: 2 !important;
  }
}
@media (min-width: 1351px) {
  .order-xl-1 {
    order: 1 !important;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.h-50 {
  height: 50% !important;
}

.w-25 {
  width: 25% !important;
}

.h-25 {
  height: 25% !important;
}

@media (min-width: 640px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}
@media (min-width: 640px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
}
@media (min-width: 640px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
}
@media (min-width: 1024px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
@media (min-width: 1024px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
}
@media (min-width: 1024px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
}
@media (min-width: 1351px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
}
@media (min-width: 1351px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
}
@media (min-width: 1351px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
}
.flex-wrap {
  flex-wrap: wrap !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

html, body {
  position: relative;
  overflow-x: clip;
  margin: 0;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  scroll-behavior: smooth;
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #D7DCE1;
  font-family: "museo-sans", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
  color: #0A0A19;
  display: flex;
}
body.admin-bar > header {
  margin-top: 32px;
}
body .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1rem;
  margin: -1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1rem;
}
body.menu-open {
  overflow: hidden;
}

.scroll-id, .gform_anchor {
  margin-top: -12rem;
  position: absolute;
}

.btn {
  height: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 4rem 0 2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 100px;
  font-family: "Geometos Neue", sans-serif;
  letter-spacing: 0.4rem;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  margin: 0 !important;
  position: relative;
  transition: all 0.3s ease;
}
.btn:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
}
.btn svg[data-fa-pseudo-element="::after"] {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-primary {
  border: 2px solid #B99664;
  color: #B99664;
}
.btn.btn-primary:hover {
  background-color: #B99664;
  color: white;
}
.btn.btn-secondary {
  border: 2px solid #0A0A19;
  color: #0A0A19;
}
.btn.btn-secondary:hover {
  background-color: #0A0A19;
  color: white;
}
.btn.btn-tertiary {
  border: 2px solid #B99664;
  color: white;
  background-color: #B99664;
}
.btn.btn-tertiary:hover {
  background-color: #0A0A19;
  color: white;
  border-color: #0A0A19;
}
.btn.btn-white {
  border: 2px solid white;
  color: white;
}
.btn.btn-white:hover {
  background-color: white;
  color: #0A0A19;
}

[class*=icon-] {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.card .post-thumbnail:hover img {
  transform: scale(1.15);
}
.card p {
  margin-bottom: 0;
}
.card .post-thumbnail img {
  margin: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/2;
  transition: all 0.3s ease;
}
.card .post-thumbnail {
  overflow: hidden;
}
.card .term {
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4rem;
  color: #B99664;
  font-size: 1.4rem;
}
.card .card-title {
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.4rem;
  font-size: 2rem;
}

.layout-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
  scroll-margin-top: 12rem;
}
@media (min-width: 767px) {
  .layout-margin {
    margin-top: 10rem;
    margin-bottom: 10rem;
    scroll-margin-top: 18rem;
  }
}

.layout-margin-bottom {
  margin-bottom: 6rem;
}
@media (min-width: 767px) {
  .layout-margin-bottom {
    margin-bottom: 10rem;
  }
}

.mt-2 {
  margin-top: 2rem !important;
}

.layout-posts {
  display: grid;
  gap: 3.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 767px) {
  .layout-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1023px) {
  .layout-posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.layout-wrapper {
  display: grid;
  gap: 10rem;
}

.layout-taxonomy {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
.layout-taxonomy .card {
  background: white;
  padding: 2rem;
}
.layout-taxonomy .post-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.layout-taxonomy p {
  max-width: 475px;
}
@media (min-width: 639px) {
  .layout-taxonomy .card {
    top: 11rem;
    padding: 3.5rem;
  }
}
@media (min-width: 1023px) {
  .layout-taxonomy .card {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
  }
  .layout-taxonomy .card .post-thumbnail {
    flex: none;
  }
  .layout-taxonomy .card img {
    width: 413px;
  }
}

.term-title {
  margin-bottom: 2rem !important;
}
@media (min-width: 1023px) {
  .term-title {
    text-align: end;
    margin-bottom: 4rem !important;
  }
}
.term-title a {
  text-decoration: unset;
  color: unset;
  transition: all 0.3s ease;
}
.term-title a:hover {
  color: #B99664;
}

.layout-gap {
  flex-direction: column;
  display: flex;
  gap: 4rem;
}

.post-head {
  position: relative;
}
.post-head img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  height: 200px;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 767px) {
  .post-head img {
    height: 300px;
  }
}
@media (min-width: 1023px) {
  .post-head img {
    height: 450px;
  }
}
.post-head .shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 200px;
  height: auto;
}
@media (min-width: 1023px) {
  .post-head .shape {
    width: 500px;
  }
}
.post-head .video-fallback {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.25;
}
.post-head .video-fallback img {
  height: 100% !important;
}
.post-head__text {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-head__text .subtitle {
  color: #FFF;
}
@media (max-width: 767px) {
  .post-head__text .btn {
    display: none;
  }
}
.post-head--video {
  aspect-ratio: 16/9;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: clip;
}
.postid-886 .post-head--video {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: clip;
    display: none;
}



.post-head--video::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.post-head--video video,
.post-head--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.25;
}

.post-content {
  position: relative;
  max-width: 1050px;
  background-color: white;
  margin: -5rem auto 0 auto;
  padding: 3rem;
}
@media (min-width: 767px) {
  .post-content {
    padding: 6rem;
  }
}

.fancybox-gallery {
  display: grid;
  margin-top: 6rem;
  gap: 3.5rem;
}
@media (min-width: 767px) {
  .fancybox-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1023px) {
  .fancybox-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.fancybox-gallery .fancybox-link {
  overflow: hidden;
  display: flex;
  position: relative;
}
.fancybox-gallery .fancybox-link .btn-plus {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  font-size: 3rem;
  color: white;
}
.fancybox-gallery .fancybox-link:hover .fancybox-thumbnail {
  transform: scale(1.15);
}
.fancybox-gallery .fancybox-thumbnail {
  width: 100%;
  margin: 0;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}

.gap-md {
  gap: 2rem;
}

.gap-lg {
  gap: 5rem;
}

@media (max-width: 1023px) {
  .max-lg-flex-col {
    flex-direction: column;
  }
}

.p-mb-0 p {
  margin-bottom: 0 !important;
}

.text-primary {
  color: #B99664;
}

.max-w-3xl {
  max-width: 770px;
}

.max-w-5xl {
  max-width: 1000px;
}

.overflow-hidden {
  overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  line-height: 1.2;
  letter-spacing: 0.4rem;
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  word-break: break-word;
}

.cookiefirst-root h1, .cookiefirst-root .h1, .cookiefirst-root h2, .cookiefirst-root .h2, .cookiefirst-root h3, .cookiefirst-root .h3, .cookiefirst-root h4, .cookiefirst-root .h4 {
  letter-spacing: unset !important;
}

h1, .h1 {
  font-size: 3.5rem;
  color: #B99664;
  margin: 0 0 2rem;
}
@media (min-width: 1023px) {
  h1, .h1 {
    font-size: 6.25rem;
    letter-spacing: 2rem;
  }
}

h2, .h2 {
  font-size: 3.5rem;
  margin: 0 0 2rem;
}
@media (min-width: 1023px) {
  h2, .h2 {
    font-size: 7rem;
    letter-spacing: 2rem;
  }
}

h3, .h3 {
  margin: 0 0 2rem;
  font-size: 2.6rem;
}
@media (min-width: 1023px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h4, .h4 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
}

p {
  margin: 0 0 2rem;
}

a, .a {
  color: #B99664;
}

ul, ol {
  padding-left: 2rem;
}

strong, b {
  font-weight: 700;
}

em {
  font-style: italic;
}

.btn, .gform_button {
  margin: 0 0 2rem;
  text-decoration: none;
  cursor: pointer;
}

img {
  margin: 1rem 0 4rem;
}

header {
  background-color: #0A0A19;
  padding: 2rem 0;
  position: sticky;
  top: 0;
  z-index: 50;
  color: white;
}
header nav {
  gap: 4rem;
}
header .mobile-menu-head-wrapper {
  border-bottom: 1px solid #B99664;
}
header .mobile-menu-head {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Geometos Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  color: #D7DCE1;
}
header .mobile-menu {
  display: none;
  background-color: #0A0A19;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 50;
  height: 100dvh;
  overflow-y: auto;
  inset: 0;
  transition: all 0.3s ease;
}
header .mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
header .mobile-menu ul {
  flex-direction: column;
  gap: 1rem;
}
header .mobile-menu ul li a {
  display: block;
  padding: 1rem 0;
}
header .mobile-menu.active {
  opacity: 100;
  visibility: visible;
}
@media (max-width: 1023px) {
  header .mobile-menu {
    display: block;
  }
}
header .logo {
  margin: 0;
  width: 150px;
  display: block;
}
@media (min-width: 767px) {
  header .logo {
    width: 180px;
  }
}
header .header-aside {
  gap: 4rem;
  display: none;
}
@media (min-width: 1023px) {
  header .header-aside {
    display: flex;
  }
}
header .toggle-menu {
  color: white;
  cursor: pointer;
  font-size: 2.2rem;
}
@media (min-width: 1023px) {
  header .toggle-menu {
    display: none;
  }
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
  font-family: "Geometos Neue", sans-serif;
}
header ul li a {
  text-decoration: none;
  color: #D7DCE1;
  font-weight: 700;
  letter-spacing: 0.4rem;
  transition: all 0.3s ease;
}
header ul li a:hover {
  color: #B99664;
}

footer .footer-block-content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
footer p {
  margin: 0;
}
footer a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer a:hover {
  color: #B99664;
}
footer .footer-main-wrapper {
  background-color: #0A0A19;
  padding: 5rem 0;
  color: white;
}
footer .subscribe {
  margin-top: 2.4rem !important;
}
footer .footer-main {
  display: grid;
  gap: 5rem 3rem;
}
@media (min-width: 767px) {
  footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1023px) {
  footer .footer-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
footer .socials {
  gap: 2rem;
  margin-top: 2.4rem;
}
footer .socials a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 100px;
  color: white;
}
footer .socials a:hover {
  color: #0A0A19;
  background-color: white;
}
footer .logo {
  margin: 0;
  width: 150px;
  display: block;
}
@media (min-width: 767px) {
  footer .logo {
    width: 180px;
  }
}
footer .footer-copyright {
  padding: 2rem 0;
  background-color: #B99664;
}
footer .footer-copyright-main {
  gap: 2rem;
}

.request-quotation-popup {
  padding: 6rem 0;
  position: fixed;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 51;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1350px) {
  .request-quotation-popup {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .request-quotation-popup {
    height: calc(100dvh - 6rem);
    top: 6rem;
    padding: 2.4rem 1.2rem 7.2rem 1.2rem;
    overflow-x: clip;
    overflow-y: scroll;
  }
}
.request-quotation-popup--active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  overflow: scroll;
}
.request-quotation-popup__opening-gif {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 103;
  margin: 0;
}
@media (max-width: 767px) {
  .request-quotation-popup__opening-gif--desktop {
    display: none;
  }
}
@media (min-width: 767px) {
  .request-quotation-popup__opening-gif--mobile {
    display: none;
  }
}
.request-quotation-popup__form {
  min-height: 100%;
  max-width: 1350px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .request-quotation-popup__form {
    max-width: 100%;
    overflow: clip;
  }
}
.request-quotation-popup__form .gform_wrapper {
  opacity: 0;
  transition: all 0.3s ease;
}
.request-quotation-popup__form::before {
  content: "";
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(10, 10, 25, 0.9);
  z-index: -1;
}
@media (max-width: 767px) {
  .request-quotation-popup__form::before {
    height: calc(100dvh - 6rem);
    top: 6rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation {
  height: 100%;
}
.request-quotation-popup__form .gform-theme--foundation .gform_validation_errors {
  display: none;
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps {
  gap: 0;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps {
    height: 15px;
    transform: scaleY(0.51);
    margin-top: -1.2rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  height: 5rem;
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.1rem solid #B99664;
  border-bottom: 0.1rem solid #B99664;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step {
    width: -moz-max-content;
    width: max-content;
    padding-inline: 3rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(3), .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(5) {
  display: none;
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step .gf_step_number {
  display: none;
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step .gf_step_label {
  color: transparent !important;
  font-family: "Geometos Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step .gf_step_label {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step.gf_step_active {
  background-color: #B99664;
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: white;
}
.request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step.gf_step_completed {
  background-color: #B99664;
}
@media (max-width: 1350px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(2) {
    transform: translateX(-37px);
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(3), .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(5) {
    display: none;
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(4) {
    transform: translateX(-76px);
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(6) {
    transform: translateX(-113px);
  }
}
@media (min-width: 1350px) {
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps {
    position: absolute;
    bottom: 0;
    right: -4rem;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps::before, .request-quotation-popup__form .gform-theme--foundation .gf_page_steps::after {
    content: "";
    height: 84rem;
    width: 0.2rem;
    background-color: #B99664;
    position: absolute;
    left: 6rem;
    transform: rotate(45deg);
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps::before {
    top: -41.75rem;
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps::after {
    top: -23.5rem;
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step {
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    height: 6.2rem;
    width: 24.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(1) {
    transform: translateX(-183px);
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(2) {
    transform: translateX(-122px);
  }
  .request-quotation-popup__form .gform-theme--foundation .gf_page_steps .gf_step:nth-of-type(4) {
    transform: translateX(-61px);
  }
}
.request-quotation-popup__form .gform-theme--foundation .gform_fields {
  gap: 3rem;
}
.request-quotation-popup__form .gform-theme--foundation .gfield {
  z-index: 100;
}
.request-quotation-popup__form .gform-theme--foundation .gfield .gfield_label {
  color: #B99664;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield .gfield_label {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield .gfield_label .gfield_required {
  display: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 2rem;
  line-height: 3.2rem;
}
.request-quotation-popup__form .gform-theme--foundation .gfield ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield ::-moz-placeholder {
    font-size: 1.6rem;
  }
  .request-quotation-popup__form .gform-theme--foundation .gfield ::placeholder {
    font-size: 1.6rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.request-quotation-popup__form .gform-theme--foundation .gfield textarea {
  border: 0.2rem solid white;
  border-radius: 2.5rem;
  padding: 1rem 1.5rem;
  height: 5rem;
  background-color: transparent;
  color: white;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .request-quotation-popup__form .gform-theme--foundation .gfield textarea {
    font-size: 1.6rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.request-quotation-popup__form .gform-theme--foundation .gfield textarea:focus {
  box-shadow: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-within,
.request-quotation-popup__form .gform-theme--foundation .gfield textarea:focus-within {
  border-color: #B99664;
  outline: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-html h2 {
  color: #B99664;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-bottom: -1rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html h2 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html h2 {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-html h2 span {
  color: white;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-html h3 {
  color: #B99664;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html h3 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-html p {
  color: white;
  max-width: 50%;
}
@media (max-width: 1023px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html p {
    max-width: 100%;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-html p {
    font-size: 1.4rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
  background-color: #B99664;
  top: -10px;
  right: -10px;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice.gfield--image-choice-style-square.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after {
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice {
  background-color: transparent !important;
  border: 0.2rem solid #B99664 !important;
  border-radius: 4rem !important;
  flex: 1 1 25% !important;
  inline-size: 25% !important;
  max-inline-size: 22.5% !important;
  min-inline-size: 22.5% !important;
  height: 21rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice {
    flex: 1 1 100% !important;
    inline-size: 100% !important;
    max-inline-size: 100% !important;
    min-inline-size: 100% !important;
    height: auto;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-outer {
    display: flex !important;
    flex-direction: row;
  }
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner {
    padding: 0.4rem;
  }
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner .gform-field-label {
    font-size: 1.3rem;
    text-align: left;
    text-wrap: balance;
    padding-right: 5rem;
  }
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-outer .gfield-choice-image-wrapper {
    height: 2.5rem;
    margin: auto 0.4rem;
    position: relative;
    width: 2.5rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-choice-image-wrapper {
  height: 5rem;
  width: 5rem;
  position: relative;
  margin: 2rem auto;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-choice-image-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-inner {
  display: flex;
  justify-content: center;
  padding: 1rem 4rem;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-inner input[type=radio] {
  height: 0 !important;
  width: 0 !important;
  display: none !important;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-image_choice .gchoice .gfield-image-choice-wrapper-inner .gform-field-label {
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 1.8rem;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select {
  position: relative;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 2.5rem;
  color: white;
  transform: translateY(-50%) rotate(90deg);
  font-weight: 700;
  pointer-events: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select .gfield_select {
  border: 0.2rem solid white;
  border-radius: 2.5rem;
  padding: 1rem 1.5rem;
  height: 5rem;
  background-color: transparent;
  color: white;
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select .gfield_select {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select .gfield_select:focus {
  box-shadow: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-select .ginput_container_select .gfield_select:focus-within {
  border-color: #B99664;
  outline: none;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .gfield_label {
  font-size: 2.6rem;
  max-width: 30rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1350px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .gfield_label {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .gfield_label {
    font-size: 1.8rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .ginput_container_checkbox .gchoice input[type=checkbox] {
  height: 0;
  width: 0;
  position: absolute;
  left: -99999rem;
  visibility: hidden;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .ginput_container_checkbox .gchoice input[type=checkbox]:checked + label::before {
  background-color: #B99664;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .ginput_container_checkbox .gchoice label {
  color: white;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  margin-left: 0;
  padding-left: 2.4rem;
  cursor: pointer;
}
.request-quotation-popup__form .gform-theme--foundation .gfield--type-checkbox .ginput_container_checkbox .gchoice label::before {
  content: "";
  height: 1.6rem;
  width: 1.6rem;
  border: 0.2rem solid #B99664;
  border-radius: 10rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  padding-right: 14rem;
}
@media (max-width: 1350px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio {
    gap: 1.5rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice {
  display: inline-flex;
  flex: 1 1 30%;
  max-width: 38.3rem;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice {
    flex: 1 1 50%;
    max-width: calc(50% - 0.75rem);
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice input[type=radio] {
  height: 0;
  width: 0;
  position: absolute;
  left: -99999rem;
  visibility: hidden;
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice input[type=radio]:checked + label {
  color: white;
  background-color: #B99664;
  border-color: #B99664;
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice label {
  cursor: pointer;
  border: 0.2rem solid white;
  width: 100%;
  color: #B99664;
  background-color: transparent;
  font-family: "Geometos Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.4rem;
  height: 6.2rem;
  border-radius: 2.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1350px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice label {
    font-size: 1.8rem;
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice label {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    height: 4rem;
  }
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice label {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
    height: 3.6rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gfield.brand-choice .gfield_radio .gchoice label:hover {
  background-color: #B99664;
  color: white;
  border-color: #B99664;
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Geometos Neue", sans-serif;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text strong {
  color: #B99664;
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text h2 {
  color: #B99664;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 1;
  margin: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text h2 {
    font-size: 4rem;
  }
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text h2 span {
  color: white;
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-text .btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 6rem !important;
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-video {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100dvh - 8rem);
  width: 100%;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-video {
    height: calc(100dvh - 6rem);
  }
}
.request-quotation-popup__form .gform-theme--foundation .gform_confirmation_message .confirmation-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.request-quotation-popup__form .gform-theme .gform-page-footer {
  gap: 3rem;
  margin-top: 3rem;
}
@media (max-width: 639px) {
  .request-quotation-popup__form .gform-theme .gform-page-footer {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem 0.5rem;
    margin-top: 1.5rem;
  }
  .request-quotation-popup__form .gform-theme .gform-page-footer .gform_button,
  .request-quotation-popup__form .gform-theme .gform-page-footer .gform-theme-button {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_next_button,
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_previous_button,
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_button {
  height: auto !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  padding: 0.4rem 2rem 0.2rem 2rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.4rem !important;
  border-radius: 100px !important;
  font-family: "Geometos Neue", sans-serif !important;
  letter-spacing: 0.4rem !important;
  justify-content: center !important;
  cursor: pointer !important;
  margin: 0 !important;
  transition: all 0.3s ease;
  border: 2px solid #B99664 !important;
  color: #B99664 !important;
  background-color: transparent !important;
}
@media (max-width: 767px) {
  .request-quotation-popup__form .gform-theme .gform-page-footer .gform_next_button,
  .request-quotation-popup__form .gform-theme .gform-page-footer .gform_previous_button,
  .request-quotation-popup__form .gform-theme .gform-page-footer .gform_button {
    letter-spacing: 0.1rem !important;
  }
}
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_next_button:hover,
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_previous_button:hover,
.request-quotation-popup__form .gform-theme .gform-page-footer .gform_button:hover {
  background-color: #B99664 !important;
  color: white !important;
}
.request-quotation-popup__close {
  position: absolute;
  top: 6rem;
  right: 3rem;
  background-color: transparent;
  color: white;
  font-size: 4.5rem;
  cursor: pointer;
  z-index: 101;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .request-quotation-popup__close {
    display: none !important;
  }
}
.request-quotation-popup__close .popup-close-text {
  text-transform: unset;
  font-size: 1.2rem;
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
}
@media (min-width: 767px) {
  .request-quotation-popup__close .popup-close-text {
    display: none;
  }
}

.cta-services {
  background-color: #0A0A19;
  color: white;
  padding: 5rem 0;
}
@media (min-width: 767px) {
  .cta-services {
    padding: 8rem 0;
  }
}
.cta-services .title-head {
  gap: 1.5rem;
}
.cta-services .card .btn-secondary {
  color: white;
  border: 2px solid white;
}
.cta-services .card .btn-secondary:hover {
  background-color: white;
  color: #0A0A19;
}

.logos-banner {
  background-color: black;
  padding: 0.8rem 0;
}
.logos-banner .grid {
  gap: 2rem;
}
@media (min-width: 639px) {
  .logos-banner .grid {
    display: flex !important;
  }
}
@media (max-width: 639px) {
  .logos-banner .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.logos-banner .logo img {
  max-width: 100%;
  max-height: 35px;
  width: auto;
  height: auto;
  margin: 0;
}

.error-page {
  height: calc(100dvh - 8rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.error-page::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.error-page__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.error-page__text h1 {
  text-align: center;
}
.error-page__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-page__image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.content .content-title-text h1, .content .content-title-text h2, .content .content-title-text h3, .content .content-title-text h4 {
  color: #B99664;
}

.content-columns .content-box h1, .content-columns .content-box h2, .content-columns .content-box h3, .content-columns .content-box h4 {
  color: #B99664;
}

.cta {
  position: relative;
}
.cta img {
  margin: 0;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.cta .overlay {
  position: absolute;
  background-color: black;
  inset: 0;
  opacity: 20%;
}
.cta .container {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 2rem;
}
@media (min-width: 767px) {
  .cta .container {
    padding-top: 20rem;
  }
}
@media (min-width: 767px) {
  .cta .container {
    padding-top: 25rem;
  }
}
@media (min-width: 1023px) {
  .cta .container {
    padding-top: 30rem;
    padding-bottom: 4rem;
  }
}
.cta p {
  bottom: 0;
  left: 0;
  margin: 0;
  color: white;
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}

.media-quote {
  color: white;
}
@media (min-width: 767px) {
  .media-quote.flip .thumbnail {
    order: 1;
  }
  .media-quote.flip .thumbnail img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
  }
}
.media-quote .layout-media-quote {
  display: grid;
}
@media (min-width: 767px) {
  .media-quote .layout-media-quote {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 767px) {
  .media-quote .quote {
    background-color: #D7DCE1;
    padding: 6rem 0;
  }
}
.media-quote .quote-inner {
  background-color: #0A0A19;
  padding: 5rem 1.2rem;
}
@media (min-width: 767px) {
  .media-quote .quote-inner {
    padding: 8rem 5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.media-quote .thumbnail {
  position: relative;
  height: 100%;
}
@media (min-width: 767px) {
  .media-quote .thumbnail .shape-bg {
    position: absolute;
    margin: 6rem 0;
    inset: 0;
    background-color: #0A0A19;
  }
}
.media-quote .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .media-quote .thumbnail img {
    height: 200px;
  }
}
@media (min-width: 767px) {
  .media-quote .thumbnail img {
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  }
}

.cta-projects {
  background-color: #B99664;
  padding: 3.5rem 0;
}
.cta-projects .cta-projects-main {
  gap: 2rem;
}
@media (max-width: 767px) {
  .cta-projects .cta-projects-main {
    flex-direction: column;
    text-align: center;
  }
}

.cta-blog {
  background-color: #B99664;
  padding: 5rem 0;
}
@media (min-width: 767px) {
  .cta-blog {
    padding: 8rem 0;
  }
}
.cta-blog .title-head {
  gap: 1.5rem;
}
.cta-blog .card .term {
  color: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  position: relative;
  height: 250vh;
}
.video-wrapper #scrolly-video {
  height: 100vh;
  overflow: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.video-wrapper #scrolly-video canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper .absolute-wrap {
  position: absolute;
  inset: 0;
}
.video-wrapper .overlay {
  background-color: #0A0A19;
  opacity: 30%;
  inset: 0;
  position: absolute;
  z-index: 10;
}
.video-wrapper .shape {
  position: sticky;
  top: 0;
  display: block;
  z-index: 10;
  margin-left: auto;
  width: 300px;
  height: auto;
}
@media (min-width: 1023px) {
  .video-wrapper .shape {
    width: 600px;
  }
}
.video-wrapper video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.video-wrapper .container {
  position: sticky;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  color: white;
  z-index: 20;
}
.video-wrapper .container h1 {
  color: white;
}
.video-wrapper .container .video-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4rem;
}
.video-wrapper .container .btn-scroll {
  color: white;
  font-family: "Geometos Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.4rem;
  font-size: 1.4rem;
  gap: 1rem;
  text-decoration: unset;
}
.video-wrapper .container .btn-scroll svg {
  transition: all 0.3s ease;
}
.video-wrapper .container .btn-scroll:hover svg {
  padding-top: 0.5rem;
}
@media (min-width: 1023px) {
  .video-wrapper .container .btn-scroll {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.video-wrapper .container .video-footer {
  display: flex;
  margin-bottom: 8rem;
  justify-content: flex-end;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 1023px) {
  .video-wrapper .container .video-footer {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.video-wrapper .container p {
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.4rem;
}

.media-text.flip {
  background-color: #B99664;
  padding: 5rem 0;
}
@media (min-width: 767px) {
  .media-text.flip {
    padding: 8rem 0;
  }
}
@media (min-width: 1023px) {
  .media-text.flip .box {
    flex-direction: row-reverse;
  }
}
.media-text.flip h2 {
  color: #0A0A19;
}
.media-text.flip .links a {
  color: white;
}
@media (max-width: 1023px) {
  .media-text .media-text-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 1023px) {
  .media-text .media-text-wrapper {
    gap: 6rem !important;
  }
}
.media-text .box {
  gap: 4rem;
}
.media-text h2 {
  writing-mode: vertical-rl;
  color: #B99664;
  transform: rotate(180deg);
}
.media-text .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 1023px) {
  .media-text .content {
    max-width: 500px;
  }
}
.media-text .content h3 {
  margin-bottom: 0;
}
.media-text .content p {
  margin-bottom: 0;
}
.media-text .content .content-inner {
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.media-text .content .content-inner .links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.media-text .content .content-inner .links a {
  text-decoration: none;
  font-family: "Geometos Neue", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
  display: inline-block;
}
.media-text .content .content-inner .links a svg {
  margin-left: 0.4rem;
}
.media-text .content .content-inner .links a:hover {
  text-decoration: underline;
}
.media-text .content .content-inner .links a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  display: none;
  position: relative;
  right: 0;
}
.media-text .image-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.media-text .image-box img {
  aspect-ratio: 12/8;
  position: relative;
  margin: 0;
  width: 65%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-text .image-box img:nth-of-type(1) {
  align-self: center;
  margin-bottom: -1rem;
}
@media (min-width: 767px) {
  .media-text .image-box img:nth-of-type(1) {
    margin-bottom: -6rem;
  }
}
.media-text .image-box img:nth-of-type(2) {
  width: 45%;
  position: absolute;
  right: 0;
  z-index: 10;
}

.contact .contact-wrapper {
  gap: 3.5rem;
}
.contact .text-box {
  max-width: 600px;
}
.contact .contact-info a {
  color: inherit;
  text-decoration: unset;
  display: block;
  transition: all 0.3s ease;
}
.contact .contact-info a:hover {
  color: #B99664;
}
.contact .socials {
  gap: 2rem;
  margin-top: 2.4rem;
}
.contact .socials a {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0A0A19;
  border-radius: 100px;
  color: #0A0A19;
  transition: all 0.3s ease;
}
.contact .socials a:hover {
  color: white;
  background-color: #0A0A19;
}

.contact-black {
  background-color: #0A0A19;
  color: white;
  padding: 5rem 0;
}
@media (min-width: 767px) {
  .contact-black {
    padding: 8rem 0;
  }
}
.contact-black .grid-layout {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 767px) {
  .contact-black .grid-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}

.services .description {
  display: none;
}

.thank-you {
  height: calc(100dvh - 8rem);
  position: relative;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.thank-you .confirmation-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Geometos Neue", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-inline: auto;
  left: 0;
  right: 0;
  max-width: 1350px;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out forwards;
  animation-delay: 7.5s;
  transition: all 0.3s ease;
}
@media (max-width: 1350px) {
  .thank-you .confirmation-text {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .thank-you .confirmation-text {
    height: calc(100dvh - 6rem);
    padding: 2.4rem 1.2rem 7.2rem 1.2rem;
    overflow-x: clip;
    overflow-y: scroll;
  }
}
.thank-you .confirmation-text strong {
  color: #B99664;
}
.thank-you .confirmation-text h2 {
  color: #B99664;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 1;
  margin: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .thank-you .confirmation-text h2 {
    font-size: 4rem;
  }
}
.thank-you .confirmation-text .btn {
  width: -moz-max-content;
  width: max-content;
  margin-top: 6rem !important;
}
.thank-you .confirmation-video {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100dvh - 8rem);
  width: 100%;
}
@media (max-width: 767px) {
  .thank-you .confirmation-video {
    height: calc(100dvh - 6rem);
  }
}
.thank-you .confirmation-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.werkenbij-content h1 {
  font-size: 5.25rem;
}
@media (max-width: 1023px) {
  .werkenbij-content h1 {
    font-size: 3.5rem;
  }
}
.werkenbij-content h2 {
  font-size: 4.25rem;
}
@media (max-width: 1023px) {
  .werkenbij-content h2 {
    font-size: 2.75rem;
  }
}
.werkenbij-content .btn {
  width: -moz-fit-content;
  width: fit-content;
}

.faq__wrapper {
  background-color: white;
  padding: 6rem;
}
@media (max-width: 767px) {
  .faq__wrapper {
    padding: 3rem;
  }
}
.faq__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .faq__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
}
.faq__header h2 {
  color: #B99664;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .faq__header .btn {
    display: none;
  }
}
.faq__footer {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 1023px) {
  .faq__footer {
    display: none;
  }
}
.faq__footer .btn {
  width: -moz-max-content;
  width: max-content;
}
.faq__accordion .accordion {
  display: flex;
  gap: 4rem;
}
.faq__accordion .accordion .accordion-column {
  width: calc(50% - 2rem);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.faq__accordion .accordion .accordion-item {
  border-bottom: 2px solid #B99664;
}
.faq__accordion .accordion .accordion-item .accordion-header {
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__accordion .accordion .accordion-item .accordion-header .icon {
  transition: transform 0.3s ease;
  color: #B99664;
}
.faq__accordion .accordion .accordion-item .accordion-header.active .icon {
  transform: rotate(180deg);
}
.faq__accordion .accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.faq__accordion .accordion .accordion-item .accordion-content.open {
  padding: 0 0 15px 0;
}
@media (max-width: 1023px) {
  .faq__accordion .accordion {
    flex-direction: column;
    gap: 0;
  }
  .faq__accordion .accordion .accordion-column {
    width: 100%;
  }
}

.pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  list-style: none;
  font-family: Arial, sans-serif;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #000;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #B99664;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #B99664;
  color: #fff;
  border-color: #B99664;
  cursor: default;
}
.pagination .page-numbers.dots {
  color: #999;
  cursor: default;
}
.pagination .next {
  font-weight: bold;
}
@media (max-width: 600px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination .page-numbers {
    padding: 0.4rem 0.8rem;
  }
}
