@font-face {
  font-display: block;
  font-family: Font\ Awesome\ 6\ Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.woff2) format("woff2"), url(../fonts/fa-brands-400.woff2) format("truetype")
}



@font-face {
  font-family: themify;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/themify.eot);
  src: url(../fonts/themify.eot) format("embedded-opentype"), url(../fonts/themify.woff) format("woff"), url(../fonts/themify.ttf) format("truetype")
}

:root {
  --bricks-vh: 1vh;
  --bricks-transition: all .2s;
  --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
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[hidden],
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-section.bricks-lazy-hidden {
  background-image: none !important
}

.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
  }

  .flex-remove {
    display: block !important;
  }
  .flex-remove .brxe-button{
    margin-bottom: 10px;
  }
}

/* .brxe-container.bricks-lazy-hidden {
  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.bricks-lazy-hidden {
  background-image: none !important
} */

.brxe-div.bricks-lazy-hidden {
  background-image: none !important
}

[class*="brxe-"] {
  max-width: 100%
}

:where([class*=brxe-].has-shape>*) {
  position: relative
}

svg:not([width]) {
  min-width: 1em
}

svg:not([height]) {
  min-height: 1em
}

svg.fill * {
  fill: 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%
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%
}

*,
:after,
:before {
  box-sizing: border-box;
  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;
  transition: var(--bricks-transition);
  transition: padding-top 0s
}

.brx-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%
}

:where(a) {
  border-color: currentcolor;
  color: currentcolor;
  cursor: pointer;
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizelegibility
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentcolor
}

h1 {
  font-size: 2.4em;
}

h1,
h2 {
  line-height: 1.4
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 1.8em
}

h3,
h4 {
  line-height: 1.4
}

:where(p) {
  margin: 0;
}

: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
}

img {
  height: auto;
  max-width: 100%;
  outline: none;
  vertical-align: middle
}

button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0
}

button,
input,
optgroup,
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
}

textarea {
  height: auto;
  line-height: inherit !important;
  min-height: 90px;
  padding: 10px 12px
}

::placeholder {
  color: #fff;
}

.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%);
  transition: transform .3s;
  z-index: 9999
}

.skip-link:focus {
  transform: translateY(0)
}

body.bricks-is-frontend :focus {
  outline: thin dotted currentcolor
}

#brx-content {
  flex: 1;
  position: relative;
  width: 100%
}

#brx-header {
  background-position: 50%;
  background-size: cover;
  position: relative;
  width: 100%
}

#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
}

.bricks-button {
  align-items: center;
  border-width: 0;
  color: var(--bricks-text-dark);
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: .5px;
  padding: .5em 1em;
  text-align: center
}

.bricks-button.xl {
  font-size: 1.2em;
  padding: .8em 1em
}

.bricks-button.circle {
  border-radius: 100px !important
}

.bricks-button i {
  position: relative
}

[data-brx-ls-wrapper] {
  transition: opacity .3s ease-in-out
}

[data-brx-ls-wrapper]:not(.brx-ls-active) {
  display: none
}

.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
}

:where(.brxe-accordion) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

:where(.brxe-alert) {
  align-items: center;
  border-color: currentcolor;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: 100%
}

: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
}

.text {
  color: #fff;
}

:where(.brxe-alert) a {
  text-decoration: underline
}

:where(.brxe-alert) svg {
  cursor: pointer;
  height: 1em
}

:where(.brxe-alert) svg g {
  stroke: currentcolor
}

.brxe-button {
  width: auto
}

@keyframes blink {
  to {
    opacity: 0;
  }
}

.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-divider) a {
  display: inline-flex
}

:where(.brxe-form) {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

:where(.brxe-form) .form-group {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px;
  width: 100%
}

:where(.brxe-form) .form-group:last-child {
  padding-bottom: 0
}

:where(.brxe-form) .submit-button-wrapper {
  width: auto
}

:where(.brxe-form) button[type=submit] .loading {
  display: none
}

:where(.brxe-form) button[type=submit] svg {
  height: 1em
}

:where(.brxe-form) textarea {
  height: inherit
}

:where(.brxe-form) input.file,
:where(.brxe-form) input[type=file] {
  display: block;
  height: 0;
  opacity: 0;
  width: 0
}

:where(.brxe-heading)>[contenteditable] {
  display: inline-block;
  text-decoration: inherit
}

.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) i {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-align: center
}

a.brxe-image {
  display: inline-block
}

:where(.brxe-image).tag {
  display: inline-block;
  height: fit-content;
  position: relative;
  width: auto
}

:where(.brxe-image) a {
  transition: inherit
}

:where(.brxe-image) img {
  height: 100%;
  position: static !important;
  transition: inherit;
  width: 100%
}

:where(.brxe-list) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

.brxe-logo {
  color: currentcolor;
  font-size: 20px;
  font-weight: 600;
  line-height: 1
}

.brxe-logo img {
  display: block;
  height: auto;
  width: auto
}

.brxe-logo a {
  color: currentcolor;
  display: inline-block
}

:where(.brxe-post-meta) a {
  color: currentcolor
}

:where(.brxe-pricing-tables) {
  width: 100%
}

:where(.brxe-progress-bar) {
  display: grid;
  gap: 20px;
  width: 100%
}

: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
}

:where(.brxe-sidebar) {
  list-style-type: none;
  margin: 0;
  padding: 0
}

:where(.brxe-sidebar) a {
  color: inherit
}

:where(.brxe-slider) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%
}

:where(.brxe-slider) .bricks-button {
  display: inline-flex
}

:where(.brxe-svg) {
  height: auto;
  width: auto
}

: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-team-members) {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}

@media (max-width:478px) {
  :where(.brxe-team-members) {
    grid-auto-flow: unset;
    grid-template-columns: repeat(2, 1fr)
  }
}

:where(.brxe-testimonials) {
  position: relative
}

:where(.brxe-video) {
  align-items: center;
  background-color: var(--bricks-bg-light);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

@keyframes scrolling {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.bc-twist-title {
  width: fit-content;
  display: block
}

.bc-twist-title__span {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0s cubic-bezier(.215, .61, .355, 1), transform 0s cubic-bezier(.215, .61, .355, 1)
}

[data-ready="bc-twist-title__is-ready"] .bc-twist-title__span {
  transform: none;
  opacity: 1
}

.bc-letter-launcher {
  display: block;
  width: fit-content
}

.bc-letter-launcher__inner--to-hide {
  opacity: 0
}

.bc-blade-title {
  display: block;
  width: fit-content
}

.bc-blade-title__inner {
  display: block;
  clip-path: polygon(0 0, 150% 0, 150% 150%, 0% 150%)
}

.bc-blade-title__inner--to-hide {
  opacity: 0
}

.bc-swap-title__anchor {
  display: block;
  width: fit-content;
  height: fit-content
}

.bc-swap-title * {
  will-change: transform
}

.bc-swap-title {
  display: block;
  width: fit-content;
  position: relative;
  padding: 0;
  line-height: normal
}

.bc-swap-title__span-wrapper {
  display: block;
  overflow: hidden
}

.bc-swap-title__span,
.bc-swap-title__span .char,
.bc-swap-title__span .word {
  --skew: 0deg;
  --duration: 1s;
  --ease: cubic-bezier(.19, 1, .22, 1);
  --fromtype: 1;
  display: block;
  position: relative;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  transition: transform var(--duration) var(--ease), -webkit-transform var(--duration) var(--ease), -moz-transform var(--duration) var(--ease), -o-transform var(--duration) var(--ease)
}

.bc-swap-title__span::after,
.bc-swap-title__span .char::after,
.bc-swap-title__span .word::after {
  content: var(--after-content);
  display: block;
  position: absolute;
  top: calc(var(--fromtype) * 100%);
  left: 0;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  transform: skewY(calc(var(--skew) * var(--fromtype)));
  transition: transform var(--duration) var(--ease), -webkit-transform var(--duration) var(--ease), -moz-transform var(--duration) var(--ease), -o-transform var(--duration) var(--ease)
}

.bc-swap-title:hover .bc-swap-title__span,
.bc-swap-title:hover .bc-swap-title__span .char,
.bc-swap-title:hover .bc-swap-title__span .word {
  -webkit-transform: translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));
  -moz-transform: translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));
  -ms-transform: translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));
  -o-transform: translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)));
  transform: translateY(calc(var(--fromtype) * -100%)) skewY(calc(var(--skew) * -1 * var(--fromtype)))
}

.bc-swap-title--remove-line:hover .bc-swap-title__span-wrapper .bc-swap-title__span {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important
}

.bc-swap-title:hover .bc-swap-title__span::after,
.bc-swap-title:hover .bc-swap-title__span .char::after,
.bc-swap-title:hover .bc-swap-title__span .word::after {
  -webkit-transform: skewY(calc(var(--skew) * var(--fromtype)));
  -moz-transform: skewY(calc(var(--skew) * var(--fromtype)));
  -ms-transform: skewY(calc(var(--skew) * var(--fromtype)));
  -o-transform: skewY(calc(var(--skew) * var(--fromtype)));
  transform: skewY(calc(var(--skew) * var(--fromtype)))
}

.bc-decode-reveal,
.bc-decode-reveal__element {
  display: block;
  width: fit-content;
  height: fit-content
}

.bc-decode-reveal__element[data-hide] {
  opacity: 0
}

a.bc-anyside-button,
a.bc-anyside-button:hover {
  color: unset
}

.bc-anyside-button {
  display: block;
  width: fit-content;
  white-space: wrap;
  --colortransition: 800ms;
  --colortransition-ida: 800ms;
  --pathtransition: 800ms;
  --pathtransition-ida: 800ms;
  --easing: ease;
  --hover-color: #fff;
  --click-dimensions: 500px;
  border: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #1a1a1a;
  border-radius: 15px;
  text-align: center;
  padding: 40px
}

.bc-anyside-button__title {
  position: relative;
  z-index: 2;
  transition: color var(--colortransition) var(--easing)
}

.bc-anyside-button__anyside-div {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #252527;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path var(--pathtransition) var(--easing);
  z-index: 1
}

