body {
  visibility: hidden;
}
.bricks-is-frontend .brxe-brf-pro-forms.brxe-form-multistep {
  visibility: hidden;
}
:root {
  --bricks-vh: 1vh;
  --bricks-color-primary: #ffd64f;
  --bricks-color-secondary: #fc5778;
  --bricks-text-dark: #212121;
  --bricks-text-medium: #616161;
  --bricks-text-light: #9e9e9e;
  --bricks-text-info: #00b0f4;
  --bricks-text-success: #11b76b;
  --bricks-text-warning: #ffa100;
  --bricks-text-danger: #fa4362;
  --bricks-bg-info: #e5f3ff;
  --bricks-bg-success: #e6f6ed;
  --bricks-bg-warning: #fff2d7;
  --bricks-bg-danger: #ffe6ec;
  --bricks-bg-dark: #263238;
  --bricks-bg-light: #f5f6f7;
  --bricks-border-color: #dddedf;
  --bricks-border-radius: 4px;
  --bricks-tooltip-bg: #23282d;
  --bricks-tooltip-text: #eaecef;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
header, main, section {
  display: block;
}
video {
  display: inline-block;
}
img {
  border-style: none;
}
button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
template {
  display: none;
}
.brxe-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-section {
    flex-wrap: wrap;
  }
}
.brxe-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media (max-width: 767px) {
  .brxe-container {
    flex-wrap: wrap;
  }
}
.brxe-container.has-bg-video {
  position: relative;
  z-index: 1;
}
[class*=brxe-] {
  max-width: 100%;
}
html {
  font-size: 62.5%;
}
*, :after, :before, html {
  box-sizing: border-box;
}
:after, :before {
  outline: none;
}
* {
  border-color: var(--bricks-border-color);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background-color: #fff;
  background-position: 50%;
  color: #363636;
  font-family: -apple-system, "system-ui", Segoe UI, roboto, helvetica, arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 15px;
  line-height: 1.7;
}
.brx-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
:where(a) {
  border-color: currentcolor;
  color: currentcolor;
  text-decoration: none;
}
h1, h2, h3 {
  margin: 0;
  text-rendering: optimizelegibility;
}
h3 a {
  color: currentcolor;
}
h1 {
  font-size: 2.4em;
}
h1, h2 {
  line-height: 1.4;
}
h2 {
  font-size: 2.1em;
}
h3 {
  font-size: 1.8em;
}
h3 {
  line-height: 1.4;
}
img {
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle;
}
button {
  border: none;
  outline: none;
  padding: 0;
}
button {
  font-family: inherit;
  text-align: inherit;
}
::placeholder {
  color: var(--bricks-border-color);
}
.skip-link {
  background: #000;
  border-bottom-right-radius: 8px;
  color: #fff;
  font-weight: 700;
  left: 0;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  transform: translateY(-102%);
  z-index: 9999;
}
#brx-content {
  flex: 1;
  position: relative;
  width: 100%;
}
#brx-header {
  background-position: 50%;
  background-size: cover;
  position: relative;
  width: 100%;
}
.bricks-background-video-wrapper {
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: -1;
}
.bricks-background-video-wrapper video {
  border: none;
  height: inherit;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
}
.brxe-code {
  width: 100%;
}
:where(.brxe-divider) {
  align-items: center;
  display: flex;
  font-size: 30px;
  gap: 30px;
}
:where(.brxe-divider).horizontal {
  width: 100%;
}
:where(.brxe-divider).horizontal .line {
  border-top: 1px solid;
}
:where(.brxe-divider) .line {
  position: relative;
  width: 100%;
}
:where(.brxe-form) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
:where(.brxe-form) .label, :where(.brxe-form) label {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}
:where(.brxe-form) .form-group {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
:where(.brxe-form) .form-group.captcha, :where(.brxe-form) .form-group:last-child {
  padding-bottom: 0;
}
:where(.brxe-form) .form-group.captcha {
  line-height: 1;
}
:where(.brxe-form) .form-group.file {
  display: block;
}
:where(.brxe-form) .form-group.file > label.choose-files {
  margin-bottom: 0;
}
:where(.brxe-form) .form-group > .label {
  margin-bottom: 5px;
}
:where(.brxe-form) .form-group .form-group-error-message {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  display: none;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) .form-group .form-group-error-message.show {
  display: block;
}
:where(.brxe-form) .submit-button-wrapper {
  width: auto;
}
:where(.brxe-form) .required:after {
  content: "*";
  padding: 0 2px;
  position: relative;
  top: -2px;
}
:where(.brxe-form) .options-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-form) .options-wrapper input, :where(.brxe-form) .options-wrapper label {
  display: inline-block;
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
:where(.brxe-form) button[type=submit].sending .text {
  opacity: .5;
}
:where(.brxe-form) button[type=submit].sending > i, :where(.brxe-form) button[type=submit].sending > svg {
  display: none;
}
:where(.brxe-form) button[type=submit].sending .loading {
  animation: load8 1s linear infinite;
  display: flex;
  opacity: 1;
}
:where(.brxe-form) button[type=submit] .loading {
  display: none;
}
:where(.brxe-form) button[type=submit] svg {
  height: 1em;
  transform: scaleX(-1);
  transform-origin: center;
}
:where(.brxe-form) .recaptcha-hidden {
  display: none;
}
:where(.brxe-form) .recaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-form) .recaptcha-error.show {
  display: block;
}
:where(.brxe-form) .recaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) .hcaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-form) .hcaptcha-error.show {
  display: block;
}
:where(.brxe-form) .hcaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-form) input[type=checkbox] + .label, :where(.brxe-form) input[type=checkbox] + label, :where(.brxe-form) input[type=radio] + .label, :where(.brxe-form) input[type=radio] + label {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}
:where(.brxe-form) textarea {
  height: inherit;
  resize: vertical;
}
:where(.brxe-form) .message {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
  display: flex;
  gap: 15px;
  justify-content: space-between;
  opacity: 1;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
:where(.brxe-form) .message.success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-form) .message.error {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-form) .message .text {
  padding: 15px;
}
:where(.brxe-form) .message.closing {
  opacity: 0;
}
:where(.brxe-form) .message .close {
  all: unset;
  padding: 15px;
}
:where(.brxe-form) input.file, :where(.brxe-form) input[type=file] {
  display: block;
  height: 0;
  opacity: 0;
  width: 0;
}
:where(.brxe-form) .file-result {
  display: none;
  padding: 0;
}
:where(.brxe-form) .file-result.show {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
:where(.brxe-form) .file-result.show.danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  justify-content: space-between;
  padding: 15px;
}
:where(.brxe-form) .file-result.show.danger svg {
  height: 1em;
  margin-left: 5px;
}
:where(.brxe-form) .file-result.show.danger svg g {
  stroke: currentcolor;
}
:where(.brxe-form) .file-result.show .remove {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 0 15px;
  padding: 0 10px;
}
:where(.brxe-form) .file-result.show .remove:hover {
  background-color: var(--bricks-text-danger);
  color: #fff;
}
:where(.brxe-form) .choose-files {
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  width: auto;
}
a.brxe-image {
  display: inline-block;
}
:where(.brxe-image).tag {
  display: inline-block;
  height: fit-content;
  position: relative;
  width: auto;
}
:where(.brxe-image):before {
  border-radius: inherit;
}
:where(.brxe-image) img {
  border-radius: inherit;
  height: 100%;
  position: static !important;
  width: 100%;
}
:where(.brxe-svg) {
  height: auto;
  width: auto;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
html {
  scroll-behavior: smooth;
}
html {
  background-color: #070707;
}
body {
  background: none;
}
body {
  font-family: "Neue Haas";
}
h1, h2, h3 {
  font-family: "Neue Haas";
}
.brxe-text-basic {
  font-family: "Neue Haas";
}
h1, h2, h3, .brxe-text-basic {
  font-family: "Neue Haas", sans-serif !important;
}
html::-webkit-scrollbar {
  display: none;
}
html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#brxe-zdsdqd {
  width: fit-content;
}
.language-switcher {
  display: flex;
  background-color: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  border-radius: 50vw;
  border: 1px solid #fff;
  overflow: hidden;
  width: fit-content;
  padding: .3vw;
  border-color: #404040;
}
.switch-language {
  padding-top: .5vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  background: none;
  border: none;
  color: white;
  font-size: .9vw !important;
  font-weight: 400;
  flex: 1;
  text-align: center;
}
.switch-language:nth-child(1) {
  background-color: transparent;
  transform: scale(1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2) {
  background-color: transparent;
  transform: scale(1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 478px) {
  #brxe-zdsdqd {
    width: fit-content;
  }
  .language-switcher {
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    border-radius: 50vw;
    border: 1px solid #fff;
    overflow: hidden;
    width: fit-content;
    padding: .9vw;
    border-color: #404040;
  }
  .switch-language {
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    background: none;
    border: none;
    color: white;
    font-size: 2.75vw !important;
    font-weight: 400;
    flex: 1;
    text-align: center;
  }
  .switch-language:nth-child(1) {
    background-color: transparent;
    transform: scale(1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2) {
    background-color: transparent;
    transform: scale(1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#brxe-nlkrin {
  width: fit-content;
  position: relative;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-nlkrin {
    z-index: 0;
  }
}
#brxe-bbtppn {
  background-color: rgba(3, 169, 244, 0);
  width: fit-content;
  align-items: center;
  position: absolute;
  padding-left: 0;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  left: 0px;
}
@media (max-width: 478px) {
  #brxe-bbtppn {
    display: none;
  }
}
#brxe-cmfilb {
  width: fit-content;
}
.language-switcher {
  display: flex;
  background-color: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  border-radius: 50vw;
  border: 1px solid #fff;
  overflow: hidden;
  width: fit-content;
  padding: .3vw;
  border-color: #404040;
}
.switch-language {
  padding-top: .5vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  background: none;
  border: none;
  color: white;
  font-size: .9vw !important;
  font-weight: 400;
  flex: 1;
  text-align: center;
}
.switch-language:nth-child(1) {
  background-color: transparent;
  transform: scale(1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2) {
  background-color: transparent;
  transform: scale(1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 478px) {
  #brxe-cmfilb {
    width: fit-content;
  }
  .language-switcher {
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    border-radius: 50vw;
    border: 1px solid #fff;
    overflow: hidden;
    width: fit-content;
    padding: .9vw;
    border-color: #404040;
  }
  .switch-language {
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    background: none;
    border: none;
    color: white;
    font-size: 2.75vw !important;
    font-weight: 400;
    flex: 1;
    text-align: center;
  }
  .switch-language:nth-child(1) {
    background-color: transparent;
    transform: scale(1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2) {
    background-color: transparent;
    transform: scale(1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#brxe-fmvtow {
  width: fit-content;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-fmvtow {
    z-index: 0;
  }
}
#brxe-unxfon {
  background-color: rgba(3, 169, 244, 0);
  width: fit-content;
  align-items: center;
  position: absolute;
  padding-left: 0;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  left: 0px;
  display: none;
}
@media (max-width: 478px) {
  #brxe-unxfon {
    display: flex;
  }
}
#brxe-rtxxwt {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-bbtfja {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-mxxcng {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-jydesz {
  width: fit-content !important;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-kzjmxs {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-vkfpcd {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-vrxmte {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-vfmaok {
  width: fit-content !important;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-ppkhwv {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
  position: relative;
}
#brxe-nqjhxm {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-ypffhr {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-rmfeyg {
  width: fit-content !important;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-rautat {
  width: 8vw;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-rautat {
    width: 24vw;
  }
}
#brxe-rmlypx {
  width: .8vw;
  position: relative;
  max-width: .8vw;
}
@media (max-width: 478px) {
  #brxe-rmlypx {
    width: 2vw;
    max-width: 2vw;
  }
}
#brxe-supuub {
  width: 1.8vw;
  height: 1.8vw;
  align-self: center !important;
  justify-content: center;
  position: absolute;
  align-items: center;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-supuub {
    width: 5.5vw;
    height: 5.5vw;
  }
}
#brxe-bqgkrj {
  width: .8vw;
  position: relative;
  max-width: .8vw;
}
#brxe-bqgkrj:not(.tag) {
  filter: brightness(37%);
}
@media (max-width: 478px) {
  #brxe-bqgkrj {
    width: 2vw;
    max-width: 2vw;
  }
}
#brxe-pnbfsd {
  width: 1.8vw;
  height: 1.8vw;
  align-self: center !important;
  justify-content: center;
  position: absolute;
  align-items: center;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-pnbfsd {
    width: 5.5vw;
    height: 5.5vw;
  }
}
#brxe-erusge.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tyaiyn {
  width: 1.8vw;
  height: 1.8vw;
  align-self: center !important;
  justify-content: center;
  position: absolute;
  align-items: center;
  background-color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-tyaiyn {
    width: 5.5vw;
    height: 5.5vw;
  }
}
#brxe-cztspd.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-fiwpon {
  background-color: #cd9f5a;
  width: 1.8vw;
  height: 1.8vw;
  align-self: flex-start !important;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  border-radius: .2vw;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-fiwpon {
    width: 5.5vw;
    height: 5.5vw;
  }
}
#brxe-xatqsm {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: flex-start;
  right: 0px;
  width: 1.8vw;
  height: 1.8vw;
}
@media (max-width: 478px) {
  #brxe-xatqsm {
    width: 5.5vw;
    height: 5.5vw;
  }
}
#brxe-cakens {
  background-color: rgba(3, 169, 244, 0);
  width: 8vw;
  position: relative;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-cakens {
    width: 24vw;
  }
}
#brxe-bcscbf {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-nbqsoi {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-spdeur {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-twgbak {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-gejrbp {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-isbxmo {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-shudol {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-hwkaog {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-hmhtkh {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-wezqiu {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-kkszdt {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-kvjorn {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-vrlgki {
  background-color: rgba(3, 169, 244, 0);
  align-items: center;
/*  justify-content: space-between;*/
  align-self: center !important;
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 0;
  width: 24%;
  position: absolute;
  right: 5vw;
  gap: 30px;
}
@media (max-width: 478px) {
  #brxe-vrlgki {
    display: none;
  }
}


#brxe-rfxifl {
  width: 3vw;
  height: 3vw;
  position: absolute;
  background-color: #194052;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-rfxifl {
    width: 9vw;
    height: 9vw;
  }
}
#brxe-ecfdsm {
  width: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #cd9f5a !important;
  margin-right: 0;
  margin-left: 0;
  height: 3vw;
  border-radius: 10vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#brxe-ecfdsm .abs-bg-header-isra {
  transform: scale(0);
}
#brxe-ecfdsm {
  transform: scale(1);
}
@media (max-width: 478px) {
  #brxe-ecfdsm {
    width: 9vw;
    height: 9vw;
  }
}
#brxe-ucfvlq {
  background-color: rgba(3, 169, 244, 0);
  width: fit-content;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  flex-direction: row;
  right: 0px;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-ucfvlq {
    display: none;
  }
}
#brxe-zntfzl {
  width: 45%;
  margin-top: 5%;
  margin-left: 2%;
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-zntfzl {
    width: 45%;
  }
}
#brxe-jhzmcd {
  width: 3vw;
  height: 3vw;
  position: absolute;
  background-color: #194052;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-jhzmcd {
    width: 9vw;
    height: 9vw;
  }
}
#brxe-qoobtx {
  width: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #cd9f5a;
  margin-right: 0;
  margin-left: 0;
  height: 3vw;
  border-radius: 10vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#brxe-qoobtx .abs-bg-header-isra {
  transform: scale(0);
}
#brxe-qoobtx {
  transform: scale(1);
}
@media (max-width: 478px) {
  #brxe-qoobtx {
    width: 9vw;
    height: 9vw;
  }
}
#brxe-qpdsdk {
  background-color: rgba(3, 169, 244, 0);
  width: fit-content;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  flex-direction: row;
  right: 0px;
  position: absolute;
  display: none;
}
@media (max-width: 478px) {
  #brxe-qpdsdk {
    display: flex;
  }
}


#brxe-dhoqff {
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 1.15vw;
  letter-spacing: 0.15vw;
  line-height: 1vw;
  padding-left: .3vw;
}
@media (max-width: 478px) {
  #brxe-dhoqff {
    font-size: 3.5vw;
    line-height: 3.6vw;
    font-weight: 300;
    letter-spacing: -.01vw;
  }
}
#brxe-kzkitb {
  margin-bottom: .6vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-kzkitb {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-maycjs {
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 5vw;
  letter-spacing: -.08vw;
  line-height: 5.2vw;
}
@media (max-width: 478px) {
  #brxe-maycjs {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: -.2vw;
    text-align: center;
  }
}
#brxe-srvilk {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-srvilk {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-mlawgt {
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 5vw;
  letter-spacing: -.08vw;
  line-height: 5vw;
  margin-top: -.4vw;
}
@media (max-width: 478px) {
  #brxe-mlawgt {
    font-size: 10vw;
    line-height: 10vw;
    letter-spacing: -.2vw;
    text-align: center;
    font-weight: 400;
  }
}
#brxe-hppqys {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-hppqys {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-egvsvz {
  width: auto;
  row-gap: 0vh;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-egvsvz {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }
}
#brxe-vxjrho {
  width: 25%;
}
#brxe-cmvdhb {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0;
  margin-left: 0;
  background-color: #cd9f5a;
  border-radius: .3vw;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
}
#brxe-svlhix {
  align-self: flex-end !important;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}
#brxe-gjdxnw {
  color: #f5f5f5;
  font-family: "";
  font-weight: 400;
  font-size: .9vw;
  letter-spacing: -.01vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-gjdxnw {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -.15vw;
  }
}
#brxe-wgitri {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-ytepdv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kpsydb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/DSC08049_print-1-scaled.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
#brxe-kpsydb.nitro-lazy {
  background-image: none !important;
}
#brxe-qduuix {
  width: 9.4vw;
  height: 9.4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: .9vw;
  align-self: center !important;
  justify-content: space-between;
  align-items: center;
  padding-top: .75vh;
  padding-right: .75vh;
  padding-bottom: .75vh;
  padding-left: .75vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#brxe-ovxihq {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 10vw;
  min-height: 10vw;
}
#brxe-jhscqx {
  width: 10vw;
  height: 10vw;
  border: 1px solid rgba(245, 245, 245, .4);
  border-radius: 1.1vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
#brxe-jhscqx .buton-top {
  background-color: rgba(0, 0, 0, .5);
  transform: scale(1);
}
#brxe-ikdqib {
  width: 25%;
}
#brxe-zrcvpo {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0;
  margin-left: 0;
  background-color: #3a5854;
  border-radius: .3vw;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
}
#brxe-mbblgu {
  align-self: flex-end !important;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}
#brxe-zwputx {
  color: #f5f5f5;
  font-family: "";
  font-weight: 400;
  font-size: .9vw;
  letter-spacing: -.01vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-zwputx {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -.15vw;
  }
}
#brxe-nguxql {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-akijhu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xngrwu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/DSC07046-Edit_web-max-scaled.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
#brxe-xngrwu.nitro-lazy {
  background-image: none !important;
}
#brxe-oqruce {
  width: 9.4vw;
  height: 9.4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: .9vw;
  align-self: center !important;
  justify-content: space-between;
  align-items: center;
  padding-top: .75vh;
  padding-right: .75vh;
  padding-bottom: .75vh;
  padding-left: .75vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
  max-width: 9.4vw;
  max-height: 9.4vw;
}
#brxe-vhjkyl {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 10vw;
  min-height: 10vw;
}
#brxe-bvwpsd {
  width: 10vw;
  height: 10vw;
  border: 1px solid rgba(245, 245, 245, .4);
  border-radius: 1.1vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
#brxe-bvwpsd .buton-top {
  background-color: rgba(0, 0, 0, .5);
  transform: scale(1);
}
#brxe-dxcsmg {
  width: 25%;
}
#brxe-caghfv {
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0;
  margin-left: 0;
  background-color: #cd9f5a;
  border-radius: .3vw;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
}
#brxe-rutyxb {
  align-self: flex-end !important;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}
#brxe-qptstp {
  color: #f5f5f5;
  font-family: "";
  font-weight: 400;
  font-size: .9vw;
  letter-spacing: -.01vw;
  line-height: .9vw;
}
@media (max-width: 478px) {
  #brxe-qptstp {
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: -.15vw;
  }
}
#brxe-dqstef {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-gxftus.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-lfiyjr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: url("../images/Rectangle-1121-min.jpg");
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
#brxe-lfiyjr.nitro-lazy {
  background-image: none !important;
}
#brxe-kcaphp {
  width: 9.4vw;
  height: 9.4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: .9vw;
  align-self: center !important;
  justify-content: space-between;
  align-items: center;
  padding-top: .75vh;
  padding-right: .75vh;
  padding-bottom: .75vh;
  padding-left: .75vh;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
#brxe-wqmfbr {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 10vw;
  min-height: 10vw;
}
#brxe-ftitij {
  width: 10vw;
  height: 10vw;
  border: 1px solid rgba(245, 245, 245, .4);
  border-radius: 1.1vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
#brxe-ftitij .buton-top {
  background-color: rgba(0, 0, 0, .5);
  transform: scale(1);
}
#brxe-ibcudo {
  width: fit-content;
  justify-content: flex-end;
  align-self: flex-end !important;
  align-items: flex-end;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  column-gap: .3vw;
}
@media (max-width: 478px) {
  #brxe-ibcudo {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    display: none;
  }
}
#brxe-qyeadz {
  align-self: center !important;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  padding-right: 2vw;
  padding-left: 2vw;
  width: 100%;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-qyeadz {
    flex-direction: column;
    align-self: center !important;
    align-items: center;
    justify-content: center;
  }
}
#brxe-bmirei.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-ineoph {
  width: 100%;
  height: 100%;
  background-position: center center;
  z-index: 1;
}
#brxe-kcwzag.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-cwevdq {
  width: 100%;
  height: 100%;
  background-position: center 60%;
  position: absolute;
  z-index: 2;
}
#brxe-gxttsw.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-phnvkt {
  width: 100%;
  height: 100%;
  background-position: center center;
  position: absolute;
  z-index: 3;
}
#brxe-fibpkz {
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0px;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-fibpkz {
    display: none;
  }
}
#brxe-ziddpw {
  height: 100vh;
  position: absolute;
  bottom: -2px;
  z-index: 1;
  width: 100%;
  margin-top: 5px;
}
#brxe-ziddpw::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, #070707 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 478px) {
  #brxe-ziddpw {
    height: 195vw;
  }
}
#brxe-mgsxum {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  align-self: center !important;
  align-items: center;
  padding-bottom: 2vh;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
:where(#brxe-mgsxum > *) {
  position: relative;
}
#brxe-mgsxum::before {
  background-image: linear-gradient(rgba(0, 0, 0, .34) 50%, #070707 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 478px) {
  #brxe-mgsxum {
    background-position: center center;
    background-image: url("../images/home-mobile-banner.jpg");
    background-size: cover;
    height: 195vw;
    min-height: 195vw;
  }
  #brxe-mgsxum.nitro-lazy {
    background-image: none !important;
  }
}
#brxe-xmqhyg.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qemjmr {
  position: absolute;
  color: #070707;
}
#brxe-vtkann {
  position: absolute;
  color: #070707;
}
#brxe-eylvxj {
  position: absolute;
  color: #070707;
}
#brxe-zllcwh {
  position: absolute;
  color: #070707;
}
#brxe-ntafhv {
  position: absolute;
  color: #070707;
}
#brxe-cgtjlz {
  position: absolute;
  color: #070707;
}
#brxe-zedslu {
  position: absolute;
  color: #070707;
}
#brxe-jlbppf {
  position: absolute;
  color: #070707;
}
#brxe-muxvrm {
  position: absolute;
  color: #070707;
}
#brxe-rpgbcj {
  position: absolute;
  color: #070707;
}
#brxe-qfljwz {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 25vh;
}
@media (max-width: 478px) {
  #brxe-qfljwz {
    height: 40vw;
    min-height: 40vw;
  }
}
#brxe-hwlqzm {
  width: 100%; 
}
@media (max-width: 478px) {
  #brxe-hwlqzm {
    width: 100%;
  }
}
#brxe-liiaxg {
  width: 5.2vw;
  padding-right: .5vw;
  padding-left: .5vw;
}
@media (max-width: 478px) {
  #brxe-liiaxg {
    width: 10vw;
    padding-left: .5vw;
  }
}
#brxe-evnqkq {
  width: 5.5vw;
  padding-right: .5vw;
}
@media (max-width: 478px) {
  #brxe-evnqkq {
    width: 10vw;
    padding-left: 0vw;
  }
}
#brxe-mzekwk {
  flex-direction: row-reverse;
}
@media (max-width: 478px) {
  #brxe-mzekwk {
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    align-self: flex-end !important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10vw;
    display: none;
  }
}
#brxe-tgcppp {
  width: 33%;
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.2vw;
  letter-spacing: -.01vw;
}
#brxe-fwhrcx {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-start;
  align-self: flex-end !important;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-fwhrcx {
    display: none;
  }
}
#brxe-edzpat {
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-bdarng {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #292929;
  width: 3vw;
  height: 3vw;
  min-width: 3vw;
  overflow: hidden;
  display: none;
}
@media (max-width: 478px) {
  #brxe-bdarng {
    width: 10vw;
    margin-right: 0;
    margin-left: 0;
    min-width: 7vw;
    height: 10vw;
  }
}
#brxe-ronubh {
  display: none;
}
#brxe-begtfw {
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
}
#brxe-hgtnxx {
  width: 3vw;
  background-color: #292929;
  height: 3vw;
  min-width: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: none;
}
@media (max-width: 478px) {
  #brxe-hgtnxx {
    margin-right: 0;
    margin-left: 0;
    width: 10vw;
    height: 10vw;
  }
}
#brxe-dbihxg {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-dbihxg {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-mpmsyv {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-mpmsyv {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-bxpjps {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-bxpjps {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-khxsfg {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-khxsfg {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    align-self: flex-start !important;
    justify-content: flex-start;
  }
}
#brxe-exkgdq {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-exkgdq {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-mbqlju {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-mbqlju {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-rrogqj {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-rrogqj {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-nvdybj {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-nvdybj {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-wuicup {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-wuicup {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-giytdd {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-giytdd {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-dthvlu {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-dthvlu {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-pymszx {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-pymszx {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-end;
    justify-content: flex-end;
    display: none;
  }
}
#brxe-stipco {
  width: 75%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  column-gap: 3vw;
}
@media (max-width: 478px) {
  #brxe-stipco {
    width: 100%;
    justify-content: flex-start;
    column-gap: 3vw;    
  }
}
#brxe-lthils {
  color: #f5f5f5;
  font-family: "";
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: -.1vw;
  line-height: 6vw;
}
@media (max-width: 478px) {
  #brxe-lthils {
    font-size: 12vw;
    line-height: 11vw;
/*    display: none;*/
  }
}
#brxe-cuxlel {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-cuxlel {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-eejwpw {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-eejwpw {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-ypzcns {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-ypzcns {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-wuxygg {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-wuxygg {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    align-self: flex-start !important;
    justify-content: flex-start;
  }
}
#brxe-tpzsos {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-tpzsos {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-ksjpka {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-ksjpka {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-zgsbps {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-zgsbps {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-twmpxb {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-twmpxb {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-yajwme {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-yajwme {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-mhloxx {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-mhloxx {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-xycmnh {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-xycmnh {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-bosgno {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-bosgno {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-end;
    justify-content: flex-end;
    display: none;
  }
}
#brxe-xxynrr {
  width: 75%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  column-gap: 3vw;
}
@media (max-width: 478px) {
  #brxe-xxynrr {
    width: 100%;
    justify-content: flex-start;
    column-gap: 3vw;
    
  }
}
#brxe-vcznev {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-vcznev {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-ystegy {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-ystegy {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-iuvmle {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-iuvmle {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-tyfxrb {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-tyfxrb {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    align-self: flex-start !important;
    justify-content: flex-start;
  }
}
#brxe-ioxaah {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-ioxaah {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-lwimul {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-lwimul {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-bqxeco {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-bqxeco {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-pdthug {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-pdthug {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-wkqgzv {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-wkqgzv {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-uocfsz {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-uocfsz {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-geeyrd {
  color: #9e9e9e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-geeyrd {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-pcsioj {
  flex-direction: row;
  column-gap: .2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-pcsioj {
    width: fit-content;
    margin-right: 0;
    margin-left: 0;
    align-items: flex-end;
    justify-content: flex-end;
    display: none;
  }
}
#brxe-rrpuqv {
  width: 75%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  column-gap: 3vw;
}
@media (max-width: 478px) {
  #brxe-rrpuqv {
    width: 100%;
    justify-content: flex-start;
    column-gap: 3vw;
  }
}
#brxe-vavkec {
  width: 100%;
}

