@font-face {
    font-display: block;
    font-family: Font\ Awesome\ 6\ Brands;
    font-style: normal;
    font-weight: 400;
    src: url(../wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../wp-content/themes/bricks/assets/css/libs/../../fonts/fontawesome/fa-brands-400.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
}

audio,
video {
    display: inline-block
}

img {
    border-style: none
}

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

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

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

.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 {
    background-color: #fff;
    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: 2.1em
}

h3 {
    font-size: 1.8em
}

h3,
h4 {
    line-height: 1.4
}

:where(p) {
    margin: 0 0 1.2em
}

:where(p:last-of-type) {
    margin-bottom: 0
}

:where(p:last-of-type)+h1,
:where(p:last-of-type)+h2,
:where(p:last-of-type)+h3,
:where(p:last-of-type)+h4,
:where(p:last-of-type)+h5,
:where(p:last-of-type)+h6 {
    margin-top: 1.2em
}

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

::placeholder {
    color: var(--bricks-border-color)
}

.skip-link {
    background: #000;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 5px 10px;
    position: fixed;
    top: 0;
    transform: translateY(-102%);
    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
}

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

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

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

.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 60px;
    margin-right: 90px;
}

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

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

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

:where(.brxe-video) iframe,
:where(.brxe-video) video {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

:where(.brxe-video) video {
    object-fit: cover
}

@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-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-random-letters {
    display: block;
    width: fit-content;
    height: fit-content
}

.bc-random-letters__element {
    text-align: center
}

.bc-to-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-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 {
    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: var(--fill)
}

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

.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;
    border: 1px solid white;
    border-radius: 15px;
}

.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%);
    /* margin-left: 15px; */
}

.m-img {
    margin-left: 15px;
}

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

.image-size {
    width: 400px;
}

.image-size-1 {
    width: 500px;
}

.bc-img-reveal__element .bc-img-reveal__img {
    /* height: auto;
    width: 100%; */
    object-fit: cover;
    transform-origin: left;
    border: 1px solid white;
    border-radius: 15px;
}

.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: ""
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.bricks-is-frontend .brx-animated[data-animation*=In],
.bricks-is-frontend :not(.brx-animated)[data-interaction-hidden-on-load] {
    opacity: 0
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transform: translateZ(0) scaleY(.95);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@-webkit-keyframes flash {

    0%,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scaleX(1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }

    30% {
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        transform: scale3d(.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, .85, 1);
    }

    65% {
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, .95, 1);
    }

    to {
        transform: scaleX(1);
    }
}

@-webkit-keyframes shakeX {

    0%,
    to {
        transform: translateZ(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shakeX {

    0%,
    to {
        transform: translateZ(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes shakeY {

    0%,
    to {
        transform: translateZ(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes shakeY {

    0%,
    to {
        transform: translateZ(0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(0, -10px, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(0, 10px, 0);
    }
}

@-webkit-keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

@-webkit-keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1);
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        transform: scaleX(1);
    }
}

@-webkit-keyframes wobble {
    0% {
        transform: translateZ(0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes wobble {
    0% {
        transform: translateZ(0);
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0);
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        transform: translateZ(0);
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@-webkit-keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.3);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.3);
    }

    70% {
        transform: scale(1);
    }
}

@-webkit-keyframes backInDown {
    0% {
        opacity: .7;
        transform: translateY(-1200px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes backInDown {
    0% {
        opacity: .7;
        transform: translateY(-1200px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes backInLeft {
    0% {
        opacity: .7;
        transform: translateX(-2000px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes backInLeft {
    0% {
        opacity: .7;
        transform: translateX(-2000px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes backInRight {
    0% {
        opacity: .7;
        transform: translateX(2000px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes backInRight {
    0% {
        opacity: .7;
        transform: translateX(2000px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes backInUp {
    0% {
        opacity: .7;
        transform: translateY(1200px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes backInUp {
    0% {
        opacity: .7;
        transform: translateY(1200px) scale(.7);
    }

    80% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes backOutDown {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateY(700px) scale(.7);
    }
}

@keyframes backOutDown {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateY(700px) scale(.7);
    }
}

@-webkit-keyframes backOutLeft {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateX(-2000px) scale(.7);
    }
}

@keyframes backOutLeft {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateX(-2000px) scale(.7);
    }
}

@-webkit-keyframes backOutRight {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateX(2000px) scale(.7);
    }
}

@keyframes backOutRight {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateX(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateX(2000px) scale(.7);
    }
}

@-webkit-keyframes backOutUp {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateY(-700px) scale(.7);
    }
}

@keyframes backOutUp {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    20% {
        opacity: .7;
        transform: translateY(0) scale(.7);
    }

    to {
        opacity: .7;
        transform: translateY(-700px) scale(.7);
    }
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        transform: scaleX(1);
    }
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9);
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0) scaleY(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0) scaleY(.9);
    }

    75% {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }

    90% {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }

    90% {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0) scaleX(1);
    }

    75% {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }

    90% {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9);
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9);
    }

    75% {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }

    90% {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
}

@-webkit-keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0) scaleY(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0) scaleY(3);
    }
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0) scaleX(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0) scaleX(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0) scaleX(2);
    }
}

@-webkit-keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0) scaleY(.9);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0) scaleY(3);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, -100%, 0);
    }
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, -100%, 0);
    }
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 100%, 0);
    }
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        transform: translateZ(0);
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 100%, 0);
    }
}

@-webkit-keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    }

    to {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}

@keyframes flip {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1 turn);
    }

    40% {
        animation-timing-function: ease-out;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }

    50% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }

    80% {
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    }

    to {
        animation-timing-function: ease-in;
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
}