.bc-anyside-button[data-type="hover"]:hover .bc-anyside-button__title {
  color: var(--hover-color);
  transition: color var(--colortransition-ida) var(--easing)
}

.bc-anyside-button[data-type="hover"]:hover .bc-anyside-button__anyside-div {
  clip-path: circle(100% at 50% 50%);
  transition: clip-path var(--pathtransition-ida) var(--easing)
}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
    opacity: .5;
  }

  100% {
    width: var(--click-dimensions);
    height: var(--click-dimensions);
    opacity: 0;
  }
}

.bc-ripple-button {
  display: block;
  width: fit-content;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #000;
  line-height: normal;
  padding: 15px 50px;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  position: relative;
  transition: var(--transition-duration) var(--transition-ease);
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-perspective: 1000;
  will-change: transform;
  --transition-duration: .8s;
  --transition-duration-in: .8s;
  --transition-ease: cubic-bezier(.22, 1, .36, 1);
  --skew-text: 10deg
}

.bc-ripple-button__text {
  opacity: 0;
  will-change: transform
}

.bc-ripple-button__pseudo {
  position: relative;
  overflow: hidden;
  will-change: transform
}

.bc-ripple-button__pseudo::before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  transform: skewY(0);
  transition: var(--transition-duration) var(--transition-ease);
  will-change: transform
}

.bc-ripple-button__pseudo::after {
  content: attr(data-content);
  position: absolute;
  top: 300%;
  left: 0;
  transform: skewY(var(--skew-text));
  z-index: 5;
  color: #fff;
  transition: var(--transition-duration) var(--transition-ease);
  will-change: transform
}

.bc-ripple-button__hover-fill {
  position: absolute;
  top: -155%;
  left: 0;
  height: 150%;
  width: 100%;
  background: #000;
  z-index: -5;
  border-radius: 0 0 50% 50%;
  transition: var(--transition-duration) var(--transition-ease)
}

.bc-ripple-button:hover .bc-ripple-button__pseudo::before,
.bc-ripple-button:focus .bc-ripple-button__pseudo::before {
  transform: skewY(var(--skew-text));
  top: -300%;
  will-change: transform;
  transition: var(--transition-duration-in) var(--transition-ease)
}

.bc-ripple-button:hover .bc-ripple-button__pseudo::after,
.bc-ripple-button:focus .bc-ripple-button__pseudo::after {
  transform: skewY(0);
  top: 0;
  will-change: transform;
  transition: var(--transition-duration-in) var(--transition-ease)
}

.bc-ripple-button:hover .bc-ripple-button__hover-fill,
.bc-ripple-button:focus .bc-ripple-button__hover-fill {
  transform: translateY(100%);
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-bottom"] .bc-ripple-button__pseudo::after {
  top: -300%
}

[data-type="bc-ripple-button--from-bottom"] .bc-ripple-button__hover-fill {
  border-radius: 50% 50% 0 0;
  top: 105%
}

[data-type="bc-ripple-button--from-bottom"]:hover .bc-ripple-button__pseudo::before,
[data-type="bc-ripple-button--from-bottom"]:focus .bc-ripple-button__pseudo::before {
  top: 300%;
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-bottom"]:hover .bc-ripple-button__hover-fill,
[data-type="bc-ripple-button--from-bottom"]:focus .bc-ripple-button__hover-fill {
  transform: translateY(-100%);
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-left"] .bc-ripple-button__pseudo::after {
  top: -300%
}

[data-type="bc-ripple-button--from-left"] .bc-ripple-button__hover-fill {
  border-radius: 0 0 0 0;
  top: -25%;
  left: -155%;
  width: 150%
}

[data-type="bc-ripple-button--from-left"]:hover .bc-ripple-button__pseudo::before,
[data-type="bc-ripple-button--from-left"]:focus .bc-ripple-button__pseudo::before {
  top: 300%;
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-left"]:hover .bc-ripple-button__hover-fill,
[data-type="bc-ripple-button--from-left"]:focus .bc-ripple-button__hover-fill {
  transform: translateX(100%);
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-right"] .bc-ripple-button__pseudo::after {
  top: -300%
}

[data-type="bc-ripple-button--from-right"] .bc-ripple-button__hover-fill {
  border-radius: 0 0 0 0;
  top: -25%;
  left: 105%;
  width: 150%
}

[data-type="bc-ripple-button--from-right"]:hover .bc-ripple-button__pseudo::before,
[data-type="bc-ripple-button--from-right"]:focus .bc-ripple-button__pseudo::before {
  top: 300%;
  transition: var(--transition-duration-in) var(--transition-ease)
}

[data-type="bc-ripple-button--from-right"]:hover .bc-ripple-button__hover-fill,
[data-type="bc-ripple-button--from-right"]:focus .bc-ripple-button__hover-fill {
  transform: translateX(-100%);
  transition: var(--transition-duration-in) var(--transition-ease)
}

.bc-img-reveal {
  contain: paint;
  display: block;
  width: fit-content;
  height: auto
}

.bc-img-reveal__element {
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: auto;
  --scale: 1.3
}

.bc-img-reveal__element[data-direction="top"] {
  transform: translateY(-100%)
}

.bc-img-reveal__element[data-direction="bottom"] {
  transform: translateY(100%)
}

.bc-img-reveal__element[data-direction="left"] {
  transform: translateX(-100%)
}

.bc-img-reveal__element[data-direction="right"] {
  transform: translateX(100%)
}

.bc-img-reveal__element .bc-img-reveal__img {
  height: auto;
  width: 100%;
  object-fit: cover;
  transform-origin: left
}

.bc-img-reveal__element[data-direction="top"] .bc-img-reveal__img {
  transform: translateY(100%) scale(var(--scale))
}

.bc-img-reveal__element[data-direction="bottom"] .bc-img-reveal__img {
  transform: translateY(-100%) scale(var(--scale))
}

.bc-img-reveal__element[data-direction="left"] .bc-img-reveal__img {
  transform: translateX(100%) scale(var(--scale))
}

.bc-img-reveal__element[data-direction="right"] .bc-img-reveal__img {
  transform: translateX(-100%) scale(var(--scale))
}

.bc-divider {
  width: 100%
}

.bc-divider__motion {
  --height: 1px;
  border-top: var(--height) solid;
  width: 0;
  border-color: #000
}

.fa-brands,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-family: Font\ Awesome\ 6\ Brands;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-rendering: auto
}

.fa-tiktok:before {
  content: ""
}

.fa-linkedin:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-whatsapp:before {
  content: ""
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto
}

@-webkit-keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {

  0%,
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
  }

  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
    transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
  }

  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
  }

  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
  }

  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, .4);
  }
}

@-webkit-keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {

  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, .4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  24%,
  8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  24%,
  8% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

[class*=" ti-"],
[class^="ti-"] {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: themify;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none
}

.ti-arrow-top-right:before {
  content: ""
}

@font-face {
  font-family: "GoNed-Font";
  font-weight: 400;
  font-display: swap;
  src: url(../../uploads/2024/04/OakSans-Regular.woff2) format("woff2")
}

@font-face {
  font-family: "GoNed-Font";
  font-weight: 500;
  font-display: swap;
  src: url(../../uploads/2024/04/OakSans-Medium.woff2) format("woff2")
}

@font-face {
  font-family: "GoNed-Font";
  font-weight: 700;
  font-display: swap;
  src: url(../../uploads/2024/04/OakSans-Bold.woff2) format("woff2")
}

@font-face {
  font-family: "GoNed-Font";
  font-weight: 800;
  font-display: swap;
  src: url(../../uploads/2024/04/OakSans-Black.woff2) format("woff2")
}


.wp-block-rank-math-toc-block nav ol {
  counter-reset: item
}

.wp-block-rank-math-toc-block nav ol li {
  display: block
}

.wp-block-rank-math-toc-block nav ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item
}

.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
}

span[data-no-translation] {
  display: flex;
  align-items: center
}

img.trp-flag-image {
  width: 2.3rem
}

:where(.brxe-form) .message.success {
  border-radius: 20px
}

.speedlayer-lazy-youtube {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.23%;
  overflow: hidden
}

.speedlayer-lazy-youtube img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  border: none;
  cursor: pointer;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all
}

.speedlayer-lazy-youtube img:hover {
  -webkit-filter: brightness(75%)
}

.speedlayer-lazy-youtube .play {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background: url(wp-content/plugins/speedlayer/img/youtube.html) no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none
}

.speedlayer-lazy-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99
}

body .speedlayer-lazy-css-bg:not([data-ll-status=entered]),
body .speedlayer-lazy-css-bg:not([data-ll-status=entered]) *,
body .speedlayer-lazy-css-bg:not([data-ll-status=entered])::before,
body .speedlayer-lazy-css-bg:not([data-ll-status=entered])::after {
  background-image: none !important;
  will-change: transform;
  transition: opacity .025s ease-in, transform .025s ease-in !important
}

.viewfullport {
  font-size: 4.7vw;
  z-index: 9999
}

@media (max-width:600px) {
  .viewfullport {
    font-size: 3.4rem;
    text-align: center;
    margin-left: 0
  }
}

@media (min-width:2200px) {
  .viewfullport {
    font-size: 5vw
  }
}

.viewfullport {
  font-size: 4.7vw;
  z-index: 9999
}

@media (max-width:600px) {
  .viewfullport {
    font-size: 3.4rem;
    text-align: center;
    margin-left: 0
  }
}

@media (min-width:2200px) {
  .viewfullport {
    font-size: 5vw
  }
}

:root {
  --bricks-color-ed8078: rgba(255, 255, 255, .1);
  --bricks-color-0ea27e: #25272b;
  --bricks-color-21984d: #acacac;
  --bricks-color-7fb4ed: #090909;
  --bricks-color-ac226a: #3e4146;
  --bricks-color-7da8a8: rgba(37, 39, 43, .3);
  --bricks-color-a917aa: #fff;
  --bricks-color-192933: #ffc107;
  --bricks-color-bd9992: #ff9800;
  --bricks-color-5bb500: #ff5722;
  --bricks-color-ae6f7a: #f44336;
  --bricks-color-1f247a: #9c27b0;
  --bricks-color-d71fbc: #2196f3;
  --bricks-color-f8a293: #03a9f4;
  --bricks-color-c3500a: #81d4fa;
  --bricks-color-67bcc1: #4caf50;
  --bricks-color-5990f2: #8bc34a;
  --bricks-color-3f0ca4: #cddc39;
  --bricks-color-uippit: #000
}