#brxe-fltxfn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kmtrqq {
  width: 45%;
}
#brxe-otchuw {
  color: #474747;
  font-size: 1.2vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-otchuw {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-bfmoeq {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#brxe-qyobsg {
  color: #474747;
  font-size: 1.2vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.2vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-qyobsg {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-asikyo {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#brxe-gqxmaq {
  width: 57.3%;
  flex-direction: row;
}
@media (max-width: 478px) {
  #brxe-gqxmaq {
    display: inline;
  }
}
#brxe-losewy {
  width: 100%;
  flex-direction: row;
  padding-bottom: .75vh;
}
@media (max-width: 478px) {
  #brxe-losewy {
    display: none;
  }
}
#brxe-zazipw {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-zazipw {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-wlwgas {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-wlwgas {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-jmovrl {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-bwelzy.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-lnrznh {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #202020;
  z-index: 0;
}
#brxe-ioodsx {
  width: 14%;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 1.1vh;
  padding-right: 1.5%;
  padding-bottom: 1.1vh;
  padding-left: 1%;
  border-radius: .4vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-ioodsx {
    width: 30%;
    display: none;
  }
}
#brxe-mmesch.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-mmesch .line {
  height: 1px;
}
#brxe-mijxgk {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-mijxgk {
    display: none;
  }
}
#brxe-gwyjia {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 1.5%;
  margin-left: -5%;
}
@media (max-width: 478px) {
  #brxe-gwyjia {
    font-size: 10px;
    margin-top: 1.8%;
  }
}
#brxe-jaqopt {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-uexeqm {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-uexeqm {
    width: 10px;
  }
}
#brxe-tjrkje {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-tjrkje {
    width: 10px;
  }
}
#brxe-avilhq {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-rokjkw {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rokjkw {
    width: 15%;
  }
}
#brxe-imaejp.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-sppmvj {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-qjtmqe.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nwjzwy {
  width: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 3;
  background-color: #292929;
  height: 2.25vw;
  position: absolute;
}
#brxe-mfyvzb {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-lxzzyb {
  flex-direction: row;
  justify-content: space-between;
  width: 52%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-lxzzyb {
    width: 170px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
#brxe-kgnpbp {
  width: 100%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  column-gap: 2px;
  row-gap: 2vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-kgnpbp {
    margin-top: 5vh;
    display: none;
  }
}
#brxe-ygxiln {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-ygxiln {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-rxnmtd {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-rxnmtd {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-jhswxx {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-whbffy.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-rsgiyi {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #202020;
  z-index: 0;
}
#brxe-oknkdc {
  width: 14%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.1vh;
  padding-right: 1.5%;
  padding-bottom: 1.1vh;
  padding-left: 1%;
  border-radius: .4vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-oknkdc {
    width: 30%;
    display: none;
  }
}
#brxe-fsfmdk.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-fsfmdk .line {
  height: 1px;
}
#brxe-fnkarz {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-fnkarz {
    display: none;
  }
}
#brxe-ttfvlo {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 1.5%;
  margin-left: -5%;
}
@media (max-width: 478px) {
  #brxe-ttfvlo {
    font-size: 10px;
    margin-top: 1.8%;
  }
}
#brxe-icfhdx {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-jrusmz {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-jrusmz {
    width: 10px;
  }
}
#brxe-ooikld {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-ooikld {
    width: 10px;
  }
}
#brxe-kjiati {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-fulpxs {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-fulpxs {
    width: 15%;
  }
}
#brxe-znttwh.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-aflfgu {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-eynikc.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-jqlebn {
  background-color: #292929;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-ndysax {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-jwerko {
  flex-direction: row;
  justify-content: space-between;
  width: 52%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-jwerko {
    width: 170px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
#brxe-amyuqc {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-amyuqc {
    margin-top: 5vh;
    display: none;
  }
}
#brxe-cryfmt {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-cryfmt {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-xyiqni {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-xyiqni {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-wbuydu {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-vxkevz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-oriqkc {
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  background-color: #202020;
  z-index: 0;
}
#brxe-awireh {
  width: 14%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1.1vh;
  padding-right: 1.5%;
  padding-bottom: 1.1vh;
  padding-left: 1%;
  border-radius: .4vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-awireh {
    width: 30%;
    display: none;
  }
}
#brxe-awuthd.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-awuthd .line {
  height: 1px;
}
#brxe-puuzaw {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-puuzaw {
    display: none;
  }
}
#brxe-kxhiht {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 1.5%;
  margin-left: -5%;
}
@media (max-width: 478px) {
  #brxe-kxhiht {
    font-size: 10px;
    margin-top: 1.8%;
  }
}
#brxe-rmlogx {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-nuatjv {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-nuatjv {
    width: 10px;
  }
}
#brxe-rfkeqf {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-rfkeqf {
    width: 10px;
  }
}
#brxe-zhykfp {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-bzcztq {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-bzcztq {
    width: 15%;
  }
}
#brxe-jdnozo.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-brdnct {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-pbshvk.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-shxygy {
  background-color: #292929;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-yzbarg {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-oorhem {
  flex-direction: row;
  justify-content: space-between;
  width: 52%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-oorhem {
    width: 170px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
#brxe-hanrdp {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
  overflow: hidden;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-hanrdp {
    margin-top: 5vh;
    display: none;
  }
}
#brxe-gqrcuk {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
#brxe-monngo {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-qjuxbk {
  font-size: .9vw;
  line-height: .9vw;
  color: #9e9e9e;
  font-family: "";
  font-weight: 400;
  width: 74%;
}
#brxe-lqmygz {
  row-gap: 1.5vh;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-lqmygz {
    display: none;
  }
}
#brxe-ishoey {
  color: #f5f5f5;
  font-size: 1.75vw;
  line-height: 1.75vw;
  font-family: "";
  letter-spacing: -.04vw;
}
#brxe-azlwqa {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 1.5%;
  margin-left: -5%;
}
@media (max-width: 478px) {
  #brxe-azlwqa {
    font-size: 10px;
    margin-top: 1.8%;
  }
}
#brxe-tqrjpn {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-obwptn {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-obwptn {
    width: 10px;
  }
}
#brxe-rsolsr {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-rsolsr {
    width: 10px;
  }
}
#brxe-ziscwu {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-dhonkd {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-dhonkd {
    width: 15%;
  }
}
#brxe-pwsyal.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-atsnqf {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-hlojlq.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-lmjfvu {
  width: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 3;
  background-color: #292929;
  height: 2.25vw;
  position: absolute;
}
#brxe-bmszde {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-ekuzpn {
  flex-direction: row;
  justify-content: space-between;
  width: 52%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-ekuzpn {
    width: 170px;
    padding-top: 13px;
    padding-bottom: 11px;
  }
}
#brxe-djvrhx {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-djvrhx {
    margin-top: 5vh;
    display: none;
  }
}
#brxe-xlnbhn {
  width: 100%;
  row-gap: 2vh;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-xlnbhn {
    display: none;
  }
}
#brxe-urdcke {
  font-size: 1vw;
  line-height: 1vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-urdcke {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-zlejrg {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  width: 23%;
  border: 1px solid #373737;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-zlejrg {
    width: 32%;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}
#brxe-frxidt {
  font-size: 1vw;
  line-height: 1vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-frxidt {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-pktbbz {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #1e1e1e;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  width: 23%;
  border: 1px solid #373737;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-pktbbz {
    width: 32%;
    padding-top: 1vh;
    padding-bottom: 1vh;
  }
}
#brxe-tgwave {
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: flex-end;
  column-gap: 1vw;
  z-index: 5;
  position: relative;
  display: none;
}
@media (max-width: 478px) {
  #brxe-tgwave {
    width: 100%;
    margin-top: 2vw;
    justify-content: space-between;
  }
}
#brxe-nbclyw {
  width: 230px;
  background-position: center center;
  background-image: url("../images/corporate-video-logo.jpg");
  background-size: cover;
  height: 230px;
  margin-right: 0;
  margin-left: 0;
  border-radius: 1.3vw;
  position: relative;
  bottom: 0px;
  align-self: center !important;
  align-items: center;
  justify-content: center;
}
#brxe-nbclyw.nitro-lazy {
  background-image: none !important;
}
#brxe-tsmaqh {
  border-radius: 1.4vw;
  padding-top: .2vw;
  padding-right: .2vw;
  padding-bottom: .2vw;
  padding-left: .2vw;
  position: absolute;
  width: fit-content;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  bottom: 0px;
  right: 5vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-tsmaqh {
    display: none;
  }
}
#smooth-content {
  width: 100%;
}
#smooth-wrappers {
  width: 100%;
  position: relative;
}
#brxe-chzxuh {
  width: 7vw;
}
#brxe-chzxuh {
  mix-blend-mode: difference;
}
@media (max-width: 478px) {
  #brxe-chzxuh {
    width: 12vw;
  }
}
#brxe-zsfmuc {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: relative;
  z-index: 3;
}
#brxe-ykozfk.horizontal .line {
  border-top-style: none;
}
#brxe-wyzuhu {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-fpbckz.horizontal .line {
  border-top-style: none;
}
#brxe-nukyak {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-10.jpg");
  background-size: cover;
}
#brxe-nukyak.nitro-lazy {
  background-image: none !important;
}
#brxe-sexett.horizontal .line {
  border-top-style: none;
}
#brxe-tfkgcq {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-kbdcdx.horizontal .line {
  border-top-style: none;
}
#brxe-rzgpln {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-6.jpg");
  background-size: cover;
}
#brxe-rzgpln.nitro-lazy {
  background-image: none !important;
}
#brxe-ieznnb.horizontal .line {
  border-top-style: none;
}
#brxe-kjyukp {
  height: 50vh;
  width: 100%;
/*  background-image: url("../images/8.jpg");*/
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-jwetio.horizontal .line {
  border-top-style: none;
}
#brxe-ftxciz {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-5.jpg");
  background-size: cover;
}
#brxe-ftxciz.nitro-lazy {
  background-image: none !important;
}
#brxe-xgqrss.horizontal .line {
  border-top-style: none;
}
#brxe-mpydsc {
  height: 50vh;
  width: 100%;
/*  background-image: url("../images/1.jpg");*/
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-yogbom.horizontal .line {
  border-top-style: none;
}
#brxe-vzszzm {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-1.jpg");
  background-size: cover;
}
#brxe-vzszzm.nitro-lazy {
  background-image: none !important;
}
#brxe-sygruw.horizontal .line {
  border-top-style: none;
}
#brxe-sdjixk {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-thxhuq.horizontal .line {
  border-top-style: none;
}
#brxe-ujhyit {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-2.jpg");
  background-size: cover;
}
#brxe-ujhyit.nitro-lazy {
  background-image: none !important;
}
#brxe-jocfjf.horizontal .line {
  border-top-style: none;
}
#brxe-whslqa {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-jywnqj.horizontal .line {
  border-top-style: none;
}
#brxe-jacyiv {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-3.jpg");
  background-size: cover;
}
#brxe-jacyiv.nitro-lazy {
  background-image: none !important;
}
#brxe-vowcld.horizontal .line {
  border-top-style: none;
}
#brxe-dgllam {
  height: 50vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-gvqgwz.horizontal .line {
  border-top-style: none;
}
#brxe-ccuqzo {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-4.jpg");
  background-size: cover;
}
#brxe-ccuqzo.nitro-lazy {
  background-image: none !important;
}
#brxe-lmqqgl {
  width: 40vw;
  height: 100vh;
  row-gap: 1vh;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-lmqqgl {
    flex-wrap: nowrap;
    width: 60vw;
  }
}
#brxe-wuifxo {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 1;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 478px) {
  #brxe-wuifxo {
    flex-wrap: nowrap;
    flex-direction: column;
    flex-shrink: 0;
    align-self: center !important;
    justify-content: center;
  }
}
#brxe-dhrdud {
  width: 100%;
  height: 100%;
  background-color: #fff;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#brxe-colktg {
  height: 100vh;
  position: fixed;
  z-index: 10;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  top: 0px;
  display: flex;
}
#brxe-nawqsy {
  padding-left: 0;
  position: fixed;
  z-index: 99;
  background-color: #fff;
  height: 100vh;
  top: 0px;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-nawqsy {
    display: flex;
  }
}
#brxe-ntbvuv {
  width: 7vw;
}
/*
#brxe-ntbvuv img {
  filter: invert(100%);
}
*/
@media (max-width: 478px) {
  #brxe-ntbvuv {
    width: 20vw;
  }
}
#brxe-tgjsda {
  width: 50%;
  position: relative;
  overflow: hidden;
}
#brxe-tyorsc {
  font-size: 1.2vw;
  font-family: "Neue Haas";
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  font-weight: 800;
}
@media (max-width: 478px) {
  #brxe-tyorsc {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-nphrmi.horizontal .line {
  border-top-style: none;
}
#brxe-ddtxug {
  width: 25%;
  height: 25%;
  z-index: 2;
  background-image: url("../images/Group-85-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#brxe-ddtxug.nitro-lazy {
  background-image: none !important;
}
#brxe-ywaakq.horizontal .line {
  border-top-style: none;
}
#brxe-itwxuw {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #212121;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 4vw;
  min-width: 2.5vw;
  min-height: 2.5vw;
  max-width: 2.5vw;
  max-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-itwxuw {
    width: 8vw;
    min-width: 8vw;
    max-width: 8vw;
    height: 8vw;
    min-height: 8vw;
    max-height: 8vw;
  }
}
#brxe-qrvtfe {
  width: 2.5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 2.5vw;
  z-index: 1;
}
@media (max-width: 478px) {
  #brxe-qrvtfe {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-kijosg {
  width: 2.5vw;
  height: 2.5vw;
  position: relative;
  border-radius: 10vw;
  background-color: #e6e6e6;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-kijosg {
    width: 8vw;
    height: 8vw;
  }
}
#brxe-ygqqak {
  width: fit-content;
  flex-direction: row;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: .7vw;
  margin-right: 0;
  margin-left: 0;
}
#brxe-adbnsr {
  width: 50%;
  align-self: flex-end !important;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
}
#brxe-zjzkpf {
  width: 100%;
  flex-direction: row;
  padding-right: 2vw;
  padding-left: 2vw;
  position: relative;
}
#brxe-enuuvp {
  font-size: 2.4vw;
  color: #212121;
  font-family: "";
  line-height: 2.4vw;
  font-weight: 400;
  text-align: left;
  align-self: flex-start;
}
@media (max-width: 478px) {
  #brxe-enuuvp {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: -.1vw;
    text-align: left;
    font-weight: 400;
    align-self: flex-start;
  }
}
#brxe-gcyznl {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-gcyznl {
    width: 80%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-self: flex-start !important;
  }
}
#brxe-nallcr {
  font-size: 2.4vw;
  color: #212121;
  font-family: "";
  line-height: 2.4vw;
  font-weight: 400;
  text-align: left;
  align-self: flex-start;
}
@media (max-width: 478px) {
  #brxe-nallcr {
    font-size: 4vw;
    line-height: 4vw;
    letter-spacing: -.1vw;
    text-align: left;
    font-weight: 400;
    align-self: flex-start;
  }
}
#brxe-jeeqsa {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-jeeqsa {
    width: 90%;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-self: flex-start !important;
  }
}
@media (max-width: 478px) {
  #brxe-leosbg {
    width: 100%;
  }
}
#brxe-sartal {
  width: 40%;
  padding-left: 0%;
  margin-left: 7%;
  z-index: 3;
}
#brxe-iljlyj.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tzowpx {
  width: 5vw;
  height: 5vw;
  border-radius: 6vw;
  background-color: #c99a56;
}
@media (max-width: 478px) {
  #brxe-tzowpx {
    width: 7vw;
    height: 7vw;
    border-radius: 15vw;
  }
}
#brxe-cgffou {
  align-self: center !important;
  justify-content: center;
  position: absolute;
}
#brxe-mpykau {
  width: 5vw;
  height: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  background-color: rgba(245, 245, 245, .21);
  border-radius: 10vw;
}
#brxe-mpykau {
  backdrop-filter: blur(5px);
}
@media (max-width: 478px) {
  #brxe-mpykau {
    width: 7vw;
    height: 7vw;
    border-radius: 15vw;
  }
}
#brxe-pgseev {
  row-gap: 1vh;
  margin-top: 3%;
  width: 6vw;
}
@media (max-width: 478px) {
  #brxe-pgseev {
    width: 7vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
}
@media (max-width: 478px) {
  #brxe-gkewsr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    background-image: url("../images/DSC05900_bkp-scaled.jpg");
    background-size: cover;
    background-position: center center;
  }
  #brxe-gkewsr.nitro-lazy {
    background-image: none !important;
  }
}
@media (max-width: 478px) {
  #brxe-eeqzcb {
    width: 40vw;
    height: 25vw;
    margin-right: 0;
    margin-left: 0;
    border-radius: 1.5vw;
    align-self: flex-start !important;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
}
#brxe-pzlamg {
  display: none;
}
@media (max-width: 478px) {
  #brxe-pzlamg {
    width: 100%;
    align-self: flex-start !important;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 2vw;
    display: flex;
  }
}
#brxe-wsqwfu {
  align-self: center !important;
  align-items: flex-start;
  width: 25%;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-wsqwfu {
    width: 50%;
    flex-wrap: nowrap;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    align-self: center !important;
    justify-content: space-between;
    flex-shrink: 0;
    height: 58vw;
  }
}
#brxe-junzgu {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-junzgu {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-dvojaj {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-dvojaj {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-mhcksu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-mhcksu {
    flex-wrap: nowrap;
    align-self: flex-start !important;
    align-items: flex-end;
  }
}
#brxe-mepbgi {
  z-index: 2;
  position: relative;
  width: 100%;
}
#brxe-mepbgi.horizontal .line {
  border-top-color: #363636;
}
@media (max-width: 478px) {
  #brxe-mepbgi {
    width: 100%;
  }
}
#brxe-nuxshy {
  position: absolute;
  z-index: 1;
  width: 100%;
}
#brxe-nuxshy.horizontal .line {
  border-top-color: #dcdcdc;
}
@media (max-width: 478px) {
  #brxe-nuxshy {
    width: 100%;
  }
}
#brxe-cyjhfk {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-cyjhfk {
    align-items: flex-end;
    align-self: flex-end !important;
  }
}
#brxe-qqsdup {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-tqjtyu {
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-tqjtyu {
    align-self: flex-start !important;
    justify-content: center;
    align-items: flex-end;
  }
}
#brxe-iczccw {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-iczccw {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-kpqzvd {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-kpqzvd {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-hpkdnz {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-hpkdnz {
    align-items: flex-end;
  }
}
#brxe-hxtvam {
  position: relative;
  z-index: 2;
  width: 100%;
}
#brxe-hxtvam.horizontal .line {
  border-top-color: #363636;
}
#brxe-avrkxl {
  position: absolute;
  z-index: 1;
}
#brxe-avrkxl.horizontal .line {
  border-top-color: #dcdcdc;
}
#brxe-hjyoac {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-hjyoac {
    align-self: flex-end !important;
    align-items: flex-end;
  }
}
#brxe-octanj {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-kjfysg {
  align-items: flex-start;
  align-self: flex-start !important;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-kjfysg {
    align-self: center !important;
    align-items: flex-end;
  }
}
#brxe-fwebdy {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-fwebdy {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-qqouwa {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-qqouwa {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-ftbdbr {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-ftbdbr {
    align-items: flex-end;
  }
}
#brxe-ymxtlc {
  position: relative;
  z-index: 2;
  width: 100%;
}
#brxe-ymxtlc.horizontal .line {
  border-top-color: #363636;
}
#brxe-utwnid {
  position: absolute;
  z-index: 1;
}
#brxe-utwnid.horizontal .line {
  border-top-color: #dcdcdc;
}
#brxe-auefzd {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-auefzd {
    align-self: flex-end !important;
    align-items: flex-end;
  }
}
#brxe-rmqiua {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-aazxor {
  align-items: flex-start;
  align-self: flex-start !important;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-aazxor {
    align-self: center !important;
    align-items: flex-end;
  }
}
#brxe-ybcgxw {
  width: 32%;
  align-self: flex-start !important;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  row-gap: 1.75vh;
}
@media (max-width: 478px) {
  #brxe-ybcgxw {
    width: 100%;
    flex-wrap: nowrap;
    row-gap: 3.5vw;
  }
}
#brxe-dqtznb {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-dqtznb {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-yyiczx {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-yyiczx {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-rkivdb {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-rkivdb {
    align-items: flex-end;
  }
}
#brxe-lqizkx {
  position: relative;
  z-index: 2;
  width: 100%;
}
#brxe-lqizkx.horizontal .line {
  border-top-color: #363636;
}
#brxe-zqiygs {
  position: absolute;
  z-index: 1;
}
#brxe-zqiygs.horizontal .line {
  border-top-color: #dcdcdc;
}
#brxe-qjszmh {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-qjszmh {
    align-self: flex-end !important;
    align-items: flex-end;
  }
}
#brxe-toesyj {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-guhnjg {
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-guhnjg {
    align-self: center !important;
    align-items: flex-end;
  }
}
#brxe-hiwchu {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
  letter-spacing: -.04vw;
  flex-shrink: 0;
  align-self: flex-start;
}
@media (max-width: 478px) {
  #brxe-hiwchu {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
    text-align: left;
    align-self: flex-end;
  }
}
#brxe-kdifpr {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-kdifpr {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-wgfmsf {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
  flex-shrink: 0;
  width: 28vw;
}
@media (max-width: 478px) {
  #brxe-wgfmsf {
    width: 100%;
    align-items: flex-end;
    flex-wrap: nowrap;
  }
}
#brxe-cvsswo {
  position: relative;
  z-index: 2;
  width: 100%;
}
#brxe-cvsswo.horizontal .line {
  border-top-color: #363636;
}
#brxe-tbtbnj {
  position: absolute;
  z-index: 1;
}
#brxe-tbtbnj.horizontal .line {
  border-top-color: #dcdcdc;
}
#brxe-hnrenv {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-hnrenv {
    align-self: flex-end !important;
    align-items: flex-end;
  }
}
#brxe-bngtdv {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-voxeea {
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: nowrap;
  flex-direction: column;
  flex-grow: 2;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-voxeea {
    align-self: flex-start !important;
    align-items: flex-end;
  }
}
#brxe-efihdf {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-efihdf {
    line-height: 6vw;
    font-size: 6.2vw;
    letter-spacing: -.2vw;
  }
}
#brxe-vkjvfj {
  font-size: 2.5vw;
  color: #212121;
  font-family: "";
  line-height: 2vw;
  font-weight: 400;
  text-align: right;
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-vkjvfj {
    font-size: 6.2vw;
    line-height: 6vw;
    letter-spacing: -.2vw;
  }
}
#brxe-tyxuxo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  align-self: flex-start !important;
  justify-content: flex-end;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-tyxuxo {
    align-items: flex-end;
  }
}
#brxe-xhnhcj {
  position: relative;
  z-index: 2;
  width: 100%;
}
#brxe-xhnhcj.horizontal .line {
  border-top-color: #363636;
}
#brxe-qlkrxb {
  position: absolute;
  z-index: 1;
}
#brxe-qlkrxb.horizontal .line {
  border-top-color: #dcdcdc;
}
#brxe-ycjuni {
  width: 100%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-ycjuni {
    align-self: flex-end !important;
    align-items: flex-end;
  }
}
#brxe-ztwaio {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
#brxe-eusruy {
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-eusruy {
    align-self: center !important;
    align-items: flex-end;
  }
}
#brxe-hdxxwb {
  width: 32%;
  margin-right: 0;
  margin-left: 0;
  row-gap: 1.75vh;
}
@media (max-width: 478px) {
  #brxe-hdxxwb {
    width: 100%;
    row-gap: 3.5vw;
  }
}
#brxe-zojdyi {
  column-gap: 2vw;
  row-gap: 2vh;
  z-index: 2;
  width: 63%;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
  justify-content: flex-end;
}
@media (max-width: 478px) {
  #brxe-zojdyi {
    align-self: flex-start !important;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
    column-gap: 3vw;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 3.5vw;
  }
}
#brxe-ivjqyi {
  width: 100%;
  flex-direction: row;
  margin-top: 12vh;
  justify-content: space-between;
  padding-right: 2vw;
  padding-left: 2vw;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-ivjqyi {
    flex-direction: row;
    flex-wrap: nowrap;
    align-self: stretch !important;
    width: 100%;
    justify-content: space-between;
    row-gap: 5vh;
  }
}
#brxe-nniuoc {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-nniuoc {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-rryxtz {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rryxtz {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-vhvhwq {
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-vhvhwq {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-sjdbgt {
  position: absolute;
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-sjdbgt {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-gtfwny {
  width: fit-content;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-gtfwny {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-dbeyxf {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 16vw;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: .2vw;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-dbeyxf {
    width: 55vw;
    align-self: flex-start !important;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: .6vw;
  }
}
#brxe-rtllej {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rtllej {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-bwcqjq {
  color: #212121;
  font-family: "";
  font-weight: 500;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-bwcqjq {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-xzaxti {
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-xzaxti {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-wsigsd {
  position: absolute;
  color: #212121;
  font-family: "";
  font-weight: 400;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-wsigsd {
    font-size: 3vw;
    line-height: 3vw;
    letter-spacing: -.06vw;
  }
}
#brxe-jpdzsm {
  position: relative;
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-jpdzsm {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-qgodht {
  align-self: center !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: .2vw;
  position: relative;
  overflow: hidden;
  width: 12vw;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-qgodht {
    width: 45vw;
    align-self: flex-start !important;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: .6vw;
  }
}
#brxe-bnwnkz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qlakxa {
  z-index: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #282828;
  width: 100%;
  display: none;
}
@media (max-width: 478px) {
  #brxe-qlakxa {
    display: none;
  }
}
#brxe-dhpvnn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xqcjwx {
  z-index: 2;
  background-color: #464646;
  width: 100%;
  align-self: flex-end !important;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 0;
  margin-left: 0;
  height: .5vh;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
@media (max-width: 478px) {
  #brxe-xqcjwx {
    align-self: flex-end !important;
    justify-content: center;
    align-items: flex-end;
    width: .7vw;
    height: 14vw;
    right: 0px;
  }
}
#brxe-jgdvbk {
  position: relative;
  width: 35%;
  align-self: flex-end !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  column-gap: 1.5vw;
  padding-top: 2.75vh;
  padding-right: 1.5%;
  padding-bottom: 3vh;
  padding-left: 1.5%;
}
@media (max-width: 478px) {
  #brxe-jgdvbk {
    align-self: center !important;
    justify-content: center;
    align-items: flex-start;
    width: 68%;
    column-gap: 1%;
    padding-top: 3vw;
    padding-right: 3%;
    padding-bottom: 3vw;
    padding-left: 3%;
    flex-direction: column-reverse;
    row-gap: 2vw;
  }
}
#brxe-pjuver {
  width: 55%;
  z-index: 2;
}
#brxe-pjuver:not(.tag) {
  filter: invert(30%);
}
#brxe-pjuver {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-ppkodz.horizontal .line {
  border-top-style: none;
}
#brxe-efegli {
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 478px) {
  #brxe-efegli {
    width: 10vw;
    height: 10vw;
  }
}
#brxe-wbprdy {
  align-self: center !important;
  position: absolute;
  width: 3vw;
  height: 3vw;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-wbprdy {
    width: 10vw;
    height: 10vw;
  }
}
#brxe-jadoxy {
  align-self: center !important;
  align-items: center;
  width: 3vw;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  border: 1px solid rgba(205, 205, 205, 0);
  border-radius: 5vw;
  overflow: hidden;
  height: 3vw;
}
@media (max-width: 478px) {
  #brxe-jadoxy {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-xvculz {
  width: 55%;
  z-index: 2;
}
#brxe-xvculz:not(.tag) {
  filter: invert(30%);
}
#brxe-xvculz {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-lqdurn.horizontal .line {
  border-top-style: none;
}
#brxe-apiail {
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 478px) {
  #brxe-apiail {
    width: 10vw;
    height: 10vw;
  }
}
#brxe-xycikn {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-xycikn {
    width: 10vw;
    height: 10vw;
  }
}
#brxe-avceuc {
  position: relative;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid rgba(205, 205, 205, 0);
  border-radius: 5vw;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-avceuc {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-wxkukn {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-self: flex-end !important;
  column-gap: .6vw;
  width: 60%;
  margin-right: 0;
  margin-left: 0;
}
#brxe-wxkukn .social-footer .cerc-bg-soclal {
  transform: scale(0);
}
#brxe-wxkukn .social-footer .logo-social-footer {
  transform: scale(1);
}
@media (max-width: 478px) {
  #brxe-wxkukn {
    align-self: flex-end !important;
    justify-content: flex-end;
    align-items: flex-end;
    column-gap: 0vw;
    margin-top: 3vw;
  }
}
#brxe-ymcpmz {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 9vh;
  padding-right: 2vw;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-ymcpmz {
    flex-wrap: nowrap;
  }
}
#brxe-pzcxiw {
  width: 100%;
  position: relative;
  padding-top: 2vh;
  padding-bottom: 2vh;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-pzcxiw {
    padding-bottom: 5vw;
  }
}
#brxe-dqawru.horizontal .line {
  border-top-style: none;
}
#brxe-iypjsq {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 0;
}
#brxe-vhbkxt {
  width: 100%;
  position: relative;
  z-index: 2;
}
#brxe-wgdwxc.horizontal .line {
  border-top-style: none;
}
#brxe-fwqtyk {
  background-color: rgba(0, 0, 0, .74);
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  height: 100vh;
  width: 100%;
  z-index: 0;
}
#brxe-yrzwfh {
  width: 100%;
  position: fixed;
  top: 0px;
  padding-top: 1vh;
  padding-right: 1vw;
  padding-left: 1vw;
  z-index: 12;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-yrzwfh {
    position: fixed;
    z-index: 12;
  }
}
#brxe-fqzfif {
  width: 45%;
  z-index: 2;
}
#brxe-nbokby {
  width: 3.4vw;
  margin-right: 0;
  margin-left: 0;
  height: 3.4vw;
  position: relative;
  border: 1px solid #424242;
  border-radius: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #212121;
}
#brxe-ohoimt {
  background-color: #353535;
  border-radius: 5vw;
  padding-top: .2vh;
  padding-right: .2vh;
  padding-bottom: .2vh;
  padding-left: .2vh;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
}
#brxe-kctrag {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
#brxe-gtidxk {
  position: relative;
  overflow: hidden;
}
#brxe-cmjcot {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
#brxe-suqclr {
  position: relative;
  overflow: hidden;
}
#brxe-nxtodc {
  justify-content: center;
  align-self: center !important;
  align-items: flex-start;
  width: 10vw;
  margin-right: 0;
  margin-left: 0;
}
#brxe-gcyqgh {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  column-gap: .7vw;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: center !important;
}
@media (max-width: 478px) {
  #brxe-gcyqgh {
    display: none;
  }
}
#brxe-jipxbo {
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1vw;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: center;
  margin-top: .2vh;
  z-index: 2;
}
#brxe-wfajvo.horizontal .line {
  border-top-style: none;
}
#brxe-tgaenq {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 1;
  background-color: #1a1a1a;
}
#brxe-unevbn {
  width: fit-content;
  padding-top: 1vh;
  padding-right: 1.6vw;
  padding-bottom: 1vh;
  padding-left: 1.6vw;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