@-webkit-keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }

    40% {
        animation-timing-function: ease-in;
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        opacity: 1;
        transform: perspective(400px) rotateY(10deg);
    }

    80% {
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

@-webkit-keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateX(-20deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
}

@-webkit-keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }

    30% {
        opacity: 1;
        transform: perspective(400px) rotateY(-15deg);
    }

    to {
        opacity: 0;
        transform: perspective(400px) rotateY(90deg);
    }
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }

    60% {
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(-30deg);
    }

    60% {
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        transform: skewX(-5deg);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(30deg);
    }

    60% {
        opacity: 1;
        transform: skewX(-20deg);
    }

    80% {
        transform: skewX(5deg);
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(30deg);
    }

    60% {
        opacity: 1;
        transform: skewX(-20deg);
    }

    80% {
        transform: skewX(5deg);
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) skewX(30deg);
    }
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-200deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        transform: rotate(-45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        transform: rotate(45deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        transform: rotate(-90deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: rotate(200deg);
    }
}

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

    to {
        opacity: 0;
        transform: rotate(200deg);
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: rotate(45deg);
    }
}

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

    to {
        opacity: 0;
        transform: rotate(45deg);
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
    }
}

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

    to {
        opacity: 0;
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: rotate(-45deg);
    }
}

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

    to {
        opacity: 0;
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: rotate(90deg);
    }
}

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

    to {
        opacity: 0;
        transform: rotate(90deg);
    }
}

@-webkit-keyframes hinge {
    0% {
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
    }

    40%,
    80% {
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}

@keyframes hinge {
    0% {
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        animation-timing-function: ease-in-out;
        transform: rotate(80deg);
    }

    40%,
    80% {
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate(60deg);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 700px, 0);
    }
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

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

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    }
}

@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    }
}

@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    }
}

@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    }
}

@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    }

    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

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

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    }
}

@keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    }
}

@keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    }

    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    }
}

@-webkit-keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translateZ(0);
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, 100%, 0);
        visibility: hidden;
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
        visibility: hidden;
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(100%, 0, 0);
        visibility: hidden;
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }

    to {
        transform: translate3d(0, -100%, 0);
        visibility: hidden;
    }
}

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

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

: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: var(--bricks-color-21984d);
    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: var(--bricks-color-a917aa)
}

.brxe-form ::placeholder {
    color: var(--bricks-color-21984d)
}

.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: var(--bricks-color-a917aa)
}

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

html {
    background-color: #000
}