.bricks-button {
  transition: 215ms
}

.bricks-button.xl {
  padding-top: 20px;
  padding-right: 35px;
  padding-bottom: 20px;
  padding-left: 35px
}

:root .bricks-button[class*="secondary"] {
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 20px
}

.bricks-button:hover {
  color: var(--bricks-color-a917aa)
}

:root .bricks-button[class*="primary"] {
  color: var(--bricks-color-a917aa);
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 15px
}

:root .bricks-button[class*="primary"]:not(.outline) {
  background-color: var(--bricks-color-0ea27e)
}

:root .bricks-button[class*="secondary"]:not(.outline):hover {
  background-color: var(--bricks-color-ac226a)
}

:root .bricks-button[class*="primary"]:not(.outline):hover {
  background-color: var(--bricks-color-ac226a)
}

body {
  color: #1e1e1e;
  font-family: "GoNed-Font", Arial;
  font-weight: 400;
  font-size: 2.5rem
}

h1 {
  /* font-family: "GoNed-Font"; */
  color: var(--bricks-color-a917aa);
  font-weight: 800
}

h2 {
  /* font-family: "GoNed-Font"; */
  font-weight: 700;
  color: #787878;
}

.brxe-form ::placeholder {
  color: #000;
}

.brxe-form select {
  color: var(--bricks-color-21984d);
  color: var(--bricks-color-a917aa)
}

.brxe-form .form-group label {
  color: var(--bricks-color-a917aa)
}

.brxe-form .form-group .label {
  color: var(--bricks-color-a917aa)
}

.brxe-form .form-group input {
  color: #000;
}

.brxe-form textarea {
  color: #000;
}

html {
  background-color: #000
}

body {
  background: none;
  background-color: #fff;
}

@media (max-width:478px) {
  h1 {
    font-size: 7rem
  }

  h2 {
    font-size: 3.5rem;
  }

  .brxe-form .bricks-button {
    padding-right: 36vw;
    padding-left: 36vw;
  }
}

.hide.brxe-logo {
  padding-top: 5px;
  padding-bottom: 5px
}

.hide.brxe-ripplebutton {
  padding-top: 5px;
  padding-bottom: 5px
}

.hide.brxe-button {
  padding-top: 5px;
  padding-bottom: 5px
}

.navlink.brxe-swap-hover {
  font-size: 2.5rem
}

.navlink3.brxe-swap-hover {
  font-size: 2.5rem
}

.card.brxe-button {
  font-size: 1.85rem;
  color: var(--bricks-color-a917aa)
}

.testimoial__testimonial-wrapper.brxe-block {
  position: relative;
  row-gap: 50px
}

.testimoial__quote.brxe-3d-title .bc-twist-title__span {
  line-height: 1
}

.testimoial__quote.brxe-3d-title {
  position: absolute;
  top: 0;
  left: -60px
}

@media (max-width:767px) {
  .testimoial__quote.brxe-3d-title .bc-twist-title__span {
    font-size: 64px
  }
}

.testimoial__person.brxe-block {
  row-gap: 25px;
  column-gap: 25px;
  align-items: flex-end;
  flex-direction: row
}

.workwithus.brxe-anysidebutton {
  background-color: var(--bricks-color-0ea27e);
  border-color: var(--bricks-color-ed8078)
}

body.bricks-is-frontend :focus {
  outline: none
}

::selection {
  background-color: #acacac;
  color: #fff
}

#brxe-xoyohf .bricks-site-logo {
  width: 55px
}

@media (min-width:2200px) {
  #brxe-xoyohf .bricks-site-logo {
    width: 45px
  }
}

@media (max-width:478px) {
  #brxe-xoyohf .bricks-site-logo {
    width: 3.5rem
  }
}

#brxe-vmtwzf .bc-swap-title__span,
#brxe-vmtwzf .bc-swap-title__span .char,
#brxe-vmtwzf .bc-swap-title__span .word {
  --fromtype: 1
}

#brxe-vmtwzf {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0
}

@media (min-width:2200px) {

  #brxe-vmtwzf .bc-swap-title__span,
  #brxe-vmtwzf .bc-swap-title__span .char,
  #brxe-vmtwzf .bc-swap-title__span .word {
    --duration: 1s
  }
}

@media (max-width:478px) {
  #brxe-vmtwzf {
    font-size: 2rem
  }
}

#brxe-vnuede {
  position: relative;
  align-self: center !important;
  display: flex
}

#brxe-nrsedu .bc-swap-title__span,
#brxe-nrsedu .bc-swap-title__span .char,
#brxe-nrsedu .bc-swap-title__span .word {
  --fromtype: 1
}

#brxe-nrsedu {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 0
}

@media (min-width:2200px) {

  #brxe-nrsedu .bc-swap-title__span,
  #brxe-nrsedu .bc-swap-title__span .char,
  #brxe-nrsedu .bc-swap-title__span .word {
    --duration: 1s
  }
}

@media (max-width:478px) {
  #brxe-nrsedu {
    font-size: 2rem
  }
}

#brxe-xqjbwk .bc-swap-title__span,
#brxe-xqjbwk .bc-swap-title__span .char,
#brxe-xqjbwk .bc-swap-title__span .word {
  --fromtype: 1
}

#brxe-xqjbwk {
  color: #fff;
}

@media (min-width:2200px) {

  #brxe-xqjbwk .bc-swap-title__span,
  #brxe-xqjbwk .bc-swap-title__span .char,
  #brxe-xqjbwk .bc-swap-title__span .word {
    --duration: 1s
  }
}

@media (max-width:478px) {
  #brxe-xqjbwk {
    font-size: 2rem
  }
}

#brxe-doqlgu .bc-ripple-button__hover-fill {
  background-color: var(--bricks-color-a917aa)
}

#brxe-doqlgu {
  color: #fff;
  font-size: 2.2rem;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid #fff;
  background-color: #999999;
  background-color: rgb(0 0 0 / 16%);
}

#brxe-doqlgu .bc-ripple-button__pseudo::after {
  color: var(--bricks-color-uippit)
}

@media (max-width:478px) {
  #brxe-doqlgu {
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    font-size: 2rem;
    font-size: 2rem
  }
}

#brxe-yrciyi {
  flex-direction: row;
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 30px;
  justify-content: center;
  align-self: center !important;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 10px;
  padding-left: 25px;
  width: fit-content;
  align-items: center;
  background-color: #999999;
  background-color: rgb(0 0 0 / 16%);
  column-gap: 2.5rem;
}

#brxe-yrciyi {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  -moz-backdrop-filter: saturate(180%) blur(20px);
  -o-backdrop-filter: saturate(180%) blur(20px);
  -ms-backdrop-filter: saturate(180%) blur(20px)
}

.map_position {
  width: 100%;
  position: relative;
  bottom: 30px;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.map {
  width: 100%;
  height: 300px;
  border-radius: 20px;
  margin: 0 50px;
}

@media (max-width:478px) {
  #brxe-yrciyi {
    padding-top: 6px;
    padding-right: 2px;
    padding-bottom: 6px;
    padding-left: 2px;
    flex-wrap: nowrap;
    flex-direction: row;
    width: 370px;
    column-gap: 8px
  }
}

#brxe-jvqwhy {
  margin-top: 30px
}

@media (max-width:478px) {
  #brxe-jvqwhy {
    margin-top: 10px;
    /* margin-right: 25px; */
  }
}

.brxe-weshxq .bc-cursor {
  font-variation-settings: bold;
  font-family: "GoNed-Font"
}

#brxe-zzidlr .bc-letter-launcher__inner {
  font-size: 10vw;
  color: #787878;
  line-height: 1;
  font-weight: 900
}

@media (max-width:478px) {
  #brxe-zzidlr .bc-letter-launcher__inner {
    font-size: 3.5rem;
  }

  #brxe-zzidlr {
    line-height: 1;
  }
}

#brxe-xqoowf .bc-letter-launcher__inner {
  font-size: 9vw;
  color: #4e8eb5;
  line-height: 1;
  font-weight: 900;
}

@media (max-width:478px) {
  #brxe-xqoowf .bc-letter-launcher__inner {
    font-size: 4rem
  }

  #brxe-xqoowf {
    line-height: 1
  }
}

#brxe-qplkqq {
  /* width: 70vw; */
  margin-left: 95px;
  font-size: 2.5vw;
  color: #7a7a7a;
  line-height: 1.3;
}

@media (max-width:478px) {
  #brxe-qplkqq {
    font-size: 2rem;
    width: 95%;
    margin-top: 10px;
    margin-left: 0
  }
}

#brxe-euzjit {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../uploads/2024/03/logo.svg);
  background-size: 80vh;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
}

@media (min-width:2200px) {
  #brxe-euzjit {
    background-size: 120vh
  }
}

@media (max-width:478px) {
  #brxe-euzjit {
    background-size: 35rem;
    height: 45vh;
    margin-bottom: 50px
  }
}

#brxe-eqgvtq {
  align-self: center !important;
  align-items: center;
  justify-content: center;
  margin-top: 100px
}

@media (max-width:478px) {
  #brxe-eqgvtq {
    flex-direction: column;
    margin-top: 60px
  }
}

#brxe-nzhtdw {
  color: #fff;
  font-size: 5vw;
  font-weight: 900;
}

@media (max-width:478px) {
  #brxe-nzhtdw {
    font-size: 4rem;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px
  }
}

#brxe-oisele {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  margin-bottom: 10px
}

#brxe-ucyayj .bc-divider__motion {
  border-top-color: #77838b;
}

#brxe-smanky {
  width: 90vw;
  padding-top: 100px
}

@media (max-width:478px) {
  #brxe-smanky {
    padding-top: 40px
  }
}

#brxe-dpzczz:not(.tag) {
  border-radius: 20px
}

#brxe-dpzczz img {
  border-radius: 20px
}