#brxe-qwgkqx {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (max-width: 478px) {
  #brxe-qwgkqx {
    display: none;
  }
}
.language-switcher {
  display: flex;
  background-color: rgba(0, 0, 0, .6);
  backdrop-filter: blur(4px);
  border-radius: 50vw;
  border: 1px solid #fff;
  overflow: hidden;
  width: fit-content;
  padding: .3vw;
  border-color: #404040;
}
.switch-language {
  padding-top: .5vw;
  padding-bottom: .5vw;
  padding-left: 1vw;
  padding-right: 1vw;
  background: none;
  border: none;
  color: white;
  font-size: .9vw !important;
  font-weight: 400;
  flex: 1;
  text-align: center;
}
.switch-language:nth-child(1) {
  background-color: transparent;
  transform: scale(1);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2) {
  background-color: transparent;
  transform: scale(1);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 478px) {
  .language-switcher {
    display: flex;
    background-color: rgba(0, 0, 0, .6);
    backdrop-filter: blur(4px);
    border-radius: 50vw;
    border: 1px solid #fff;
    overflow: hidden;
    width: fit-content;
    padding: .9vw;
    border-color: #404040;
  }
  .switch-language {
    padding-top: 1.5vw;
    padding-bottom: 1vw;
    padding-left: 3vw;
    padding-right: 3vw;
    background: none;
    border: none;
    color: white;
    font-size: 2.75vw !important;
    font-weight: 400;
    flex: 1;
    text-align: center;
  }
  .switch-language:nth-child(1) {
    background-color: transparent;
    transform: scale(1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2) {
    background-color: transparent;
    transform: scale(1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
#brxe-clyses.horizontal .line {
  border-top-color: #424242;
  border-top-width: 1px;
}
#brxe-clyses.horizontal {
  justify-content: center;
}
#brxe-clyses .line {
  height: 1px;
}
#brxe-clyses {
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-clyses {
    display: none;
  }
}
#brxe-xmacpi {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-xmacpi {
    display: none;
  }
}
 body {
  visibility: inherit;
}
 .nitro-cover {
  visibility: hidden !important;
}
 .brf-popup {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
@media (max-width: 980px) {
  .brf-popup .brxe-container {
    max-width: 100vw;
  }
}
.bricks-is-frontend .brxe-brf-pro-forms {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps) {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
}
.bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-group-item:last-child, .bricks-is-frontend .brxe-brf-pro-forms .form-group:not(.submit-button-wrapper):not(.brf-steps).is-single-option {
  padding-bottom: 0;
}
.bricks-is-frontend .brxe-brf-pro-forms .step {
  display: none;
}
.bricks-is-frontend .brf-popup .brxe-brf-pro-forms {
  visibility: visible !important;
}
.submit-button-wrapper[disabled] {
  cursor: not-allowed;
}
:where(.brxe-brf-pro-forms) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon {
  align-items: center;
  background: #eee;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 50px;
  z-index: 1;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper .input-icon svg {
  height: auto;
  width: 50%;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset .input-icon {
  position: absolute;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left .input-icon {
  left: 0;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-left input {
  padding-left: 60px;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right .input-icon {
  right: 0;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.icon-inset.icon-right input {
  padding-right: 60px;
}
:where(.brxe-brf-pro-forms) .input-icon-wrapper.input-icon-wrapper--is-textarea {
  align-items: flex-start;
}
:where(.brxe-brf-pro-forms) div.is-group {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) div.is-group div.form-group.is-group-item:last-child {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) .brf-pro-forms-rating-icon {
  cursor: pointer;
}
.brxe-brf-pro-forms input[type=email], .brxe-brf-pro-forms input[type=number], .brxe-brf-pro-forms input[type=password], .brxe-brf-pro-forms input[type=tel], .brxe-brf-pro-forms input[type=text], .brxe-brf-pro-forms input[type=url], .brxe-brf-pro-forms textarea {
  line-height: 1.5;
  padding: 10px 15px;
}
:where(.brxe-brf-pro-forms) label {
  color: inherit;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .4px;
}
:where(.brxe-brf-pro-forms) .form-group:last-child {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) .form-group .form-group-error-message {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
  display: none;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group .form-group-error-message.show {
  display: block;
}
:where(.brxe-brf-pro-forms) .required:after {
  content: "*";
  padding: 0 2px;
  position: relative;
  top: -2px;
}
:where(.brxe-brf-pro-forms) .options-wrapper input, :where(.brxe-brf-pro-forms) .options-wrapper label {
  display: inline-block;
  height: auto;
  margin: 0 5px 0 0;
  width: auto;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending {
  cursor: default;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending > i, :where(.brxe-brf-pro-forms) button[type=submit].sending > svg {
  display: none;
}
:where(.brxe-brf-pro-forms) button[type=submit] .loading {
  display: none;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error {
  display: none;
  padding: 0 !important;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error.show {
  display: block;
}
:where(.brxe-brf-pro-forms) .hcaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) textarea {
  height: inherit;
}
:where(.brxe-brf-pro-forms) .form-group {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group.is-single-option {
  padding-bottom: 0;
}
:where(.brxe-brf-pro-forms) .submit-button-wrapper {
  width: auto;
}
:where(.brxe-brf-pro-forms) .form-group.file {
  display: block;
  width: 100%;
}
#brx-content :where(.brxe-brf-pro-forms) .form-group.file {
  display: block;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper {
  padding: 0;
}
:where(.brxe-brf-pro-forms) .form-group.submit-button-wrapper button {
  width: 100%;
}
:where(.brxe-brf-pro-forms) .options-wrapper {
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .text {
  cursor: default;
  opacity: .5;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .loading i {
  opacity: 1;
}
:where(.brxe-brf-pro-forms) button[type=submit].sending .loading {
  animation: load8 1s linear infinite;
  display: flex;
  opacity: 1;
}
:where(.brxe-brf-pro-forms) button[type=submit] svg {
  height: 1em;
}
:where(.brxe-brf-pro-forms) .recaptcha-hidden {
  display: none;
}
:where(.brxe-brf-pro-forms) .recaptcha-error {
  display: none !important;
  padding: 0 !important;
}
:where(.brxe-brf-pro-forms) .recaptcha-error.show {
  display: block !important;
}
:where(.brxe-brf-pro-forms) .recaptcha-error .brxe-alert.danger {
  align-items: center;
  background-color: var(--bricks-bg-danger);
  border-color: currentcolor;
  color: var(--bricks-text-danger);
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-brf-pro-forms) input[type=checkbox] + label, :where(.brxe-brf-pro-forms) input[type=radio] + label {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}
:where(.brxe-brf-pro-forms) .form-group textarea {
  height: inherit;
}
:where(.brxe-brf-pro-forms) .message {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
  margin-top: 20px;
  padding-bottom: 0;
  width: 100%;
}
:where(.brxe-brf-pro-forms) .message.success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-brf-pro-forms) .message.danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-brf-pro-forms) .message .text {
  padding: 15px;
}
:where(.brxe-brf-pro-forms) .file-result {
  display: none;
  padding: 0;
}
:where(.brxe-brf-pro-forms) .file-result.show {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
:where(.brxe-brf-pro-forms) .file-result.show .remove {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  margin: 0 15px;
  padding: 0 10px;
}
:where(.brxe-brf-pro-forms) .file-result.show .remove:hover {
  background-color: var(--bricks-text-danger);
  color: #fff;
}
:where(.brxe-brf-pro-forms) .choose-files {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  width: 100%;
}
#brx-content:focus {
  outline: none;
}
.brf-pro-forms-rating-icons {
  display: flex;
  gap: 5px;
}
:root {
  --bricks-transition: all .2s;
}
article, footer {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code {
  font-family: monospace;
  font-size: 1em;
}
audio {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
input, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
input {
  overflow: visible;
}
select {
  text-transform: none;
}
[type=reset], [type=submit], html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details, menu {
  display: block;
}
canvas {
  display: inline-block;
}
[hidden] {
  display: none;
}
@media (max-width: 767px) {}
.brxe-section.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-section.has-shape {
  position: relative;
}
.brxe-section.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-section.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 767px) {}
.brxe-container.has-shape {
  position: relative;
}
.brxe-container.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-container.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.brxe-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-block {
    flex-wrap: wrap;
  }
}
.brxe-block.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-block.has-shape {
  position: relative;
}
.brxe-block.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-block.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.brxe-div.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-div.has-shape {
  position: relative;
}
.brxe-div.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-div.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
:where([class*=brxe-].has-shape>*) {
  position: relative;
}
svg:not([width]) {
  min-width: 1em;
}
svg:not([height]) {
  min-height: 1em;
}
svg.fill * {
  fill: inherit;
}
svg.stroke * {
  stroke: inherit;
}
span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) {
  width: auto;
}
#brx-footer {
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  margin-top: auto;
  position: relative;
  width: 100%;
}
body.admin-bar .brx-popup {
  height: calc(var(--bricks-vh, 1vh) * 100 - var(--wp-admin--admin-bar--height, 0));
  top: var(--wp-admin--admin-bar--height, 0);
}
.brx-popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.brx-popup .brx-popup-backdrop {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease-in-out;
  visibility: visible;
}
.brx-popup.builder {
  z-index: 999;
}
.brx-popup.hide {
  pointer-events: none;
}
.brx-popup.hide, .brx-popup.hide .brx-popup-backdrop {
  opacity: 0;
  visibility: hidden;
}
.brx-popup-content {
  background-color: #fff;
  margin: 0;
  max-width: 100%;
  overflow-y: auto;
  padding: 30px;
  z-index: 1;
}
.brx-popup-content.brx-woo-quick-view {
  width: auto;
}
body {
  transition: padding-top 0s;
}
body.no-scroll {
  overflow: hidden;
}
:where(a) {
  cursor: pointer;
}
h4, h5, h6 {
  margin: 0;
  text-rendering: optimizelegibility;
}
h1 a, h2 a, h4 a, h5 a, h6 a {
  color: currentcolor;
}
h4 {
  line-height: 1.4;
}
h4 {
  font-size: 1.6em;
}
h5 {
  font-size: 1.3em;
}
h5, h6 {
  line-height: 1.4;
}
h6 {
  font-size: 1.1em;
}
:where(p) {
  margin: 0 0 1.2em;
}
:where(p:last-of-type) {
  margin-bottom: 0;
}
:where(p:last-of-type) + h1, :where(p:last-of-type) + h2, :where(p:last-of-type) + h3, :where(p:last-of-type) + h4, :where(p:last-of-type) + h5, :where(p:last-of-type) + h6 {
  margin-top: 1.2em;
}
.bricks-lazy-hidden.wait, .bricks-lazy-load-isotope.wait {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=") !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 32px;
  filter: brightness(.5);
  transition: all 0s;
}
.bricks-lazy-hidden.wait.nitro-lazy, .bricks-lazy-load-isotope.wait.nitro-lazy {
  background-image: none !important;
}
audio, iframe {
  max-width: 100%;
}
button {
  cursor: pointer;
}
hr {
  border: none;
  border-top: 1px solid var(--bricks-border-color);
  margin: 1em 0;
}
table {
  width: 100%;
}
table[class*=brxe-] {
  display: table;
}
label {
  color: var(--bricks-text-light);
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
input, select, textarea {
  font-family: inherit;
  text-align: inherit;
}
.input, input:not([type=submit]), select, textarea {
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: currentcolor;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 12px;
  transition: var(--bricks-transition);
  width: 100%;
}
input[type=range] {
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
}
input[type=button], input[type=checkbox], input[type=radio] {
  width: auto;
}
input[type=submit], select {
  cursor: pointer;
}
select {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: linear-gradient(45deg, transparent 50%, gray 0), linear-gradient(135deg, gray 50%, transparent 0);
  background-position: calc(100% - 20px) calc(50% + 2px), calc(100% - 16px) calc(50% + 2px);
  background-repeat: no-repeat;
  background-size: 4px 4px, 4px 4px;
  border-radius: 0;
}
textarea {
  height: auto;
  line-height: inherit !important;
  min-height: 90px;
  padding: 10px 12px;
}
.skip-link {
  transition: transform .3s;
}
.skip-link:focus {
  transform: translateY(0);
}
body.bricks-is-frontend :focus-visible {
  outline: auto;
}
@supports not selector(:focus-visible) {
  body.bricks-is-frontend :focus {
    outline: auto;
  }
}
.brx-has-megamenu.open .brx-megamenu {
  opacity: 1;
  visibility: visible;
}
.brx-megamenu {
  left: 0;
  opacity: 0;
  position: absolute;
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.brx-has-multilevel .open > ul, .brx-has-multilevel.open > ul {
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}
.brx-has-multilevel .open.active, .brx-has-multilevel .open.active > ul > li, .brx-has-multilevel.open.active, .brx-has-multilevel.open.active > ul > li {
  display: flex;
}
.brx-has-multilevel .menu-item a {
  width: 100%;
}
.brx-has-multilevel .open:not(.active) > .brx-submenu-toggle {
  display: none;
}
.brx-has-multilevel > ul ul {
  transform: translate(20px);
  transition: transform .1s cubic-bezier(0, 0, .2, 1);
  will-change: transform;
}
.brx-has-multilevel ul:not(.brx-multilevel-overflow-right) {
  left: 0 !important;
}
.brx-has-multilevel ul .active > .brx-submenu-toggle, .brx-has-multilevel ul li:not(.open) {
  display: none;
}
.brx-submenu-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.brx-submenu-toggle.icon-right button {
  margin-left: 10px;
}
.brx-submenu-toggle.icon-left {
  flex-direction: row-reverse;
}
.brx-submenu-toggle.icon-left button {
  margin-right: 10px;
}
.brx-submenu-toggle button {
  align-items: center;
  background-color: transparent;
  color: currentcolor;
  display: flex;
  transition: transform .1s cubic-bezier(0, 0, .2, 1);
  will-change: transform;
}
.brx-multilevel-overflow-right, .brx-multilevel-overflow-right ul, .brx-submenu-overflow-right {
  left: auto !important;
  right: 0 !important;
}
.brx-sub-submenu-overflow-right, .brx-sub-submenu-overflow-right ul, .brx-submenu-overflow-right ul {
  left: auto !important;
  right: 100% !important;
}
#brx-content > .woocommerce {
  margin-left: auto;
  margin-right: auto;
}
.bricks-layout-wrapper {
  --columns: 3;
  --gutter: 0px;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bricks-layout-wrapper:not(.bricks-masonry) {
  width: 100%;
}
.bricks-layout-wrapper .meta {
  color: var(--bricks-text-light);
}
.bricks-layout-item {
  line-height: 1.6;
  position: relative;
}
.bricks-layout-item:last-child img {
  padding-bottom: 0 !important;
}
.bricks-layout-item .meta {
  width: 100%;
}
.bricks-layout-item .meta span:first-child {
  padding: 0;
}
.bricks-layout-item .meta span + span {
  padding: 0 5px;
}
.bricks-layout-item .meta span + span:before {
  content: " ·";
  left: -5px;
  position: relative;
}
li.bricks-gutter-sizer {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
  width: var(--gutter) !important;
}
.bricks-layout-wrapper .image {
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
}
.bricks-layout-wrapper a {
  color: currentcolor;
}
.bricks-layout-wrapper[data-layout=list] > li.bricks-layout-item {
  margin-bottom: var(--gutter);
  width: 100%;
}
.bricks-layout-wrapper[data-layout=list] > li.bricks-layout-item:last-child {
  margin-bottom: 0;
}
.bricks-layout-wrapper[data-layout=grid]:not(.isotope) {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
}
.bricks-layout-wrapper[data-layout=grid].isotope > li:not(.bricks-gutter-sizer) {
  margin-bottom: var(--gutter);
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
.bricks-masonry {
  --columns: 3;
  --gutter: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.bricks-layout-wrapper[data-layout=masonry] > li:not(.bricks-gutter-sizer), .bricks-masonry > :not(.bricks-gutter-sizer) {
  margin-bottom: var(--gutter);
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
.bricks-layout-wrapper[data-layout=masonry] .image {
  aspect-ratio: unset !important;
  display: inline-block;
  position: relative !important;
}
.bricks-layout-wrapper[data-layout=metro]:not(.isotope) {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bricks-layout-wrapper[data-layout=metro]:not(.isotope) > li:nth-child(3n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
.bricks-layout-wrapper[data-layout=metro].isotope {
  --columns: 4;
}
.bricks-layout-wrapper[data-layout=metro].isotope > li.bricks-layout-item {
  margin-bottom: var(--gutter);
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) {
  width: 50%;
  width: calc(50% - var(--gutter) / 2);
}
@media (max-width: 478px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) {
    width: 100%;
  }
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) img {
  height: 100%;
}
.bricks-layout-wrapper[data-layout=metro].isotope > li:nth-child(3n+1):not(.bricks-isotope-sizer) .title {
  font-size: calc(1em + 1.5vmin);
}
.bricks-layout-wrapper[data-layout=metro].isotope > li {
  width: 25%;
  width: calc(100% / var(--columns) - var(--gutter) * (var(--columns) - 1) / var(--columns));
}
@media (max-width: 767px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li {
    width: calc(50% - var(--gutter) / 2);
  }
}
@media (max-width: 478px) {
  .bricks-layout-wrapper[data-layout=metro].isotope > li {
    width: 100%;
  }
}
.bricks-layout-wrapper[data-layout=metro] img {
  height: 100%;
}
#brx-header.transparent {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
}
#brx-header.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: background-color .2s, transform .4s;
  width: 100%;
  z-index: 998;
}
#brx-header.sticky .bricks-nav-menu > li > a, #brx-header.sticky > .brxe-block, #brx-header.sticky > .brxe-container, #brx-header.sticky > .brxe-div, #brx-header.sticky > .brxe-section {
  transition: inherit;
}
#brx-header.sticky.slide-up:not(:has(.cart-detail.off-canvas.active, .brxe-offcanvas.brx-open)) {
  -ms-overflow-style: none;
  overflow-x: hidden;
  scrollbar-width: none;
  transform: translateY(-101%);
}
#brx-header.sticky.slide-up::-webkit-scrollbar {
  display: none;
}
#brx-header.sticky.sliding {
  overflow: hidden;
}
#brx-header.sticky:has(.cart-detail.off-canvas.active, .brxe-offcanvas.brx-open) {
  transition: none;
}
body.bricks-is-frontend.admin-bar #brx-header.sticky {
  top: 32px;
  top: var(--wp-admin--admin-bar--height);
}
.bricks-lightbox a {
  cursor: zoom-in;
}
.bricks-background-video-wrapper {
  pointer-events: none;
}
.bricks-background-video-wrapper iframe {
  border: none;
  height: inherit;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
}
.bricks-background-video-wrapper iframe[poster], .bricks-background-video-wrapper video[poster] {
  object-fit: cover;
}
.bricks-background-video-wrapper .bricks-video-poster-image {
  height: inherit;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  z-index: 1;
}
.screen-reader-text, .screen-reader-text span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text span:focus, .screen-reader-text:focus {
  clip: auto !important;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.brx-load-more-hidden, .brx-query-trail {
  display: none;
}
.bricks-isotope-sizer {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
.page-filtered label:not(.brx-option-disabled) {
  opacity: .5;
}
.page-filtered {
  pointer-events: none;
}
.brx-load-more-hidden {
  display: none;
}
.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
a img.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
a img.alignleft {
  float: left;
  margin: .5em 1em .5em 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignleft, .wp-caption.alignnone {
  margin: .5em 1em .5em 0;
}
.wp-caption.alignright {
  margin: .5em 0 .5em 1em;
}
.wp-caption img {
  border: 0;
  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;
}
.wp-block-image, .wp-block-video {
  margin: 1em 0;
  width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}
.wp-block-calendar {
  width: 100%;
}
.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.wp-block-image {
  width: 100%;
}
.alignfull, .wp-block-categories-list.alignfull {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: calc(100vw - .5em);
  position: relative;
  right: 50%;
  width: 100vw;
}
.alignwide {
  margin-left: -10%;
  max-width: 120%;
  position: relative;
  width: 120%;
}
@media (max-width: 1320px) {
  .alignwide {
    margin-left: auto;
    width: 100%;
  }
}
.bricks-isotope-filters {
  color: var(--bricks-text-light);
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.bricks-isotope-filters li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
  width: auto !important;
}
.bricks-isotope-filters .active {
  color: var(--bricks-text-dark);
}
.bricks-swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity .1s ease-in .1s;
  z-index: 1;
}
.bricks-swiper-container:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
[class^=brxe-] .bricks-swiper-container {
  opacity: 1 !important;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: column;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.bricks-swiper-button-prev {
  background-image: none !important;
  transform: translate(-100%, -50%);
}
.bricks-swiper-button-prev.nitro-lazy {
  background-image: none !important;
}
.bricks-swiper-button-next {
  background-image: none !important;
  transform: translate(100%, -50%);
}
.bricks-swiper-button-next.nitro-lazy {
  background-image: none !important;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  display: flex;
  flex-direction: row;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}
.bricks-swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
:where(.brxe-accordion) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
:where(.brxe-accordion) .brx-open .accordion-content-wrapper {
  display: block;
}
:where(.brxe-accordion) .accordion-title-wrapper {
  cursor: pointer;
  margin-bottom: -1px;
  padding: 15px 0;
  transition: var(--bricks-transition);
}
:where(.brxe-accordion) .accordion-content-wrapper {
  animation: height .5s ease;
  display: none;
  overflow: hidden;
  padding: 0 0 15px;
}
:where(.brxe-accordion) .accordion-content-wrapper:empty {
  display: none !important;
}
.brxe-accordion-nested {
  width: 100%;
}
.brxe-accordion-nested .accordion-title-wrapper {
  cursor: pointer;
}
.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
  margin: 0;
}
.brxe-accordion-nested .accordion-content-wrapper {
  display: none;
}
.brxe-accordion-nested .brx-open > .accordion-content-wrapper {
  display: block;
}
:where(.brxe-alert) {
  align-items: center;
  border-color: currentcolor;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
:where(.brxe-alert).info {
  background-color: var(--bricks-bg-info);
  color: var(--bricks-text-info);
}
:where(.brxe-alert).success {
  background-color: var(--bricks-bg-success);
  color: var(--bricks-text-success);
}
:where(.brxe-alert).danger {
  background-color: var(--bricks-bg-danger);
  color: var(--bricks-text-danger);
}
:where(.brxe-alert).muted {
  background-color: var(--bricks-bg-light);
}
:where(.brxe-alert) .content {
  flex: 1;
}
:where(.brxe-alert) h1, :where(.brxe-alert) h2, :where(.brxe-alert) h3, :where(.brxe-alert) h4, :where(.brxe-alert) h5, :where(.brxe-alert) h6 {
  color: inherit;
}
:where(.brxe-alert) p {
  margin: 0;
}
:where(.brxe-alert) a {
  text-decoration: underline;
}
:where(.brxe-alert) svg {
  cursor: pointer;
  height: 1em;
}
:where(.brxe-alert) svg g {
  stroke: currentcolor;
}
.brxe-audio {
  background-color: var(--bricks-bg-dark);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 15px 20px;
  width: 100%;
}
.brxe-back-to-top {
  align-items: center;
  appearance: none;
  bottom: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all .1s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}
.brxe-back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.brxe-animated-typing {
  line-height: 1;
  margin: 0;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.brxe-carousel {
  min-width: 0;
  position: relative;
  width: 100%;
}
.brxe-carousel .image {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  height: 300px;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}
.brxe-carousel .meta {
  width: 100%;
}
.brxe-carousel .meta span:first-child {
  padding: 0;
}
.brxe-carousel .meta span + span {
  padding: 0 5px;
}
.brxe-carousel .meta span + span:before {
  content: " ·";
  left: -5px;
  position: relative;
}
.brxe-countdown {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
}
.brxe-countdown .field {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.brxe-countdown .format, .brxe-countdown .prefix, .brxe-countdown .suffix {
  display: block;
}
.brxe-counter {
  width: auto;
}
:where(.brxe-divider).vertical {
  flex-direction: column;
}
:where(.brxe-divider).vertical .line {
  border-right: 1px solid;
  width: auto;
}
:where(.brxe-divider) .icon {
  flex-shrink: 0;
  position: relative;
}
:where(.brxe-divider) a {
  display: inline-flex;
}
.brxe-dropdown {
  display: flex;
  flex-direction: column;
  position: relative;
}
.brxe-dropdown[data-static] .open > .brx-dropdown-content, .brxe-dropdown[data-static].open > .brx-dropdown-content {
  display: block;
}
.brxe-dropdown[data-static] .brx-dropdown-content {
  display: none;
  position: static;
}
.brxe-dropdown:not([data-toggle=click]):hover .brx-dropdown-content:after {
  bottom: 100%;
  content: "";
  height: var(--brx-dropdown-height-before, 60px);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.brxe-dropdown.open > .brx-dropdown-content {
  opacity: 1;
  visibility: visible;
}
.brxe-dropdown:not(.open) .brx-dropdown-content {
  pointer-events: none;
}
.brxe-dropdown .brx-submenu-toggle {
  gap: 10px;
}
.brxe-dropdown .brxe-dropdown:not([data-toggle=click]):hover:before {
  display: none;
}
.brxe-dropdown .brxe-dropdown .brx-dropdown-content {
  left: 100%;
  top: 0;
}
.brx-dropdown-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  visibility: hidden;
  z-index: 1001;
}
.brx-multilevel-back {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 3px;
  width: 100%;
}
:where(.brxe-form) button[type=submit].sending {
  cursor: default;
}
:where(.brxe-form) input[type=checkbox] + .label, :where(.brxe-form) input[type=checkbox] + label, :where(.brxe-form) input[type=radio] + .label, :where(.brxe-form) input[type=radio] + label {
  cursor: pointer;
}
:where(.brxe-form) .message.closing {
  transition: opacity .2s;
}
:where(.brxe-form) .message .close {
  cursor: pointer;
}
:where(.brxe-form) .file-result.show.danger svg {
  cursor: pointer;
}
:where(.brxe-form) .choose-files {
  cursor: pointer;
}
:where(.brxe-heading).has-separator {
  align-items: center;
  display: inline-flex;
  gap: 20px;
}
:where(.brxe-heading) .separator {
  border-top: 1px solid;
  flex-grow: 1;
  flex-shrink: 0;
  height: 1px;
}
.brxe-icon {
  font-size: 60px;
}
svg.brxe-icon {
  font-size: inherit;
}
:where(.brxe-icon-box) {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
:where(.brxe-icon-box).top .icon {
  margin-bottom: 20px;
}
:where(.brxe-icon-box).bottom {
  flex-direction: column-reverse;
}
:where(.brxe-icon-box).bottom .icon {
  margin-top: 20px;
}
:where(.brxe-icon-box).right {
  flex-direction: row-reverse;
}
:where(.brxe-icon-box).right .icon {
  margin-left: 20px;
}
:where(.brxe-icon-box).left {
  flex-direction: row;
}
:where(.brxe-icon-box).left .icon {
  margin-right: 20px;
}
:where(.brxe-icon-box) .icon {
  display: inline-flex;
}
:where(.brxe-icon-box) .icon a {
  display: inline-flex;
}
:where(.brxe-icon-box) i {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
:where(.brxe-image).caption {
  overflow: hidden;
  position: relative;
}
:where(.brxe-image) a {
  border-radius: inherit;
  position: static;
  transition: inherit;
}
:where(.brxe-image) picture {
  border-radius: inherit;
  transition: inherit;
}
:where(.brxe-image) img {
  transition: inherit;
}
:where(.brxe-image) .icon {
  color: #fff;
  font-size: 60px;
  pointer-events: none;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 50%;
  transform: translate(50%, -50%);
  z-index: 5;
}
.brxe-image-gallery {
  width: 100%;
}
.brxe-image-gallery .image {
  position: relative;
}
.brxe-image-gallery[data-layout=metro] .image img {
  height: auto;
  width: 100%;
}
.brxe-map {
  height: 300px;
  width: 100%;
}
.brxe-map > iframe {
  border: 0;
}
.brxe-map ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu).dragging .bricks-mobile-menu-wrapper {
  display: none !important;
  pointer-events: none !important;
}
:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu {
  pointer-events: none;
}
:where(.brxe-nav-menu) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu {
  display: flex;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li {
  margin: 0 0 0 30px;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li.menu-item-has-children:hover:before {
  content: "";
  height: 100%;
  min-height: 60px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
}
:where(.brxe-nav-menu) .bricks-nav-menu > li[data-toggle=click]:before {
  display: none;
}
:where(.brxe-nav-menu) .bricks-nav-menu li {
  position: relative;
}
:where(.brxe-nav-menu) .bricks-nav-menu li.open > .sub-menu {
  opacity: 1;
  visibility: visible;
}
:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static] > .sub-menu {
  display: block;
}
:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu) > a {
  display: flex;
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] {
  flex-direction: column;
}
:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu {
  display: none;
  position: static !important;
  transform: none;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
  background-color: var(--bricks-bg-dark);
  color: #fff;
  line-height: 60px;
  min-width: 150px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: var(--bricks-transition);
  visibility: hidden;
  white-space: nowrap;
  z-index: 998;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li {
  border-style: none;
  position: relative;
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a, :where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
  color: currentcolor;
  padding: 0 20px;
}
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu {
  left: 100%;
  padding-top: 0;
  top: 0;
}
:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle {
  width: 100%;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
  background-color: transparent;
  cursor: pointer;
  display: none;
  height: 16px;
  min-width: 12px;
  position: relative;
  width: 20px;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always {
  display: block !important;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span {
  min-width: 12px;
  width: 20px;
}
:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
  background-color: currentcolor;
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  transition: var(--bricks-transition);
}
.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu {
  display: block !important;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle {
  min-width: 20px;
  width: 20px;
  z-index: 1000;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed {
  position: fixed;
}
.brxe-nav-menu.show-mobile-menu li.open > .brx-megamenu {
  display: initial;
  opacity: 1;
  position: static;
  visibility: visible;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
  max-width: 100vw;
  opacity: 1 !important;
  transform: translateX(0) !important;
  visibility: visible;
  z-index: 999;
}
.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper {
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: 0;
  position: fixed;
  right: auto;
  scrollbar-width: none;
  top: var(--wp-admin--admin-bar--height, 0);
  transition-duration: .2s;
  transition-property: background-color, opacity, transform, visibility;
  visibility: hidden;
  width: 300px;
  z-index: 999;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar {
  background: transparent;
  height: 0;
  width: 0;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper:before {
  background-color: #23282d;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper.left {
  transform: translateX(-100%);
}
.brxe-nav-menu .bricks-mobile-menu-wrapper.right {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
.brxe-nav-menu .bricks-mobile-menu-wrapper a {
  display: block;
  width: 100%;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a {
  display: initial;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li a {
  line-height: 60px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus {
  outline-offset: -1px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu {
  background: none !important;
  display: none;
  line-height: 40px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > .brx-submenu-toggle > *, .brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li > a {
  padding: 0 45px;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li.open > .sub-menu {
  display: block;
}
.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before {
  display: none;
}
.brxe-nav-menu .bricks-mobile-menu-overlay {
  background-color: rgba(0, 0, 0, .25);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s;
  visibility: hidden;
  z-index: -1;
}
li.menu-item-has-children [aria-expanded] .menu-item-icon {
  background-color: transparent;
  color: inherit;
  pointer-events: none;
  transition: inherit;
}
li.menu-item-has-children [aria-expanded] .menu-item-icon i {
  position: relative;
  top: 2px;
}
li.menu-item-has-children [aria-expanded=false] .open {
  display: block;
}
li.menu-item-has-children [aria-expanded=false] .close {
  display: none;
}
li.menu-item-has-children [aria-expanded=true] .close {
  display: block;
}
li.menu-item-has-children [aria-expanded=true] .open {
  display: none;
}
.brxe-nav-nested {
  align-items: center;
  display: inline-flex;
}
.brxe-nav-nested[data-toggle=always] .brx-nav-nested-items {
  display: none;
}
.brxe-nav-nested[data-toggle=always] .brx-toggle-div, .brxe-nav-nested[data-toggle=always] .brxe-toggle {
  display: inline-flex;
}
.brxe-nav-nested .brx-toggle-div, .brxe-nav-nested .brxe-toggle {
  display: none;
}
.brxe-nav-nested .menu-item:has(>.brx-toggle-div:not(.is-active):not(.brx-child-node)) {
  display: none;
}
.brxe-nav-nested.brx-open .brxe-dropdown:not([data-toggle=click]) .brx-dropdown-content:after {
  content: none;
}
.brxe-nav-nested.brx-open .brx-nav-nested-items {
  align-items: stretch;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: var(--wp-admin--admin-bar--height, 0);
  transition-duration: .2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  z-index: 1001;
}
.brxe-nav-nested.brx-open.multilevel .brx-nav-nested-items {
  overflow: hidden;
}
.brxe-nav-nested.brx-open li.menu-item a {
  justify-content: inherit;
  width: 100%;
}
.brxe-nav-nested.brx-open :where(li.menu-item.brx-toggle-div) {
  display: block;
}
.brxe-nav-nested.brx-open .brx-submenu-toggle {
  justify-content: space-between;
}
.brxe-nav-nested.brx-open .brxe-dropdown:hover:before {
  content: none;
}
.brxe-nav-nested.brx-open .brxe-dropdown.open > .brx-dropdown-content {
  display: flex;
  min-width: auto;
  opacity: 1;
  overflow-y: auto;
  position: static;
  visibility: visible;
}
.brxe-nav-nested.brx-open .brxe-dropdown .brx-dropdown-content {
  display: none;
}
.brxe-nav-nested.brx-open .brx-has-megamenu .brx-dropdown-content {
  min-width: 0 !important;
}
.brxe-nav-nested.brx-closing .brx-nav-nested-items {
  opacity: 0 !important;
  visibility: hidden !important;
}
.brx-nav-nested-items {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.brxe-offcanvas {
  visibility: hidden;
}
.brxe-offcanvas.brx-open {
  visibility: visible;
}
.brxe-offcanvas.brx-open .brx-offcanvas-inner {
  transform: translate(0) !important;
}
.brxe-offcanvas.brx-open .brx-offcanvas-backdrop {
  opacity: 1;
  visibility: visible;
  z-index: 998;
}
.brxe-offcanvas[data-direction=top] .brx-offcanvas-inner {
  bottom: auto;
  height: 300px;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100vw;
}
.brxe-offcanvas[data-direction=right] .brx-offcanvas-inner {
  bottom: 0;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: auto;
  right: 0;
  top: 0;
  transform: translate(100%);
  width: 300px;
}
.brxe-offcanvas[data-direction=bottom] .brx-offcanvas-inner {
  bottom: 0;
  height: 300px;
  left: 0;
  right: 0;
  top: auto;
  transform: translateY(100%);
  width: 100vw;
}
.brxe-offcanvas[data-direction=left] .brx-offcanvas-inner {
  bottom: 0;
  height: 100vh;
  height: calc(var(--bricks-vh, 1vh) * 100);
  left: 0;
  right: auto;
  top: 0;
  transform: translate(-100%);
  width: 300px;
}
.brx-offcanvas-inner {
  background-color: #fff;
  display: flex;
  overflow-x: hidden;
  position: fixed;
  transition: transform .2s cubic-bezier(.25, 0, .25, 1);
  z-index: 999;
}
.brx-offcanvas-backdrop {
  background: rgba(0, 0, 0, .5);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
  visibility: hidden;
  z-index: -1;
}
.brxe-pie-chart {
  align-items: center;
  display: flex;
  flex-flow: column wrap;
  font-size: 30px;
  line-height: 1;
  position: relative;
}
.brxe-pie-chart .content {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.brxe-post-content {
  width: 100%;
}
body:has(.wp-lightbox-overlay) #brx-content {
  overflow: hidden;
}
.brxe-post-toc {
  overflow-y: auto;
  top: var(--wp-admin--admin-bar--height, 0);
  transform: translateX(0);
  width: 400px;
}
.brxe-post-toc > .toc-list {
  overflow: hidden;
  position: relative;
}
.brxe-post-toc .toc-list {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
.brxe-post-toc .toc-list li.toc-list-item {
  position: relative;
}
.brxe-post-toc .toc-link {
  color: currentcolor;
  display: block;
  height: 100%;
  text-decoration: none;
}
.brxe-post-toc .toc-link:before {
  content: "";
  display: inline-block;
  height: inherit;
  left: 0;
  position: absolute;
  right: 0;
}
.brxe-post-toc .toc-link.is-active-link {
  font-weight: 700;
}
.brxe-post-toc .is-collapsible {
  max-height: 1000px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
.brxe-post-toc .is-collapsed {
  max-height: 0;
}
.brxe-post-toc .is-position-fixed {
  position: fixed !important;
  top: 0;
}
.brxe-post-reading-progress-bar {
  background-color: transparent;
  border: none;
  height: 12px;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.brxe-post-reading-progress-bar::-webkit-progress-bar {
  background-color: transparent;
}
.brxe-post-reading-progress-bar::-moz-progress-bar {
  background-color: var(--bricks-color-primary);
}
.brxe-post-reading-progress-bar::-webkit-progress-value {
  background-color: var(--bricks-color-primary);
}
.brxe-post-reading-progress-bar[value] {
  -webkit-appearance: none;
  appearance: none;
}
.brxe-posts {
  overflow: hidden;
  width: 100%;
}
.brxe-posts img {
  width: 100%;
}
.brxe-posts .bricks-layout-wrapper {
  --columns: 2;
  --gutter: 0px;
}
.brxe-posts .bricks-layout-wrapper a {
  color: currentcolor;
}
:where(.brxe-pricing-tables) {
  width: 100%;
}
:where(.brxe-pricing-tables) ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
:where(.brxe-pricing-tables) .tabs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 30px;
  padding: 0;
}
:where(.brxe-pricing-tables) .tab {
  cursor: pointer;
  margin: 0 10px;
  text-align: center;
}
:where(.brxe-pricing-tables) .pricing-table {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
}
:where(.brxe-pricing-tables) .pricing-table.active {
  display: block;
}
:where(.brxe-progress-bar) {
  display: grid;
  gap: 20px;
  width: 100%;
}
:where(.brxe-progress-bar) label {
  cursor: inherit;
  display: flex;
  justify-content: space-between;
  margin-bottom: .5em;
}
:where(.brxe-progress-bar) label > * {
  flex: 1;
}
:where(.brxe-progress-bar) .bar {
  background-color: var(--bricks-bg-light);
  height: 8px;
  overflow: hidden;
  position: relative;
}
:where(.brxe-progress-bar) .bar span {
  background-color: #dee2e5;
  height: 100%;
  left: 0;
  position: absolute;
  transition: all .6s cubic-bezier(.55, .055, .675, .19);
  width: 0;
}
:where(.brxe-search) button {
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  gap: .5em;
  height: 40px;
  justify-content: center;
  width: 60px;
}
:where(.brxe-search) button svg:not([height]) {
  height: inherit;
}
.bricks-search-overlay {
  background-color: #fff;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  color: var(--bricks-text-medium);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(1.1);
  transition: all .4s;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.bricks-search-overlay:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bricks-search-overlay.show {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  z-index: 999;
}
.bricks-search-overlay .close {
  background-color: transparent !important;
  cursor: pointer;
  font-size: 60px;
  line-height: 1;
  position: fixed;
  right: 30px;
  text-align: center;
  top: 15px;
  z-index: 1;
}
.bricks-search-overlay .title {
  margin: 0 0 1em;
}
:where(.brxe-slider) {
  list-style-type: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
:where(.brxe-slider) .title {
  color: #fff;
  font-size: 3em;
  margin: 0;
}
:where(.brxe-slider) .content {
  color: #fff;
  font-size: 1.6em;
}
:where(.brxe-slider) .bricks-swiper-container {
  height: inherit;
  max-height: inherit;
  max-width: inherit;
  min-height: inherit;
  min-width: inherit;
  width: inherit;
}
:where(.brxe-slider) .swiper-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50vh;
  position: relative;
  text-align: center;
}
:where(.brxe-slider) .slider-content {
  padding: 30px 60px;
  position: relative;
  z-index: 2;
}
:where(.brxe-slider) .image {
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
:where(.brxe-slider) .image:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.brxe-slider-nested {
  min-width: 0;
  width: 100%;
}
.brxe-slider-nested .splide__slide {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.brxe-social-icons {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.brxe-social-icons li, .brxe-social-icons li a {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 5px;
  justify-content: center;
}
.brxe-social-icons i {
  line-height: unset;
}
.brxe-social-icons span {
  align-items: center;
  display: inline-flex;
}
:where(.brxe-svg) svg {
  height: auto;
  max-width: 100%;
  overflow: visible;
  width: auto;
}
:where(.brxe-tabs) {
  display: flex;
  flex-direction: column;
  width: 100%;
}
:where(.brxe-tabs) .tab-title {
  width: auto;
}
:where(.brxe-tabs) .tab-pane {
  display: none;
}
:where(.brxe-tabs) .tab-pane:empty {
  display: none !important;
}
:where(.brxe-tabs) .tab-pane.brx-open {
  display: block;
}
:where(.brxe-tabs).horizontal .tab-title:not(:first-child) {
  border-left: 0 !important;
}
:where(.brxe-tabs).vertical {
  flex-direction: row;
}
:where(.brxe-tabs).vertical .tab-title:not(:first-child) {
  border-top: 0 !important;
}
:where(.brxe-tabs) .tab-title {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
  line-height: 1;
}
:where(.brxe-tabs) .tab-title:empty {
  display: none !important;
}
:where(.brxe-tabs) .tab-title.brx-open {
  font-weight: 700;
}
:where(.brxe-tabs) .tab-title.icon-right {
  flex-direction: row-reverse;
}
.brxe-tabs-nested {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.brxe-tabs-nested .tab-title {
  cursor: pointer;
  width: auto;
}
.brxe-tabs-nested .tab-pane {
  display: none;
}
.brxe-tabs-nested .tab-pane:empty {
  display: none !important;
}
.brxe-tabs-nested .tab-pane.brx-open {
  display: block;
}
.brxe-template {
  width: 100%;
}
.brxe-toggle {
  background-color: transparent;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  transition-duration: .15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.brxe-toggle {
  --brxe-toggle-scale: 1;
  --brxe-toggle-width: 40px;
  --brxe-toggle-height: 24px;
  --brxe-toggle-bar-height: 4px;
  --brxe-toggle-bar-width: 40px;
  --brxe-toggle-bar-radius: 4px;
  cursor: pointer;
  display: flex;
  line-height: 1;
  transform: scale(var(--brxe-toggle-scale));
}
:where(.brxe-video) {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
:where(.brxe-video) iframe, :where(.brxe-video) video {
  border: none;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
:where(.brxe-video) video {
  object-fit: cover;
}
.bricks-video-preview-image {
  background-position: 50%;
  background-repeat: no-repeat;
}
.bricks-video-overlay, .bricks-video-preview-image {
  background-size: cover;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.bricks-video-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}
.bricks-video-overlay.bricks-lazy-hidden {
  background-image: none !important;
}
.bricks-video-overlay.bricks-lazy-hidden.nitro-lazy {
  background-image: none !important;
}
.bricks-video-overlay-icon {
  color: #fff;
  cursor: pointer;
  font-size: 60px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes scrolling {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.brxe-post-content .blocks-gallery-grid, .brxe-post-content .wp-block-gallery {
  padding: 0;
}
[class*=" ion-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: Ionicons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
}
[class*=" ion-"]:before {
  font-family: Ionicons;
}
.ion-ios-notifications:before {
  content: "";
}
.ion-ios-notifications-off:before {
  content: "";
}
.ion-ios-notifications-outline:before {
  content: "";
}
.ion-md-notifications:before {
  content: "";
}
.ion-md-notifications-off:before {
  content: "";
}
.ion-md-notifications-outline:before {
  content: "";
}
.pswp__bg {
  background: var(--pswp-bg);
  opacity: .005;
  transform: translateZ(0);
  will-change: opacity;
}
.pswp:not(.brx) {
  --pswp-bg: rgba(0, 0, 0, .8);
}
.pswp.brx, .pswp:not(.brx) .pswp__button svg {
  display: none;
}
.pswp.brx {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, .4);
  --pswp-preloader-color-secondary: hsla(0, 0%, 100%, .9);
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  contain: layout style size;
  height: 100%;
  left: 0;
  opacity: .003;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  touch-action: none;
  transform: translateZ(0);
  width: 100%;
  will-change: opacity;
  z-index: var(--pswp-root-z-index);
}
.pswp.brx:focus {
  outline: 0;
}
.pswp.brx * {
  box-sizing: border-box;
}
.pswp.brx img {
  max-width: none;
}
.pswp.brx.pswp--open {
  display: block;
}
.pswp.brx .pswp__scroll-wrap {
  overflow: hidden;
}
.pswp.brx .pswp__bg, .pswp.brx .pswp__container, .pswp.brx .pswp__content, .pswp.brx .pswp__img, .pswp.brx .pswp__item, .pswp.brx .pswp__scroll-wrap, .pswp.brx .pswp__zoom-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.pswp.brx .pswp__img, .pswp.brx .pswp__zoom-wrap {
  height: auto;
  width: auto;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp.brx.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.pswp.brx .pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp.brx .pswp__button, .pswp.brx .pswp__container, .pswp.brx .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp.brx .pswp__item {
  overflow: hidden;
  z-index: 1;
}
.pswp.brx .pswp__content {
  pointer-events: none;
}
.pswp.brx .pswp__content > * {
  pointer-events: auto;
}
.pswp.brx .pswp__content iframe, .pswp.brx .pswp__content video {
  border: 0;
  height: 100%;
  width: 100%;
}
.pswp.brx .pswp__content video {
  background-color: #000;
}
.pswp.brx .pswp__error-msg-container {
  display: grid;
}
.pswp.brx .pswp__error-msg {
  color: var(--pswp-error-text-color);
  font-size: 1em;
  line-height: 1;
  margin: auto;
}
.pswp.brx .pswp .pswp__hide-on-close {
  opacity: .005;
  pointer-events: none;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(.4, 0, .22, 1);
  will-change: opacity;
  z-index: 10;
}
.pswp.brx.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp.brx .pswp__button {
  -webkit-touch-callout: none;
  appearance: none;
  background: none;
  background-image: none !important;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  height: 60px;
  margin: 0;
  opacity: .85;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 60px;
}
.pswp.brx .pswp__button.nitro-lazy {
  background-image: none !important;
}
.pswp.brx .pswp__button:active, .pswp.brx .pswp__button:focus, .pswp.brx .pswp__button:hover {
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
  padding: 0;
  transition: none;
}
.pswp.brx .pswp__button:disabled {
  cursor: auto;
  opacity: .3;
}
.pswp.brx .pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
  height: 32px;
  left: 9px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 14px;
  width: 32px;
}
.pswp.brx .pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp.brx .pswp__icn:focus {
  outline: 0;
}
.pswp.brx div.pswp__img--placeholder {
  background: var(--pswp-placeholder-bg);
}
.pswp.brx .pswp__top-bar {
  align-items: center;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  gap: 15px;
  height: 80px;
  justify-content: flex-end;
  left: 0;
  padding: 0 20px;
  pointer-events: none !important;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.pswp.brx .pswp__top-bar .pswp__button {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pswp.brx .pswp__top-bar .pswp__button svg {
  height: 40px;
  position: static;
  width: 40px;
}
.pswp.brx .pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp.brx .pswp__button--arrow {
  height: 100px;
  margin-top: -60px;
  position: absolute;
  top: 0;
  top: 50%;
  width: 75px;
}
.pswp.brx .pswp__button--arrow:disabled {
  cursor: default;
  display: none;
}
.pswp.brx .pswp__button--arrow .pswp__icn {
  background: none;
  border-radius: 0;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  width: 60px;
}
.pswp.brx.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp.brx .pswp__button--arrow--prev {
  left: 0;
  right: auto;
}
.pswp.brx .pswp__button--arrow--next {
  right: 0;
}
.pswp.brx .pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  transform: scaleX(-1);
}
@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.pswp__thumbnail-nav-wrapper {
  bottom: 10px;
  display: flex;
  position: absolute;
  z-index: 1000;
}
.pswp__thumbnail-nav-wrapper .pswp__thumbnail-nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  transition: all .1s;
}
.pswp__thumbnail-nav-wrapper img {
  aspect-ratio: 1;
  cursor: pointer;
  display: block;
  filter: grayscale(100%);
  object-fit: cover;
  width: 80px;
}
.pswp__thumbnail-nav-wrapper img.active, .pswp__thumbnail-nav-wrapper img:hover {
  filter: grayscale(0);
}
.bricks-swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: opacity .1s ease-in .1s;
  z-index: 1;
}
.bricks-swiper-container:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
[class^=brxe-] .bricks-swiper-container {
  opacity: 1 !important;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: column;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.bricks-swiper-button-prev {
  background-image: none !important;
  transform: translate(-100%, -50%);
}
.bricks-swiper-button-prev.nitro-lazy {
  background-image: none !important;
}
.bricks-swiper-button-next {
  background-image: none !important;
  transform: translate(100%, -50%);
}
.bricks-swiper-button-next.nitro-lazy {
  background-image: none !important;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  display: flex;
  flex-direction: row;
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10;
}
.bricks-swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide.brx-auto-height .splide__list {
  align-items: flex-start;
}
.splide__track {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__list {
  display: flex;
  height: 100%;
  padding: 0;
}
.splide__list, .splide__slide {
  backface-visibility: hidden;
  margin: 0;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
  background-size: cover;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide__pagination {
  bottom: 15px;
  left: 50%;
  list-style: none;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.splide__pagination .splide__pagination__page {
  background-color: rgba(0, 0, 0, .33);
  border: 0;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 10px;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: #000;
  z-index: 1;
}
.splide__pagination .splide__pagination__page:focus {
  outline: none;
}
img:is([sizes="auto"i]) {
  contain-intrinsic-size: 3000px 1500px;
}
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -.1em !important;
  background: none !important;
  padding: 0 !important;
}
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}
.wpml-ls-statics-shortcode_actions {
  background-color: #fff;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  color: #0a0a0a;
}
h4, h5, h6 {
  font-family: "Neue Haas";
}
.brxe-text {
  font-family: "Neue Haas";
}
h4, h5, h6, .brxe-text {
  font-family: "Neue Haas", sans-serif !important;
}
body.bricks-is-frontend :focus {
  outline: none;
}
body, html {
  user-select: none;
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.switch-language:nth-child(1):hover {
  background-color: #333;
  transform: scale(1.05);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2):hover {
  background-color: #333;
  transform: scale(1.03);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
  background-color: #1a1a1a;
  color: white;
  transform: scale(1.03);
}
.switch-language.active:hover {
  background-color: #444;
  color: white;
  transform: scale(1.03);
}
@media (max-width: 478px) {
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .switch-language:nth-child(1):hover {
    background-color: #333;
    transform: scale(1.05);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2):hover {
    background-color: #333;
    transform: scale(1.03);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
    background-color: #1a1a1a;
    color: white;
    transform: scale(1.03);
  }
  .switch-language.active:hover {
    background-color: #444;
    color: white;
    transform: scale(1.03);
  }
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.switch-language:nth-child(1):hover {
  background-color: #333;
  transform: scale(1.05);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2):hover {
  background-color: #333;
  transform: scale(1.03);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
  background-color: #1a1a1a;
  color: white;
  transform: scale(1.03);
}
.switch-language.active:hover {
  background-color: #444;
  color: white;
  transform: scale(1.03);
}
@media (max-width: 478px) {
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .switch-language:nth-child(1):hover {
    background-color: #333;
    transform: scale(1.05);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2):hover {
    background-color: #333;
    transform: scale(1.03);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
    background-color: #1a1a1a;
    color: white;
    transform: scale(1.03);
  }
  .switch-language.active:hover {
    background-color: #444;
    color: white;
    transform: scale(1.03);
  }
}
#brxe-rautat {
  cursor: pointer;
}
#brxe-bqgkrj img {
  filter: brightness(37%);
}
#brxe-erusge.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-erusge .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-cztspd.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-cztspd .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-xatqsm {
  cursor: pointer;
}
#brxe-ecfdsm .abs-bg-header-isra {
  transition: all .3s ease-in-out;
}
#brxe-ecfdsm:hover .abs-bg-header-isra {
  transform: scale(1);
}
#brxe-ecfdsm {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-ecfdsm:hover {
  transform: scale(.96);
}
#brxe-qoobtx .abs-bg-header-isra {
  transition: all .3s ease-in-out;
}
#brxe-qoobtx:hover .abs-bg-header-isra {
  transform: scale(1);
}
#brxe-qoobtx {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-qoobtx:hover {
  transform: scale(.96);
}


#brxe-ytepdv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ytepdv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-jhscqx .buton-top {
  transition: All .3s ease-in-out;
}
#brxe-jhscqx:hover .buton-top {
  background-color: #ff4800;
  transform: scale(.96);
}
#brxe-jhscqx {
  cursor: pointer;
}
#brxe-akijhu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-akijhu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bvwpsd .buton-top {
  transition: All .3s ease-in-out;
}
#brxe-bvwpsd:hover .buton-top {
  background-color: #3a5854;
  transform: scale(.96);
}
#brxe-bvwpsd {
  cursor: pointer;
}
#brxe-gxftus.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-gxftus .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ftitij .buton-top {
  transition: All .3s ease-in-out;
}
#brxe-ftitij:hover .buton-top {
  background-color: #5c0404;
  transform: scale(.96);
}
#brxe-ftitij {
  cursor: pointer;
}
#brxe-bmirei.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bmirei .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-kcwzag.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kcwzag .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-gxttsw.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-gxttsw .icon {
  color: rgba(0, 0, 0, 0);
}
:where(#brxe-ziddpw > *) {
  position: relative;
}
#brxe-ziddpw::before {
  pointer-events: none;
}
#brxe-mgsxum::before {
  pointer-events: none;
}
#brxe-xmqhyg.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xmqhyg .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-rxgduk {
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 500;
  font-size: 3vw;
  line-height: 3vw;
  letter-spacing: -.06vw;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-rxgduk {
    width: 100%;
    font-size: 7vw;
    line-height: 6.5vw;
    text-align: center;
    align-self: center;
  }
}
#brxe-ynjdfi {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-ynjdfi {
    width: 95%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    align-self: center !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#brxe-ndirlk {
  width: 5.5vw;
  padding-left: .5vw;
}
@media (max-width: 478px) {
  #brxe-ndirlk {
    width: 100%;
    padding-right: 0vw;
    padding-left: 0;
  }
}
#brxe-vkpwig {
  width: 5.2vw;
  padding-right: .5vw;
}
@media (max-width: 478px) {
  #brxe-vkpwig {
    width: 15vw;
    padding-right: .5vw;
    padding-left: .5vw;
  }
}
#brxe-yxxhhh {
  width: 5.5vw;
  padding-right: .5vw;
  padding-left: .5vw;
}
@media (max-width: 478px) {
  #brxe-yxxhhh {
    width: 15vw;
    padding-right: 0;
    padding-left: .5vw;
  }
}
#brxe-tkbxbe {
  flex-direction: row-reverse;
  display: none;
}
@media (max-width: 478px) {
  #brxe-tkbxbe {
    align-items: flex-start;
    justify-content: center;
    align-self: center !important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 10vw;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: fit-content;
  }
}
#brxe-qcprek {
  width: 100%;
  flex-direction: row;
}
@media (max-width: 478px) {
  #brxe-qcprek {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 10px;
  }
}
#brxe-jncwwy {
  align-self: center;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: left;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-jncwwy {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    align-self: flex-start;
  }
}
#brxe-akiwai {
  align-self: flex-start;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: left;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-akiwai {
    font-size: 3vw;
    line-height: 3vw;
    align-self: center;
  }
}
#brxe-qcghwv {
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start !important;
  background-color: #070707;
}
@media (max-width: 478px) {
  #brxe-qcghwv {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-cwnjts {
  align-self: flex-start;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: left;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-cwnjts {
    font-size: 3vw;
    line-height: 3vw;
    align-self: center;
  }
}
#brxe-ekymsm {
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start !important;
  background-color: #070707;
}
@media (max-width: 478px) {
  #brxe-ekymsm {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-pvztte {
  align-self: flex-start;
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1vw;
  text-align: left;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-pvztte {
    font-size: 3vw;
    line-height: 3vw;
    align-self: center;
  }
}
#brxe-rxgcta {
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start !important;
  background-color: #070707;
}
@media (max-width: 478px) {
  #brxe-rxgcta {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-ryfbpa {
  align-self: flex-start !important;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16vw;
  padding-top: .5vh;
  padding-bottom: .5vh;
  flex-direction: row;
  column-gap: .3vw;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-ryfbpa {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    align-self: flex-start !important;
    justify-content: center;
    align-items: flex-start;
  }
}
#brxe-wrejwv {
  width: 100%;
  font-size: 1.4vw;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
#brxe-wrejwv a {
  font-size: 1.4vw;
  font-size: inherit;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
@media (max-width: 478px) {
  #brxe-wrejwv {
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    align-self: center;
  }
  #brxe-wrejwv a {
    font-size: 4vw;
    font-size: inherit;
    line-height: 4vw;
    text-align: center;
  }
}
#brxe-iahhrd {
  width: 100%;
  font-size: 1.4vw;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
#brxe-iahhrd a {
  font-size: 1.4vw;
  font-size: inherit;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
@media (max-width: 478px) {
  #brxe-iahhrd {
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    align-self: center;
  }
  #brxe-iahhrd a {
    font-size: 4vw;
    font-size: inherit;
    line-height: 4vw;
    text-align: center;
  }
}
#brxe-iljper {
  width: 100%;
  position: absolute;
  background-color: #070707;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-iljper {
    padding-bottom: 4vw;
  }
}
#brxe-wcptkj {
  width: 100%;
  font-size: 1.4vw;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