body {
    background: none
}

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

    h2 {
        font-size: 4rem
    }

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

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

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

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

.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: var(--bricks-color-a917aa);
    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: var(--bricks-color-a917aa);
    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: var(--bricks-color-a917aa)
}

@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: var(--bricks-color-a917aa);
    font-size: 2.2rem;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    border: 1px solid var(--bricks-color-a917aa);
    background-color: rgba(255, 0, 0, 0)
}

#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: rgba(0, 0, 0, .4);
    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)
}

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

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

#brxe-gtzrbj .bc-random-letters__element {
    color: #2c6c93;
    font-size: 7vw;
    font-weight: 700;
}

@media (max-width:478px) {
    #brxe-gtzrbj .bc-random-letters__element {
        font-size: 4rem;
    }
}

#brxe-vvhrvw {
    fill: #2c6c93;
    height: 25px;
    width: 25px
}

#brxe-xufuzn {
    width: 70%;
    /* font-size: 3rem; */
    line-height: 1.3;
}

@media (max-width:478px) {
    #brxe-xufuzn {
        font-size: 2rem;
        width: 90%
    }
}

#brxe-xnhdui {
    column-gap: 10px;
    flex-direction: row;
    align-items: center
}

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

#brxe-xjvavj {
    width: 90%
}

@media (max-width:478px) {
    #brxe-xjvavj {
        width: 98%;
        align-items: center
    }
}

#brxe-mxnvwm {
    margin-top: 200px;
    margin-bottom: 60px;
    position: sticky;
    top: 200px;
    padding-left: 100px
}

@media (max-width:478px) {
    #brxe-mxnvwm {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 200px;
        top: 130px
    }
}

#brxe-etimmq:not(.tag) {
    border-radius: 30px
}

#brxe-etimmq img {
    border-radius: 30px
}

#brxe-etimmq {
    width: 100%
}

#brxe-vfokqp {
    margin-top: -600px;
    width: 90%
}

#brxe-vfokqp .bc-scroll-reading__element {
    color: #000;
    line-height: 1.2;
    font-size: 4.5rem;
    font-weight: 500
}

#brxe-vfokqp .bc-scroll-reading__line-mask {
    /* background: #000; */
    color: #000;
    --opacity: 0.5;
}

@media (min-width:2200px) {
    #brxe-vfokqp .bc-scroll-reading__element {
        font-size: 6rem
    }
}

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

    #brxe-vfokqp {
        width: 100%;
        margin-top: -60px
    }
}

#brxe-igancb {
    flex-direction: right;
    background-color: #2c6c93;
    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-igancb .bc-arrow-button_title-wrapper {
    color: var(--bricks-color-a917aa);
    font-weight: 500;
    font-size: 2vw;
    line-height: 1.1;
    background-color: #2c6c93;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px
}

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

#brxe-igancb:hover {
    background-color: #2c6c93;
}

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

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

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

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

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

    #brxe-igancb {
        padding-top: 10px;
        padding-left: 14px;
        display: flex
    }
}

#brxe-thgwfw {
    padding-left: 300px
}

@media (min-width:2200px) {
    #brxe-thgwfw {
        padding-left: 700px
    }
}

@media (max-width:478px) {
    #brxe-thgwfw {
        align-items: flex-start;
        padding-left: 40px
    }
}

#brxe-zkuudi {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    position: relative
}

#brxe-noaylc {
    fill: #2c6c93;
    height: 25px;
    width: 25px;
}

#brxe-jkhodq {
    font-size: 4rem;
    line-height: 1;
    color: #2c6c93;
}

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

#brxe-zftvsf {
    width: 30%;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    position: sticky;
    top: 500px
}

@media (min-width:2200px) {
    #brxe-zftvsf {
        top: 800px
    }
}

@media (max-width:478px) {
    #brxe-zftvsf {
        width: 100%;
        position: static;
        top: 0;
        margin-bottom: 20px
    }
}

#brxe-vovlvh {
    width: 95%
}

#brxe-vovlvh .bc-scroll-reading__element {
    color: #000;
    line-height: 1.2;
    font-size: 4rem;
    font-weight: 500
}