#brxe-dpzczz {
  width: 100%
}

#brxe-dpzczz {
  transition: transform .6s ease;
  transform: scale(1.1)
}

#brxe-dpzczz:hover {
  transform: scale(1)
}

#brxe-rxutfm {
  width: 40vw;
  max-width: 45vw;
  position: relative;
  overflow: hidden;
  border-radius: 25px
}

@media (max-width:478px) {
  #brxe-rxutfm {
    max-width: 100%;
    width: 100%
  }
}

#brxe-mhpwsd {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
}

#brxe-gtknly {
  padding-left: 2vw
}

#brxe-vzoenq {
  color: #fff;
  font-size: 2rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
}

@media (min-width:2200px) {
  #brxe-vzoenq {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-vzoenq {
    font-size: 1.6rem
  }
}

#brxe-frrbik {
  color: #fff;
  font-size: 1.9rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-frrbik {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-frrbik {
    font-size: 1.6rem
  }
}

#brxe-xtkwnv {
  padding-left: 2vw;
  flex-direction: row;
  column-gap: 20px;
  margin-top: 10px;
}

@media (max-width:478px) {
  #brxe-xtkwnv {
    column-gap: 5px;
    row-gap: 5px
  }
}

#brxe-afddvt {
  align-items: center;
  justify-content: center;
  align-self: center !important
}

@media (max-width:478px) {
  #brxe-afddvt {
    margin-bottom: 40px
  }
}

#brxe-phauhh:not(.tag) {
  border-radius: 20px
}

#brxe-phauhh img {
  border-radius: 20px
}

#brxe-phauhh {
  width: 100%
}

#brxe-phauhh {
  transition: transform .6s ease;
  transform: scale(1.1)
}

#brxe-phauhh:hover {
  transform: scale(1)
}

#brxe-ryrgcb {
  width: 40vw;
  max-width: 45vw;
  position: relative;
  overflow: hidden;
  border-radius: 25px
}

@media (max-width:478px) {
  #brxe-ryrgcb {
    width: 100%;
    max-width: 100%
  }
}

#brxe-egodfd {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
}

#brxe-iyuczb {
  padding-left: 2vw
}

#brxe-huukiw {
  color: #fff;
  font-size: 2rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-huukiw {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-huukiw {
    font-size: 1.6rem
  }
}

#brxe-tsucdc {
  color: #fff;
  font-size: 1.9rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-tsucdc {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-tsucdc {
    font-size: 1.6rem
  }
}

#brxe-ulmgjp {
  color: #fff;
  font-size: 1.9rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-ulmgjp {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-ulmgjp {
    font-size: 1.6rem
  }
}

#brxe-vktnqr {
  padding-left: 2vw;
  flex-direction: row;
  column-gap: 20px;
  margin-top: 10px;
}

@media (max-width:478px) {
  #brxe-vktnqr {
    column-gap: 5px;
    row-gap: 5px
  }
}

#brxe-gqihyw {
  align-items: center;
  justify-content: center;
  align-self: center !important
}

#brxe-cbhsok {
  flex-direction: row;
  width: 90vw;
  column-gap: 30px;
  margin-top: 50px
}

#brxe-nwbehy:not(.tag) {
  border-radius: 20px
}

#brxe-nwbehy img {
  border-radius: 20px
}

#brxe-nwbehy {
  width: 100%
}

#brxe-nwbehy {
  transition: transform .6s ease;
  transform: scale(1.1)
}

#brxe-nwbehy:hover {
  transform: scale(1)
}

#brxe-uewswa {
  width: 40vw;
  max-width: 45vw;
  position: relative;
  overflow: hidden;
  border-radius: 25px
}

@media (max-width:478px) {
  #brxe-uewswa {
    max-width: 100%;
    width: 100%
  }
}

#brxe-qrixdt {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-top: 10px;
}

#brxe-gffory {
  padding-left: 2vw
}

#brxe-hayywh {
  color: #fff;
  font-size: 2rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
}

@media (min-width:2200px) {
  #brxe-hayywh {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-hayywh {
    font-size: 1.6rem
  }
}

#brxe-tftlzw {
  color: #fff;
  font-size: 1.9rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-tftlzw {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-tftlzw {
    font-size: 1.6rem
  }
}

#brxe-gshewe {
  padding-left: 2vw;
  flex-direction: row;
  column-gap: 20px;
  margin-top: 10px;
}

@media (max-width:478px) {
  #brxe-gshewe {
    column-gap: 5px;
    row-gap: 5px
  }
}

#brxe-olrgmn {
  align-items: center;
  justify-content: center;
  align-self: center !important
}

@media (max-width:478px) {
  #brxe-olrgmn {
    margin-bottom: 40px
  }
}

#brxe-aydvzo:not(.tag) {
  border-radius: 20px
}

#brxe-aydvzo img {
  border-radius: 20px
}

#brxe-aydvzo {
  width: 100%
}

#brxe-aydvzo {
  transition: transform .6s ease;
  transform: scale(1.1)
}

#brxe-aydvzo:hover {
  transform: scale(1)
}

#brxe-htsflv {
  width: 40vw;
  max-width: 45vw;
  position: relative;
  overflow: hidden;
  border-radius: 25px
}

@media (max-width:478px) {
  #brxe-htsflv {
    width: 100%;
    max-width: 100%
  }
}

#brxe-asksmq {
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  margin-top: 10px;
}

@media (max-width:478px) {
  #brxe-asksmq {
    font-size: 3.5rem
  }
}

#brxe-jczwzm {
  padding-left: 2vw
}

#brxe-rhbgfe {
  color: #fff;
  font-size: 2rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-rhbgfe {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-rhbgfe {
    font-size: 1.6rem
  }
}

#brxe-dhlfck {
  color: #fff;
  font-size: 1.9rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-dhlfck {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-dhlfck {
    font-size: 1.6rem
  }
}

#brxe-ioxttz {
  color: #fff;
  font-size: 2rem;
  border: 1px solid #fff;
  background-color: #2c6c93;
  padding-top: 5px;
  padding-bottom: 5px
}

@media (min-width:2200px) {
  #brxe-ioxttz {
    font-size: 2.5rem
  }
}

@media (max-width:478px) {
  #brxe-ioxttz {
    font-size: 1.6rem
  }
}

#brxe-ckencp {
  padding-left: 2vw;
  flex-direction: row;
  column-gap: 20px;
  margin-top: 10px;
}

@media (max-width:478px) {
  #brxe-ckencp {
    row-gap: 5px;
    column-gap: 5px
  }
}

#brxe-moswun {
  align-items: center;
  justify-content: center;
  align-self: center !important
}

#brxe-hkphjw {
  margin-top: 50px;
  width: 90vw;
  flex-direction: row;
  column-gap: 30px
}

#brxe-odwkmx {
  margin-top: 20px;
  width: 100%
}

#brxe-odwkmx .bc-scroll-reading__element {
  color: #fff;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1.08;
}

#brxe-odwkmx .bc-scroll-reading__line-mask {
  /* background: #fff; */
  --opacity: 1;
}

@media (min-width:2200px) {
  #brxe-odwkmx .bc-scroll-reading__element {
    font-size: 5vw;
    line-height: 1.1;
  }

  #brxe-odwkmx {
    width: 90%
  }
}

@media (max-width:478px) {
  #brxe-odwkmx {
    width: 100%;
    margin-top: 0
  }

  #brxe-odwkmx .bc-scroll-reading__element {
    font-size: 3.1rem
  }
}

#brxe-mzgkdf {
  margin-top: 5rem;
  z-index: 2
}

@media (max-width:478px) {
  #brxe-mzgkdf {
    margin-top: 20px
  }
}

#brxe-xljhxd {
  align-self: flex-start !important;
  width: 90vw;
  margin-top: 50px;
  padding-right: 20px;
  padding-left: 20px
}

@media (min-width:2200px) {
  #brxe-xljhxd {
    padding-right: 30px;
    padding-left: 30px
  }
}

@media (max-width:478px) {
  #brxe-xljhxd {
    width: 90%;
    padding-right: 0;
    padding-left: 0
  }
}

#brxe-bbcapf {
  background-color: #2c6c93;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-bottom: 260px
}

@media (max-width:478px) {
  #brxe-bbcapf {
    border-radius: 40px 40px 0 0;
    padding-bottom: 200px
  }
}

#about {
  color: #4e8eb5;
  font-size: 5vw;
  font-weight: 900
}

@media (max-width:478px) {
  #about {
    font-size: 4rem;
    margin-top: 20px
  }
}

#brxe-dynfug {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: center !important;
  margin-bottom: 10px
}

#brxe-kjdozn .bc-divider__motion {
  border-top-color: #a1a1a1;
}

#brxe-ginfdk .bc-twist-title__span {
  color: #4e8eb5;
  font-weight: 700;
  font-family: "GoNed-Font";
  font-size: 10rem
}

@media (min-width:2200px) {
  #brxe-ginfdk .bc-twist-title__span {
    font-size: 12rem
  }
}

@media (max-width:767px) {
  #brxe-ginfdk {
    left: -35px
  }
}

@media (max-width:478px) {
  #brxe-ginfdk .bc-twist-title__span {
    font-size: 4.2rem
  }

  #brxe-ginfdk {
    margin-left: 10px
  }
}

#brxe-xogjwk .bc-scroll-reading__line-mask {
  /* background: rgba(0, 0, 0, .6); */
  --opacity: 1;
}

#brxe-xogjwk .bc-scroll-reading__element {
  font-size: 5rem;
  font-weight: 500;
  color: #4e8eb5;
  line-height: 1.08;
}

@media (min-width:2200px) {
  #brxe-xogjwk .bc-scroll-reading__element {
    font-size: 11rem;
    line-height: 1.08
  }
}

@media (max-width:478px) {
  #brxe-xogjwk .bc-scroll-reading__element {
    font-size: 3.5rem
  }
}

#brxe-ayetpq .bc-img-reveal__element {
  --scale: 1
}

#brxe-ayetpq {
  width: 160px
}

@media (max-width:478px) {
  #brxe-ayetpq {
    width: 100px
  }
}