#brxe-wcptkj a {
  font-size: 1.4vw;
  font-size: inherit;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
@media (max-width: 478px) {
  #brxe-wcptkj {
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    align-self: center;
  }
  #brxe-wcptkj a {
    font-size: 4vw;
    font-size: inherit;
    line-height: 4vw;
    text-align: center;
  }
}
#brxe-okicer {
  width: 100%;
  position: absolute;
  background-color: #070707;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-okicer {
    padding-bottom: 4vw;
  }
}
#brxe-lbughr {
  width: 100%;
  font-size: 1.4vw;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
#brxe-lbughr a {
  font-size: 1.4vw;
  font-size: inherit;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
@media (max-width: 478px) {
  #brxe-lbughr {
    font-size: 4vw;
    line-height: 4vw;
    text-align: center;
    align-self: center;
  }
  #brxe-lbughr a {
    font-size: 4vw;
    font-size: inherit;
    line-height: 4vw;
    text-align: center;
  }
}
#brxe-mjngwp {
  width: 100%;
  position: absolute;
  background-color: #070707;
  padding-bottom: .5vh;
}
@media (max-width: 478px) {
  #brxe-mjngwp {
    padding-bottom: 4vw;
  }
}
#brxe-dozvsy {
  width: 100%;
  position: relative;
  overflow: HIDDEN;
}
#brxe-msdpdn {
  justify-content: flex-end;
  align-self: center !important;
  align-items: flex-end;
  width: 37%;
  margin-right: 0;
  margin-left: 0;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-msdpdn {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    align-self: flex-start !important;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 7vw;
    flex-direction: column-reverse;
    row-gap: 4vw;
  }
}
#brxe-ckosjr {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-ckosjr {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
}
#brxe-vvjifd {
  background-color: #070707;
  width: 100%;
  flex-direction: column;
  padding-right: 2vw;
  padding-left: 2vw;
  row-gap: 20vh;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-vvjifd {
    row-gap: 14vw;
  }
}
#brxe-wkisie.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-wkisie.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-wkisie .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-hbutgp {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  min-height: 25vh;
}
@media (max-width: 478px) {
  #brxe-hbutgp {
    height: 20vh;
    min-height: 20vh;
  }
}
#brxe-eqxwck.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
  border-top-style: none;
}
#brxe-eqxwck.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: none;
}
#brxe-eqxwck .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-jsmsud {
  height: 100%;
  background-image: url("../images/Rectangle-1096.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  align-self: flex-start !important;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
}
#brxe-jsmsud.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-jsmsud {
    height: 32vh;
    background-image: url("../images/Rectangle-1097-scaled.jpg");
    background-size: cover;
    background-position: center center;
  }
  #brxe-jsmsud.nitro-lazy {
    background-image: none !important;
  }
}
#brxe-ouyqsi {
  width: 50%;
}
@media (max-width: 478px) {
  #brxe-ouyqsi {
    width: 100%;
  }
}
#brxe-sdzoxt .bricks-swiper-button-prev {
  left: 50px;
}
#brxe-sdzoxt .bricks-swiper-button-next {
  right: 50px;
}
#brxe-sdzoxt .swiper-slide {
  min-height: 40vh;
}
#brxe-sdzoxt {
  background-color: #030303;
}
#brxe-sdzoxt .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 478px) {
  #brxe-sdzoxt .swiper-slide {
    min-height: 25vh;
  }
}
#brxe-jabwqi.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-jabwqi.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-jabwqi .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-vpcqaa {
  height: 40vh;
  position: absolute;
  z-index: 2;
  width: 40%;
}
:where(#brxe-vpcqaa > *) {
  position: relative;
}
#brxe-vpcqaa::before {
  background-image: linear-gradient(90deg, #070707 0%, rgba(0, 0, 0, 0) 56%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 478px) {
  #brxe-vpcqaa {
    height: 25vh;
  }
}
#brxe-idfmpo.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-idfmpo.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-idfmpo .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bunrjt {
  height: 40vh;
  position: absolute;
  z-index: 2;
  width: 40%;
  right: 0px;
}
:where(#brxe-bunrjt > *) {
  position: relative;
}
#brxe-bunrjt::before {
  background-image: linear-gradient(-90deg, #070707 0%, rgba(0, 0, 0, 0) 56%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 478px) {
  #brxe-bunrjt {
    height: 25vh;
  }
}
#brxe-fvezxu {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#brxe-aerqdy.horizontal .line {
  border-top-style: none;
}
#brxe-aerqdy.vertical .line {
  border-right-style: none;
}
#brxe-ywneqz {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-self: center !important;
  align-items: center;
  height: 3vw;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-ywneqz {
    flex-wrap: wrap;
    flex-direction: row;
    height: 8vw;
  }
}
#brxe-yqpgri {
  width: 45%;
  margin-left: -3%;
}
#brxe-skvflc {
  width: 45%;
  margin-left: -3%;
}
#brxe-bdarng .arrow-buton {
  transition: all .3s ease-in-out;
  filter: brightness(.3);
  transform: translateX(0vw) scale(1);
}
#brxe-bdarng:hover .arrow-buton {
  filter: brightness(1);
  transform: translateX(-2vw) scale(.4);
}
#brxe-bdarng .arrow-buton2 {
  transition: all .3s ease-in-out;
  filter: brightness(.3);
  transform: translateX(2vw) scale(.4);
}
#brxe-bdarng:hover .arrow-buton2 {
  filter: brightness(1);
  transform: translateX(0vw) scale(1);
}
#brxe-bdarng {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
#brxe-bdarng:hover {
  background-color: #303030 !important;
}
#brxe-zqowhu {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-zqowhu {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-iohpyc {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-iohpyc {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-kbwyod {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-kbwyod {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-iglqog {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
  flex-shrink: 0;
}
@media (max-width: 478px) {
  #brxe-iglqog {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-hxxooe {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: .3vw;
  position: absolute;
  overflow: hidden;
  padding-right: 10%;
  padding-left: 10%;
}
@media (max-width: 478px) {
  #brxe-hxxooe {
    width: 60%;
    flex-wrap: nowrap;
  }
}
#brxe-zspiti {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: .3vw;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-zspiti {
    width: 60%;
    flex-wrap: nowrap;
  }
}
#brxe-lxbwdt {
  width: 45%;
  margin-left: 3%;
}
#brxe-vylbrt {
  width: 45%;
  margin-left: 3%;
}
#brxe-hgtnxx .arrow-buton {
  transition: all .3s ease-in-out;
  filter: brightness(.3);
  transform: translateX(0vw) scale(1);
}
#brxe-hgtnxx:hover .arrow-buton {
  filter: brightness(1);
  transform: translateX(2vw) scale(.4);
}
#brxe-hgtnxx .arrow-buton2 {
  transition: all .3s ease-in-out;
  filter: brightness(.3);
  transform: translateX(-2vw) scale(.4);
}
#brxe-hgtnxx:hover .arrow-buton2 {
  filter: brightness(1);
  transform: translateX(0vw) scale(1);
}
#brxe-hgtnxx {
  transition: all .3s ease-in-out;
  cursor: pointer;
}
#brxe-hgtnxx:hover {
  background-color: #303030 !important;
}
#brxe-xibiiy {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-self: center !important;
  align-items: center;
  height: 3vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-xibiiy {
    flex-wrap: wrap;
    flex-direction: row;
    height: 8vw;
  }
}
#brxe-tbsdib {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  background-color: #1e1e1e;
}
#brxe-raryto {
  width: 100%;
  row-gap: 1vh;
}
#brxe-rkioxu {
  color: #f5f5f5;
  font-family: "Neue Haas";
  font-weight: 500;
  font-size: 3vw;
  line-height: 3vw;
  letter-spacing: -.06vw;
  width: 80%;
}
@media (max-width: 478px) {
  #brxe-rkioxu {
    font-size: 7vw;
    line-height: 6.5vw;
    width: 100%;
  }
}
#brxe-iwznvb {
  font-size: 1.4vw;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
  width: 60%;
  margin-left: 20%;
}
#brxe-iwznvb a {
  font-size: 1.4vw;
  font-size: inherit;
  font-family: "Neue Haas";
  color: #f5f5f5;
  font-weight: 300;
  line-height: 1.5vw;
}
@media (max-width: 478px) {
  #brxe-iwznvb {
    font-size: 4vw;
    line-height: 4vw;
    text-align: left;
    margin-left: 0%;
    width: 90%;
  }
  #brxe-iwznvb a {
    font-size: 4vw;
    font-size: inherit;
    line-height: 4vw;
    text-align: left;
  }
}
#brxe-mdrnia {
  font-size: .8vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: .1vw;
  line-height: .8vw;
}
@media (max-width: 478px) {
  #brxe-mdrnia {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
  }
}
#brxe-yflowp {
  position: absolute;
  font-size: .8vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: .1vw;
  line-height: .8vw;
}
@media (max-width: 478px) {
  #brxe-yflowp {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
  }
}
#brxe-cdytzi {
  column-gap: 75%;
  width: fit-content;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-cdytzi {
    margin-top: 0;
    margin-right: 0;
    margin-left: -10px;
    align-items: flex-start;
    align-self: center !important;
    flex-wrap: nowrap;
    flex-direction: row;
    width: fit-content;
  }
}
#brxe-fuezjj {
  width: 2.3vw;
  height: 2.3vw;
  position: absolute;
  z-index: 0;
}
#brxe-fuezjj * {
  stroke-width: 100px !important;
}
#brxe-fuezjj :not([stroke="none"]) {
  stroke: #f5f5f5 !important;
}
@media (max-width: 478px) {
  #brxe-fuezjj {
    position: absolute;
    z-index: 0;
    width: 34.5px;
    height: 34.5px;
    min-width: 34.5px;
    min-height: 34.5px;
  }
}
#brxe-objhgk {
  width: 40%;
}
#brxe-brpdqy {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
  overflow: hidden;
  width: 2vw;
  height: 2vw;
  background-color: #cd9f5a;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-brpdqy {
    margin-right: 0;
    margin-left: 0;
    width: 30px;
    height: 30px;
    z-index: 3;
  }
}
#brxe-honsrn {
  column-gap: 25%;
  width: 2.2vw;
  height: 2.2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border-radius: 5vw;
  background-color: rgba(245, 245, 245, .42);
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-honsrn {
    height: 33px;
    width: 33px;
    margin-right: 0;
    margin-left: 15px;
    position: relative;
  }
}
#brxe-tllsej {
  position: relative;
  background-color: rgba(245, 245, 245, .11);
  width: fit-content;
  flex-direction: row;