#brxe-vovlvh .bc-scroll-reading__line-mask {
    /* background: #000; */
    color: #000;
    --opacity: 0.5;
}

@media (min-width:2200px) {
    #brxe-vovlvh .bc-scroll-reading__element {
        font-size: 6rem
    }
}

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

    #brxe-vovlvh .bc-scroll-reading__element {
        font-size: 2.5rem
    }
}

#brxe-dzychf {
    width: 70%
}

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

#brxe-wdfadx {
    flex-direction: row;
    width: 90%
}

#brxe-yihpmh {
    width: 100%;
    flex-direction: row
}

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

#brxe-mwiifz {
    width: 90%;
    margin-top: 50px;
    margin-bottom: 50px
}

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

#brxe-twmuut {
    fill: #2c6c93;
    height: 25px;
    width: 25px
}

#brxe-fwmcsv {
    font-size: 4rem;
    line-height: 1;
    color: #2c6c93;
}

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

#brxe-zhtrzj {
    width: 30%;
    position: sticky;
    top: 500px;
    flex-direction: row;
    align-items: center;
    column-gap: 10px
}

@media (min-width:2200px) {
    #brxe-zhtrzj {
        top: 800px
    }
}

@media (max-width:478px) {
    #brxe-zhtrzj {
        width: 100%;
        top: 0;
        position: static;
        margin-bottom: 20px
    }
}

#brxe-jmrhfy {
    width: 95%
}

#brxe-jmrhfy .bc-scroll-reading__element {
    color: #000;
    line-height: 1.2;
    font-size: 4rem;
    font-weight: 500
}

#brxe-jmrhfy .bc-scroll-reading__line-mask {
    /* background: #000; */
    color: #000;
    --opacity: 0.5;
}

@media (min-width:2200px) {
    #brxe-jmrhfy .bc-scroll-reading__element {
        font-size: 6rem
    }
}

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

    #brxe-jmrhfy .bc-scroll-reading__element {
        font-size: 2.5rem
    }
}

#brxe-hdzrqu {
    width: 70%
}

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

#brxe-bzqcea {
    flex-direction: row;
    width: 90%
}

#brxe-yuzgfl {
    width: 100%;
    flex-direction: row
}

#brxe-armxnz {
    border-radius: 30px;
    width: 90%
}

@media (max-width:478px) {
    #brxe-armxnz {
        width: 100%;
        border-radius: 10px
    }
}

#brxe-zamqhr {
    align-items: center
}

@media (min-width:2200px) {
    #brxe-zamqhr {
        width: 85%
    }
}

@media (max-width:478px) {
    #brxe-zamqhr {
        width: 97%;
        align-items: center;
        justify-content: center;
        align-self: center !important
    }
}

#brxe-zqeggf {
    border-radius: 40px;
    margin-top: 100px;
    margin-bottom: 100px
}

@media (min-width:2200px) {
    #brxe-zqeggf {
        align-items: center
    }
}

#brxe-flwlyq {
    margin-top: 199px
}

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

#brxe-xjvavj {
    transition: opacity .5s ease;
    opacity: 1
}

#brxe-xjvavj.scroll-opacity {
    opacity: .5
}

#brxe-qpiqnw {
    fill: #2c6c93;
    height: 25px;
    width: 25px
}

#brxe-emnsut {
    font-size: 4rem;
    line-height: 1;
    color: #2c6c93;
}

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

#brxe-bmfaoe {
    width: 30%;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    position: sticky;
    top: 800px
}

@media (max-width:478px) {
    #brxe-bmfaoe {
        width: 100%;
        position: static;
        top: 0;
        margin-bottom: 20px
    }
}

#brxe-gewapa {
    width: 600px;
    border-radius: 20px;
}

#brxe-cwdzrh {
    width: 600px;
    border-radius: 20px
}

#brxe-ovedfd {
    width: 70%;
    flex-direction: row;
    column-gap: 20px;
    justify-content: end;
    align-items: center
}

@media (max-width:478px) {
    #brxe-ovedfd {
        row-gap: 10px;
        align-items: center;
        justify-content: center;
        align-self: center !important;
        width: 100%
    }
}