#brxe-hopklr {
  font-size: 3rem;
  color: #4e8eb5;
}

@media (max-width:478px) {
  #brxe-hopklr {
    font-size: 2rem;
    line-height: 1.3
  }
}

#brxe-mnpfjh {
  align-items: center
}

@media (max-width:478px) {
  #brxe-mnpfjh {
    flex-direction: row
  }

  #brxe-cnccps {
    row-gap: 20px
  }
}

#brxe-esugga {
  align-items: center;
  justify-content: center;
  align-self: center !important
}

#brxe-yqmeie {
  background-color: #fff;
  align-items: center;
  justify-content: center;
  align-self: center !important;
  width: 80vw;
  margin-top: 70px;
  margin-bottom: 50px
}

@media (min-width:2200px) {
  #brxe-yqmeie {
    padding-right: 0;
    padding-left: 0;
    width: 85vw;
    align-items: center;
    justify-content: center;
    align-self: center !important
  }
}

@media (max-width:478px) {
  #brxe-yqmeie {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
    margin-top: 50px;
    width: 90vw
  }
}

#brxe-zcevjr {
  width: 90vw;
  padding-top: 100px
}

@media (max-width:478px) {
  #brxe-zcevjr {
    padding-top: 40px
  }
}

#brxe-duuyao {
  margin-top: -180px;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-bottom: 200px
}

@media (max-width:478px) {
  #brxe-duuyao {
    border-radius: 40px 40px 0 0;
    padding-bottom: 215px
  }
}

#expetise {
  color: #fff;
  font-size: 5vw;
  font-weight: 900
}

@media (max-width:478px) {
  #expetise {
    font-size: 4rem;
    margin-top: 20px
  }
}

#brxe-dnsowi .bc-divider__motion {
  border-top-color: #77838b;
}

#brxe-yatcwl {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  width: 100%;
  margin-top: 20px
}

@media (min-width:2200px) {
  #brxe-yatcwl {
    font-size: 3.5rem
  }
}

@media (max-width:478px) {
  #brxe-yatcwl {
    font-size: 2.3rem;
    width: 100%
  }
}

#brxe-edrpon {
  width: 90vw;
  padding-top: 100px
}

@media (max-width:478px) {
  #brxe-edrpon {
    line-height: 1.5;
    padding-top: 40px
  }
}

#brxe-djckzc.horizontal .line {
  border-top-color: #fff;
}

#brxe-djckzc.vertical .line {
  border-right-color: var(--bricks-color-21984d)
}

#brxe-djckzc .icon {
  color: var(--bricks-color-21984d)
}

#brxe-fpjune {
  fill: var(--bricks-color-7fb4ed);
  height: 30px;
  width: 30px;
  color: var(--bricks-color-uippit);
  fill: #fff;
  margin-right: 30px
}

@media (max-width:478px) {
  #brxe-fpjune {
    margin-right: 10px
  }
}

#brxe-wpetrw {
  color: #fff;
  font-size: 5rem;
  line-height: 1
}

@media (min-width:2200px) {
  #brxe-wpetrw {
    font-size: 7rem
  }
}

@media (max-width:478px) {
  #brxe-wpetrw {
    font-size: 2.9rem;
  }
}

#brxe-meusbm {
  flex-direction: row;
  align-items: center
}

#brxe-uuncbf {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 20px
}

@media (min-width:2200px) {
  #brxe-uuncbf {
    font-size: 3.5rem
  }
}

@media (max-width:478px) {
  #brxe-uuncbf {
    font-size: 2rem;
    margin-top: 20px
  }
}

#brxe-giuyqi {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

.card {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  -moz-backdrop-filter: saturate(180%) blur(20px);
  -o-backdrop-filter: saturate(180%) blur(20px);
  -ms-backdrop-filter: saturate(180%) blur(20px)
}

@media (max-width:478px) {
  #brxe-giuyqi {
    font-size: 2rem
  }
}

#brxe-fgjmdz {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-fgjmdz {
    font-size: 2rem
  }
}

#brxe-wibfgz {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-wibfgz {
    font-size: 2rem
  }
}

#brxe-cwwfyh {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../uploads/2023/08/01-1.png);
  background-size: 350px;
  row-gap: 20px;
  /* padding-top: 100px; */
  padding-bottom: 100px
}

@media (max-width:478px) {
  #brxe-cwwfyh {
    background-size: 170px;
    background-position: bottom right;
    padding-top: 0;
    padding-bottom: 87px
  }
}

#brxe-vuxmtd {
  flex-direction: row;
  column-gap: 100px;
  width: 90vw
}

@media (max-width:478px) {
  #brxe-vuxmtd {
    row-gap: 30px;
    height: auto
  }
}

#brxe-eokepb {
  margin-top: 100px;
  margin-bottom: 29vh;
  grid-gap: 4rem;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  position: sticky;
  top: calc(20vh + 0vh)
}

@media (min-width:2200px) {
  #brxe-eokepb {
    margin-bottom: 28vh
  }
}

@media (max-width:991px) {
  #brxe-eokepb {
    flex-direction: column
  }
}

@media (max-width:478px) {
  #brxe-eokepb {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 2em;
    background-size: contain;
    background-attachment: scroll;
    top: 80px;
    margin-top: 0;
    margin-bottom: 30.5vh
  }
}

#brxe-qteyoq.horizontal .line {
  border-top-color: #fff;
}

#brxe-qteyoq.vertical .line {
  border-right-color: var(--bricks-color-21984d)
}

#brxe-qteyoq .icon {
  color: var(--bricks-color-21984d)
}

#brxe-jhzeak {
  fill: var(--bricks-color-7fb4ed);
  height: 30px;
  width: 30px;
  color: var(--bricks-color-uippit);
  fill: #fff;
  margin-right: 30px
}

@media (max-width:478px) {
  #brxe-jhzeak {
    margin-right: 10px
  }
}

#brxe-ssdcee {
  color: #fff;
  font-size: 5rem;
  line-height: 1
}

@media (min-width:2200px) {
  #brxe-ssdcee {
    font-size: 7rem
  }
}

@media (max-width:478px) {
  #brxe-ssdcee {
    font-size: 2.9rem;
  }
}

#brxe-hxjbnv {
  flex-direction: row;
  align-items: center
}

#brxe-qbgkvs {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 20px
}

@media (min-width:2200px) {
  #brxe-qbgkvs {
    font-size: 3.5rem
  }
}

@media (max-width:478px) {
  #brxe-qbgkvs {
    font-size: 2rem;
    margin-top: 20px
  }
}

#brxe-jeqegf {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

.card {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  -moz-backdrop-filter: saturate(180%) blur(20px);
  -o-backdrop-filter: saturate(180%) blur(20px);
  -ms-backdrop-filter: saturate(180%) blur(20px)
}

@media (max-width:478px) {
  #brxe-jeqegf {
    font-size: 2rem
  }
}

#brxe-nvycnu {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-nvycnu {
    font-size: 2rem
  }
}

#brxe-nwqvgy {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-nwqvgy {
    font-size: 2rem
  }
}

#brxe-aiuoaw {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../uploads/2023/08/02-1.png);
  background-size: 350px;
  row-gap: 20px;
  /* padding-top: 100px; */
  padding-bottom: 100px
}

@media (max-width:478px) {
  #brxe-aiuoaw {
    background-size: 170px;
    background-position: bottom right;
    padding-top: 0;
    padding-bottom: 87px;
  }
}

#brxe-aiuoaw-for {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../uploads/2023/08/04-1.png);
  background-size: 370px;
  row-gap: 20px;
  /* padding-top: 100px; */
  padding-bottom: 100px
}

@media (max-width:478px) {
  #brxe-aiuoaw-for {
    background-size: 170px;
    background-position: bottom right;
    padding-top: 0;
    padding-bottom: 87px;
  }
}

#brxe-tggldq {
  flex-direction: row;
  column-gap: 100px;
  width: 90vw
}

@media (max-width:478px) {
  #brxe-tggldq {
    row-gap: 30px;
    height: auto
  }
}

#brxe-yodqrg {
  margin-top: 100px;
  margin-bottom: 18vh;
  grid-gap: 4rem;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  position: sticky;
  top: calc(20vh + 11vh);
  background-color: #4e8eb5;
}

@media (min-width:2200px) {
  #brxe-yodqrg {
    top: calc(20vh + 10vh)
  }
}

@media (max-width:991px) {
  #brxe-yodqrg {
    flex-direction: column
  }
}

@media (max-width:478px) {
  #brxe-yodqrg {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 2em;
    background-color: var(--bricks-color-a917aa);
    margin-top: 0;
    margin-bottom: 15vh;
    top: 170px;
    background-color: #4e8eb5;
  }
}

#brxe-yodqrg-test {
  margin-top: 100px;
  margin-bottom: 18vh;
  grid-gap: 4rem;
  flex-direction: column;
  align-items: center;
  width: 90vw;
  position: sticky;
  top: calc(20vh + 22vh);
  background-color: #4e8eb5;
}

@media (min-width: 2200px) {
  #brxe-yodqrg-test {
    top: calc(20vh + 20vh);
  }
}

@media (max-width: 991px) {
  #brxe-yodqrg-test {
    flex-direction: column;
  }
}

@media (max-width: 478px) {
  #brxe-yodqrg-test {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 2em;
    background-color: #4e8eb5;
    margin-top: 0;
    margin-bottom: 15vh;
    top: 170px;
  }
}

#brxe-oyfcal.horizontal .line {
  border-top-color: #fff;
}

#brxe-oyfcal.vertical .line {
  border-right-color: var(--bricks-color-21984d)
}

#brxe-oyfcal .icon {
  color: var(--bricks-color-21984d)
}

#brxe-xnqmkg {
  fill: var(--bricks-color-7fb4ed);
  height: 30px;
  width: 30px;
  color: var(--bricks-color-uippit);
  fill: #fff;
  margin-right: 30px
}

@media (max-width:478px) {
  #brxe-xnqmkg {
    margin-right: 10px
  }
}

#brxe-bbsowo {
  color: #fff;
  font-size: 5rem;
  line-height: 1
}

@media (min-width:2200px) {
  #brxe-bbsowo {
    font-size: 7rem
  }
}