/*  align-self: flex-end !important;*/
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
  padding-top: .6vh;
  padding-right: .6vh;
  padding-bottom: .6vh;
  padding-left: 2vh;
  row-gap: 1vw;
  column-gap: 2vw;
  border: 1px solid #616161;
  border-radius: 10vw;
  overflow: hidden;
}
#brxe-tllsej {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-tllsej:hover {
  transform: scale(.96);
}
@media (max-width: 478px) {
  #brxe-tllsej {
    width: fit-content;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2.2px;
    padding-left: 25px;
  }
}
#brxe-oekdxc {
  width: 100%;
  row-gap: 8vh;
}
#brxe-lxdgvi {
  width: 50%;
  justify-content: space-between;
  row-gap: 10vh;
}
@media (max-width: 478px) {
  #brxe-lxdgvi {
    width: 100%;
    flex-direction: column-reverse;
    padding-top: 4vh;
    row-gap: 10vw;
  }
}
#brxe-ipepck {
  background-color: #070707;
  height: fit-content;
  width: 100%;
  flex-direction: row;
  padding-right: 2vw;
  padding-left: 2vw;
  column-gap: 1.5vw;
  align-items: stretch;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-ipepck {
    height: fit-content;
  }
}
#brxe-frqtco.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-frqtco.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-frqtco .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-hsnqka {
  background-color: #070707;
  height: 15vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
}
@media (max-width: 478px) {
  #brxe-hsnqka {
    height: 10vh;
    min-height: 10vh;
  }
}
#brxe-qvftlg {
  font-size: 3vw;
  line-height: 3vw;
  color: #f5f5f5;
  text-align: center;
  font-family: "Neue Haas";
  font-weight: 300;
  width: 60%;
  z-index: 2;
}
#brxe-qvftlg a {
  font-size: 3vw;
  font-size: inherit;
  line-height: 3vw;
  color: #f5f5f5;
  text-align: center;
  font-family: "Neue Haas";
  font-weight: 300;
}
#brxe-qvftlg {
  color: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 478px) {
  #brxe-qvftlg {
    font-size: 7vw;
    line-height: 6vw;
    width: 85%;
  }
  #brxe-qvftlg a {
    font-size: 7vw;
    font-size: inherit;
    line-height: 6vw;
  }
}
#brxe-mfeimi {
  font-size: 1vw;
  color: #f5f5f5;
  font-family: "Neue Haas";
  line-height: 1vw;
  font-weight: 300;
  text-align: center;
  width: 25%;
  align-self: center;
  z-index: 2;
}
#brxe-mfeimi {
  color: #fff;
  mix-blend-mode: difference;
}
@media (max-width: 991px) {
  #brxe-mfeimi {
    width: 35%;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 478px) {
  #brxe-mfeimi {
    font-size: 12px;
    line-height: 13px;
    color: #f5f5f5;
    letter-spacing: 0px;
    width: 75%;
    display: flex;
    visibility: visible;
    flex-direction: row;
    align-self: center;
    justify-content: center;
    align-items: center;
  }
}
#brxe-lslnik.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-lslnik.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-lslnik .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-yagzsh {
  height: 100vh;
  background-color: #f5f5f5;
  width: 10%;
  position: relative;
  align-self: flex-start !important;
}
#brxe-lzowzv {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 0;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start !important;
  flex-direction: row;
}
#brxe-lzowzv > .brxe-container {
  margin-right: 0;
  margin-left: 0;
}
#brxe-lzowzv > .brxe-block {
  margin-right: 0;
  margin-left: 0;
}
#brxe-lzowzv > .brxe-div {
  margin-right: 0;
  margin-left: 0;
}
#brxe-utjgrx.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-utjgrx.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-utjgrx .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-doxdqh {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #e0e0e0;
  height: 1vh;
  align-self: flex-start !important;
  justify-content: flex-start;
  align-items: flex-start;
  left: 0px;
}
#brxe-iaqtyo {
  background-color: #070707;
  height: 100vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  row-gap: 5vh;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 478px) {
  #brxe-iaqtyo {
    height: 100vh;
  }
}
#brxe-brjtnu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-brjtnu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-brjtnu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-zyjryn {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-1.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-zyjryn.nitro-lazy {
  background-image: none !important;
}
#brxe-dofdqu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-dofdqu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-dofdqu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-srudet {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-11.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-srudet.nitro-lazy {
  background-image: none !important;
}
#brxe-tymdgq.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tymdgq.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-tymdgq .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-waamxp {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-2.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-waamxp.nitro-lazy {
  background-image: none !important;
}
#brxe-zzebex.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-zzebex.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-zzebex .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-xeeqtd {
  width: 40vw;
  background-image: url("../images/project-home/project-3.jpg");
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
}
#brxe-xeeqtd.nitro-lazy {
  background-image: none !important;
}
#brxe-fzdudf {
  width: 100%;
  flex-direction: row;
  flex-shrink: 0;
  column-gap: 2vh;
  height: 40vh;
  align-items: stretch;
  align-self: flex-end !important;
  justify-content: flex-end;
}
@media (max-width: 478px) {
  #brxe-fzdudf {
    flex-direction: row;
    position: relative;
    height: 40vh;
    flex-wrap: nowrap;
  }
  #brxe-fzdudf > .brxe-container {
    margin-right: 0;
    margin-left: 0;
  }
  #brxe-fzdudf > .brxe-block {
    margin-right: 0;
    margin-left: 0;
  }
  #brxe-fzdudf > .brxe-div {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-hosnpz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hosnpz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hosnpz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-rpxihj {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-4.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-rpxihj.nitro-lazy {
  background-image: none !important;
}
#brxe-hvlitm.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hvlitm.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hvlitm .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bmniee {
  width: 40vw;
  background-image: url("../images/project-home/project-5.jpg");
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: relative;
}
#brxe-bmniee.nitro-lazy {
  background-image: none !important;
}
#brxe-bvmlry.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-bvmlry.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bvmlry .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ehsybs {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-6.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-ehsybs.nitro-lazy {
  background-image: none !important;
}
#brxe-hmlcrn {
  width: 100%;
  flex-direction: row;
  flex-shrink: 0;
  column-gap: 2vh;
  height: 40vh;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-hmlcrn {
    flex-wrap: nowrap;
  }
}
#brxe-hbynpf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hbynpf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hbynpf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lelmko {
  width: 40vw;
  background-image: url("../images/project-home/project-7.jpg");
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
}
#brxe-lelmko.nitro-lazy {
  background-image: none !important;
}
#brxe-nedzml.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nedzml.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nedzml .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ontblq {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-8.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-ontblq.nitro-lazy {
  background-image: none !important;
}
#brxe-vsclmi.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-vsclmi.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vsclmi .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qnvtla {
  width: 40vw;
  background-position: center center;
  background-image: url("../images/project-home/project-9.jpg");
  background-size: cover;
  flex-shrink: 0;
}
#brxe-qnvtla.nitro-lazy {
  background-image: none !important;
}
#brxe-pnzjmx.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-pnzjmx.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pnzjmx .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-yjioum {
  width: 40vw;
  flex-shrink: 0;
  background-image: url("../images/project-home/project-10.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-yjioum.nitro-lazy {
  background-image: none !important;
}
#brxe-zuxkmc {
  width: 100%;
  flex-direction: row;
  flex-shrink: 0;
  column-gap: 2vh;
  height: 40vh;
  align-items: stretch;
  align-self: flex-start !important;
}
@media (max-width: 478px) {
  #brxe-zuxkmc {
    flex-direction: row;
    height: 40vh;
    position: relative;
    flex-wrap: nowrap;
  }
}
#brxe-ciptyq {
  width: 100%;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-ciptyq {
    height: 100vh;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    flex-wrap: nowrap;
  }
}
#brxe-bnymra {
  text-align: center;
  color: #f5f5f5;
  font-size: 3vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.06vw;
  line-height: 3vw;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-bnymra {
    font-size: 5vw;
    line-height: 5vw;
  }
}
#brxe-puwwet {
  text-align: center;
  color: #f5f5f5;
  font-size: 3vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.06vw;
  line-height: 3vw;
  align-self: center;
  position: absolute;
}
@media (max-width: 478px) {
  #brxe-puwwet {
    font-size: 5vw;
    line-height: 5vw;
  }
}
#brxe-vioswp {
  align-self: center !important;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-nmawvq {
  position: absolute;
  top: 0px;
  background-color: rgba(0, 0, 0, .45);
  height: 100vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  display: flex;
}
#brxe-nmawvq {
  backdrop-filter: blur(10px);
}
#brxe-ixdbsd {
  background-color: #070707;
  height: 100vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  row-gap: 2vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#brxe-ixdbsd {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-ixdbsd {
    height: 100vh;
    justify-content: center;
  }
}
#brxe-pwolqe {
  color: #f5f5f5;
  font-family: "";
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: -.1vw;
  line-height: 6vw;
}
@media (max-width: 478px) {
  #brxe-pwolqe {
    font-size: 12vw;
    line-height: 11vw;
  }
}
#brxe-phnorz {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-phnorz {
    margin-top: 7.5vw;
  }
}
#brxe-uucdwl {
  width: 100%;
}
#brxe-tdgprv {
  width: 60%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-tdgprv {
    margin-right: 0;
    margin-left: 0;
    width: 77%;
  }
}
#brxe-qlmopb.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qlmopb.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-qlmopb .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lztkha {
  width: 100%;
  min-width: 100%;
  height: 100%;
  border-radius: .65vw;
  z-index: 3;
  flex-shrink: 0;
  background-image: url("../images/DORMITOR-MATRIMONIAL_View01-1-scaled.jpg");
  background-size: cover;
}
#brxe-lztkha.nitro-lazy {
  background-image: none !important;
}
#brxe-utflfa.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-utflfa.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-utflfa .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-yjxrhi {
  background-position: center center;
  background-image: url("../images/BAIE-MATRIMONIALA_View05-1-scaled.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-yjxrhi.nitro-lazy {
  background-image: none !important;
}
#brxe-btnfet.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-btnfet.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-btnfet .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-wqtpso {
  background-position: center center;
  background-image: url("../images/LIVING_View01_View09-scaled.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: static;
  z-index: 2;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-wqtpso.nitro-lazy {
  background-image: none !important;
}
#brxe-gthuhv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-gthuhv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-gthuhv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-mrtjmm {
  background-position: center center;
  background-size: cover;
  border-radius: .65vw;
  position: static;
  z-index: 4;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-mrtjmm.nitro-lazy {
  background-image: none !important;
}
#brxe-kdomlq {
  width: 20vw;
  min-width: 20vw;
  height: 20vw;
  background-color: #f5f5f5;
  margin-right: 0;
  margin-left: 0;
  padding-top: .3vw;
  padding-right: .3vw;
  padding-bottom: .3vw;
  padding-left: .3vw;
  border-radius: .75vw;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-kdomlq {
    width: 40vw;
    min-width: 40vw;
    height: 40vw;
  }
}
#brxe-tuaxid {
  width: 23%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-tuaxid {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    width: 45%;
    position: absolute;
    left: 2vw;
    bottom: 3vh;
    align-items: flex-start;
  }
}
#brxe-qxlgpe.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qxlgpe.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-qxlgpe .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lkkxhx {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-image: url("../images/DORMITOR-MATRIMONIAL_View01-1-scaled.jpg");
  background-size: cover;
}
#brxe-lkkxhx.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-lkkxhx {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-vgpvly {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-vgpvly {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-vgpvly {
    border-radius: 1vw;
  }
}
#brxe-flkllg {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
#brxe-hlvzyf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hlvzyf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hlvzyf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ltyjkd {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-image: url("../images/BAIE-MATRIMONIALA_View05-1-scaled.jpg");
  background-size: cover;
}
#brxe-ltyjkd.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-ltyjkd {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-njxzkz {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-njxzkz {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-njxzkz {
    border-radius: 1vw;
  }
}
#brxe-ofirfa {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
  padding-bottom: .5vh;
}
#brxe-tmmuhc.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tmmuhc.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-tmmuhc .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lkqzjz {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-image: url("../images/LIVING_View01_View03-2050x1541.jpg");
  background-size: cover;
}
#brxe-lkqzjz.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-lkqzjz {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-mnrraw {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-mnrraw {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-mnrraw {
    border-radius: 1vw;
  }
}
#brxe-dsonep {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
}
#brxe-heklru {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 999;
}
#brxe-iflfpq {
  width: 19%;
}
#brxe-iflfpq:not(.tag), #brxe-iflfpq img {
  object-fit: fill;
}
#brxe-olukrg {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-olukrg:not(.tag), #brxe-olukrg img {
  object-fit: fill;
}
#brxe-nvuujh {
  width: 15%;
}
#brxe-nvuujh:not(.tag), #brxe-nvuujh img {
  object-fit: fill;
}
#brxe-imdikl {
  width: 19%;
}
#brxe-imdikl:not(.tag), #brxe-imdikl img {
  object-fit: fill;
}
#brxe-ebbgho {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-ebbgho:not(.tag), #brxe-ebbgho img {
  object-fit: fill;
}
#brxe-sghpwf {
  width: 15%;
}
#brxe-sghpwf:not(.tag), #brxe-sghpwf img {
  object-fit: fill;
}
#brxe-iludsh {
  width: 4vw;
  align-self: center !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 4vw;
  flex-direction: row;
}
#brxe-pfymic {
  width: 3.5vw;
  height: 3.5vw;
  background-color: #152755;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-pfymic {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-xgkybg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#brxe-goxoab {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
  position: relative;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-goxoab {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-goxoab {
    border-radius: 1.3vw;
  }
}
#brxe-ojcpjk {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#brxe-duxlcl {
  width: 17%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-duxlcl {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-siltcg {
  width: 100%;
  height: 100vh;
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: stretch;
  top: 0px;
  background-color: rgba(0, 0, 0, .25);
  flex-direction: row;
  padding-top: 2vh;
  padding-right: 2vw;
  padding-bottom: 2vh;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-siltcg {
    justify-content: space-between;
    padding-top: 3vh;
    padding-right: 2vw;
    padding-bottom: 3vh;
  }
}
#brxe-fihhas {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-image: url("../images/project-home/the-grassland.jpg");
  background-size: cover;
  position: absolute;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}
#brxe-fihhas.nitro-lazy {
  background-image: none !important;
}
#brxe-hrkfvl {
  color: #f5f5f5;
  font-family: "";
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: -.1vw;
  line-height: 6vw;
  display: none;
}
@media (max-width: 478px) {
  #brxe-hrkfvl {
    font-size: 12vw;
    line-height: 11vw;
    display: flex;
  }
}
#brxe-ezykcd {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-ezykcd {
    margin-top: 7.5vw;
  }
}
#brxe-eicjvs {
  width: 100%;
}
#brxe-morszg {
  width: 60%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-morszg {
    margin-right: 0;
    margin-left: 0;
    width: 77%;
  }
}
#brxe-wrkwjj.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-wrkwjj.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-wrkwjj .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qblcgt {
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-position: center center;
  background-image: url("../images/DSC08666_print-scaled.jpg");
  background-size: cover;
  border-radius: .65vw;
  z-index: 3;
  flex-shrink: 0;
}
#brxe-qblcgt.nitro-lazy {
  background-image: none !important;
}
#brxe-mtviij.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-mtviij.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-mtviij .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-gxvwvc {
  background-position: center center;
  background-image: url("../images/DSC08289_print-1-scaled.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-gxvwvc.nitro-lazy {
  background-image: none !important;
}
#brxe-xsmzap.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xsmzap.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xsmzap .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qacmrm {
  background-position: center center;
  background-image: url("../images/DSC09173_print-scaled.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-qacmrm.nitro-lazy {
  background-image: none !important;
}
#brxe-xmjaou.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xmjaou.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xmjaou .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-exerqr {
  background-position: center center;
  background-size: cover;
  border-radius: .65vw;
  position: static;
  z-index: 3;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-exerqr.nitro-lazy {
  background-image: none !important;
}
#brxe-ppgrpi {
  width: 20vw;
  min-width: 20vw;
  height: 20vw;
  background-color: #f5f5f5;
  margin-right: 0;
  margin-left: 0;
  padding-top: .3vw;
  padding-right: .3vw;
  padding-bottom: .3vw;
  padding-left: .3vw;
  border-radius: .75vw;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-ppgrpi {
    width: 40vw;
    min-width: 40vw;
    height: 40vw;
  }
}
#brxe-ljgymj {
  width: 23%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-ljgymj {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: 45%;
    left: 2vw;
    bottom: 3vh;
  }
}
#brxe-kxsdaf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kxsdaf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kxsdaf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-iysfci {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
  background-size: cover;
}
#brxe-iysfci.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-iysfci {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-qcymkd {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-qcymkd {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-qcymkd {
    border-radius: 1vw;
  }
}
#brxe-ddgmui {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
#brxe-wdlkmv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-wdlkmv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-wdlkmv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-obadex {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
  background-size: cover;
}
#brxe-obadex.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-obadex {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-okbiao {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-okbiao {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-okbiao {
    border-radius: 1vw;
  }
}
#brxe-nkkmmr {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
  padding-bottom: .5vh;
}
#brxe-xcysqz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xcysqz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xcysqz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-mfagjl {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
  background-size: cover;
}
#brxe-mfagjl.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-mfagjl {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-dkcsxc {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-dkcsxc {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-dkcsxc {
    border-radius: 1vw;
  }
}
#brxe-lwolyu {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
}
#brxe-wkqpeb {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#brxe-ztsprr {
  width: 19%;
}
#brxe-ztsprr:not(.tag), #brxe-ztsprr img {
  object-fit: fill;
}
#brxe-yktrrr {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-yktrrr:not(.tag), #brxe-yktrrr img {
  object-fit: fill;
}
#brxe-sejsbt {
  width: 15%;
}
#brxe-sejsbt:not(.tag), #brxe-sejsbt img {
  object-fit: fill;
}
#brxe-gbshua {
  width: 19%;
}
#brxe-gbshua:not(.tag), #brxe-gbshua img {
  object-fit: fill;
}
#brxe-hlzkgm {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-hlzkgm:not(.tag), #brxe-hlzkgm img {
  object-fit: fill;
}
#brxe-ijfgmh {
  width: 15%;
}
#brxe-ijfgmh:not(.tag), #brxe-ijfgmh img {
  object-fit: fill;
}
#brxe-nyqlxv {
  width: 4vw;
  align-self: center !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 4vw;
  flex-direction: row;
}
#brxe-egmurt {
  width: 3.5vw;
  height: 3.5vw;
  background-color: #ff6e00;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-egmurt {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-isnchr {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#brxe-fbhcjb {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
  position: relative;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-fbhcjb {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-fbhcjb {
    border-radius: 1.3vw;
  }
}
#brxe-tsnswd {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#brxe-itubhy {
  width: 17%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-itubhy {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-yjhvbx {
  width: 100%;
  height: 100vh;
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: stretch;
  top: 0px;
  background-color: rgba(0, 0, 0, .25);
  flex-direction: row;
  padding-top: 2vh;
  padding-right: 2vw;
  padding-bottom: 2vh;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-yjhvbx {
    justify-content: space-between;
    padding-top: 3vh;
    padding-right: 2vw;
    padding-bottom: 3vh;
  }
}
#brxe-srjwca {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-image: url("../images/project-home/regalia.jpg");
  background-size: cover;
  position: absolute;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}
#brxe-srjwca.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-srjwca {
    background-image: url("../images/project-home/regalia.jpg");
    background-size: cover;
    background-position: center center;
    z-index: 3;
  }
  #brxe-srjwca.nitro-lazy {
    background-image: none !important;
  }
}
#brxe-jzmcdk {
  color: #f5f5f5;
  font-family: "";
  font-weight: 500;
  font-size: 6vw;
  letter-spacing: -.1vw;
  line-height: 6vw;
}