#brxe-euorgv {
    flex-direction: row;
    width: 90%
}

#brxe-zofdso {
    width: 100%;
    flex-direction: row
}

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

#brxe-nyrpnu {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 40px
}

#brxe-mglacr {
    fill: #2c6c93;
    height: 25px;
    width: 25px
}

#brxe-yaclwv {
    font-size: 4rem;
    line-height: 1;
    color: #2c6c93;
}

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

#brxe-xuqobb {
    width: 30%;
    position: sticky;
    top: 800px;
    flex-direction: row;
    align-items: center;
    column-gap: 10px
}

@media (max-width:478px) {
    #brxe-xuqobb {
        width: 100%;
        position: static;
        top: 0;
        margin-bottom: 20px
    }
}

#brxe-ldrkkp {
    border-radius: 20px
}

#brxe-urpkra {
    width: 70%;
    align-items: end;
}

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

#brxe-wlpepq {
    flex-direction: row;
    width: 90%
}

#brxe-ijggia {
    width: 100%;
    flex-direction: row
}

#brxe-zzclgt {
    margin-top: 199px
}

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

#brxe-hpcaaq {
    fill: #2c6c93;
    height: 25px;
    width: 25px;
}

#brxe-wlwjjy {
    width: 70%;
    font-size: 4rem;
    line-height: 1.3
}

@media (max-width:478px) {
    #brxe-wlwjjy {
        font-size: 2.5rem;
        width: 90%
    }
}

#brxe-eiatkp {
    column-gap: 10px;
    flex-direction: row;
    align-items: center
}

@media (max-width:478px) {
    #brxe-eiatkp {
        flex-direction: row;
        column-gap: 5px;
        margin-left: 15px;
        /* padding-left: 20px */
    }
}

#brxe-jtddon .bc-random-letters__element {
    color: #2c6c93;
    font-size: 7vw;
    font-weight: 700
}

@media (max-width:478px) {
    #brxe-jtddon .bc-random-letters__element {
        font-size: 3.5rem
    }

    #brxe-jtddon:not(:has(> a)),
    #brxe-jtddon>a {
        /* padding-left: 15px; */
    }
}

/* #brxe-owrbgi {
    margin-top: -100px
} */

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

#brxe-ohzwxj {
    margin-top: 50px;
    margin-bottom: 100px;
    padding-right: 30px;
}

#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: 2.4rem;
    width: 100%;
    display: flex;
    justify-content: center;
    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
    }
}

/* 
.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;
    left: 60px;
    width: 41%;
}

.usefullinks-form {
    color: #fff;
}

.box-2-style {
    margin: auto;
    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;
}

.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: 20px;
}

.phone-form {
    color: #fff;
} */
@media (max-width:1024px) {
    .map {
        margin: 0 30px;
    }
}

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

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

    #brxe-xnhdui {
        padding-left: 15px;
    }

    .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: 20px;
    }

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

    .map {
        /* margin: 0 20px; */
        margin-left: 15px;
        margin-right: 25px;
    }

    .m-img {
        margin-left: 15px;
    }
}

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

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

    #brxe-xufuzn {
        font-size: 2rem;
        width: 100%;
    }

    .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: 20px;
    }

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

    .map {
        /* margin: 0 20px; */
        margin-left: 15px;
        margin-right: 25px;
    }

    .m-img {
        margin-left: 15px;
    }

    #brxe-wlwjjy {
        width: auto;
    }

    #brxe-eiatkp {
        margin-left: 20px;
    }

    #brxe-jtddon .bc-random-letters__element {
        margin-left: 20px;
    }

    #brxe-fwmcsv {
        font-size: 2.4rem;
    }

    #brxe-jkhodq {
        font-size: 2.4rem;
    }

    #brxe-emnsut {
        font-size: 2.4rem;
    }

    #brxe-yaclwv {
        font-size: 2.4rem;
    }
}

@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;
    }

    .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: 20px;
    }

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

    .map {
        /* margin: 0 20px; */
        margin-left: 15px;
        margin-right: 25px;
    }

    .m-img {
        margin-left: 15px;
    }
}

/* * {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
} */

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev,
.next {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}