@media (max-width:478px) {
  #brxe-bbsowo {
    font-size: 2.9rem;
  }
}

#brxe-vdnuvg {
  flex-direction: row;
  align-items: center
}

#brxe-vbzkzl {
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  margin-top: 20px
}

@media (min-width:2200px) {
  #brxe-vbzkzl {
    font-size: 3.5rem
  }
}

@media (max-width:478px) {
  #brxe-vbzkzl {
    font-size: 2.2rem;
    margin-top: 20px
  }
}

#brxe-zwqhaq {
  color: #fff;
  font-weight: 500;
  font-size: 3rem;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

.card {
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  -moz-backdrop-filter: saturate(180%) blur(20px);
  -o-backdrop-filter: saturate(180%) blur(20px);
  -ms-backdrop-filter: saturate(180%) blur(20px)
}

@media (max-width:478px) {
  #brxe-zwqhaq {
    font-size: 2rem
  }
}

#brxe-fiwhed {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-fiwhed {
    font-size: 2rem
  }
}

#brxe-nxbkzq {
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 2;
  background-color: #76838b2e;
}

@media (max-width:478px) {
  #brxe-nxbkzq {
    font-size: 2rem
  }
}

#brxe-qcuegb {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../../uploads/2023/08/03-1.png);
  background-size: 350px;
  row-gap: 20px;
  /* padding-top: 100px; */
  padding-bottom: 100px;
}

@media (max-width:478px) {
  #brxe-qcuegb {
    background-size: 170px;
    background-position: bottom right;
    padding-top: 0;
    padding-bottom: 100px
  }
}

#brxe-lhhtud {
  flex-direction: row;
  column-gap: 100px;
  width: 90vw
}

@media (max-width:478px) {
  #brxe-lhhtud {
    row-gap: 30px
  }
}

#brxe-dmdpon {
  margin-top: 100px;
  margin-bottom: 7vh;
  grid-gap: 4rem;
  flex-direction: column;
  align-items: center;
  position: sticky;
  background-color: #4e8eb5;
  width: 90vw;
  top: 0
}

@media (min-width:2200px) {
  #brxe-dmdpon {
    margin-bottom: 8vh
  }
}

@media (max-width:991px) {
  #brxe-dmdpon {
    flex-direction: column
  }
}

@media (max-width:478px) {
  #brxe-dmdpon {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 2em;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 0;
    margin-bottom: -1vh;
    top: 260px
  }
}

#brxe-dmdponpart {
  margin-top: 100px;
  margin-bottom: 7vh;
  grid-gap: 4rem;
  flex-direction: column;
  align-items: center;
  position: sticky;
  background-color: #4e8eb5;
  width: 90vw;
  top: 0
}

@media (min-width:2200px) {
  #brxe-dmdponpart {
    margin-bottom: 8vh
  }
}

@media (max-width:991px) {
  #brxe-dmdponpart {
    flex-direction: column
  }
}

@media (max-width:478px) {
  #brxe-dmdponpart {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-items: center;
    justify-content: center;
    display: flex;
    row-gap: 2em;
    background-size: contain;
    background-attachment: scroll;
    margin-top: 0;
    margin-bottom: -1vh;
    top: 260px
  }
}

#sticky {
  width: 90vw
}

@media (min-width:2200px) {
  #sticky {
    width: 2200px
  }
}

@media (max-width:478px) {
  #sticky {
    margin-top: 100px
  }
}

#brxe-ozleda {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  margin-top: -100px;
  background-color: #4e8eb5;
  z-index: 2;
  position: relative;
  padding-bottom: 250px
}

@media (max-width:478px) {
  #brxe-ozleda {
    border-radius: 40px 40px 0 0;
    padding-bottom: 320px
  }
}

#brxe-juwngk {
  color: #2c6c93;
  font-size: 5vw;
  font-weight: 900
}

@media (max-width:478px) {
  #brxe-juwngk {
    font-size: 4rem;
    margin-top: 20px
  }
}

#brxe-lrnpqb .bc-divider__motion {
  border-top-color: #a1a1a1;
}

#brxe-yvbidc {
  width: 70%;
  margin-top: 20px;
  font-size: 3rem;
  line-height: 1.3;
  color: #7a7777;
}

.fw-bold {
  color: #7a7777;
}

@media (min-width:2200px) {
  #brxe-yvbidc {
    width: 50%;
    font-size: 3.5rem
  }
}

@media (max-width:478px) {
  #brxe-yvbidc {
    width: 100%;
    font-size: 2.5rem;
    color: var(--bricks-color-21984d);
  }

  #brxe-gkmsxp {
    padding-right: 10px;
    padding-left: 20px;
  }
}

.brxe-yjcsbj {
  justify-content: center;
  z-index: 2
}

.brxe-yjcsbj .form-group input {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-color: #000;
  border-radius: 20px;
  font-size: 2.5rem
}

.brxe-yjcsbj .flatpickr {
  background-color: #1a1c20;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-color: var(--bricks-color-7fb4ed);
  border-radius: 20px
}

.brxe-yjcsbj select {
  background-color: #1a1c20;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-color: var(--bricks-color-7fb4ed);
  border-radius: 20px;
  font-size: 2.5rem;
  font-size: 2.3rem
}

.brxe-yjcsbj textarea {
  background-color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  border-color: #000;
  border-radius: 20px;
  font-size: 2.5rem;
}

.brxe-yjcsbj .bricks-button:not([type=submit]) {
  border-color: var(--bricks-color-7fb4ed);
  border-radius: 20px
}

.brxe-yjcsbj .choose-files {
  border-color: var(--bricks-color-7fb4ed);
  border-radius: 20px
}

.brxe-yjcsbj .form-group input:hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj .flatpickr:hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj select:hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj textarea:hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj .bricks-button:not([type=submit]):hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj .choose-files:hover {
  border: 1px solid var(--bricks-color-ac226a)
}

.brxe-yjcsbj .bricks-button:hover {
  background-color: #2c6c93;
}

.brxe-yjcsbj .form-group:not(:last-child) {
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px
}

.brxe-yjcsbj button[type="submit"].bricks-button {
  border: 1px solid #2c6c93;
  border-radius: 25px;
}

.brxe-yjcsbj .form-group:nth-child(1) {
  width: 50%
}

.brxe-yjcsbj .form-group:nth-child(2) {
  width: 50%
}

.brxe-yjcsbj .form-group:nth-child(3) {
  width: 50%
}

.brxe-yjcsbj .form-group:nth-child(4) {
  width: 50%
}

.brxe-yjcsbj .form-group:nth-child(5) {
  height: 200px
}

/* .brxe-yjcsbj .bricks-button:hover {
  background-color: #000;
} */

.brxe-yjcsbj .bricks-button {
  /* font-family: "GoNed-Font"; */
  font-weight: 400;
  color: #737374;
  font-size: 2.2rem;
  background-color: #2c6c93;
}

.brxe-yjcsbj ::placeholder {
  font-size: 2.3rem
}

.brxe-yjcsbj .submit-button-wrapper {
  width: 95%
}

option.placeholder {
  display: none
}

textarea {
  resize: none
}

@media (min-width:2200px) {
  .brxe-yjcsbj .form-group input {
    font-size: 3rem;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .brxe-yjcsbj select {
    font-size: 3rem;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .brxe-yjcsbj textarea {
    font-size: 3rem;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .brxe-yjcsbj .flatpickr {
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px
  }

  .brxe-yjcsbj .bricks-button:not([type=submit]) {
    border-radius: 25px
  }

  .brxe-yjcsbj .choose-files {
    border-radius: 25px;
  }

  .brxe-yjcsbj .bricks-button {
    font-size: 2.7rem
  }

  .brxe-yjcsbj button[type="submit"].bricks-button {
    border-radius: 30px
  }
}

@media (max-width:478px) {
  .brxe-yjcsbj {
    width: 100%;
    margin-bottom: 6rem
  }

  .brxe-yjcsbj .form-group:nth-child(1) {
    width: 100%
  }

  .brxe-yjcsbj .form-group:nth-child(2) {
    width: 100%
  }

  .brxe-yjcsbj .form-group:nth-child(3) {
    width: 100%
  }

  .brxe-yjcsbj .form-group:nth-child(4) {
    width: 100%
  }

  option.placeholder {
    display: none
  }

  textarea {
    resize: none
  }

  .text {
    white-space: nowrap
  }

  .brxe-yjcsbj ::placeholder {
    font-size: 2rem
  }

  .brxe-yjcsbj select {
    font-size: 2rem
  }

  .brxe-yjcsbj .form-group:not(:last-child) {
    padding-right: 0;
    padding-left: 0
  }

  .brxe-yjcsbj .submit-button-wrapper {
    width: 95%
  }
}

#brxe-xwrflx {
  width: 60%
}

@media (max-width:478px) {
  #brxe-xwrflx {
    width: 100%
  }
}

#brxe-lmomrg .bc-decode-reveal__element {
  text-align: center;
  font-size: 3rem;
  font-weight: 500
}

@media (min-width:2200px) {
  #brxe-lmomrg .bc-decode-reveal__element {
    font-size: 5rem
  }
}

@media (max-width:478px) {
  #brxe-lmomrg .bc-decode-reveal__element {
    font-size: 2rem;
    color: var(--bricks-color-21984d)
  }
}

#brxe-vleujz {
  color: var(--bricks-color-21984d);
  font-size: 4rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 15px;
  gap: 5px;
  z-index: 2
}

#brxe-vleujz:hover {
  color: var(--bricks-color-a917aa);
  gap: 10px
}

@media (min-width:2200px) {
  #brxe-vleujz {
    font-size: 5.5rem
  }
}

@media (max-width:478px) {
  #brxe-vleujz {
    font-size: 3rem
  }
}

#brxe-xcxfji {
  color: var(--bricks-color-21984d);
  font-size: 4rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 5px;
  z-index: 2
}

#brxe-xcxfji:hover {
  color: var(--bricks-color-a917aa);
  gap: 10px
}

@media (min-width:2200px) {
  #brxe-xcxfji {
    font-size: 5.4rem
  }
}