#brxe-vveqib {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-vveqib {
    margin-top: 7.5vw;
  }
}
#brxe-nuaibo {
  width: 60%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-nuaibo {
    margin-right: 0;
    margin-left: 0;
    width: 77%;
  }
}
#brxe-gzjeek.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-gzjeek.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-gzjeek .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ztihmv {
  width: 100%;
  min-width: 100%;
  height: 100%;
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-1-thumb.jpg");
  background-size: cover;
  border-radius: .65vw;
  z-index: 3;
  flex-shrink: 0;
}
#brxe-ztihmv.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-ztihmv {
    width: 60vw;
    height: 100%;
  }
}
#brxe-umwsnu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-umwsnu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-umwsnu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-uyxamo {
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-1-thumb.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-uyxamo.nitro-lazy {
  background-image: none !important;
}
#brxe-peucwh.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-peucwh.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-peucwh .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qkwztc {
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-2-thumb.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-qkwztc.nitro-lazy {
  background-image: none !important;
}
#brxe-wwwldf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-wwwldf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-wwwldf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lvynrp {
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-3-thumb.jpg");
  background-size: cover;
  border-radius: .65vw;
  position: static;
  z-index: 3;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  margin-top: -100%;
}
#brxe-lvynrp.nitro-lazy {
  background-image: none !important;
}
#brxe-qdfzlo {
  width: 20vw;
  min-width: 20vw;
  height: 20vw;
  background-color: #f5f5f5;
  margin-right: 0;
  margin-left: 0;
  padding-top: .3vw;
  padding-right: .3vw;
  padding-bottom: .3vw;
  padding-left: .3vw;
  border-radius: .75vw;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-qdfzlo {
    width: 40vw;
    min-width: 40vw;
    height: 40vw;
    overflow: hidden;
    flex-wrap: nowrap;
  }
}
#brxe-jxfzuz {
  width: 23%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-jxfzuz {
    margin-right: 0;
    margin-left: 0;
    display: flex;
    position: absolute;
    align-items: flex-start;
    left: 2vw;
    bottom: 3vh;
    width: 45%;
  }
}
#brxe-ubkanu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-ubkanu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ubkanu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ljscew {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-1-thumb.jpg");
  background-size: cover;
}
#brxe-ljscew.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-ljscew {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-rrqthd {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-rrqthd {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-rrqthd {
    border-radius: 1vw;
  }
}
#brxe-irpxek {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-bottom: .5vh;
}
#brxe-zutslw.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-zutslw.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-zutslw .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-zxtzlb {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
 background-image: url("../images/project-home/the-imperial-2-thumb.jpg");
  background-size: cover;
}
#brxe-zxtzlb.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-zxtzlb {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-nqcsyy {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-nqcsyy {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-nqcsyy {
    border-radius: 1vw;
  }
}
#brxe-fwjlsz {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
  padding-bottom: .5vh;
}
#brxe-hunbnv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hunbnv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hunbnv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qwkpve {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  background-position: center center;
  background-image: url("../images/project-home/the-imperial-3-thumb.jpg");
  background-size: cover;
}
#brxe-qwkpve.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-qwkpve {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-vckchr {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
}
#brxe-vckchr {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-vckchr {
    border-radius: 1vw;
  }
}
#brxe-twbdsj {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: .5vh;
}
#brxe-kurspi {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#brxe-rypzlg {
  width: 19%;
}
#brxe-rypzlg:not(.tag), #brxe-rypzlg img {
  object-fit: fill;
}
#brxe-bxlrxo {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-bxlrxo:not(.tag), #brxe-bxlrxo img {
  object-fit: fill;
}
#brxe-rftkta {
  width: 15%;
}
#brxe-rftkta:not(.tag), #brxe-rftkta img {
  object-fit: fill;
}
#brxe-gwxqlb {
  width: 19%;
}
#brxe-gwxqlb:not(.tag), #brxe-gwxqlb img {
  object-fit: fill;
}
@media (max-width: 478px) {
  #brxe-gwxqlb {
    min-width: 18%;
  }
}
#brxe-tpkqed {
  width: 18%;
  margin-right: -5%;
  margin-left: -6%;
}
#brxe-tpkqed:not(.tag), #brxe-tpkqed img {
  object-fit: fill;
}
@media (max-width: 478px) {
  #brxe-tpkqed {
    min-width: 18%;
  }
}
#brxe-bumymd {
  width: 15%;
}
#brxe-bumymd:not(.tag), #brxe-bumymd img {
  object-fit: fill;
}
@media (max-width: 478px) {
  #brxe-bumymd {
    min-width: 15%;
  }
}
#brxe-xcjpfq {
  width: 4vw;
  align-self: center !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 4vw;
  flex-direction: row;
}
#brxe-pdfzqr {
  width: 3.5vw;
  height: 3.5vw;
  background-color: #d1a35d;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  border-radius: .3vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-pdfzqr {
    width: 12vw;
    height: 12vw;
    border-radius: 1vw;
  }
}
#brxe-xtlbqp {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#brxe-fimkop {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  background-color: rgba(0, 0, 0, .28);
  border: 1px solid #616161;
  border-radius: .45vw;
  position: relative;
  align-self: flex-end !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-fimkop {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-fimkop {
    border-radius: 1.3vw;
  }
}
#brxe-nkfljj {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-items: flex-end;
  align-self: flex-end !important;
  justify-content: flex-end;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#brxe-vzsvck {
  width: 17%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-vzsvck {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-flbvqp {
  width: 100%;
  height: 100vh;
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: stretch;
  top: 0px;
  background-color: rgba(0, 0, 0, .25);
  flex-direction: row;
  padding-top: 2vh;
  padding-right: 2vw;
  padding-bottom: 2vh;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-flbvqp {
    justify-content: space-between;
    padding-top: 3vh;
    padding-right: 2vw;
    padding-bottom: 3vh;
  }
}
#brxe-uazcpg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/project-home/relagia-ii.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 3;
}
#brxe-uazcpg.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-uazcpg {
    background-image: url("../images/project-home/relagia-ii.jpg");
    background-size: cover;
    background-position: center center;
  }
  #brxe-uazcpg.nitro-lazy {
    background-image: none !important;
  }
}
#brxe-hbplfx {
  background-color: #070707;
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-hbplfx {
    height: 100vh;
  }
}
#brxe-eusxbt {
  width: 100%;
  position: relative;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-eusxbt {
    overflow: hidden;
  }
}
#brxe-vgljsv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-vgljsv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vgljsv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bjjdha {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-bjjdha {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-bjjdha {
    height: 50vw;
    min-height: 50vw;
  }
}
#brxe-bsxwce {
  color: #f5f5f5;
  font-size: 5.2vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.2vw;
  line-height: 4.2vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-bsxwce {
    font-size: 12.5vw;
    line-height: 12vw;
    letter-spacing: -.15vw;
    text-align: center;
    align-self: flex-start;
  }
}
#brxe-bggbqq {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-hphrws {
  width: 100%;
  padding-right: 2vw;
  padding-bottom: 10vh;
  padding-left: 2vw;
  background-color: #070707;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-hphrws {
    align-self: flex-start !important;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20vw;
  }
}
#brxe-fltxfn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-fltxfn .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-bwelzy.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bwelzy .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-obmtys {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-obmtys {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 500;
    z-index: 2;
    flex-shrink: 0;
    position: relative;
    flex-grow: 1;
  }
}
#brxe-msknkg {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-msknkg {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 400;
    z-index: 2;
    flex-shrink: 0;
  }
}
@media (max-width: 478px) {
  #brxe-lbrzap {
    flex-direction: row;
    column-gap: .3vw;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: 28vw;
  }
}
@media (max-width: 478px) {
  #brxe-uzebud.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-uzebud.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-uzebud .icon {
    color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 478px) {
  #brxe-sjnpxo {
    backdrop-filter: blur(5px);
  }
  #brxe-sjnpxo {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
#brxe-fewavr {
  display: none;
}
@media (max-width: 478px) {
  #brxe-fewavr {
    display: flex;
    padding-top: 1.5vw;
    padding-right: 3vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
    column-gap: .3vw;
    flex-direction: row;
    border-width: 1px;
    border-color: #616161;
    border-radius: 1vw;
    overflow: hidden;
    width: 39vw;
  }
}
#brxe-vjpaxa {
/*  background-image: url("../images/5-3-scaled.jpg");*/
  background-size: cover;
  background-position: center 60%;
  border-radius: .65vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  height: 33.5vh;
  width: 100%;
}
#brxe-vjpaxa.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-vjpaxa {
    height: 70vw;
    position: relative;
    border-radius: 2vw;
  }
}
#brxe-armszn {
  padding-top: .6vh;
  padding-right: .6vh;
  padding-bottom: .6vh;
  padding-left: .6vh;
  background-color: #252525;
  border-radius: .8vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-armszn {
    padding-top: .8vw;
    padding-right: .8vw;
    padding-bottom: .8vw;
    padding-left: .8vw;
  }
}
#brxe-fhdxuu {
  width: 28%;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-fhdxuu {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2.1vw;
  }
}
#brxe-mmesch.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-mmesch .icon {
  color: #4b4b4b;
}
#brxe-siduiq {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-siduiq {
    margin-top: 0;
    font-size: 7vw;
    line-height: 7vw;
  }
}
#brxe-oryrlr {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-imipng {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-imipng {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 0;
  }
}
#brxe-oppnfa {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-gttkkh {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#brxe-imaejp.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-imaejp .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-qjtmqe.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-qjtmqe .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-lxzzyb {
  cursor: pointer;
}
#brxe-sadjgj {
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-sadjgj {
    width: 100%;
  }
}
#brxe-hosvmk {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
  display: none;
}
@media (max-width: 478px) {
  #brxe-hosvmk {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 500;
    display: flex;
  }
}
#brxe-sotlab {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-sotlab {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 400;
  }
}
#brxe-zpvpyo {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-zpvpyo {
    width: 100%;
    flex-direction: row;
    column-gap: .5vw;
  }
}
#brxe-iuqetq {
  font-size: 1vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 300;
  width: 85%;
  margin-top: 20%;
}
@media (max-width: 478px) {
  #brxe-iuqetq {
    width: 94%;
    font-size: 12px;
    line-height: 13px;
    color: #f5f5f5;
    margin-top: 1.5vh;
  }
}
#brxe-pmbwkd {
  width: 50%;
}
@media (max-width: 478px) {
  #brxe-pmbwkd {
    margin-top: -7vw;
    width: 100%;
  }
}
#brxe-ucjidg {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -10%;
}
@media (max-width: 478px) {
  #brxe-ucjidg {
    font-size: 2.75vw;
    line-height: 2.75vw;
    margin-top: 0;
    margin-left: -1%;
  }
}
#brxe-sawkwv {
  justify-content: center;
  width: 80%;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
  align-self: center !important;
  z-index: 2;
}
#brxe-sxscpi {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-sxscpi {
    width: 35%;
  }
}
#brxe-wfitwn {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-wfitwn {
    width: 35%;
  }
}
#brxe-qmfqjo {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
@media (max-width: 478px) {
  #brxe-qmfqjo {
    width: 100%;
    height: 100%;
  }
}
#brxe-xkxxry {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-xkxxry {
    width: 17%;
    margin-top: -.25vw;
  }
}
#brxe-bjopcu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-bjopcu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bjopcu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ccfvox {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
@media (max-width: 478px) {
  #brxe-ccfvox {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-drujsk.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-drujsk.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-drujsk .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-chqpnp {
  width: 2.25vw;
  position: absolute;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 3;
  background-color: #292929;
}
@media (max-width: 478px) {
  #brxe-chqpnp {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-jponzq {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-jponzq {
    height: 100%;
    top: 0px;
    bottom: 0px;
  }
}
#brxe-alpxjt {
  width: 45%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgba(35, 35, 35, 0);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-alpxjt {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-alpxjt {
    width: 47vw;
    padding-top: 2.95vw;
    padding-bottom: 2.4vw;
  }
}
#brxe-ateaut {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
  display: none;
}
@media (max-width: 478px) {
  #brxe-ateaut {
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}
#brxe-opepep {
  width: 100%;
  align-items: stretch;
  flex-direction: row;
}
@media (max-width: 478px) {
  #brxe-opepep {
    flex-direction: column;
    row-gap: 12vw;
  }
}
#brxe-folbud {
  flex-direction: column;
  width: 56%;
  margin-right: 0;
  margin-left: 0;
  row-gap: 3vh;
}
@media (max-width: 478px) {
  #brxe-folbud {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 5vw;
  }
}
#brxe-eyollb.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-eyollb.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-eyollb .icon {
  color: #4b4b4b;
}
#brxe-eyollb .line {
  height: 1px;
}
#brxe-zungoj {
  display: none;
}
@media (max-width: 478px) {
  #brxe-zungoj {
    margin-top: 10vw;
    display: flex;
  }
}
#brxe-jiwesh {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-jiwesh {
    flex-direction: row;
    justify-content: flex-end;
  }
}
#brxe-whbffy.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-whbffy .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-vkwlrk {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-vkwlrk {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 500;
    z-index: 2;
    flex-shrink: 0;
    position: relative;
    flex-grow: 1;
  }
}
#brxe-cltxxw {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-cltxxw {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 400;
    z-index: 2;
    flex-shrink: 0;
  }
}
@media (max-width: 478px) {
  #brxe-hepmkq {
    flex-direction: row;
    column-gap: .3vw;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: 29vw;
  }
}
@media (max-width: 478px) {
  #brxe-swadkj.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-swadkj.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-swadkj .icon {
    color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 478px) {
  #brxe-gxjmjn {
    backdrop-filter: blur(5px);
  }
  #brxe-gxjmjn {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
#brxe-ljwrka {
  display: none;
}
@media (max-width: 478px) {
  #brxe-ljwrka {
    display: flex;
    padding-top: 1.5vw;
    padding-right: 3vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
    column-gap: .3vw;
    flex-direction: row;
    border-width: 1px;
    border-color: #616161;
    border-radius: 1vw;
    overflow: hidden;
    width: 39vw;
  }
}
#brxe-ubbkri {
  height: 33.5vh;
  background-position: center center;
/*  background-image: url("../images/3-scaled.jpg");*/
  background-size: cover;
  border-radius: .65vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-ubbkri.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-ubbkri {
    height: 70vw;
    position: relative;
    border-radius: 2vw;
  }
}
#brxe-pyamer {
  padding-top: .6vh;
  padding-right: .6vh;
  padding-bottom: .6vh;
  padding-left: .6vh;
  background-color: #252525;
  border-radius: .8vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-pyamer {
    padding-top: .8vw;
    padding-right: .8vw;
    padding-bottom: .8vw;
    padding-left: .8vw;
  }
}
#brxe-mzoxym {
  width: 28%;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-mzoxym {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2.1vw;
  }
}
#brxe-fsfmdk.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-fsfmdk .icon {
  color: #4b4b4b;
}
#brxe-dmmuhj {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-dmmuhj {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 0;
  }
}
#brxe-ekxvyb {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-qgbngm {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-qgbngm {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 0;
  }
}
#brxe-nvdzrw {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-kextuq {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#brxe-znttwh.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-znttwh .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-eynikc.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-eynikc .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-jwerko {
  cursor: pointer;
}
#brxe-yfuolz {
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-yfuolz {
    width: 100%;
  }
}
#brxe-xugelh {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
  display: none;
}
@media (max-width: 478px) {
  #brxe-xugelh {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 500;
    display: flex;
  }
}
#brxe-jsxqtc {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-jsxqtc {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 400;
  }
}
#brxe-fpposl {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-fpposl {
    width: 100%;
    flex-direction: row;
    column-gap: .5vw;
  }
}
#brxe-vbqkni {
  font-size: 1vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 300;
  width: 85%;
  margin-top: 20%;
}
@media (max-width: 478px) {
  #brxe-vbqkni {
    font-size: 12px;
    line-height: 13px;
    color: #f5f5f5;
    width: 94%;
    margin-top: 1.5vh;
  }
}
#brxe-etjmbn {
  width: 50%;
}
@media (max-width: 478px) {
  #brxe-etjmbn {
    width: 100%;
    margin-top: -7vw;
  }
}
#brxe-lntpkc {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -10%;
}
@media (max-width: 478px) {
  #brxe-lntpkc {
    font-size: 2.75vw;
    line-height: 2.75vw;
    margin-top: 0;
    margin-left: -1%;
  }
}
#brxe-znujna {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-xcicdn {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-xcicdn {
    width: 35%;
  }
}
#brxe-xzytks {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-xzytks {
    width: 35%;
  }
}
#brxe-nmqwve {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
@media (max-width: 478px) {
  #brxe-nmqwve {
    width: 100%;
    height: 100%;
  }
}
#brxe-jqsfoe {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-jqsfoe {
    width: 17%;
    margin-top: -.25vw;
  }
}
#brxe-yzcglh.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-yzcglh.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-yzcglh .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ymzzjm {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
@media (max-width: 478px) {
  #brxe-ymzzjm {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-knhbyn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-knhbyn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-knhbyn .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-jmafdg {
  background-color: #292929;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-jmafdg {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-ilbysg {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-ilbysg {
    height: 100%;
    top: 0px;
    bottom: 0px;
  }
}
#brxe-llekfi {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-llekfi {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-llekfi {
    width: 47vw;
    padding-top: 2.95vw;
    padding-bottom: 2.4vw;
  }
}
#brxe-mtepnt {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
  display: none;
}
@media (max-width: 478px) {
  #brxe-mtepnt {
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}
#brxe-oieaau {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 478px) {
  #brxe-oieaau {
    flex-direction: column;
    row-gap: 12vw;
  }
}
#brxe-ogwskg {
  width: 56%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
  row-gap: 3vh;
}
@media (max-width: 478px) {
  #brxe-ogwskg {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 5vw;
  }
}
#brxe-scyufs.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-scyufs.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-scyufs .icon {
  color: #4b4b4b;
}
#brxe-scyufs .line {
  height: 1px;
}
#brxe-qwueyy {
  display: none;
}
@media (max-width: 478px) {
  #brxe-qwueyy {
    display: flex;
    margin-top: 10vw;
  }
}
#brxe-ttfeyu {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4vh;
}
@media (max-width: 478px) {
  #brxe-ttfeyu {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2vw;
  }
}
#brxe-vxkevz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vxkevz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ihdndn {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-ihdndn {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 500;
    z-index: 2;
    flex-shrink: 0;
    position: relative;
    flex-grow: 1;
  }
}
#brxe-qdotus {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-qdotus {
    font-size: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #f5f5f5;
    font-weight: 400;
    z-index: 2;
    flex-shrink: 0;
  }
}
@media (max-width: 478px) {
  #brxe-tzrqgv {
    flex-direction: row;
    column-gap: .3vw;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: nowrap;
    width: 33vw;
  }
}
@media (max-width: 478px) {
  #brxe-txybaa.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-txybaa.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-txybaa .icon {
    color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 478px) {
  #brxe-axoyvs {
    backdrop-filter: blur(5px);
  }
  #brxe-axoyvs {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
  }
}
#brxe-uilidu {
  display: none;
}
@media (max-width: 478px) {
  #brxe-uilidu {
    display: flex;
    padding-top: 1.5vw;
    padding-right: 3vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    position: absolute;
    top: 2vw;
    left: 2vw;
    column-gap: .3vw;
    flex-direction: row;
    border-width: 1px;
    border-color: #616161;
    border-radius: 1vw;
    overflow: hidden;
    width: 34vw;
  }
}
#brxe-yzacfs {
  height: 33.5vh;
  background-image: url("../images/DSC03541-Edit-scaled.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: .65vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-yzacfs.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-yzacfs {
    height: 70vw;
    position: relative;
    border-radius: 2vw;
  }
}
#brxe-lbfcvs {
  padding-top: .6vh;
  padding-right: .6vh;
  padding-bottom: .6vh;
  padding-left: .6vh;
  background-color: #252525;
  border-radius: .8vw;
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-lbfcvs {
    padding-top: .8vw;
    padding-right: .8vw;
    padding-bottom: .8vw;
    padding-left: .8vw;
  }
}
#brxe-dfavxf {
  width: 28%;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 478px) {
  #brxe-dfavxf {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2.1vw;
  }
}
#brxe-awuthd.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-awuthd .icon {
  color: #4b4b4b;
}
#brxe-wabjtu {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-wabjtu {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 0;
  }
}
#brxe-mujyep {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-hnfoqz {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.1vw;
  line-height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-hnfoqz {
    font-size: 7vw;
    line-height: 7vw;
    margin-top: 0;
  }
}
#brxe-lcfrrz {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-vbwtuu {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#brxe-jdnozo.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-jdnozo .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-pbshvk.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pbshvk .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-oorhem {
  cursor: pointer;
}
#brxe-dlneug {
  width: 50%;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-dlneug {
    width: 100%;
  }
}
#brxe-biaddq {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
  display: none;
}
@media (max-width: 478px) {
  #brxe-biaddq {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 500;
    display: flex;
  }
}
#brxe-bdylpr {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.02px;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-bdylpr {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
    color: #9e9e9e;
    font-weight: 400;
  }
}
#brxe-bymfzm {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-bymfzm {
    width: 100%;
    flex-direction: row;
    column-gap: .5vw;
  }
}
#brxe-ytaunz {
  font-size: 1vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 300;
  width: 85%;
  margin-top: 20%;
}
@media (max-width: 478px) {
  #brxe-ytaunz {
    font-size: 12px;
    line-height: 13px;
    color: #f5f5f5;
    width: 94%;
    margin-top: 1.5vh;
  }
}
#brxe-jlauap {
  width: 50%;
}
@media (max-width: 478px) {
  #brxe-jlauap {
    width: 100%;
    margin-top: -7vw;
  }
}
#brxe-qsyixw {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -10%;
}
@media (max-width: 478px) {
  #brxe-qsyixw {
    font-size: 2.75vw;
    line-height: 2.75vw;
    margin-top: 0;
    margin-left: -1%;
  }
}
#brxe-atbaox {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-lxkabj {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-lxkabj {
    width: 35%;
  }
}
#brxe-zqfbhz {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-zqfbhz {
    width: 35%;
  }
}
#brxe-utjozn {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
@media (max-width: 478px) {
  #brxe-utjozn {
    width: 100%;
    height: 100%;
  }
}
#brxe-wadfsj {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-wadfsj {
    width: 17%;
    margin-top: -.25vw;
  }
}
#brxe-qsqhsj.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qsqhsj.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-qsqhsj .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ppxkpo {
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
@media (max-width: 478px) {
  #brxe-ppxkpo {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-qhhqmx.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-qhhqmx.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-qhhqmx .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-opfipl {
  background-color: #292929;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-opfipl {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-ygvdti {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-ygvdti {
    height: 100%;
    top: 0px;
    bottom: 0px;
  }
}
#brxe-smzgmc {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-smzgmc {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-smzgmc {
    width: 47vw;
    padding-top: 2.95vw;
    padding-bottom: 2.4vw;
  }
}
#brxe-nhixlo {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  column-gap: 2px;
  row-gap: 2vh;
  display: none;
}
@media (max-width: 478px) {
  #brxe-nhixlo {
    margin-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }
}
#brxe-zuhbth {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 478px) {
  #brxe-zuhbth {
    flex-direction: column;
    row-gap: 12vw;
  }
}
#brxe-fkluuy {
  width: 56%;
  margin-right: 0;
  margin-left: 0;
  flex-direction: column;
  row-gap: 3vh;
}
@media (max-width: 478px) {
  #brxe-fkluuy {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 5vw;
  }
}
#brxe-lomwjq.horizontal .line {
  border-top-color: #4b4b4b;
  border-top-width: 1px;
}
#brxe-lomwjq.vertical .line {
  border-right-color: #4b4b4b;
}
#brxe-lomwjq .icon {
  color: #4b4b4b;
}
#brxe-lomwjq .line {
  height: 1px;
}
#brxe-ckxhhz {
  display: none;
}
@media (max-width: 478px) {
  #brxe-ckxhhz {
    display: flex;
    margin-top: 10vw;
  }
}
#brxe-jftqqp {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 4vh;
}
@media (max-width: 478px) {
  #brxe-jftqqp {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 2vw;
  }
}
#brxe-wzvdxw {
  width: 100%;
  background-color: #070707;
  padding-right: 2vw;
  padding-left: 2vw;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-wzvdxw {
    min-height: fit-content;
  }
}
#brxe-bmaojz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-bmaojz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bmaojz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-acjkck {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-acjkck {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-acjkck {
    height: 40vw;
    min-height: 40vw;
  }
}
#brxe-jxokfv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-jxokfv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-jxokfv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-nzxxnt {
  width: 30vw;
  height: 100vh;
  position: absolute;
  background-position: top right;
  background-image: url("Rectangle-906.jpg");
  background-size: cover;
  left: 0px;
}
#brxe-nzxxnt.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-nzxxnt {
    height: 195vw;
    background-image: url("Rectangle-906.jpg");
    background-size: cover;
  }
  #brxe-nzxxnt.nitro-lazy {
    background-image: none !important;
  }
}
#brxe-nfxzpk {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 400;
  font-family: "";
}
@media (max-width: 478px) {
  #brxe-nfxzpk {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-znxqag {
  position: relative;
  overflow: hidden;
  margin-bottom: .75vh;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-znxqag {
    margin-bottom: 1vh;
  }
}
#brxe-vlfsha {
  color: #f5f5f5;
  font-size: 5vw;
  font-family: "";
  text-transform: uppercase;
  line-height: 4.5vw;
}
@media (max-width: 478px) {
  #brxe-vlfsha {
    font-size: 11.5vw;
    line-height: 10vw;
  }
}
#brxe-ifmkse {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-psqowf {
  color: #f5f5f5;
  font-size: 5vw;
  font-family: "";
  text-transform: uppercase;
  line-height: 4.5vw;
}
@media (max-width: 478px) {
  #brxe-psqowf {
    font-size: 11.5vw;
    line-height: 10vw;
  }
}
#brxe-zfwbin {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#brxe-mgrbee {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-mgrbee {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
#brxe-wvpdcz {
  width: 30vw;
  height: 100vh;
  position: absolute;
  background-position: top right;
  left: 2vw;
  z-index: 3;
  justify-content: space-between;
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media (max-width: 478px) {
  #brxe-wvpdcz {
    flex-direction: row;
    width: 100%;
    padding-top: 3vh;
    padding-bottom: 3vh;
    height: 53%;
    top: 0px;
  }
}
#brxe-xxtnng.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xxtnng.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xxtnng .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-sbyvaz {
  height: 60vh;
  width: 100%;
  background-position: center center;
  background-image: url("../images/Rectangle-1089-min.jpg");
  background-size: cover;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
}
#brxe-sbyvaz.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-sbyvaz {
    height: 40vh;
  }
}
#brxe-wqhjih {
  color: #f5f5f5;
  font-family: "";
  text-transform: uppercase;
  line-height: 5.5vh;
  font-size: 6vh;
  align-self: flex-end;
}
@media (max-width: 478px) {
  #brxe-wqhjih {
    align-self: flex-start;
    font-size: 9vw;
    line-height: 8.5vw;
    z-index: 5;
  }
}
#brxe-idgeqt {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  align-self: flex-start !important;
}
@media (max-width: 478px) {
  #brxe-idgeqt {
    align-self: flex-start !important;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -13vw;
  }
}
#brxe-nlcxqy {
  width: 55vw;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch !important;
}
@media (max-width: 478px) {
  #brxe-nlcxqy {
    position: relative;
  }
}
#brxe-xuezzt {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-xuezzt {
    font-size: 3vw;
    line-height: 2.5vw;
    align-self: flex-end;
  }
}
#brxe-ivaomd {
  position: relative;
  overflow: hidden;
}
#brxe-cawdhi {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-cawdhi {
    font-size: 2.75vw;
    line-height: 2vw;
  }
}
#brxe-wurnyh {
  font-size: .9vw;
  line-height: .9vw;
  color: #9e9e9e;
  font-family: "";
  font-weight: 400;
  width: 74%;
}
@media (max-width: 478px) {
  #brxe-wurnyh {
    font-size: 2.5vw;
    line-height: 2.5vw;
    width: 100%;
  }
}
#brxe-alexwd {
  row-gap: .8vh;
  margin-top: 5vh;
}
@media (max-width: 478px) {
  #brxe-alexwd {
    width: 48%;
    margin-top: 0vh;
  }
}
#brxe-fmksrd {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-fmksrd {
    font-size: 2.75vw;
    line-height: 2vw;
  }
}
#brxe-wobaju {
  font-size: .9vw;
  line-height: .9vw;
  color: #9e9e9e;
  font-family: "";
  font-weight: 400;
  width: 74%;
}
@media (max-width: 478px) {
  #brxe-wobaju {
    font-size: 2.5vw;
    line-height: 2.5vw;
    width: 100%;
  }
}
#brxe-cvmugp {
  row-gap: .8vh;
  margin-top: 2vh;
}
@media (max-width: 478px) {
  #brxe-cvmugp {
    width: 48%;
    margin-top: 0vh;
  }
}
#brxe-ucwnag {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-ucwnag {
    font-size: 2.75vw;
    line-height: 2vw;
  }
}
#brxe-frukhu {
  font-size: .9vw;
  line-height: .9vw;
  color: #9e9e9e;
  font-family: "";
  font-weight: 400;
  width: 74%;
}
@media (max-width: 478px) {
  #brxe-frukhu {
    font-size: 2.5vw;
    line-height: 2.5vw;
    width: 100%;
  }
}
#brxe-wetkjx {
  row-gap: .8vh;
  margin-top: 2vh;
}
@media (max-width: 478px) {
  #brxe-wetkjx {
    width: 48%;
  }
}
#brxe-vmvfhd {
  font-size: 1vw;
  line-height: 1vw;
  color: #f5f5f5;
  font-weight: 500;
  font-family: "";
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-vmvfhd {
    font-size: 2.75vw;
    line-height: 2vw;
  }
}
#brxe-doaivd {
  font-size: .9vw;
  line-height: .9vw;
  color: #9e9e9e;
  font-family: "";
  font-weight: 400;
  width: 74%;
}
@media (max-width: 478px) {
  #brxe-doaivd {
    font-size: 2.5vw;
    line-height: 2.5vw;
    width: 100%;
  }
}
#brxe-nlfpms {
  row-gap: .8vh;
  margin-top: 2vh;
}
@media (max-width: 478px) {
  #brxe-nlfpms {
    width: 48%;
  }
}
@media (max-width: 478px) {
  #brxe-kueock {
    flex-direction: row;
    column-gap: 0px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    margin-top: 10vh;
  }
  #brxe-kueock > .brxe-container {
    margin-right: 0;
    margin-left: 0;
  }
  #brxe-kueock > .brxe-block {
    margin-right: 0;
    margin-left: 0;
  }
  #brxe-kueock > .brxe-div {
    margin-right: 0;
    margin-left: 0;
  }
}
#brxe-dnhnnw {
  width: 100%;
}
#brxe-psdfue {
  font-size: .8vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: .1vw;
  line-height: .8vw;
}
@media (max-width: 478px) {
  #brxe-psdfue {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
  }
}
#brxe-klljvn {
  position: absolute;
  font-size: .8vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: .1vw;
  line-height: .8vw;
}
@media (max-width: 478px) {
  #brxe-klljvn {
    font-size: 12px;
    line-height: 12px;
    margin-top: 2px;
  }
}
#brxe-yiokce {
  column-gap: 75%;
  width: fit-content;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-yiokce {
    margin-top: 0;
    margin-right: 0;
    margin-left: -10px;
    align-items: flex-start;
    align-self: center !important;
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
#brxe-chrwoy {
  width: 2.3vw;
  height: 2.3vw;
  position: absolute;
  z-index: 0;
}
#brxe-chrwoy * {
  stroke-width: 100px !important;
}
#brxe-chrwoy :not([stroke="none"]) {
  stroke: #f5f5f5 !important;
}
@media (max-width: 478px) {
  #brxe-chrwoy {
    position: absolute;
    z-index: 0;
    width: 34.5px;
    height: 34.5px;
    min-width: 34.5px;
    min-height: 34.5px;
  }
}
#brxe-jxgbmk {
  width: 40%;
}
#brxe-itzhce {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
  overflow: hidden;
  width: 2vw;
  height: 2vw;
  background-color: #8a191b;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-itzhce {
    margin-right: 0;
    margin-left: 0;
    width: 30px;
    height: 30px;
    z-index: 3;
  }
}
#brxe-qcirkc {
  column-gap: 25%;
  width: 2.2vw;
  height: 2.2vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border-radius: 5vw;
  background-color: rgba(245, 245, 245, .42);
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-qcirkc {
    height: 33px;
    width: 33px;
    margin-right: 0;
    margin-left: 15px;
    position: relative;
  }
}
#brxe-okqkoh {
  position: relative;
  background-color: rgba(245, 245, 245, .11);
  width: fit-content;
  flex-direction: row;
  align-self: flex-end !important;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  justify-content: space-between;
  padding-top: .6vh;
  padding-right: .6vh;
  padding-bottom: .6vh;
  padding-left: 2vh;
  row-gap: 1vw;
  column-gap: 2vw;
  border: 1px solid #616161;
  border-radius: 10vw;
  overflow: hidden;
}
#brxe-okqkoh {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#brxe-okqkoh:hover {
  transform: scale(.96);
}
@media (max-width: 478px) {
  #brxe-okqkoh {
    width: fit-content;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2.2px;
    padding-left: 25px;
    align-self: flex-end !important;
    align-items: flex-end;
    margin-top: 8vw;
  }
}
#brxe-dkqaxd {
  width: 100%;
  align-self: flex-end !important;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-dkqaxd {
    display: flex;
    align-items: flex-start;
    align-self: flex-start !important;
  }
}
#brxe-nvmovl {
  width: 35vw;
  justify-content: space-between;
  padding-left: 2vw;
}
@media (max-width: 478px) {
  #brxe-nvmovl {
    width: 100%;
    margin-top: -3.3vw;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
#brxe-hfwkcj {
  z-index: 2;
  align-self: flex-start !important;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-top: 7.5vw;
  padding-right: 2vw;
  padding-bottom: 4vh;
  padding-left: 7.5vw;
  flex-direction: row;
  width: 100vw;
}
@media (max-width: 478px) {
  #brxe-hfwkcj {
    padding-top: 21vw;
    padding-bottom: 3vh;
    padding-left: 2vw;
    height: 100%;
    z-index: 2;
  }
}
#brxe-phmdxo {
  height: 100vh;
  background-color: #070707;
  width: 100vw;
  flex-shrink: 0;
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-phmdxo {
    flex-direction: column;
    height: 195vw;
  }
}
#brxe-zztfso {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  position: relative;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: 0vw;
}
#brxe-zztfso > .brxe-container {
  margin-right: 0;
  margin-left: 0%;
}
#brxe-zztfso > .brxe-block {
  margin-right: 0;
  margin-left: 0%;
}
#brxe-zztfso > .brxe-div {
  margin-right: 0;
  margin-left: 0%;
}
@media (max-width: 478px) {
  #brxe-zztfso {
    height: 100%;
    flex-direction: column;
    z-index: 1;
  }
  #brxe-zztfso {
    overflow: hidden;
  }
}
#brxe-ktrgta {
  height: 100vh;
  background-color: #000;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  position: relative;
  min-height: 100vh;
}
#brxe-ktrgta {
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-ktrgta {
    height: fit-content;
    flex-direction: column;
    position: relative;
    flex-wrap: nowrap;
    min-height: fit-content;
  }
  #brxe-ktrgta {
    overflow: visible;
  }
}
#brxe-nivdji.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nivdji.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nivdji .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-rwarzb {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-rwarzb {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-rwarzb {
    height: 50vw;
    min-height: 50vw;
  }
}
#brxe-pcqnbv {
  color: #f5f5f5;
  font-size: 6.5vw;
  line-height: 6vw;
  font-family: "";
  letter-spacing: -.1vw;
}
@media (max-width: 478px) {
  #brxe-pcqnbv {
    font-size: 12vw;
    line-height: 10vw;
  }
}
#brxe-mdqutl {
  width: 100%;
  z-index: 2;
  position: relative;
  overflow: HIDDEN;
}
@media (max-width: 478px) {
  #brxe-mdqutl {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-pwsyal.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pwsyal .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-hlojlq.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hlojlq .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ekuzpn {
  cursor: pointer;
}
#brxe-pmxxxo.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-pmxxxo.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pmxxxo .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-nbrwlg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  background-color: #1e1e1e;
  width: 100%;
}
#brxe-cakzkf {
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 2vw;
  width: 25%;
  justify-content: space-between;
  min-height: 90vh;
  position: relative;
  border-top-right-radius: .75vw;
  border-bottom-right-radius: .75vw;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-cakzkf {
    padding-top: 4vh;
    padding-bottom: 4vh;
    padding-left: 0vw;
    align-self: center !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 100%;
  }
}
#brxe-fdozsv {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-fdozsv {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-hempbp {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-hempbp {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-iticbr {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-lestlu {
  width: 50%;
  margin-top: .1vw;
}
#brxe-uagfss {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-uagfss {
    width: 20px;
    height: 20px;
  }
}
#brxe-bcpsoy {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-bcpsoy {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-wkpkou {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
#brxe-wkpkou a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-wkpkou {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
  #brxe-wkpkou a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-xapvlu {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-xapvlu {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-vmvdab.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-vmvdab.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vmvdab .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-vmvdab.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-vmvdab.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-vmvdab .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-xeiryp {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-jzopoh {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-krvezk {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-krvezk {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-oqwkvi {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-oqwkvi {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-seufbp {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-seufbp {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-tlacbv {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-ahjkdq {
  width: 50%;
  margin-top: .1vw;
}
#brxe-fudzaf {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-fudzaf {
    width: 20px;
    height: 20px;
  }
}
#brxe-eufflm {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-eufflm {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-indpqf {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
#brxe-indpqf a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-indpqf {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
  #brxe-indpqf a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-jziwqb {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-jziwqb {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-rruliy.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-rruliy.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-rruliy .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-rruliy.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-rruliy.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-rruliy .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-smjrou {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-rvyxab {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-hnxkpz {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-hnxkpz {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-norzzd {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-norzzd {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-momfqi {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-momfqi {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-obhtav {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-goilxn {
  width: 50%;
  margin-top: .1vw;
}
#brxe-isqldy {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-isqldy {
    width: 20px;
    height: 20px;
  }
}
#brxe-uxhsad {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-uxhsad {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-rppogc {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
#brxe-rppogc a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-rppogc {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
  #brxe-rppogc a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-fvxaje {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-fvxaje {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-kauasz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kauasz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kauasz .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-kauasz.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-kauasz.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-kauasz .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-xwovro {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-euoang {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-vpgkiv {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-vpgkiv {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-pbpwhw {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-pbpwhw {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-wlfpsr {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-wlfpsr {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-lvaopf {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-noxncj {
  width: 50%;
  margin-top: .1vw;
}
#brxe-aglesq {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-aglesq {
    width: 20px;
    height: 20px;
  }
}
#brxe-nnoxxj {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-nnoxxj {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-xtunbn {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
#brxe-xtunbn a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-xtunbn {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 84%;
  }
  #brxe-xtunbn a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-ofzvlb {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-ofzvlb {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-osjdbh.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-osjdbh.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-osjdbh .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-osjdbh.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-osjdbh.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-osjdbh .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-oyickc {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-jsqjpr {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-ajfegk {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-ajfegk {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-ivwusd {
  width: 5%;
  font-family: "";
  font-weight: 400;
  color: #424242;
  font-size: 1.2vw;
  line-height: 1.2vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: .15vw;
}
@media (max-width: 478px) {
  #brxe-ivwusd {
    font-size: 3vw;
    line-height: 3vw;
    text-align: left;
    width: 10%;
    margin-top: 0;
  }
}
#brxe-zyjmfe {
  width: 85%;
  font-family: "";
  font-weight: 300;
  color: #f5f5f5;
  font-size: 1.58vw;
  line-height: 2.15vw;
  letter-spacing: -.04vw;
  align-self: flex-start;
  margin-top: 0;
}
@media (max-width: 478px) {
  #brxe-zyjmfe {
    font-size: 4.2vw;
    line-height: 4.2vw;
    text-align: left;
    width: 80%;
  }
}
#brxe-rkbsma {
  width: 90%;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  align-self: center !important;
}
#brxe-kmwupg {
  width: 50%;
  margin-top: .1vw;
}
#brxe-kennnb {
  margin-right: 0;
  margin-left: 0;
  width: 1.7vw;
  align-items: center;
  height: 1.7vw;
  background-color: #202020;
  justify-content: center;
  align-self: center !important;
  border: 1px solid #343434;
  border-radius: 5vw;
}
@media (max-width: 478px) {
  #brxe-kennnb {
    width: 20px;
    height: 20px;
  }
}
#brxe-xickcw {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  align-items: center;
  height: 13vh;
  flex-direction: row;
  z-index: 1;
  padding-top: 3vh;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  justify-content: space-between;
}
@media (max-width: 478px) {
  #brxe-xickcw {
    padding-top: 3.7vw;
    height: 19.5vw;
  }
}
#brxe-mhndao {
  width: 70%;
  font-size: .9vw;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
  position: absolute;
}
#brxe-mhndao a {
  font-size: .9vw;
  font-size: inherit;
  color: #f5f5f5;
  font-family: "";
  line-height: 1vw;
  font-weight: 400;
}
@media (max-width: 478px) {
  #brxe-mhndao {
    font-size: 3.2vw;
    line-height: 3.4vw;
    width: 96%;
  }
  #brxe-mhndao a {
    font-size: 3.2vw;
    font-size: inherit;
    line-height: 3.4vw;
  }
}
#brxe-vastba {
  position: relative;
  z-index: 1;
  bottom: 0px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-vastba {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    flex-direction: column;
  }
}
#brxe-sznldz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-sznldz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-sznldz .icon {
  color: rgba(0, 0, 0, 0);
}
@media (max-width: 478px) {
  #brxe-sznldz.horizontal .line {
    border-top-color: rgba(0, 0, 0, 0);
  }
  #brxe-sznldz.vertical .line {
    border-right-color: rgba(0, 0, 0, 0);
  }
  #brxe-sznldz .icon {
    color: rgba(0, 0, 0, 0);
  }
}
#brxe-xuxjdg {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #121212;
  height: 0px;
  position: absolute;
  width: 100%;
}
#brxe-llvqmz {
  position: relative;
  background-color: #ffc107;
  z-index: 0;
  height: 0px;
  bottom: 0px;
  display: flex;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-dhfctg {
  border-bottom: 1px solid #282828;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 1vh;
  padding-left: 0;
  background-color: rgba(139, 195, 74, 0);
}
@media (max-width: 478px) {
  #brxe-dhfctg {
    width: 100%;
    flex-direction: row;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-radius: 0px;
    padding-bottom: 1.95vw;
  }
}
#brxe-dubdfc {
  width: 100%;
  column-gap: 0px;
  row-gap: 0px;
  margin-right: 0;
  margin-left: 0;
  justify-content: flex-end;
  align-self: flex-start !important;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-dubdfc {
    width: 100%;
    align-self: center !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-style: none;
  }
}
#brxe-ldqlhp {
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-ldqlhp {
    width: 100%;
    margin-top: 6vh;
  }
}
#brxe-jbetlc {
  width: 73%;
  position: relative;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-jbetlc {
    width: 100%;
  }
}
#brxe-ifawdk {
  background-color: #070707;
  flex-direction: row;
  padding-right: 2vw;
  column-gap: 0vw;
  justify-content: space-between;
  align-items: stretch;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-ifawdk {
    padding-right: 2vw;
    padding-left: 2vw;
    flex-direction: column;
    flex-wrap: nowrap;
    height: fit-content;
  }
}
#brxe-seilro {
  color: #f5f5f5;
  font-size: 1.75vw;
  line-height: 1.75vw;
  font-family: "";
  letter-spacing: -.04vw;
}
@media (max-width: 478px) {
  #brxe-seilro {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
}
#brxe-ekhjoe {
  margin-top: 2.5%;
  margin-left: -10%;
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
}
@media (max-width: 478px) {
  #brxe-ekhjoe {
    font-size: 2.75vw;
    line-height: 2.75vw;
    margin-top: 0;
    margin-left: -1%;
  }
}
#brxe-wdfvqc {
  width: 80%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-qadpyt {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-qadpyt {
    width: 35%;
  }
}
#brxe-paseuv {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-paseuv {
    width: 35%;
  }
}
#brxe-zzyxfa {
  width: 2.25vw;
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  height: 2.25vw;
}
@media (max-width: 478px) {
  #brxe-zzyxfa {
    width: 100%;
    height: 100%;
  }
}
#brxe-rhjxdw {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-rhjxdw {
    margin-top: -.25vw;
    width: 17%;
  }
}
#brxe-brxbeo.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-brxbeo.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-brxbeo .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ibmsgw {
  z-index: 1;
  background-color: #353535;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-ibmsgw {
    height: 8.1vw;
    width: 8.1vw;
  }
}
#brxe-faalsp.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-faalsp.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-faalsp .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-zkjjbv {
  background-color: #292929;
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
@media (max-width: 478px) {
  #brxe-zkjjbv {
    width: 8.1vw;
    height: 8.1vw;
  }
}
#brxe-udpjyc {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
@media (max-width: 478px) {
  #brxe-udpjyc {
    height: 100%;
    top: 0px;
    bottom: 0px;
  }
}
#brxe-jfbyqz {
  width: 45%;
  align-self: flex-start !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  background-color: rgba(35, 35, 35, 0);
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-jfbyqz {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-jfbyqz {
    width: 47vw;
    padding-top: 2.95vw;
    padding-bottom: 2.4vw;
    flex-wrap: nowrap;
    align-self: center !important;
  }
}
#brxe-grsals {
  width: 100%;
  row-gap: 2vh;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-grsals {
    display: flex;
    align-self: center !important;
    align-items: center;
    justify-content: center;
    row-gap: 2vh;
  }
}
#brxe-vhogkd {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  display: none;
  min-height: 25vh;
}
#brxe-vhogkd {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-vhogkd {
    padding-top: 10vh;
    height: fit-content;
    row-gap: 6vw;
    display: flex;
    min-height: fit-content;
  }
}
#brxe-tagito.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-tagito.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-tagito .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-owdtlw {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-owdtlw {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-owdtlw {
    height: 40vw;
    min-height: 40vw;
  }
}
#brxe-zxsfnw {
  background-color: #070707;
  height: fit-content;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: fit-content;
}
#brxe-zxsfnw {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-zxsfnw {
    height: fit-content;
  }
}
#brxe-klnpmy {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.06vw;
  line-height: 2.5vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-klnpmy {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}
#brxe-yzhtgs {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-yzhtgs {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-ykhhma {
  width: 40%;
  padding-left: 0%;
  margin-left: 7%;
  z-index: 3;
}
#brxe-pbqotb.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-pbqotb.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pbqotb .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-xmgojx {
  width: 5vw;
  height: 5vw;
  border-radius: 6vw;
  background-color: #c99a56;
}
@media (max-width: 478px) {
  #brxe-xmgojx {
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
  }
}
#brxe-ejkxde {
  align-self: center !important;
  justify-content: center;
  position: absolute;
}
#brxe-nzuwgr {
  width: 5vw;
  height: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
  background-color: rgba(245, 245, 245, .21);
  border-radius: 10vw;
}
#brxe-nzuwgr {
  backdrop-filter: blur(5px);
}
@media (max-width: 478px) {
  #brxe-nzuwgr {
    width: 15vw;
    height: 15vw;
    border-radius: 15vw;
  }
}
#brxe-feovuw {
  font-size: 1.1vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.01vw;
}
@media (max-width: 478px) {
  #brxe-feovuw {
    font-size: 3vw;
  }
}
#brxe-jaijed {
  font-size: 1.1vw;
  color: #fff;
  font-family: "";
  font-weight: 300;
  letter-spacing: -.01vw;
}
@media (max-width: 478px) {
  #brxe-jaijed {
    font-size: 3vw;
  }
}
#brxe-wjqoyh {
  position: absolute;
  align-self: center !important;
  align-items: center;
  justify-content: center;
}
#brxe-xhofmy {
  justify-content: center;
  align-self: center !important;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#brxe-nivuwd {
  row-gap: 1vh;
  margin-top: 3%;
  width: 6vw;
}
#brxe-nivuwd {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-nivuwd {
    width: 16vw;
  }
}
#brxe-huqdye {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#brxe-dceajv {
  width: 100%;
  height: 92vh;
  overflow: hidden;
  background-image: url("../images/corporate-video.jpg");
  background-size: cover;
  background-position: center 65%;
  justify-content: flex-end;
  align-items: center;
  align-self: center !important;
  border-radius: 1.5vw;
  padding-right: 2vw;
  padding-bottom: 2vh;
  padding-left: 2vw;
  z-index: 2;
  position: relative;
}
#brxe-dceajv.nitro-lazy {
  background-image: none !important;
}
#brxe-dceajv {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-dceajv {
    height: 190vw;
    padding-bottom: 4vw;
  }
}
#brxe-dcwjjw.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-dcwjjw.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-dcwjjw .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-wbbwpy {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 46vh;
  background-color: #fff;
  top: 0px;
}
@media (max-width: 478px) {
  #brxe-wbbwpy {
    height: 92vw;
  }
}
#brxe-jvaxoa {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  padding-top: 0vh;
  padding-right: 2vw;
  padding-bottom: 5vh;
  padding-left: 2vw;
  position: relative;
  background-color: #101010;
  display: flex;
  height: fit-content;
  min-height: fit-content;
}
#brxe-hsruqb.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hsruqb.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hsruqb .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-tphanv {
  background-color: #101010;
  height: 15vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
}
#brxe-tphanv {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-tphanv {
    height: 30vw;
    min-height: 30vw;
  }
}
#brxe-nybxjm {
  color: #f5f5f5;
  font-size: 1.2vw;
  font-family: "";
  font-weight: 300;
  letter-spacing: .4vw;
  line-height: 1.4vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-nybxjm {
    font-size: 3.5vw;
    line-height: 3.5vw;
    text-align: center;
  }
}
#brxe-amzrrf {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-amzrrf {
    align-self: center !important;
    align-items: center;
    justify-content: center;
  }
}
#brxe-ritukz {
  color: #f5f5f5;
  font-size: 5vw;
  line-height: 5vw;
  font-family: "";
  letter-spacing: -.1vw;
  align-self: flex-start;
}
@media (max-width: 478px) {
  #brxe-ritukz {
    font-size: 12vw;
    line-height: 10vw;
    align-self: center;
    z-index: 3;
  }
}
#brxe-vwooig {
  width: 100%;
  margin-left: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-vwooig {
    z-index: 9;
  }
}
#brxe-cwfzzd {
  align-self: flex-start !important;
  align-items: flex-start;
  justify-content: center;
  padding-top: 8vh;
  padding-bottom: 6vh;
  width: 100%;
  row-gap: .5vh;
}
@media (max-width: 478px) {
  #brxe-cwfzzd {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    padding-top: 16vw;
    padding-bottom: 0vh;
    z-index: 3;
    row-gap: 2vw;
    flex-wrap: nowrap;
  }
}
#brxe-meytqu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-meytqu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-meytqu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-gzyiuc {
  height: 50vh;
  background-position: center center;
/*  background-image: url("../images/3-scaled.jpg");*/
  background-size: cover;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: flex-start !important;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
#brxe-gzyiuc.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-gzyiuc {
    height: 100vw;
  }
}
#brxe-ubhpoe {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-ubhpoe {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-vvdmla.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-vvdmla.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-vvdmla .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-wndcsl {
  background-color: #7e7e7e;
  width: .4vw;
  height: .4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: 1vw;
}
@media (max-width: 478px) {
  #brxe-wndcsl {
    width: 1vw;
    height: 1vw;
  }
}
#brxe-fvfdpw {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-fvfdpw {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-gyfkvo {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  align-items: center;
  column-gap: .35vw;
  margin-bottom: .3vh;
}
@media (max-width: 478px) {
  #brxe-gyfkvo {
    column-gap: .7vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-bottom: .6vw;
  }
}
#brxe-sbcekw {
  color: #f5f5f5;
  font-size: 1.75vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.04vw;
  line-height: 1.75vw;
}
@media (max-width: 478px) {
  #brxe-sbcekw {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}
#brxe-lktdtq {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-lktdtq {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-zgajfm {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -14%;
}
@media (max-width: 478px) {
  #brxe-zgajfm {
    font-size: 11px;
    line-height: 11px;
    margin-top: 0;
  }
}
#brxe-ioczln {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-jhhxed {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-jhhxed {
    width: 10px;
  }
}
#brxe-rbflqq {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-rbflqq {
    width: 10px;
  }
}
#brxe-nxcaxk {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-pjqnxy {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-pjqnxy {
    width: 15%;
  }
}
#brxe-fngqws.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-fngqws.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-fngqws .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-yshcpf {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-phfdrp.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-phfdrp.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-phfdrp .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-occavl {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-vvokei {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-rxotjb {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-top: 3vh;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-rxotjb {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-rxotjb {
    width: 160px;
    padding-top: 13px;
    padding-bottom: 11px;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
  }
}
#brxe-uveigf {
  padding-top: 3vh;
  padding-right: 3%;
  padding-bottom: 3vh;
  padding-left: 1vw;
  background-color: #1a1a1a;
  row-gap: .5vh;
}
@media (max-width: 478px) {
  #brxe-uveigf {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#1a1a1a, #070707);
    row-gap: 1vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
#brxe-vcumzq {
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: .7vw;
}
@media (max-width: 478px) {
  #brxe-vcumzq {
    margin-top: -10vw;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border-radius: 2vw;
  }
}
#brxe-nldwec.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-nldwec.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-nldwec .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-sfnufn {
  height: 50vh;
  background-image: url("../images/BAIE-Nr.3-ETAJ-2-DORMITOR-OASPETI-4-scaled.jpg");
  background-size: cover;
  background-position: center center;
}
#brxe-sfnufn.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-sfnufn {
    height: 100vw;
  }
}
#brxe-sgdach {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-sgdach {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-hppfxq.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hppfxq.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hppfxq .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-pmajvi {
  background-color: #7e7e7e;
  width: .4vw;
  height: .4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: 1vw;
}
@media (max-width: 478px) {
  #brxe-pmajvi {
    width: 1vw;
    height: 1vw;
  }
}
#brxe-gkuxlt {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-gkuxlt {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-asuahm {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  align-items: center;
  column-gap: .35vw;
  margin-bottom: .3vh;
}
@media (max-width: 478px) {
  #brxe-asuahm {
    column-gap: .7vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-bottom: .6vw;
  }
}
#brxe-vhsmcy {
  color: #f5f5f5;
  font-size: 1.75vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.04vw;
  line-height: 1.75vw;
}
@media (max-width: 478px) {
  #brxe-vhsmcy {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}
#brxe-fohkdn {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-fohkdn {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-vhtyun {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -14%;
}
@media (max-width: 478px) {
  #brxe-vhtyun {
    font-size: 11px;
    line-height: 11px;
    margin-top: 0;
  }
}
#brxe-slfqzs {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-wqwbfc {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-wqwbfc {
    width: 10px;
  }
}
#brxe-yfpxiv {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-yfpxiv {
    width: 10px;
  }
}
#brxe-uzmfgq {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-irjend {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-irjend {
    width: 15%;
  }
}
#brxe-ewbcph.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-ewbcph.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ewbcph .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-egqtli {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-pitqkn.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-pitqkn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-pitqkn .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-cvewpn {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-qknxph {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-dbikhk {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-top: 3vh;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-dbikhk {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-dbikhk {
    width: 160px;
    padding-top: 13px;
    padding-bottom: 11px;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
  }
}
#brxe-twvxpv {
  padding-top: 3vh;
  padding-right: 3%;
  padding-bottom: 3vh;
  padding-left: 1vw;
  background-color: #1a1a1a;
  row-gap: .5vh;
}
@media (max-width: 478px) {
  #brxe-twvxpv {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#1a1a1a, #070707);
    row-gap: 1vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
#brxe-ecelev {
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: .7vw;
}
@media (max-width: 478px) {
  #brxe-ecelev {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border-radius: 2vw;
  }
}
#brxe-xfgwwd.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-xfgwwd.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-xfgwwd .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-idqsvv {
  height: 50vh;
  background-image: url("../images/Dormitor-NR.2-v3_View03-1-scaled.jpg");
  background-size: cover;
  background-position: center left;
}
#brxe-idqsvv.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-idqsvv {
    height: 100vw;
  }
}
#brxe-ozulfs {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-ozulfs {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-rjfyzh.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-rjfyzh.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-rjfyzh .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-nkkehw {
  background-color: #7e7e7e;
  width: .4vw;
  height: .4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: 1vw;
}
@media (max-width: 478px) {
  #brxe-nkkehw {
    width: 1vw;
    height: 1vw;
  }
}
#brxe-otzoax {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-otzoax {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-ucqjll {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  align-items: center;
  column-gap: .35vw;
  margin-bottom: .3vh;
}
@media (max-width: 478px) {
  #brxe-ucqjll {
    column-gap: .7vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-bottom: .6vw;
  }
}
#brxe-hsatzg {
  color: #f5f5f5;
  font-size: 1.75vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.04vw;
  line-height: 1.75vw;
}
@media (max-width: 478px) {
  #brxe-hsatzg {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}
#brxe-pzmfrr {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-pzmfrr {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-rgtpom {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -14%;
}
@media (max-width: 478px) {
  #brxe-rgtpom {
    font-size: 11px;
    line-height: 11px;
    margin-top: 0;
  }
}
#brxe-eacfte {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-skogcc {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-skogcc {
    width: 10px;
  }
}
#brxe-mmowye {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-mmowye {
    width: 10px;
  }
}
#brxe-oqyriq {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-pvsxvu {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-pvsxvu {
    width: 15%;
  }
}
#brxe-hsbqan.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-hsbqan.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-hsbqan .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-tyvves {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-rbseul.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-rbseul.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-rbseul .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-crgalr {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-qbtgza {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-shvbvw {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-top: 3vh;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-shvbvw {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-shvbvw {
    width: 160px;
    padding-top: 13px;
    padding-bottom: 11px;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
  }
}
#brxe-zgcjin {
  padding-top: 3vh;
  padding-right: 3%;
  padding-bottom: 3vh;
  padding-left: 1vw;
  background-color: #1a1a1a;
  row-gap: .5vh;
}
@media (max-width: 478px) {
  #brxe-zgcjin {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#1a1a1a, #070707);
    padding-top: 6vw;
    padding-bottom: 6vw;
    row-gap: 1vw;
  }
}
#brxe-mpjswc {
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: .7vw;
}
@media (max-width: 478px) {
  #brxe-mpjswc {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border-radius: 2vw;
  }
}
#brxe-llkwtu.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-llkwtu.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-llkwtu .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-ngmzoj {
  height: 50vh;
  background-position: center center;
  background-image: url("../images/18-scaled.jpg");
  background-size: cover;
}
#brxe-ngmzoj.nitro-lazy {
  background-image: none !important;
}
@media (max-width: 478px) {
  #brxe-ngmzoj {
    height: 100vw;
  }
}
#brxe-utjhjn {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 500;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-utjhjn {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-fhzupf.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-fhzupf.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-fhzupf .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-avsuno {
  background-color: #7e7e7e;
  width: .4vw;
  height: .4vw;
  margin-right: 0;
  margin-left: 0;
  border-radius: 1vw;
}
@media (max-width: 478px) {
  #brxe-avsuno {
    width: 1vw;
    height: 1vw;
  }
}
#brxe-ncqyue {
  color: #7e7e7e;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-ncqyue {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-xaafjk {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center !important;
  align-items: center;
  column-gap: .35vw;
  margin-bottom: .3vh;
}
@media (max-width: 478px) {
  #brxe-xaafjk {
    column-gap: .7vw;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-bottom: .6vw;
  }
}
#brxe-tlnnko {
  color: #f5f5f5;
  font-size: 1.75vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.04vw;
  line-height: 1.75vw;
}
@media (max-width: 478px) {
  #brxe-tlnnko {
    font-size: 7vw;
    line-height: 7vw;
    text-align: center;
  }
}
#brxe-twsctr {
  width: 100%;
}
@media (max-width: 478px) {
  #brxe-twsctr {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-wzkjxk {
  color: #f5f5f5;
  font-size: .8vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: .8vw;
  margin-top: 2.5%;
  margin-left: -14%;
}
@media (max-width: 478px) {
  #brxe-wzkjxk {
    font-size: 11px;
    line-height: 11px;
    margin-top: 0;
  }
}
#brxe-pqucxf {
  width: 80%;
  align-items: center;
  align-self: center !important;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  z-index: 2;
}
#brxe-nprifc {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-nprifc {
    width: 10px;
  }
}
#brxe-wiipbv {
  width: .85vw;
  transform: rotateZ(-45deg);
}
@media (max-width: 478px) {
  #brxe-wiipbv {
    width: 10px;
  }
}
#brxe-ksqfxd {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
}
#brxe-nbbwbb {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  position: relative;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  height: 2.25vw;
  z-index: 2;
}
@media (max-width: 478px) {
  #brxe-nbbwbb {
    width: 15%;
  }
}
#brxe-ixblbz.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-ixblbz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ixblbz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-zqicxt {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  z-index: 1;
}
#brxe-kdyppv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kdyppv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kdyppv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-mbekvw {
  width: 2.25vw;
  height: 2.25vw;
  margin-right: 0;
  margin-left: 0;
  position: absolute;
  z-index: 3;
}
#brxe-qkvjqn {
  position: absolute;
  align-items: flex-end;
  justify-content: center;
  align-self: flex-end !important;
  z-index: 0;
}
#brxe-aregpx {
  flex-direction: row;
  justify-content: space-between;
  width: 45%;
  background-color: rgba(35, 35, 35, 0);
  margin-top: 3vh;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  align-self: flex-start !important;
  position: relative;
  border: 1px solid #424242;
  overflow: hidden;
}
#brxe-aregpx {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-aregpx {
    width: 160px;
    padding-top: 13px;
    padding-bottom: 11px;
    align-self: center !important;
    justify-content: center;
    align-items: center;
    margin-top: 6vw;
  }
}
#brxe-zafrrw {
  padding-top: 3vh;
  padding-right: 3%;
  padding-bottom: 3vh;
  padding-left: 1vw;
  background-color: #1a1a1a;
  row-gap: .5vh;
}
@media (max-width: 478px) {
  #brxe-zafrrw {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#1a1a1a, #070707);
    row-gap: 1vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}