@media (max-width:478px) {
  #brxe-xcxfji {
    font-size: 3rem
  }
}

#brxe-lxmwyb {
  align-items: center;
  width: 50%;
  justify-content: center;
  margin-left: 40px;
}

@media (max-width:478px) {
  #brxe-lxmwyb {
    width: 100%
  }
}

#brxe-dgexfn {
  align-items: stretch;
  margin-top: 20px;
  flex-direction: row
}

#brxe-mizknc {
  padding-top: 100px;
  width: 90vw
}

@media (max-width:478px) {
  #brxe-mizknc {
    padding-top: 40px;
    width: 95%
  }
}

#brxe-feprya {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  background-color: #fff;
  padding-bottom: 200px;
  margin-top: -270px;
  z-index: 2;
  position: relative
}

@media (max-width:478px) {
  #brxe-feprya {
    border-radius: 40px 40px 0 0;
    padding-bottom: 200px
  }
}

#brxe-asjknp {
  font-size: 4.8vw;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  max-width: 1100px
}

@media (max-width:478px) {
  #brxe-asjknp {
    text-align: center;
    font-size: 3.5rem;
    width: 100%
  }
}

#brxe-gndmoz {
  align-items: flex-start;
  font-size: 4rem
}

@media (max-width:478px) {
  #brxe-gndmoz {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 5px;
    padding-left: 5px
  }
}

#brxe-musxeo {
  color: #fff;
  margin-bottom: 20px
}

@media (max-width:478px) {
  #brxe-musxeo {
    font-size: 3.5rem
  }
}

#brxe-vomrjh {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 50px;
  color: var(--bricks-color-a917aa);
  --hover-color: var(--bricks-color-7fb4ed);
  background-color: #000;
  margin-right: 15px;
  z-index: 2
}

#brxe-vomrjh:hover {
  color: var(--bricks-color-7fb4ed);
  border: 1px solid var(--bricks-color-a917aa)
}

#brxe-vomrjh .bc-anyside-button__anyside-div,
#brxe-vomrjh .bc-anyside-button__anyside-span {
  background-color: var(--bricks-color-a917aa)
}

i.fab.fa-instagram {
  margin-right: 10px
}

@media (min-width:2200px) {
  #brxe-vomrjh {
    font-size: 3rem
  }
}

@media (max-width:478px) {
  #brxe-vomrjh {
    font-size: 2rem
  }
}

#brxe-ryhozw {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 50px;
  color: var(--bricks-color-a917aa);
  --hover-color: var(--bricks-color-7fb4ed);
  background-color: #000;
  z-index: 2
}

#brxe-ryhozw:hover {
  color: var(--bricks-color-7fb4ed);
  border: 1px solid var(--bricks-color-a917aa)
}

#brxe-ryhozw .bc-anyside-button__anyside-div,
#brxe-ryhozw .bc-anyside-button__anyside-span {
  background-color: var(--bricks-color-a917aa)
}

i.fab.fa-linkedin {
  margin-right: 10px
}

@media (min-width:2200px) {
  #brxe-ryhozw {
    font-size: 3rem
  }
}

@media (max-width:478px) {
  #brxe-ryhozw {
    font-size: 2rem
  }
}

#brxe-zupbhy {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px
}

@media (max-width:478px) {
  #brxe-zupbhy {
    justify-content: center;
    flex-direction: row
  }
}

#brxe-mlwxlr {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 50px;
  color: var(--bricks-color-a917aa);
  --hover-color: var(--bricks-color-7fb4ed);
  background-color: #000;
  margin-right: 15px;
  z-index: 2
}

#brxe-mlwxlr:hover {
  color: var(--bricks-color-7fb4ed);
  border: 1px solid var(--bricks-color-a917aa)
}

#brxe-mlwxlr .bc-anyside-button__anyside-div,
#brxe-mlwxlr .bc-anyside-button__anyside-span {
  background-color: var(--bricks-color-a917aa)
}

i.fab.fa-whatsapp {
  margin-right: 10px
}

@media (min-width:2200px) {
  #brxe-mlwxlr {
    font-size: 3rem
  }
}

@media (max-width:478px) {
  #brxe-mlwxlr {
    font-size: 2rem
  }
}

#brxe-kegove {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border: 1px solid var(--bricks-color-ed8078);
  border-radius: 50px;
  color: var(--bricks-color-a917aa);
  --hover-color: var(--bricks-color-7fb4ed);
  background-color: #000;
  z-index: 2
}

#brxe-kegove:hover {
  color: var(--bricks-color-7fb4ed);
  border: 1px solid var(--bricks-color-a917aa)
}

#brxe-kegove .bc-anyside-button__anyside-div,
#brxe-kegove .bc-anyside-button__anyside-span {
  background-color: var(--bricks-color-a917aa)
}

i.fab.fa-tiktok {
  margin-right: 10px
}

@media (min-width:2200px) {
  #brxe-kegove {
    font-size: 3rem
  }
}

@media (max-width:478px) {
  #brxe-kegove {
    font-size: 2rem
  }
}

#brxe-oyileo {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px
}

@media (max-width:478px) {
  #brxe-oyileo {
    align-items: center;
    justify-content: center
  }
}

#brxe-ucvllc {
  align-items: flex-end
}

@media (max-width:478px) {
  #brxe-ucvllc {
    margin-top: 10px;
    align-items: center
  }
}

#brxe-xfpawu {
  column-gap: 10px;
  flex-direction: row;
  align-self: center !important;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 25px
}

@media (max-width:478px) {
  #brxe-xfpawu {
    align-self: center !important;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding-left: 5px
  }
}

#brxe-szdcdj .bc-divider__motion {
  border-top-color: var(--bricks-color-21984d)
}

#brxe-aeobdn {
  color: #fff;
  font-size: 2rem;
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
  top: 20px;
}

@media (min-width:2200px) {
  #brxe-aeobdn {
    font-size: 3rem
  }
}

#brxe-bmlcyf {
  align-items: flex-start
}

@media (max-width:478px) {
  #brxe-bmlcyf {
    align-items: center
  }
}

#brxe-tjnhef {
  color: #fff;
  /* font-family: "GoNed-Font"; */
  font-weight: 400;
  font-size: 2.4rem;
  transition: 215ms;
  z-index: 2
}

#brxe-tjnhef:hover {
  color: var(--bricks-color-7fb4ed)
}

@media (min-width:2200px) {
  #brxe-tjnhef {
    font-size: 3rem
  }
}

@media (max-width:478px) {
  #brxe-tjnhef {
    margin-top: 5px;
    margin-bottom: 5px
  }
}

#brxe-hsgqgt {
  align-items: center
}

#brxe-svdoxb {
  color: #fff;
  /* font-family: "GoNed-Font"; */
  font-weight: 400;
  font-size: 2.4rem;
  transition: 215ms;
  z-index: 2
}

#brxe-svdoxb:hover {
  color: var(--bricks-color-uippit)
}

@media (min-width:2200px) {
  #brxe-svdoxb {
    font-size: 3rem
  }
}

#brxe-zisgwz {
  align-items: flex-end
}

@media (max-width:478px) {
  #brxe-zisgwz {
    align-items: center
  }
}

#brxe-lxeuxv {
  flex-direction: row;
  align-items: center;
  column-gap: 5rem;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%
}

#brxe-pfwlhg {
  background-color: #2c6c93;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-top: 30px;
  padding-bottom: 10px;
}

#brx-footer {
  z-index: 99;
}

@media (min-width:2200px) {
  #brxe-pfwlhg {
    padding-top: 60px
  }
}

@media (max-width:478px) {
  #brxe-pfwlhg {
    padding-top: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
}



.speedlayer-lazy[data-src] {
  display: none !important;
}

@media (max-width:600px) {
  #brxe-yvbidc {
    width: 100%;
  }
}

@media (max-width:768px) {
  #brxe-giuyqi {
    font-size: 2rem;
  }

  #brxe-fgjmdz {
    font-size: 2rem;
  }

  #brxe-wibfgz {
    font-size: 2rem;
  }

  #brxe-jeqegf {
    font-size: 2rem;
  }

  #brxe-nvycnu {
    font-size: 2rem;
  }

  #brxe-nwqvgy {
    font-size: 2rem;
  }

  #brxe-zwqhaq {
    font-size: 2rem;
  }

  #brxe-fiwhed {
    font-size: 1.9rem;
  }

  #brxe-nxbkzq {
    font-size: 2rem;
  }
 
  #brxe-cwwfyh {
    background-image: none;
  }

  #brxe-aiuoaw {
    background-image: none;
  }

  #brxe-qcuegb {
    background-image: none;
  }

  #brxe-aiuoaw-for {
    background-image: none;
  } 
}

@media (max-width:600px) {
  #brxe-yvbidc {
    width: 100%;
  }

  #brxe-ckencp {
    padding-left: 1vw;
  }

  #brxe-lxmwyb {
    margin-left: 10px;
  }
}

/* 
.main-box {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: center;
}

.box-1 {
  width: 30%;
  color: #fff;
}

.img-w-h {
  width: 20%;
}

.div-p {
  width: 100%;
}

.p-style {
  width: 90%;
  font-weight: 500;
  font-size: 2.5rem;
}

.contact-form {
  color: #fff;
  position: relative;
}

.usefullinks-form {
  color: #fff;
}

.box-2-style {
  font-weight: 500;
  font-size: 2.5rem;
}

.box-2-h3 {
  font-size: 3rem;
  font-weight: 500;
}

.h3-style {
  font-size: 3rem;
  font-weight: 500;
}


.box-3-style {
  display: flex;
  gap: 20px;
}

.box-2-portfolio {
  position: relative;
  top: 60px;
  display: flex;
  flex-direction: column;
}

.box-3 {
  position: relative;
  top: 20px;
}

.box-3-1-style {
  font-weight: 500;
  font-size: 2.5rem;
}

.box-3-2-p {
  font-weight: 500;
  font-size: 2.5rem;
}

.phone-form {
  color: #fff;
}

.box-3-3-p {
  font-weight: 500;
  font-size: 2.5rem;
}

.box-3-4-p {
  font-weight: 500;
  font-size: 2.5rem;
}

.box-3-2 {
  display: flex;
  gap: 20px;
}

.box-3-3 {
  display: flex;
  gap: 20px;
}

.box-3-4 {
  display: flex;
  gap: 25px;
} */
@media (max-width:1440px) {
  .map {
    margin: 0 70px;
  }
}