#brxe-qncbfz {
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: .7vw;
}
@media (max-width: 478px) {
  #brxe-qncbfz {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border-radius: 2vw;
  }
}
#brxe-mhysrm {
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  column-gap: 1vw;
}
@media (max-width: 478px) {
  #brxe-mhysrm {
    row-gap: 3vh;
  }
}
#brxe-qwpcqr {
  background-color: #101010;
  flex-direction: column;
  padding-right: 2vw;
  padding-left: 2vw;
  column-gap: 1vw;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-qwpcqr {
    flex-direction: column;
    row-gap: 6vw;
    margin-top: -4vw;
    z-index: 3;
  }
}
#brxe-kibklv.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-kibklv.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-kibklv .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-mhddyl {
  background-color: #101010;
  height: 6vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 6vh;
}
#brxe-mhddyl {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-mhddyl {
    height: 20vw;
    min-height: 20vw;
  }
}
#brxe-lheiuk.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-lheiuk.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-lheiuk .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-xpzoqu {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-xpzoqu {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-xpzoqu {
    height: 30vw;
    min-height: 30vw;
  }
}
#brxe-qsymsb {
  width: 100%;
  height: fit-content;
  min-height: fit-content;
}
#brxe-ipefmg.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-ipefmg.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-ipefmg .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-biacqs {
  background-color: #070707;
  height: 25vh;
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
}
#brxe-biacqs {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-biacqs {
    height: 30vw;
    min-height: 30vw;
  }
}
#brxe-pqpmxe {
  width: 100%;
  display: flex;
  height: fit-content;
  min-height: fit-content;
}
@media (max-width: 478px) {
  #brxe-pqpmxe {
    display: flex;
  }
}
#brxe-ykozfk.vertical .line {
  border-right-style: none;
}
#brxe-wyzuhu.nitro-lazy {
  background-image: none !important;
}
#brxe-fpbckz.vertical .line {
  border-right-style: none;
}
#brxe-sexett.vertical .line {
  border-right-style: none;
}
#brxe-tfkgcq.nitro-lazy {
  background-image: none !important;
}
#brxe-kbdcdx.vertical .line {
  border-right-style: none;
}
#brxe-ieznnb.vertical .line {
  border-right-style: none;
}
#brxe-kjyukp.nitro-lazy {
  background-image: none !important;
}
#brxe-jwetio.vertical .line {
  border-right-style: none;
}
#brxe-xgqrss.vertical .line {
  border-right-style: none;
}
#brxe-mpydsc.nitro-lazy {
  background-image: none !important;
}
#brxe-yogbom.vertical .line {
  border-right-style: none;
}
#brxe-sygruw.vertical .line {
  border-right-style: none;
}
#brxe-sdjixk.nitro-lazy {
  background-image: none !important;
}
#brxe-thxhuq.vertical .line {
  border-right-style: none;
}
#brxe-jocfjf.vertical .line {
  border-right-style: none;
}
#brxe-whslqa.nitro-lazy {
  background-image: none !important;
}
#brxe-jywnqj.vertical .line {
  border-right-style: none;
}
#brxe-vowcld.vertical .line {
  border-right-style: none;
}
#brxe-dgllam.nitro-lazy {
  background-image: none !important;
}
#brxe-gvqgwz.vertical .line {
  border-right-style: none;
}
#brxe-kojthk.horizontal .line {
  border-top-style: none;
}
#brxe-kojthk.vertical .line {
  border-right-style: none;
}
#brxe-ffenbv {
  height: 50vh;
  width: 100%;
/*  background-image: url("../images/3-scaled.jpg");*/
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-ffenbv.nitro-lazy {
  background-image: none !important;
}
#brxe-npgjro.horizontal .line {
  border-top-style: none;
}
#brxe-npgjro.vertical .line {
  border-right-style: none;
}
#brxe-wioklz {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-5.jpg");
  background-size: cover;
}
#brxe-wioklz.nitro-lazy {
  background-image: none !important;
}
#brxe-mbxadm.horizontal .line {
  border-top-style: none;
}
#brxe-mbxadm.vertical .line {
  border-right-style: none;
}
#brxe-nodsmj {
  height: 50vh;
  width: 100%;
  background-image: url("../images/loader/loader-6.jpg");
  background-size: cover;
  background-position: center 60%;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-nodsmj.nitro-lazy {
  background-image: none !important;
}
#brxe-guoluw {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  flex-direction: row;
  background-image: url("../images/loader/loader-7.jpg");
  background-size: cover;
}
#brxe-guoluw.nitro-lazy {
  background-image: none !important;
}
#brxe-paqsif.horizontal .line {
  border-top-style: none;
}
#brxe-paqsif.vertical .line {
  border-right-style: none;
}
#brxe-lfkpxq {
  height: 50vh;
  width: 100%;
/*  background-image: url("../images/Untitled-design-26.jpg");*/
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-lfkpxq.nitro-lazy {
  background-image: none !important;
}
#brxe-hpfsbe.horizontal .line {
  border-top-style: none;
}
#brxe-hpfsbe.vertical .line {
  border-right-style: none;
}
#brxe-ughbmj {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  background-image: url("../images/loader/loader-8.jpg");
  background-size: cover;
}
#brxe-ughbmj.nitro-lazy {
  background-image: none !important;
}
#brxe-srljtx.horizontal .line {
  border-top-style: none;
}
#brxe-srljtx.vertical .line {
  border-right-style: none;
}
#brxe-kezxon {
  height: 50vh;
  width: 100%;
/*  background-image: url("../images/DORMITOR-MATRIMONIAL_View01-scaled.jpg");*/
  background-size: cover;
  background-position: center center;
  flex-shrink: 0;
  position: absolute;
  justify-content: flex-start;
  align-self: flex-start !important;
  align-items: center;
  top: 0px;
}
#brxe-kezxon.nitro-lazy {
  background-image: none !important;
}
#brxe-yofehx.horizontal .line {
  border-top-style: none;
}
#brxe-yofehx.vertical .line {
  border-right-style: none;
}
#brxe-addtdq {
  position: relative;
  width: 100%;
  height: 40vh;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  background-image: url("../images/loader/loader-9.jpg");
  background-size: cover;
}
#brxe-addtdq.nitro-lazy {
  background-image: none !important;
}
#brxe-ompukr {
  padding-left: 0;
  position: fixed;
  z-index: 99;
  display: flex;
}
@media (max-width: 478px) {
  #brxe-ompukr {
    display: flex;
  }
}
#brxe-ntbvuv:not(.tag) {
  filter: invert(100%);
}
#brxe-ntbvuv {
  cursor: pointer;
}
#brxe-nphrmi.vertical .line {
  border-right-style: none;
}
#brxe-ywaakq.vertical .line {
  border-right-style: none;
}
#brxe-ygqqak {
  cursor: pointer;
}
#brxe-iljlyj.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-iljlyj .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-pgseev {
  cursor: pointer;
}
#brxe-mepbgi.vertical .line {
  border-right-color: #363636;
}
#brxe-mepbgi .icon {
  color: #363636;
}
#brxe-nuxshy.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-nuxshy .icon {
  color: #dcdcdc;
}
#brxe-hxtvam.vertical .line {
  border-right-color: #363636;
}
#brxe-hxtvam .icon {
  color: #363636;
}
#brxe-avrkxl.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-avrkxl .icon {
  color: #dcdcdc;
}
#brxe-ymxtlc.vertical .line {
  border-right-color: #363636;
}
#brxe-ymxtlc .icon {
  color: #363636;
}
#brxe-utwnid.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-utwnid .icon {
  color: #dcdcdc;
}
#brxe-lqizkx.vertical .line {
  border-right-color: #363636;
}
#brxe-lqizkx .icon {
  color: #363636;
}
#brxe-zqiygs.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-zqiygs .icon {
  color: #dcdcdc;
}
#brxe-cvsswo.vertical .line {
  border-right-color: #363636;
}
#brxe-cvsswo .icon {
  color: #363636;
}
#brxe-tbtbnj.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-tbtbnj .icon {
  color: #dcdcdc;
}
#brxe-xhnhcj.vertical .line {
  border-right-color: #363636;
}
#brxe-xhnhcj .icon {
  color: #363636;
}
#brxe-qlkrxb.vertical .line {
  border-right-color: #dcdcdc;
}
#brxe-qlkrxb .icon {
  color: #dcdcdc;
}
#brxe-zojdyi .wrapper-buton-header {
  cursor: pointer;
}
#brxe-bnwnkz.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-bnwnkz .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-dhpvnn.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-dhpvnn .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-pjuver img {
  filter: invert(30%);
}
#brxe-ppkodz.vertical .line {
  border-right-style: none;
}
#brxe-xvculz img {
  filter: invert(30%);
}
#brxe-lqdurn.vertical .line {
  border-right-style: none;
}
#brxe-wxkukn .social-footer {
  cursor: pointer;
}
#brxe-wxkukn .social-footer .cerc-bg-soclal {
  transition: all .3s ease-in-out;
}
#brxe-wxkukn .social-footer:hover .cerc-bg-soclal {
  transform: scale(1);
}
#brxe-wxkukn .social-footer .logo-social-footer {
  transition: all .3s ease-in-out;
}
#brxe-wxkukn .social-footer:hover .logo-social-footer {
  transform: scale(.8);
}
#brxe-dqawru.vertical .line {
  border-right-style: none;
}
#brxe-wgdwxc.vertical .line {
  border-right-style: none;
}
#brxe-a19da0 {
  color: #212121;
  font-size: 1.1vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-a19da0 {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-f7786c {
  color: #212121;
  font-size: 1.1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.02vw;
  line-height: 1.3vw;
  text-align: left;
  align-self: center;
}
@media (max-width: 478px) {
  #brxe-f7786c {
    font-size: 3vw;
    line-height: 3vw;
  }
}
#brxe-4218d5 {
  align-self: flex-start !important;
  justify-content: center;
  align-items: flex-start;
  width: 12vw;
  padding-top: 1.3vh;
  padding-bottom: .8vh;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #404040;
  border-radius: 10vw;
  flex-direction: row;
  column-gap: .4vw;
}
@media (max-width: 478px) {
  #brxe-4218d5 {
    width: fit-content;
    padding-right: 4vw;
    padding-bottom: 1vh;
    padding-left: 4vw;
  }
}
#brxe-a11ec6 {
  width: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
}
#brxe-cf227f {
  width: 75%;
}
#brxe-cf227f:not(.tag), #brxe-cf227f img {
  filter: invert(100%);
}
#brxe-457179 {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-457179 {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-c8c3c5"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-uxxqbl {
  width: 28%;
}
#brxe-uxxqbl:not(.tag), #brxe-uxxqbl img {
  filter: invert(100%);
}
#brxe-vzjiiz {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-vzjiiz {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-ylhdlt"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-0b4390 {
  width: 45%;
}
#brxe-0b4390:not(.tag), #brxe-0b4390 img {
  filter: invert(100%) brightness(200%) saturate(0%);
}
#brxe-e06eb6 {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-e06eb6 {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-4d13f5"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-zkjsuy {
  width: 35%;
}
#brxe-zkjsuy:not(.tag), #brxe-zkjsuy img {
  filter: invert(100%);
}
#brxe-ytpiwv {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-ytpiwv {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-zxxxep"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-4815a7 {
  width: 35%;
}
#brxe-928238 {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-928238 {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-8d1cd2"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-faff6c {
  width: 60%;
}
#brxe-faff6c:not(.tag), #brxe-faff6c img {
  filter: invert(100%);
}
#brxe-4c0959 {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-4c0959 {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-56f2f9"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-a1733a {
  width: 35%;
}
#brxe-600f55 {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  border-radius: 0px;
  height: 14vh;
}
@media (max-width: 478px) {
  #brxe-600f55 {
    height: 12vh;
  }
}
@media (max-width: 478px) {
  [data-id="brxe-07cc91"].splide__slide {
    flex-wrap: nowrap;
  }
}
#brxe-deceed .splide__slide {
  background-color: rgba(0, 0, 0, 0);
}
#brxe-deceed .splide__list {
  transition-timing-function: linear !important;
}
#brxe-deceed {
  transition-timing-function: linear !important;
}
@media (max-width: 478px) {
  #brxe-deceed .splide__list {
    transition-timing-function: linear !important;
  }
  #brxe-deceed {
    transition-timing-function: linear !important;
  }
  #brxe-deceed .splide__track {
    transition-timing-function: linear !important;
  }
}
#brxe-dea715 {
  background-color: #fff;
  padding-top: 10vh;
  padding-bottom: 10vh;
  row-gap: 7vh;
}
@media (max-width: 478px) {
  #brxe-dea715 {
    row-gap: 3vh;
    padding-bottom: 5vh;
    flex-wrap: nowrap;
  }
}
#brxe-uxzzbt {
  color: #f5f5f5;
  font-size: 2.5vw;
  font-family: "";
  font-weight: 500;
  letter-spacing: -.06vw;
  line-height: 2.5vw;
  text-align: center;
}
@media (max-width: 478px) {
  #brxe-uxzzbt {
    font-size: 7vw;
    line-height: 7vw;
  }
}
#brxe-wkzmmt {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#brxe-hekyfo {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
#brxe-dstcrp {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-dstcrp {
    font-size: 2.75vw;
    line-height: 2.75vw;
  }
}
#brxe-vyklgd {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#brxe-wpaucl {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.2vw;
  text-align: left;
}
@media (max-width: 478px) {
  #brxe-wpaucl {
    font-size: 2.75vw;
    line-height: 2.75vw;
  }
}
#brxe-qhyihn {
  position: absolute;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 3;
}
#brxe-bgliss .line {
  height: 1px;
}
#brxe-bgliss.horizontal .line {
  border-top-width: 1px;
  border-top-color: #f5f5f5;
}
#brxe-bgliss {
  width: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  background-color: #f5f5f5;
}
#brxe-bgliss.vertical .line {
  border-right-color: #f5f5f5;
}
#brxe-bgliss .icon {
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-bgliss {
    width: 2vw;
    background-color: #f5f5f5;
    height: 1px;
  }
}
#brxe-jdofpt {
  width: 2px;
  position: absolute;
  height: .75vw;
  background-color: #f5f5f5;
  bottom: 0px;
  left: 0px;
}
#brxe-jdofpt.horizontal .line {
  border-top-color: #f5f5f5;
  width: 1px;
}
#brxe-jdofpt.vertical .line {
  border-right-color: #f5f5f5;
  border-right-width: 1px;
}
#brxe-jdofpt .icon {
  color: #f5f5f5;
}
@media (max-width: 767px) {
  #brxe-jdofpt {
    width: 1px;
  }
}
@media (max-width: 478px) {
  #brxe-jdofpt {
    height: 2vw;
  }
}
#brxe-qaxqxf .line {
  height: 1px;
}
#brxe-qaxqxf.horizontal .line {
  border-top-width: 1px;
  border-top-color: #f5f5f5;
}
#brxe-qaxqxf {
  width: 5%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #f5f5f5;
}
#brxe-qaxqxf.vertical .line {
  border-right-color: #f5f5f5;
}
#brxe-qaxqxf .icon {
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-qaxqxf {
    width: 2vw;
    height: 1px;
    background-color: #f5f5f5;
  }
}
#brxe-aiplvf {
  width: 1px;
  position: absolute;
  height: .75vw;
  background-color: #f5f5f5;
  right: 0px;
  bottom: 0px;
}
#brxe-aiplvf.horizontal .line {
  border-top-color: rgba(245, 245, 245, 0);
}
#brxe-aiplvf.vertical .line {
  border-right-color: rgba(245, 245, 245, 0);
}
#brxe-aiplvf .icon {
  color: rgba(245, 245, 245, 0);
}
@media (max-width: 478px) {
  #brxe-aiplvf {
    height: 2vw;
  }
}
#brxe-tqxohy .line {
  height: 1px;
}
#brxe-tqxohy.horizontal .line {
  border-top-width: 1px;
  border-top-color: #f5f5f5;
}
#brxe-tqxohy {
  width: 5%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1px;
  background-color: #f5f5f5;
}
#brxe-tqxohy.vertical .line {
  border-right-color: #f5f5f5;
}
#brxe-tqxohy .icon {
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-tqxohy {
    width: 2vw;
    height: 1px;
    background-color: #f5f5f5;
  }
}
#brxe-ewijgi {
  width: 1px;
  position: absolute;
  top: 0px;
  height: .75vw;
  background-color: #f5f5f5;
  right: 0px;
}
#brxe-ewijgi.horizontal .line {
  border-top-color: rgba(245, 245, 245, 0);
}
#brxe-ewijgi.vertical .line {
  border-right-color: rgba(245, 245, 245, 0);
}
#brxe-ewijgi .icon {
  color: rgba(245, 245, 245, 0);
}
@media (max-width: 478px) {
  #brxe-ewijgi {
    height: 2vw;
  }
}
#brxe-wzamuw .line {
  height: 1px;
}
#brxe-wzamuw.horizontal .line {
  border-top-width: 1px;
  border-top-color: #f5f5f5;
}
#brxe-wzamuw {
  width: 5%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1px;
  background-color: #f5f5f5;
}
#brxe-wzamuw.vertical .line {
  border-right-color: #f5f5f5;
}
#brxe-wzamuw .icon {
  color: #f5f5f5;
}
@media (max-width: 478px) {
  #brxe-wzamuw {
    width: 2vw;
    height: 1px;
    background-color: #f5f5f5;
  }
}
#brxe-ljpvko {
  width: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: .75vw;
  background-color: #f5f5f5;
}
#brxe-ljpvko.horizontal .line {
  border-top-color: rgba(245, 245, 245, 0);
}
#brxe-ljpvko.vertical .line {
  border-right-color: rgba(245, 245, 245, 0);
}
#brxe-ljpvko .icon {
  color: rgba(245, 245, 245, 0);
}
@media (max-width: 767px) {
  #brxe-ljpvko {
    width: 1px;
  }
}
@media (max-width: 478px) {
  #brxe-ljpvko {
    height: 2vw;
  }
}
#brxe-onugsy {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 17vw;
  padding-top: 1.8vh;
  padding-bottom: 1.8vh;
  position: absolute;
}
#brxe-onugsy {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-onugsy {
    width: 48vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
}
#brxe-fqhjrn {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  margin-top: 6vh;
  z-index: 4;
}
@media (max-width: 478px) {
  #brxe-fqhjrn {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-szbsja {
  color: #f5f5f5;
  font-size: 1vw;
  font-family: "";
  font-weight: 400;
  letter-spacing: -.01vw;
  line-height: 1vw;
  text-align: center;
}
@media (max-width: 478px) {
  #brxe-szbsja {
    font-size: 3vw;
    line-height: 7vw;
  }
}
#brxe-wiudrk {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 4;
}
#brxe-motcxq.horizontal .line {
  border-top-color: rgba(0, 0, 0, 0);
}
#brxe-motcxq.vertical .line {
  border-right-color: rgba(0, 0, 0, 0);
}
#brxe-motcxq .icon {
  color: rgba(0, 0, 0, 0);
}
#brxe-motcxq {
  width: 100%;
}
#brxe-zktkez {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(#070707 20%, rgba(7, 7, 7, .35) 70%, #070707 100%);
  width: 100%;
}
#brxe-hpmcim {
  height: 60vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  row-gap: 9vh;
  align-self: center !important;
  justify-content: center;
  position: relative;
  overflow: HIDDEN;
  background-color: #070707;
}
@media (max-width: 478px) {
  #brxe-hpmcim {
    flex-direction: column;
    height: 140vw;
    row-gap: 7vh;
  }
}
#brxe-dixskl {
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  font-size: 2.5vw;
  letter-spacing: -.06vw;
  line-height: 3vw;
  text-align: center;
}
@media (max-width: 478px) {
  #brxe-dixskl {
    font-size: 6vw;
    line-height: 6vw;
  }
}
#brxe-rcrdqp {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#brxe-msprxs {
  text-align: center;
  font-family: "";
  font-weight: 400;
  color: #f5f5f5;
  font-size: .9vw;
  line-height: .9vw;
  width: 83%;
  position: relative;
}
@media (max-width: 478px) {
  #brxe-msprxs {
    font-size: 12px;
    line-height: 12px;
    width: 70%;
  }
}
#brxe-jufkko {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#brxe-nmqfim {
  width: 30%;
  margin-right: 0;
  margin-left: 0;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  row-gap: 2vh;
}
@media (max-width: 478px) {
  #brxe-nmqfim {
    width: 100%;
  }
}
#brxe-wfajvo.vertical .line {
  border-right-style: none;
}
#brxe-geaksx {
  width: 100%;
  flex-direction: row;
  align-self: center !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-geaksx {
    flex-direction: column-reverse;
  }
}
#brxe-muicac {
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  font-size: 10vw;
  letter-spacing: -0.4vw;
  line-height: normal;
	text-transform: uppercase;
  text-align: center;
  margin-left: -0.4vw;
}
@media (max-width: 478px) {
  #brxe-muicac {
    font-size: 8vw;
    line-height: 8vw;
  }
}
#brxe-zorsfe {
  width: 100%;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  position: relative;
  overflow: hidden;
}
#brxe-kkausn {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-kkausn {
    font-size: 2.5vw;
  }
}
#brxe-aedjme {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-aedjme {
    font-size: 2.5vw;
  }
}
#brxe-atfqvf {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-matipd {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-btfkim {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-btfkim {
    font-size: 2.5vw;
  }
}
#brxe-nffdml {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-nffdml {
    font-size: 2.5vw;
  }
}
#brxe-hpoasf {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-qcupam {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-zjdriw {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-zjdriw {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ekurdb {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-ekurdb {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-xhohwu {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-qwojdf {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-itekgh {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-itekgh {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-jqxeuo {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-jqxeuo {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ripseb {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-nuovtn {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-clvbmj {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-clvbmj {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-vghgxc {
  font-size: .9vw;
  font-family: "";
  font-weight: 500;
  color: #f5f5f5;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-vghgxc {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ithdnz {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-ebvion {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-yzpwak {
  width: 100%;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: 1vw;
}
#brxe-yzpwak .buton-footer {
  cursor: pointer;
}
#brxe-bxlpjs {
  width: fit-content;
}
.switch-language {
  transition: background-color .3s ease, transform .3s ease;
}
.switch-language:nth-child(1):hover {
  background-color: #333;
  transform: scale(1.05);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.switch-language:nth-child(2):hover {
  background-color: #333;
  transform: scale(1.03);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
  background-color: #1a1a1a;
  color: white;
  transform: scale(1.03);
}
.switch-language.active:hover {
  background-color: #444;
  color: white;
  transform: scale(1.03);
}
@media (max-width: 478px) {
  #brxe-bxlpjs {
    width: fit-content;
  }
  .switch-language {
    transition: background-color .3s ease, transform .3s ease;
  }
  .switch-language:nth-child(1):hover {
    background-color: #333;
    transform: scale(1.05);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .switch-language:nth-child(2):hover {
    background-color: #333;
    transform: scale(1.03);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .switch-language:hover ~ .switch-language.active, .switch-language.active:hover ~ .switch-language {
    background-color: #1a1a1a;
    color: white;
    transform: scale(1.03);
  }
  .switch-language.active:hover {
    background-color: #444;
    color: white;
    transform: scale(1.03);
  }
}
#brxe-jchonq {
  cursor: auto;
  font-size: .9vw;
  font-family: "Neue Haas";
  font-weight: 400;
  line-height: 1vw;
}
#brxe-jchonq a {
  font-size: .9vw;
  font-size: inherit;
  font-family: "Neue Haas";
  font-weight: 400;
  line-height: 1vw;
}
@media (max-width: 478px) {
  #brxe-jchonq {
    font-size: 3vw;
    line-height: 3vw;
    font-family: "Neue Haas";
    font-weight: 400;
  }
  #brxe-jchonq a {
    font-size: 3vw;
    font-size: inherit;
    line-height: 3vw;
    font-family: "Neue Haas";
    font-weight: 400;
  }
}
#brxe-kroimm {
  align-self: center !important;
  align-items: flex-end;
  width: 100%;
  justify-content: center;
}
@media (max-width: 478px) {
  #brxe-kroimm {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-wilpfw {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-wilpfw {
    height: 100%;
    width: fit-content;
  }
}
#brxe-bciqez {
  width: 5.4vw;
  height: 2.7vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #edecec;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-bciqez {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-mixyzq {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-mixyzq {
    width: fit-content;
    height: 100%;
  }
}
#brxe-rwhlje {
  width: 5.4vw;
  height: 2.7vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #5960a8;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-rwhlje {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-hylcfq {
  width: 2.5vw;
  height: 2.5vw;
}
@media (max-width: 478px) {
  #brxe-hylcfq {
    width: fit-content;
    height: 100%;
  }
}
#brxe-gdcjzs {
  width: 5.4vw;
  height: 2.7vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #df6147;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 478px) {
  #brxe-gdcjzs {
    width: 33.3333%;
    height: 100%;
  }
}
#brxe-nivpcg {
  flex-direction: row;
  width: 100%;
  align-self: center !important;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 478px) {
  #brxe-nivpcg {
    align-self: center !important;
    justify-content: center;
    width: 57%;
    height: 11vw;
  }
}
#brxe-pxojns {
  width: 100%;
  row-gap: .75vh;
}
@media (max-width: 478px) {
  #brxe-pxojns {
    align-self: center !important;
    justify-content: center;
    align-items: center;
  }
}
#brxe-fuzcaw {
  width: 100%;
  display: flex;
  padding-top: 0vh;
  padding-bottom: 2vh;
  align-self: center !important;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: -8vh;
}
@media (max-width: 478px) {
  #brxe-fuzcaw {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    row-gap: 4vh;
  }
}
#brxe-clyses.vertical .line {
  border-right-color: #424242;
}
#brxe-clyses .icon {
  color: #424242;
}
#brxe-clyses.vertical {
  align-self: center;
}
#brxe-fwdgkz {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-fwdgkz {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-myzbsb {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-myzbsb {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-daiisv {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-cgwkxi {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-izatpz {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-izatpz {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-ubakew {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-ubakew {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-vezgdc {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-wtrmso {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-gwpuym {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-gwpuym {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-hrulnr {
  font-size: .9vw;
  font-family: "";
  font-weight: 400;
  color: #9e9e9e;
  letter-spacing: -.02vw;
}
@media (max-width: 478px) {
  #brxe-hrulnr {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
}
#brxe-mggszp {
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 100%;
  position: absolute;
}
#brxe-mfklgu {
  width: fit-content;
  margin-right: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  background-color: rgba(244, 67, 54, 0);
  position: relative;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#brxe-wcanyf {
  flex-direction: row;
  align-self: center !important;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
#brxe-wcanyf .buton-footer {
  cursor: pointer;
}
@media (max-width: 478px) {
  #brxe-wcanyf {
    align-self: center !important;
    justify-content: center;
  }
}
#brxe-cthxzh.horizontal .line {
  border-top-color: #424242;
  border-top-width: 1px;
  border-top-style: none;
}
#brxe-cthxzh.vertical .line {
  border-right-color: #424242;
  border-right-style: none;
}
#brxe-cthxzh .icon {
  color: #424242;
}
#brxe-cthxzh.horizontal {
  justify-content: center;
}
#brxe-cthxzh.vertical {
  align-self: center;
}
#brxe-cthxzh .line {
  height: 1px;
}
#brxe-cthxzh {
  justify-content: center;
  align-items: center;
}
@media (max-width: 478px) {
  #brxe-cthxzh.horizontal .line {
    border-top-style: solid;
  }
  #brxe-cthxzh.vertical .line {
    border-right-style: solid;
  }
}
#brxe-xdlgnb {
  width: 55%;
  z-index: 2;
}
#brxe-xdlgnb {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-ikxnds.horizontal .line {
  border-top-style: none;
}
#brxe-ikxnds.vertical .line {
  border-right-style: none;
}
#brxe-eekenj {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-pftnkb {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#brxe-kyddnl {
  width: 3vw;
  margin-right: 0;
  margin-left: 0;
  height: 3vw;
  position: relative;
  border: 1px solid #424242;
  border-radius: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-kyddnl {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-ucpzkn {
  width: 55%;
  z-index: 2;
}
#brxe-ucpzkn {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-duyulk.horizontal .line {
  border-top-style: none;
}
#brxe-duyulk.vertical .line {
  border-right-style: none;
}
#brxe-haextv {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-noqjmi {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#brxe-reurpq {
  width: 3vw;
  margin-right: 0;
  margin-left: 0;
  height: 3vw;
  position: relative;
  border: 1px solid #424242;
  border-radius: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-reurpq {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-jfcqiq {
  width: 65%;
  z-index: 2;
}
#brxe-jfcqiq:not(.tag), #brxe-jfcqiq img {
  filter: invert(100%);
}
#brxe-jfcqiq {
  color: #fff;
  mix-blend-mode: difference;
}
#brxe-axtzrh.horizontal .line {
  border-top-style: none;
}
#brxe-axtzrh.vertical .line {
  border-right-style: none;
}
#brxe-techco {
  align-self: center !important;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 3vw;
  height: 3vw;
  border-radius: 4vw;
}
#brxe-mfielt {
  position: absolute;
  width: 3vw;
  height: 3vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
}
#brxe-gnnlfr {
  width: 3vw;
  margin-right: 0;
  margin-left: 0;
  height: 3vw;
  position: relative;
  border: 1px solid #424242;
  border-radius: 5vw;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 478px) {
  #brxe-gnnlfr {
    width: 10vw;
    height: 10vw;
    border-radius: 12vw;
  }
}
#brxe-hvooeo {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  align-self: center !important;
  column-gap: .6vw;
}
#brxe-hvooeo .social-footer {
  cursor: pointer;
}
#brxe-hvooeo .social-footer .cerc-bg-soclal {
  transition: all .3s ease-in-out;
  transform: scale(0);
}
#brxe-hvooeo .social-footer:hover .cerc-bg-soclal {
  transform: scale(1);
}
#brxe-hvooeo .social-footer .logo-social-footer {
  transition: all .3s ease-in-out;
  transform: scale(1);
}
#brxe-hvooeo .social-footer:hover .logo-social-footer {
  transform: scale(.8);
}
@media (max-width: 478px) {
  #brxe-hvooeo {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    column-gap: 2.5vw;
  }
}
#brxe-jpmlge {
  width: 100%;
  flex-direction: row;
}
@media (max-width: 478px) {
  #brxe-jpmlge {
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    row-gap: 3vh;
  }
}
#brxe-xqxfbf {
  width: 100%;
  row-gap: 2vh;
}
#brxe-fzqgvg {
  background-color: #070707;
  width: 100%;
  padding-top: 5vh;
  padding-right: 2vw;
  padding-bottom: 3vh;
  padding-left: 2vw;
  row-gap: 8vh;
}