@media (max-width:1024px) {
  #brxe-euzjit {
    background-size: 60vh;
  }

  .map {
    margin: 0 30px;
  }
}

@media (max-width:992px) {
  /* #brxe-cbhsok {
    display: flex;
    flex-direction: column;
    gap: 20px;
  } */

  /* #brxe-hkphjw {
    display: flex;
    flex-direction: column;
    gap: 20px;
  } */

  .main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 25px;
  }

  #brxe-euzjit {
    background-size: 60vh;
  }

  .box-1 {
    width: 100%;
  }

  .box-1-img {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .div-p {
    display: flex;
    justify-content: center;
  }

  .phone-form-h3 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .box-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .box-2-portfolio {
    top: 0;
    width: 100%;
    align-items: center;
  }

  .box-3-4 {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .p-style {
    width: 83%;
  }

  .box-3-style {
    display: flex;
    flex-direction: column;
  }

  .box-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-2 {
    display: flex;
    flex-direction: column;
  }

  .box-3-2-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-3 {
    display: flex;
    flex-direction: column;
  }

  .box-3-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4 {
    display: flex;
    flex-direction: column;
  }

  .box-3-4-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4-style {
    text-align: center;
  }

  #brxe-aeobdn {
    font-size: 1.5rem;
  }
}

@media (max-width:768px) {
  #brxe-wpetrw {
    font-size: 3rem;
  }

  #brxe-ssdcee {
    font-size: 3rem;
  }

  #brxe-bbsowo {
    font-size: 3rem;
  }

  #about {
    font-size: 9vw;
  }

  .map {
    margin: 0 30px;
  }

  #brxe-euzjit {
    background-size: 60vh;
  }

  #brxe-cbhsok {
    /* flex-direction: column; */
    gap: 20px;
    width: auto;
  }

  #brxe-hkphjw {
    /* flex-direction: column; */
    gap: 20px;
  }

  #brxe-ulmgjp {
    font-size: 1rem;
  }

  #brxe-tsucdc {
    font-size: 1rem;
  }

  #brxe-frrbik {
    font-size: 1rem;
  }

  #brxe-ioxttz {
    font-size: 1rem;
  }

  #brxe-dhlfck {
    font-size: 1rem;
  }

  #brxe-tftlzw {
    font-size: 1rem;
  }

  #brxe-qrixdt {
    font-size: 27px;
  }

  #brxe-asksmq {
    font-size: 27px;
  }

  #brxe-mhpwsd {
    font-size: 27px;
  }

  #brxe-egodfd {
    font-size: 27px;
  }

  .main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 25px;
  }

  #brxe-gffory {
    display: flex;
    width: 100%;
    /* align-items: center; */
  }

  #brxe-gshewe {
    display: flex;
    width: 100%;
    /* justify-content: center; */
  }

  #brxe-ckencp {
    display: flex;
    width: 100%;
    /* justify-content: center; */
  }

  #brxe-jczwzm {
    display: flex;
    width: 100%;
    /* align-items: center; */
  }

  .box-1 {
    width: 100%;
  }

  .box-1-img {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .div-p {
    display: flex;
    justify-content: center;
  }

  .phone-form-h3 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .box-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .box-2-portfolio {
    top: 0;
  }

  .box-3-4 {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .p-style {
    width: 83%;
  }

  .box-3-style {
    display: flex;
    flex-direction: column;
  }

  .box-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-2 {
    display: flex;
    flex-direction: column;
  }

  .box-3-2-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-3 {
    display: flex;
    flex-direction: column;
  }

  .box-3-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4 {
    display: flex;
    flex-direction: column;
  }

  .box-3-4-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4-style {
    text-align: center;
  }

  #brxe-aeobdn {
    font-size: 1.5rem;
  }
}

@media (max-width:600px) {
  .map {
    margin: 0 20px;
  }

  #brxe-euzjit {
    background-size: 40vh;
  }

  #brxe-gshewe {
    display: flex;
    width: 100%;
    justify-content: start;
  }

  .main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    gap: 25px;
  }

  .box-1 {
    width: 100%;
  }

  .box-1-img {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .div-p {
    display: flex;
    justify-content: center;
  }

  .phone-form-h3 {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .box-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .box-2-portfolio {
    top: 0;
  }

  .box-3-4 {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .p-style {
    width: 83%;
  }

  .box-3-style {
    display: flex;
    flex-direction: column;
  }

  .box-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-2 {
    display: flex;
    flex-direction: column;
  }

  .box-3-2-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-3 {
    display: flex;
    flex-direction: column;
  }

  .box-3-3-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4 {
    display: flex;
    flex-direction: column;
  }

  .box-3-4-i {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .box-3-4-style {
    text-align: center;
  }

  #brxe-aeobdn {
    font-size: 1.5rem;
  }
}

.error {
  color:red !important;
  font-size: 15px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.contact-message {
  color: green;
  padding-left: 15px;
  padding-top: 15px;
}

.d-none {
  display: none;
}

.loader {
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(circle closest-side, #fff 90%, #fff0) 0 /
    calc(100% / 3) 100% space;
  clip-path: inset(0 100% 0 0);
  animation: l1 1s steps(4) infinite;
}
@keyframes l1 {
  to {
    clip-path: inset(0 -34% 0 0);
  }
}

.bc-arrow-button {
  white-space: wrap;
  text-decoration: unset !important;
  color: unset !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
  height: fit-content;
  --scale: 1.25;
  --dimensions: 23px;
  --transitionduration: .5s;
  --ease: cubic-bezier(.1, 0, .3, 1);
  --transitiondurationswap: .5s;
  --easeswap: cubic-bezier(.1, 0, .3, 1);
  --arrow-distance: 300%
}

.bc-arrow-button .bc-arrow-button_title-wrapper {
  width: 100%;
  padding: 15px 20px 15px 20px;
  background-color: #2c2b2b;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  letter-spacing: -.5px;
  line-height: 1.15
}

.bc-arrow-button .bc-arrow-button_title-wrap {
  position: relative;
  overflow: hidden
}

.bc-arrow-button .bc-arrow-button__title {
  all: unset;
  display: block;
  outline: none;
  border: none;
  transition: transform;
  transition-duration: var(--transitiondurationswap);
  transition-timing-function: var(--easeswap)
}

.bc-arrow-button[data-swap="enable"] .bc-arrow-button__title::after {
  display: block;
  content: attr(data-content);
  position: absolute;
  top: 100%
}

.bc-arrow-button[data-swap="enable"]:hover .bc-arrow-button__title {
  transform: translateY(-100%)
}

.bc-arrow-button[data-swap="enable"]:hover .bc-arrow-button__title::after {
  transform: translateY(0%)
}

.bc-arrow-button .bc-arrow-button__circle {
  padding: 25px;
  background-color: #2c2b2b;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: var(--dimensions) !important;
  min-height: var(--dimensions) !important;
  transition: scale;
  transition-duration: var(--transitionduration);
  transition-timing-function: var(--ease)
}

.bc-arrow-button .bc-arrow-button__arrow.color {
  position: absolute;
  transition: transform;
  transition-duration: var(--transitionduration);
  transition-timing-function: var(--ease);
  min-width: var(--dimensions) !important;
  min-height: var(--dimensions) !important;
  max-width: var(--dimensions) !important;
  max-height: var(--dimensions) !important;
  rotate: -45deg;
  --fill: white;
  stroke-width: .1;
  stroke: var(--fill);
  fill: #2c6c93;
}

.bc-arrow-button .bc-arrow-button__arrow-right {
  transform: translateX(calc(var(--arrow-distance) * -1))
}

.bc-arrow-button:hover .bc-arrow-button__circle {
  scale: var(--scale)
}

.bc-arrow-button:hover .bc-arrow-button__arrow-left {
  transform: translateX(var(--arrow-distance))
}

.bc-arrow-button:hover .bc-arrow-button__arrow-right {
  transform: translateX(0%)
}

.workwithus.brxe-arrowbutton .bc-arrow-button_title-wrapper {
  background-color: var(--bricks-color-0ea27e);
  border-color: var(--bricks-color-ed8078)
}

@media (max-width:478px) {
  .workwithus.brxe-arrowbutton .bc-arrow-button_title-wrapper {
      padding-top: 5px;
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 5px
  }
}

#brxe-vfmfmr {
  flex-direction: right;
  background-color: #FFF;
  border-radius: 100px;
  padding-top: 7px;
  padding-right: 14px;
  padding-bottom: 7px;
  padding-left: 13px;
  --scale: 1;
  --arrow-distance: 150%;
  margin-top: 20px;
  --dimensions: 30px
}

#brxe-vfmfmr .bc-arrow-button_title-wrapper {
  letter-spacing: -.3px;
  color: #2c6c93;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1.1;
  background-color: #FFF;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 5px
}

#brxe-vfmfmr .bc-arrow-button__circle {
  background-color: #FFF;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
  padding-left: 18px
}

#brxe-vfmfmr:hover {
  background-color: #FFF;
}

@media (min-width:2200px) {
  #brxe-vfmfmr .bc-arrow-button_title-wrapper {
      padding-top: 12px
  }

  #brxe-vfmfmr {
      white-space: nowrap;
      background-color: rgba(0, 0, 0, 0);
      --dimensions: 35px
  }

  #brxe-vfmfmr .bc-arrow-button__circle {
      background-color: rgba(0, 0, 0, 0)
  }

  #brxe-vfmfmr:hover {
      background-color: rgba(0, 0, 0, 0)
  }
}

@media (max-width:478px) {
  #brxe-vfmfmr .bc-arrow-button_title-wrapper {
      font-size: 2.1rem;
      padding-top: 2px;
      padding-right: 8px;
      padding-bottom: 5px;
      padding-left: 0
  }

  #brxe-vfmfmr {
      padding-top: 10px;
      padding-left: 14px;
      display: flex;
  }
}


