html {
font-size: 62.5%;
text-size-adjust: 15;
additive-symbols: -moz-element();
}
body.bricks-is-frontend :focus {
outline: none;
} .input,
input:not([type="submit"]),
select,
textarea {
border-style: unset;
border-width: unset;
box-shadow: unset;
color: unset;
font-size: unset;
line-height: unset;
}
:where(p) {
margin: 0;
}
:focus {
outline: none !important;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
-moz-hyphens: none !important;
-ms-hyphens: none !important;
-webkit-hyphens: none !important;
hyphens: none !important;
}
:root {
--vp-max: 1280px;
scroll-behavior: smooth;
box-sizing: border-box;
border-color: unset;
} @supports (font-size: clamp(1rem, 1vw, 1rem)) {
:root {
--font-size-s: clamp(1.2rem, -0.08vw + 1.15rem, 1.3rem);
--font-size-m: clamp(1.5rem, 0vw + 1.5rem, 1.5rem);
--font-size-l: clamp(2.02rem, 0.17vw + 1.96rem, 2.17rem);
--font-size-xl: clamp(2.73rem, 0.48vw + 2.54rem, 3.15rem);
--font-size-xxl: clamp(3.2rem, 1vw + 3rem, 4.1rem);
--font-size-xxxl: clamp(3.8rem, 1.87vw + 3.2rem, 5.4rem);
}
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
:root {
--font-size-s: 1.11rem;
--font-size-m: 1.5rem;
--font-size-l: 2.02rem;
--font-size-xl: 2.73rem;
--font-size-xxl: 3.69rem;
--font-size-xxxl: 3.8rem;
}
@media screen and (min-width: var(--vp-max)) {
:root {
--font-size-s: 1.03rem;
--font-size-m: 1.5rem;
--font-size-l: 2.17rem;
--font-size-xl: 3.15rem;
--font-size-xxl: 4.57rem;
--font-size-xxxl: 5.4rem;
}
}
} @supports (font-size: clamp(1rem, 1vw, 1rem)) {
:root {
--space-xs: clamp(0.6rem, -0.1vw + 1rem, 0.6rem);
--space-s: clamp(1.11rem, -0.08vw + 1.14rem, 1.04rem);
--space-m: clamp(1.5rem, 0.11vw + 1.45rem, 1.6rem);
--space-l: clamp(2.02rem, 0.5vw + 1.83rem, 2.46rem);
--space-xl: clamp(2.73rem, 1.21vw + 2.25rem, 3.79rem);
--space-xxl: clamp(3.69rem, 2.45vw + 2.71rem, 5.84rem);
--space-xxxl: clamp(4.98rem, 4.56vw + 3.16rem, 9rem);
}
}
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
:root {
--space-xs: 0.6rem;
--space-s: 1.11rem;
--space-m: 1.5rem;
--space-l: 2.02rem;
--space-xl: 2.73rem;
--space-xxl: 3.69rem;
--space-xxxl: 4.98rem;
}
@media screen and (min-width: var(--vp-max)) {
:root {
--space-xs: 0.6rem;
--space-s: 1.04rem;
--space-m: 1.6rem;
--space-l: 2.46rem;
--space-xl: 3.79rem;
--space-xxl: 5.84rem;
--space-xxxl: 9rem;
}
}
} .w-flex-row {
display: flex;
flex-direction: row;
}
.w-flex-row-reverse {
display: flex;
flex-direction: row-reverse;
}
.w-flex-column {
display: flex;
flex-direction: column;
}
.w-flex-column-reverse {
display: flex;
flex-direction: column-reverse;
}
.w-font-size-xxxl,
h1 {
font-size: var(--font-size-xxxl);
}
.w-font-size-xxl,
h2 {
font-size: var(--font-size-xxl);
}
.w-font-size-xl,
h3 {
font-size: var(--font-size-xl);
}
.w-font-size-l,
h4 {
font-size: var(--font-size-l);
}
.w-font-size-m,
body,
h5 {
font-size: var(--font-size-m);
}
.w-font-size-s,
h6 {
font-size: var(--font-size-s);
}
.w-padding-s {
padding: var(--space-s);
}
.w-padding-m {
padding: var(--space-m);
}
.w-padding-l {
padding: var(--space-l);
}
.w-padding-xl {
padding: var(--space-xl);
}
.w-padding-xxl {
padding: var(--space-xxl);
}
.w-padding-xxxl {
padding: var(--space-xxxl);
}
.w-padding-left-s {
padding-left: var(--space-s);
}
.w-padding-left-m {
padding-left: var(--space-m);
}
.w-padding-left-l {
padding-left: var(--space-l);
}
.w-padding-left-xl {
padding-left: var(--space-xl);
}
.w-padding-left-xxl {
padding-left: var(--space-xxl);
}
.w-padding-left-xxxl {
padding-left: var(--space-xxxl);
}
.w-padding-right-s {
padding-right: var(--space-s);
}
.w-padding-right-m {
padding-right: var(--space-m);
}
.w-padding-right-l {
padding-right: var(--space-l);
}
.w-padding-right-xl {
padding-right: var(--space-xl);
}
.w-padding-right-xxl {
padding-right: var(--space-xxl);
}
.w-padding-right-xxxl {
padding-right: var(--space-xxxl);
}
.w-padding-bottom-s {
padding-bottom: var(--space-s);
}
.w-padding-bottom-m {
padding-bottom: var(--space-m);
}
.w-padding-bottom-l {
padding-bottom: var(--space-l);
}
.w-padding-bottom-xl {
padding-bottom: var(--space-xl);
}
.w-padding-bottom-xxl {
padding-bottom: var(--space-xxl);
}
.w-padding-bottom-xxxl {
padding-bottom: var(--space-xxxl);
}
.w-padding-top-s {
padding-top: var(--space-s);
}
.w-padding-top-m {
padding-top: var(--space-m);
}
.w-padding-top-l {
padding-top: var(--space-l);
}
.w-padding-top-xl {
padding-top: var(--space-xl);
}
.w-padding-top-xxl {
padding-top: var(--space-xxl);
}
.w-padding-top-xxxl {
padding-top: var(--space-xxxl);
}
.w-margin-s {
margin: var(--space-s) !important;
}
.w-margin-m {
margin: var(--space-m) !important;
}
.w-margin-l {
margin: var(--space-l) !important;
}
.w-margin-xl {
margin: var(--space-xl) !important;
}
.w-margin-xxl {
margin: var(--space-xxl) !important;
}
.w-margin-xxxl {
margin: var(--space-xxxl) !important;
}
.w-margin-left-s {
margin-left: var(--space-s) !important;
}
.w-margin-left-m {
margin-left: var(--space-m) !important;
}
.w-margin-left-l {
margin-left: var(--space-l) !important;
}
.w-margin-left-xl {
margin-left: var(--space-xl) !important;
}
.w-margin-left-xxl {
margin-left: var(--space-xxl) !important;
}
.w-margin-left-xxxl {
margin-left: var(--space-xxxl) !important;
}
.w-margin-right-s {
margin-right: var(--space-s) !important;
}
.w-margin-right-m {
margin-right: var(--space-m) !important;
}
.w-margin-right-l {
margin-right: var(--space-l) !important;
}
.w-margin-right-xl {
margin-right: var(--space-xl) !important;
}
.w-margin-right-xxl {
margin-right: var(--space-xxl) !important;
}
.w-margin-right-xxxl {
margin-right: var(--space-xxxl) !important;
}
.w-margin-bottom-s {
margin-bottom: var(--space-s) !important;
}
.w-margin-bottom-m {
margin-bottom: var(--space-m) !important;
}
.w-margin-bottom-l {
margin-bottom: var(--space-l) !important;
}
.w-margin-bottom-xl {
margin-bottom: var(--space-xl) !important;
}
.w-margin-bottom-xxl {
margin-bottom: var(--space-xxl) !important;
}
.w-margin-bottom-xxxl {
margin-bottom: var(--space-xxxl) !important;
}
.w-margin-top-s {
margin-top: var(--space-s) !important;
}
.w-margin-top-m {
margin-top: var(--space-m) !important;
}
.w-margin-top-l {
margin-top: var(--space-l) !important;
}
.w-margin-top-xl {
margin-top: var(--space-xl) !important;
}
.w-margin-top-xxl {
margin-top: var(--space-xxl) !important;
}
.w-margin-top-xxxl {
margin-top: var(--space-xxxl) !important;
}
@media only screen and (max-width: calc(var(--vp-max) - 1px)) {
.w-center-all-xl {
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
text-align: center;
}
.w-flex-row-xl {
flex-direction: row;
}
.w-flex-row-reverse-xl {
flex-direction: row-reverse;
}
.w-flex-column-xl {
flex-direction: column;
}
.w-flex-column-reverse-xl {
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 991px) {
.w-center-all-l {
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
text-align: center;
}
.w-flex-row-l {
flex-direction: row;
}
.w-flex-row-reverse-l {
flex-direction: row-reverse;
}
.w-flex-column-l {
flex-direction: column;
}
.w-flex-column-reverse-l {
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 767px) {
.w-center-all-m {
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
text-align: center;
}
.w-flex-row-m {
flex-direction: row;
}
.w-flex-row-reverse-m {
flex-direction: row-reverse;
}
.w-flex-column-m {
flex-direction: column;
}
.w-flex-column-reverse-m {
flex-direction: column-reverse;
}
}
@media only screen and (max-width: 479px) {
.w-center-all-s {
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
text-align: center;
}
.w-flex-row-s {
flex-direction: row;
}
.w-flex-row-reverse-s {
flex-direction: row-reverse;
}
.w-flex-column-s {
flex-direction: column;
}
.w-flex-column-reverse-s {
flex-direction: column-reverse;
}
}
.w-gap-s {
grid-gap: var(--space-s);
}
.w-gap-m {
grid-gap: var(--space-m);
}
.w-gap-l {
grid-gap: var(--space-l);
}
.w-gap-xl {
grid-gap: var(--space-xl);
}
.w-gap-xxl {
grid-gap: var(--space-xxl);
}
.w-gap-xxxl {
grid-gap: var(--space-xxxl);
}
.w-stretch {
align-items: stretch;
}
.w-align-items-center {
align-items: center;
}
.w-align-items-start {
align-items: start;
}
.w-align-items-end {
align-items: end;
}
.w-justify-content-around {
justify-content: space-around;
}
.w-justify-content-between {
justify-content: space-between;
}
.w-justify-content-center {
justify-content: center;
}
.w-justify-content-end {
justify-content: end;
}
.w-justify-content-start {
justify-content: start;
}
.w-flex-wrap {
flex-wrap: wrap;
}
.w-center-self {
margin-left: auto;
margin-right: auto;
}
.w-width-full {
width: 100%;
max-width: 100%;
}
.w-width-50 {
width: 100%;
max-width: calc((var(--vp-max) / 2));
}
.w-width-xxl {
width: 100%;
max-width: calc((var(--vp-max) * 0.9));
}
.w-width-xl {
width: 100%;
max-width: calc((var(--vp-max) * 0.8));
}
.w-width-l {
width: 100%;
max-width: calc((var(--vp-max) * 0.6));
}
.w-width-m {
width: 100%;
max-width: calc((var(--vp-max) * 0.4));
}
.w-width-s {
width: 100%;
max-width: calc((var(--vp-max) * 0.2));
}
.w-font-weight-100 {
font-weight: 100;
}
.w-font-weight-200 {
font-weight: 200;
}
.w-font-weight-300 {
font-weight: 300;
}
.w-font-weight-400 {
font-weight: 400;
}
.w-font-weight-500 {
font-weight: 500;
}
.w-font-weight-600 {
font-weight: 600;
}
.w-font-weight-700 {
font-weight: 700;
}
.w-font-weight-800 {
font-weight: 800;
}
.w-font-weight-900 {
font-weight: 900;
}
.w-text-color-white {
color: #fff;
}
.w-text-align-left {
text-align: left;
}
.w-text-align-center {
text-align: center;
}
.w-text-align-right {
text-align: right;
}
.w-text-align-justify {
text-align: justify;
}
.w-center-all {
align-items: center;
align-content: center;
justify-items: center;
justify-content: center;
text-align: center;
}
.w-align-self-end {
align-self: end;
}
.w-align-self-center {
align-self: center;
}
.w-align-self-start {
align-self: start;
} .w-up {
text-transform: uppercase;
}
.w-br-s {
border-radius: 4px;
}
.w-box-shadow {
box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.1);
}
.w-box-shadow-hover {
transition: 0.2s ease-in-out all;
}
.w-box-shadow-hover:hover {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.w-text-shadow {
text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.45);
}
.w-bg-grey {
background: #f9f9f9;
}
.w-bg-gradient {
opacity: 0.9;
background: linear-gradient(90deg, #ba1f2d -2.44%, #d14628 100%);
mix-blend-mode: multiply;
}
.w-text-primary {
color: var(--bricks-color-imjziy);
}
.w-text-black {
color: var(--bricks-color-ngkfqj);
}
.w-text-grey {
color: var(--bricks-color-pzsdeu);
}
.w-line-height-md {
line-height: 1.4;
} h1,
h2,
h3,
h4 {
font-family: "Montserrat", sans-serif;
line-height: 1.3;
}
h5 {
font-family: "Open Sans", sans-serif;
}
body {
font-family: "Open Sans", sans-serif;
line-height: 1.65;
}  button,
a,
.bricks-button {
transition: 0.2s ease-in-out all;
}
:root .bricks-button[class*="primary"]:not(.outline):hover {
background: var(--bricks-color-wnpaah);
box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
:root .bricks-button[class*="primary"]:not(.outline):focus {
background: var(--bricks-color-wkabgh);
}
:root .bricks-button[class*="primary"]:not(.outline):focus {
background: var(--bricks-color-wkabgh);
}
:root .bricks-button[class*="secondary"]:not(.outline):hover {
background: rgb(185, 31, 45, 0.12);
}
:root .bricks-button[class*="secondary"]:not(.outline):focus {
color: var(--bricks-color-wnpaah);
border-color: var(--bricks-color-wnpaah);
background: rgb(185, 31, 45, 0.12);
}
.btn--error:hover {
background: var(--bricks-color-wkabgh) !important;
color: white !important;
} .card-container__pagination.brxe-pagination
.bricks-pagination
ul
.page-numbers.current {
padding: 10px 18px;
border-radius: 120px;
} :root {
--cols: 4;
--cols-3: 3;
--cols-5: 5;
--cols-6: 6;
--cols-6--mobile: 6;
--cards-gap: var(--space-l);
--promotoras-gap: var(--space-s);
--gallery-gap: var(--space-xl);
--gallery-gap--xxl: var(--space-xxl);
}
@media (max-width: 1240px) {
:root {
--cols: 3;
--cols-3: 2;
--cols-5: 3;
--cols-6: 4;
--cols-6--mobile: 4;
}
}
@media (max-width: 960px) {
:root {
--cols: 2;
--cols-3: 2;
--cols-5: 2;
--cols-6: 2;
--cols-6--mobile: 2;
}
}
@media (max-width: 580px) {
:root {
--cols: 1;
--cols-3: 1;
--cols-5: 2;
--cols-6: 2;
--cols-6--mobile: 1;
}
} .card--aceleradoras__aceleradora.brxe-heading[aceleradora="Algarve"] {
opacity: 0.9;
background: linear-gradient(90deg, #ba1f2d -2.44%, #d14628 100%);
mix-blend-mode: multiply;
} .card-promotoras__img {
text-align: center;
}
.card-promotoras__img.brxe-image img {
max-height: 45px;
width: auto;
}
@media (max-width: 580px) {
.card-promotoras__img.brxe-image img {
max-height: 70px;
width: auto;
}
} .galeria__img img {
max-height: 140px;
height: 100%;
}
.galeria__img--s img {
max-height: 130px;
height: 100%;
}
@media (max-width: 580px) {
.galeria__img img {
max-height: 100px;
height: 100%;
}
.galeria__img--s img {
max-height: 100px;
height: 100%;
}
} .consorcio__mapa img {
max-height: 200px;
height: 100%;
}  .scrolling {
background: rgba(255, 255, 255, 1) !important;
box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.1);
}
.scrolling .header.brxe-section {
background-image: none;
}
#brx-header.sticky.scrolling .bricks-nav-menu > li > a:hover {
border-bottom: 1px solid var(--bricks-color-imjziy);
}
#brx-header.sticky.scrolling .bricks-nav-menu > .current-menu-item > a {
border-bottom: 1px solid var(--bricks-color-imjziy);
}
#brx-header.sticky.scrolling .bricks-nav-menu > li > a {
border-bottom: 1px solid transparent;
}
.scrolling #brxe-oupwwb .bricks-site-logo {
width: 65px !important;
}
#brxe-oupwwb .bricks-site-logo {
transition: 0.2s ease-in-out all;
}
:where(.brxe-nav-menu) .bricks-nav-menu {
align-items: center;
}
.scrolling .header .header-container .header-container__logo .brxe-logo .bricks-site-logo {
width: 50px !important;
height: auto;
}
.bricks-site-logo {
transition: 0.4s all ease-in-out;
} @media only screen and (max-width: 3600px) {
.page-hero {
height: 55vh;
}
.page-hero--s {
height: 50vh;
}
}
@media only screen and (max-width: 2560px) {
.page-hero {
height: 65vh;
}
.page-hero--s {
height: 55vh;
}
}
@media only screen and (max-width: 1440px) {
.page-hero {
height: 70vh;
}
.page-hero--s {
height: 55vh;
}
}
@media only screen and (max-width: 1200px) {
.page-hero {
height: 70vh;
}
.page-hero--s {
height: 55vh;
}
}
@media only screen and (max-width: 991px) {
.page-hero {
height: 64vh;
}
.page-hero--s {
height: 50vh;
}
}
@media only screen and (max-width: 767px) {
.page-hero {
height: 64vh;
}
.page-hero--s {
height: 50vh;
}
}
@media only screen and (max-width: 478px) {
.page-hero {
height: 64vh;
}
.page-hero--s {
height: 45vh;
}
} .page-hero__btn-white.bricks-button {
background-color: transparent;
border: 1px solid white;
color: white;
transition: 0.4s ease-in-out all;
}
.page-hero__btn-white.bricks-button:hover {
color: var(--bricks-color-zyeyjy);
background-color: white;
}
.page-hero__btn-white--homepage.bricks-button {
background-color: rgb(255 255 255 / 15%);
}
@media only screen and (max-width: 478px) {
.page-hero__btn {
width: 100% !important;
max-width: 220px;
font-size: 12px !important;
}
} .header-container__icon-list {
gap: 1rem;
}
.header-container__icon-list li a svg{
height: 2.2rem;
width: 2.2rem;
}
.header-container__icon-list li.has-link a{
padding: 0 !important;
transition: 0.4s ease-in-out all;
}
.header-container__icon-list li.has-link a:hover{
transform: scale(0.95);
}
@media only screen and (max-width: 991px) {
.header-container__icon-list {
order: 0 !important;
}
.brxe-nav-menu {
order: 5  !important;
}
.header-container__icon-list li a svg{
height: 2.6rem;
width: 2.6rem;
}
.header-container__icon-list {
gap: 1.5rem;
margin-right: 1rem;
}
} .cky-consent-container .cky-consent-bar {
box-shadow: none !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.cky-notice-group {
gap: 40px;
}
.cky-footer-wrapper div[data-cky-tag="detail-powered-by"] {
display: none !important;
}  .footer__container-right__menu.brxe-nav-menu .bricks-nav-menu {
flex-wrap: wrap;
} .footer__btn {
font-size: 12px !important;
padding: 1rem 2rem !important;
line-height: 1.6rem;
}
@media only screen and (max-width: 478px) {
.footer__btn {
width: 100% !important;
max-width: 220px;
}
}  .page-hero__container__category {
transition: 0.4;
}
.post-content__container__details-text h1 {
font-size: var(--font-size-xl);
color: var(--bricks-color-ngkfqj);
font-weight: 700;
}
.post-content__container__details-text h2 {
font-size: var(--font-size-xl);
color: var(--bricks-color-ngkfqj);
font-weight: 700;
}
.post-content__container__details-text h3 {
font-size: var(--font-size-l);
color: var(--bricks-color-ngkfqj);
font-weight: 600;
}
.post-content__container__details-text h4 {
font-size: var(--font-size-l);
color: var(--bricks-color-ngkfqj);
font-weight: 500;
}
.post-content__container__details-text h5 {
font-size: var(--font-size-m);
color: var(--bricks-color-ngkfqj);
font-weight: 500;
}
.post-content__container__details-text h6 {
font-size: var(--font-size-s);
color: var(--bricks-color-ngkfqj);
font-weight: 500;
}
.post-content__container__details-text p {
font-size: var(--font-size-m);
}
.post-content__container__details-text a {
font-size: var(--font-size-m);
text-decoration: underline;
color: var(--bricks-color-ngkfqj);
font-weight: 500;
}
.post-content__container__details-text a:hover {
color: var(--bricks-color-zyeyjy);
}
blockquote {
border-left-style: none;
border-left-width: 0px;
margin: 0 0;
padding: 0 0 0 0px;
position: relative;
}
.post-content__container__details-text blockquote {
font-family: "Open Sans";
font-style: italic;
font-size: var(--font-size-m);
} .conteudo-text h1 {
font-size: var(--font-size-l);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text h2 {
font-size: var(--font-size-l);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text h3 {
font-size: var(--font-size-l);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text h4 {
font-size: var(--font-size-l);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text h5 {
font-size: var(--font-size-m);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text h6 {
font-size: var(--font-size-m);
color: var(--bricks-color-imjziy);
margin-bottom: var(--space-m);
margin-top: 0px;
text-transform: uppercase;
font-weight: 700;
}
.conteudo-text p {
font-size: var(--font-size-m);
}
.conteudo-text a {
font-size: var(--font-size-m);
text-decoration: underline;
color: var(--bricks-color-ngkfqj);
font-weight: 500;
}
.conteudo-text a:hover {
color: var(--bricks-color-zyeyjy);
}
blockquote {
border-left-style: none;
border-left-width: 0px;
margin: 0 0;
padding: 0 0 0 0px;
position: relative;
}
.conteudo-text blockquote {
font-family: "Open Sans";
font-style: italic;
font-size: var(--font-size-m);
} .empresa-beneficia__servicos-incluidos {
column-count: 2;
}
@media only screen and (max-width: 767px) {
.rotate--90d {
transform: rotate(90deg);
}
} @media only screen and (max-width: 767px) {
.cky-consent-container .cky-consent-bar {
box-shadow: none !important;
padding-left: 0px !important;
padding-right: 0px !important;
}
}
@media only screen and (max-width: 991px) {
.bricks-mobile-menu {
display: flex;
flex-direction: column;
gap: var(--space-s);
}
.link-inscricao {
border: 1px solid var(--bricks-color-imjziy) !important;
margin-top: 10px;
padding: var(--space-l) var(--space-l);
border-radius: 100px;
transition: 0.2s ease-in-out all;
}
.link-inscricao a {
padding: 0px !important;
line-height: 1.6 !important;
}
.scrolling .link-inscricao {
padding: var(--space-l) var(--space-l);
}
.link-inscricao:hover {
border-color: var(--bricks-color-imjziy);
background: var(--bricks-color-imjziy);
}
#brx-header.sticky.scrolling .bricks-nav-menu > .link-inscricao a:hover {
color: white;
}
#brx-header.sticky.scrolling .bricks-nav-menu > .link-inscricao:hover > a {
color: white;
}
.scrolling #brxe-oupwwb .bricks-site-logo {
width: 50px !important;
}
}
@media only screen and (max-width: 468px) {
.footer__container-right__menu.brxe-nav-menu .bricks-nav-menu {
flex-direction: row;
align-items: center;
justify-content: center;
}
}
.modal-header {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
} .modal-body {
padding: 2px 16px;
} .modal-footer {
padding: 2px 16px;
background-color: #5cb85c;
color: white;
} .modal-content {
position: relative;
background-color: #fefefe;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
animation-name: animatetop;
animation-duration: 0.4s;
} @keyframes animatetop {
from {
top: -300px;
opacity: 0;
}
to {
top: 0;
opacity: 1;
}
} :root {
--form-gap: 2rem;
--form-cols-4: 4;
--form-cols-2: 2;
}
@media (max-width: 1240px) {
:root {
--form-cols-4: 4;
--form-cols-2: 2;
}
}
@media (max-width: 960px) {
:root {
--form-cols-4: 2;
--form-cols-2: 2;
}
}
@media (max-width: 580px) {
:root {
--form-cols-4: 1;
--form-cols-2: 1;
}
} .inscricao-form {
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
gap: var(--space-s);
width: 100%;
}
.inscricao-form__checkbox {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
align-items: flex-start;
gap: 1.5rem;
width: 100%;
max-width: calc(
(100% / var(--form-cols-2)) - (var(--form-gap) * (var(--form-cols-2) - 1)) /
var(--form-cols-2)
);
flex-grow: 1;
}
@media (max-width: 960px) {
.inscricao-form__checkbox {
gap: 1rem;
}
}
.inscricao-form__wrapper {
display: flex;
justify-content: center;
align-items: flex-start;
width: 100%;
flex-direction: column;
gap: var(--form-gap);
}
.inscricao-form__row {
display: flex;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
gap: var(--form-gap);
}
.flex-row--fw {
display: flex;
width: 100%;
gap: 1rem;
} .inscricao-form__input-checkbox {
width: 1.5rem !important;
height: 1.5rem !important;
margin-top: 0.6rem;
}
.inscricao-form__input-checkbox::before {
content: " ";
cursor: pointer;
display: block;
visibility: visible;
background: #ffffff;
width: 1.5rem;
height: 1.5rem;
border-radius: 0.2rem;
border: 1px solid #131313;
}
.inscricao-form__input-checkbox:checked::before {
background: #131313;
box-shadow: inset 0px 0px 0px 2px white;
}
@media (max-width: 767px) {
.inscricao-form__input-checkbox::before {
content: unset;
}
.inscricao-form__input-checkbox:checked::before {
content: unset;
}
}
.err {
background: #ffe6ee;
border: 1px solid #b1395f;
}
.emsg {
color: #c12020;
font-weight: bold;
} .col--25 {
width: 100%;
display: flex;
flex-direction: column;
max-width: calc(
(100% / var(--form-cols-4)) - (var(--form-gap) * (var(--form-cols-4) - 1)) /
var(--form-cols-4)
);
flex-grow: 1;
}
.col--50 {
width: 100%;
display: flex;
flex-direction: column;
max-width: calc(
(100% / var(--form-cols-2)) - (var(--form-gap) * (var(--form-cols-2) - 1)) /
var(--form-cols-2)
);
flex-grow: 1;
}
.line--grey {
border-top-width: 1px;
width: 100%;
border-top-style: solid;
border-top-color: grey;
margin: 1rem 0;
} .inscricao-form__title {
font-family: "Open Sans", sans-serif;
font-size: 15px;
font-weight: 400;
line-height: 1.6;
color: #52525b;
}
.inscricao-form__subtitle {
font-family: "Montserrat", sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 1.6;
color: rgba(0, 0, 0, 1);
margin-bottom: -1.5rem;
}
.inscricao-form__label {
font-family: "Montserrat", sans-serif;
font-size: 14px;
font-weight: 600;
color: rgba(0, 0, 0, 1);
}
input.inscricao-form__input {
font-family: "Open Sans", sans-serif;
border-radius: 1px;
border: solid 1px #bdbdbd;
color: #272729;
font-size: 14px;
line-height: 40px;
}
input.inscricao-form__input::placeholder {
font-family: "Open Sans", sans-serif;
color: #828282;
}
input.inscricao-form__input--s {
font-family: "Open Sans", sans-serif;
border-radius: 1px;
border: solid 1px #bdbdbd;
color: #272729;
font-size: 14px;
line-height: 40px;
max-width: 10%;
}
.inscricao-form__label--checkbox {
font-size: 1.4rem;
color: #696969;
}
@media (max-width: 960px) {
input.inscricao-form__input--s {
max-width: 20%;
}
}
@media (max-width: 580px) {
input.inscricao-form__input--s {
max-width: 20%;
}
.inscricao-form__label--checkbox {
font-size: 1.2rem;
}
}
input.inscricao-form__input--disabled {
background: #f5f5f5;
} .inscricao-form__input {
border-radius: 1px !important;
height: 40px !important;
font-family: "Open Sans", sans-serif;
border: solid 1px #bdbdbd;
background-color: rgb(255, 255, 255);
color: #272729;
font-size: 14px;
} .inscricao-form__morada-intervencao[data-checked="true"] {
display: flex;
width: 50%;
flex-direction: column;
gap: var(--form-gap);
background: rgb(241, 241, 241);
padding: var(--space-s);
}
@media only screen and (max-width: 767px) {
.inscricao-form__morada-intervencao[data-checked="true"] {
width: 100%;
}
}
.inscricao-form__morada-intervencao {
display: none;
}
.inscricao-form__label--checkbox-questao {
font-family: "Montserrat", sans-serif;
margin-top: 2px;
font-weight: 600;
font-size: 1.4rem;
color: #000000;
} .inscricao-form__submit {
transition: 0.2s ease-in-out;
font-size: 14px;
text-transform: uppercase;
font-family: "Montserrat";
font-weight: 700;
font-style: normal;
letter-spacing: 0%;
color: var(--bricks-color-cf8448);
border-radius: 250px;
padding: var(--space-m) var(--space-xl);
background-color: var(--bricks-color-zyeyjy);
border: none;
}
.inscricao-form__submit:hover {
background: var(--bricks-color-wnpaah);
box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15),
0px 1px 2px 0px rgba(0, 0, 0, 0.3);
} #error-message {
color: red;
font-weight: bold;
font-size: 12px;
} .grey-input {
background-color: #f2f2f2;
}@font-face{font-family:Ionicons;font-style:normal;font-weight:400;src:url(//donafrancesinha.cd6.nka.pt/wp-content/themes/nka/assets/fonts/ionicons/ionicons.eot);src:url(//donafrancesinha.cd6.nka.pt/wp-content/themes/nka/assets/fonts/ionicons/ionicons.eot#iefix) format("embedded-opentype"),url(//donafrancesinha.cd6.nka.pt/wp-content/themes/nka/assets/fonts/ionicons/ionicons.woff2) format("woff2"),url(//donafrancesinha.cd6.nka.pt/wp-content/themes/nka/assets/fonts/ionicons/ionicons.woff) format("woff"),url(//donafrancesinha.cd6.nka.pt/wp-content/themes/nka/assets/fonts/ionicons/ionicons.ttf) format("truetype")}[class*=" ion-"],[class*=" ion-ios-"],[class*=" ion-logo-"],[class*=" ion-md-"],[class^=ion-],[class^=ion-ios-],[class^=ion-logo-],[class^=ion-md-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Ionicons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-rendering:auto;text-transform:none}[class*=" ion-"]:before,[class*=" ion-ios-"]:before,[class*=" ion-logo-"]:before,[class*=" ion-md-"]:before,[class^=ion-]:before,[class^=ion-ios-]:before,[class^=ion-logo-]:before,[class^=ion-md-]:before{font-family:Ionicons}.ion-ios-add:before{content:"\f102"}.ion-ios-add-circle:before{content:"\f101"}.ion-ios-add-circle-outline:before{content:"\f100"}.ion-ios-airplane:before{content:"\f137"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-alert:before{content:"\f104"}.ion-ios-american-football:before{content:"\f106"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-aperture:before{content:"\f108"}.ion-ios-apps:before{content:"\f10a"}.ion-ios-appstore:before{content:"\f10c"}.ion-ios-archive:before{content:"\f10e"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-dropdown:before{content:"\f110"}.ion-ios-arrow-dropdown-circle:before{content:"\f125"}.ion-ios-arrow-dropleft:before{content:"\f112"}.ion-ios-arrow-dropleft-circle:before{content:"\f129"}.ion-ios-arrow-dropright:before{content:"\f114"}.ion-ios-arrow-dropright-circle:before{content:"\f12b"}.ion-ios-arrow-dropup:before{content:"\f116"}.ion-ios-arrow-dropup-circle:before{content:"\f12d"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-round-back:before{content:"\f117"}.ion-ios-arrow-round-down:before{content:"\f118"}.ion-ios-arrow-round-forward:before{content:"\f119"}.ion-ios-arrow-round-up:before{content:"\f11a"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-attach:before{content:"\f11b"}.ion-ios-backspace:before{content:"\f11d"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-basket:before{content:"\f11f"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-battery-charging:before{content:"\f120"}.ion-ios-battery-dead:before{content:"\f121"}.ion-ios-battery-full:before{content:"\f122"}.ion-ios-beaker:before{content:"\f124"}.ion-ios-bed:before{content:"\f139"}.ion-ios-beer:before{content:"\f126"}.ion-ios-bicycle:before{content:"\f127"}.ion-ios-bluetooth:before{content:"\f128"}.ion-ios-boat:before{content:"\f12a"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-bonfire:before{content:"\f12c"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-bookmark:before{content:"\f12e"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bowtie:before{content:"\f130"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-brush:before{content:"\f132"}.ion-ios-bug:before{content:"\f134"}.ion-ios-build:before{content:"\f136"}.ion-ios-bulb:before{content:"\f138"}.ion-ios-bus:before{content:"\f13a"}.ion-ios-business:before{content:"\f1a3"}.ion-ios-cafe:before{content:"\f13c"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-call:before{content:"\f13e"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-car:before{content:"\f140"}.ion-ios-card:before{content:"\f142"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cash:before{content:"\f144"}.ion-ios-cellular:before{content:"\f13d"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatbubbles:before{content:"\f146"}.ion-ios-checkbox:before{content:"\f148"}.ion-ios-checkbox-outline:before{content:"\f147"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-circle:before{content:"\f14a"}.ion-ios-checkmark-circle-outline:before{content:"\f149"}.ion-ios-clipboard:before{content:"\f14c"}.ion-ios-clock:before{content:"\f403"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-circle:before{content:"\f14e"}.ion-ios-close-circle-outline:before{content:"\f14d"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-circle:before{content:"\f152"}.ion-ios-cloud-done:before{content:"\f154"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-code:before{content:"\f157"}.ion-ios-code-download:before{content:"\f155"}.ion-ios-code-working:before{content:"\f156"}.ion-ios-cog:before{content:"\f412"}.ion-ios-color-fill:before{content:"\f159"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-palette:before{content:"\f15b"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-compass:before{content:"\f15d"}.ion-ios-construct:before{content:"\f15f"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contacts:before{content:"\f161"}.ion-ios-contract:before{content:"\f162"}.ion-ios-contrast:before{content:"\f163"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-create:before{content:"\f165"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-cube:before{content:"\f168"}.ion-ios-cut:before{content:"\f16a"}.ion-ios-desktop:before{content:"\f16c"}.ion-ios-disc:before{content:"\f16e"}.ion-ios-document:before{content:"\f170"}.ion-ios-done-all:before{content:"\f171"}.ion-ios-download:before{content:"\f420"}.ion-ios-easel:before{content:"\f173"}.ion-ios-egg:before{content:"\f175"}.ion-ios-exit:before{content:"\f177"}.ion-ios-expand:before{content:"\f178"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-off:before{content:"\f17a"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-female:before{content:"\f17b"}.ion-ios-filing:before{content:"\f429"}.ion-ios-film:before{content:"\f42b"}.ion-ios-finger-print:before{content:"\f17c"}.ion-ios-fitness:before{content:"\f1ab"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flash:before{content:"\f17e"}.ion-ios-flash-off:before{content:"\f12f"}.ion-ios-flashlight:before{content:"\f141"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flower:before{content:"\f433"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-open:before{content:"\f180"}.ion-ios-football:before{content:"\f437"}.ion-ios-funnel:before{content:"\f182"}.ion-ios-gift:before{content:"\f191"}.ion-ios-git-branch:before{content:"\f183"}.ion-ios-git-commit:before{content:"\f184"}.ion-ios-git-compare:before{content:"\f185"}.ion-ios-git-merge:before{content:"\f186"}.ion-ios-git-network:before{content:"\f187"}.ion-ios-git-pull-request:before{content:"\f188"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-globe:before{content:"\f18a"}.ion-ios-grid:before{content:"\f18c"}.ion-ios-hammer:before{content:"\f18e"}.ion-ios-hand:before{content:"\f190"}.ion-ios-happy:before{content:"\f192"}.ion-ios-headset:before{content:"\f194"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-dislike:before{content:"\f13f"}.ion-ios-heart-empty:before{content:"\f19b"}.ion-ios-heart-half:before{content:"\f19d"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-buoy:before{content:"\f196"}.ion-ios-help-circle:before{content:"\f198"}.ion-ios-help-circle-outline:before{content:"\f197"}.ion-ios-home:before{content:"\f448"}.ion-ios-hourglass:before{content:"\f103"}.ion-ios-ice-cream:before{content:"\f19a"}.ion-ios-image:before{content:"\f19c"}.ion-ios-images:before{content:"\f19e"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-circle:before{content:"\f1a0"}.ion-ios-information-circle-outline:before{content:"\f19f"}.ion-ios-jet:before{content:"\f1a5"}.ion-ios-journal:before{content:"\f189"}.ion-ios-key:before{content:"\f1a7"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-laptop:before{content:"\f1a8"}.ion-ios-leaf:before{content:"\f1aa"}.ion-ios-link:before{content:"\f22a"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-box:before{content:"\f143"}.ion-ios-locate:before{content:"\f1ae"}.ion-ios-lock:before{content:"\f1b0"}.ion-ios-log-in:before{content:"\f1b1"}.ion-ios-log-out:before{content:"\f1b2"}.ion-ios-magnet:before{content:"\f1b4"}.ion-ios-mail:before{content:"\f1b8"}.ion-ios-mail-open:before{content:"\f1b6"}.ion-ios-mail-unread:before{content:"\f145"}.ion-ios-male:before{content:"\f1b9"}.ion-ios-man:before{content:"\f1bb"}.ion-ios-map:before{content:"\f1bd"}.ion-ios-medal:before{content:"\f1bf"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-megaphone:before{content:"\f1c1"}.ion-ios-menu:before{content:"\f1c3"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-microphone:before{content:"\f1c6"}.ion-ios-moon:before{content:"\f468"}.ion-ios-more:before{content:"\f1c8"}.ion-ios-move:before{content:"\f1cb"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-notifications:before{content:"\f1d3"}.ion-ios-notifications-off:before{content:"\f1d1"}.ion-ios-notifications-outline:before{content:"\f133"}.ion-ios-nuclear:before{content:"\f1d5"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-open:before{content:"\f1d7"}.ion-ios-options:before{content:"\f1d9"}.ion-ios-outlet:before{content:"\f1db"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-plane:before{content:"\f1dd"}.ion-ios-partly-sunny:before{content:"\f1df"}.ion-ios-pause:before{content:"\f478"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-people:before{content:"\f47c"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-add:before{content:"\f1e1"}.ion-ios-phone-landscape:before{content:"\f1e2"}.ion-ios-phone-portrait:before{content:"\f1e3"}.ion-ios-photos:before{content:"\f482"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pin:before{content:"\f1e5"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pizza:before{content:"\f1e7"}.ion-ios-planet:before{content:"\f1eb"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-circle:before{content:"\f113"}.ion-ios-podium:before{content:"\f1ed"}.ion-ios-power:before{content:"\f1ef"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-print:before{content:"\f1f1"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-qr-scanner:before{content:"\f1f3"}.ion-ios-quote:before{content:"\f1f5"}.ion-ios-radio:before{content:"\f1f9"}.ion-ios-radio-button-off:before{content:"\f1f6"}.ion-ios-radio-button-on:before{content:"\f1f7"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-recording:before{content:"\f497"}.ion-ios-redo:before{content:"\f499"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-circle:before{content:"\f135"}.ion-ios-remove:before{content:"\f1fc"}.ion-ios-remove-circle:before{content:"\f1fb"}.ion-ios-remove-circle-outline:before{content:"\f1fa"}.ion-ios-reorder:before{content:"\f1fd"}.ion-ios-repeat:before{content:"\f1fe"}.ion-ios-resize:before{content:"\f1ff"}.ion-ios-restaurant:before{content:"\f201"}.ion-ios-return-left:before{content:"\f202"}.ion-ios-return-right:before{content:"\f203"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-ribbon:before{content:"\f205"}.ion-ios-rocket:before{content:"\f14b"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-sad:before{content:"\f207"}.ion-ios-save:before{content:"\f1a6"}.ion-ios-school:before{content:"\f209"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-send:before{content:"\f20c"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-share:before{content:"\f211"}.ion-ios-share-alt:before{content:"\f20f"}.ion-ios-shirt:before{content:"\f213"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-skip-backward:before{content:"\f215"}.ion-ios-skip-forward:before{content:"\f217"}.ion-ios-snow:before{content:"\f218"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-square:before{content:"\f21a"}.ion-ios-square-outline:before{content:"\f15c"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stats:before{content:"\f21c"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-subway:before{content:"\f21e"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-swap:before{content:"\f21f"}.ion-ios-switch:before{content:"\f221"}.ion-ios-sync:before{content:"\f222"}.ion-ios-tablet-landscape:before{content:"\f223"}.ion-ios-tablet-portrait:before{content:"\f24e"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-text:before{content:"\f250"}.ion-ios-thermometer:before{content:"\f252"}.ion-ios-thumbs-down:before{content:"\f254"}.ion-ios-thumbs-up:before{content:"\f256"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-today:before{content:"\f14f"}.ion-ios-train:before{content:"\f258"}.ion-ios-transgender:before{content:"\f259"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trending-down:before{content:"\f25a"}.ion-ios-trending-up:before{content:"\f25b"}.ion-ios-trophy:before{content:"\f25d"}.ion-ios-tv:before{content:"\f115"}.ion-ios-umbrella:before{content:"\f25f"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-unlock:before{content:"\f261"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-volume-high:before{content:"\f11c"}.ion-ios-volume-low:before{content:"\f11e"}.ion-ios-volume-mute:before{content:"\f263"}.ion-ios-volume-off:before{content:"\f264"}.ion-ios-walk:before{content:"\f266"}.ion-ios-wallet:before{content:"\f18b"}.ion-ios-warning:before{content:"\f268"}.ion-ios-watch:before{content:"\f269"}.ion-ios-water:before{content:"\f26b"}.ion-ios-wifi:before{content:"\f26d"}.ion-ios-wine:before{content:"\f26f"}.ion-ios-woman:before{content:"\f271"}.ion-logo-android:before{content:"\f225"}.ion-logo-angular:before{content:"\f227"}.ion-logo-apple:before{content:"\f229"}.ion-logo-bitbucket:before{content:"\f193"}.ion-logo-bitcoin:before{content:"\f22b"}.ion-logo-buffer:before{content:"\f22d"}.ion-logo-chrome:before{content:"\f22f"}.ion-logo-closed-captioning:before{content:"\f105"}.ion-logo-codepen:before{content:"\f230"}.ion-logo-css3:before{content:"\f231"}.ion-logo-designernews:before{content:"\f232"}.ion-logo-dribbble:before{content:"\f233"}.ion-logo-dropbox:before{content:"\f234"}.ion-logo-euro:before{content:"\f235"}.ion-logo-facebook:before{content:"\f236"}.ion-logo-flickr:before{content:"\f107"}.ion-logo-foursquare:before{content:"\f237"}.ion-logo-freebsd-devil:before{content:"\f238"}.ion-logo-game-controller-a:before{content:"\f13b"}.ion-logo-game-controller-b:before{content:"\f181"}.ion-logo-github:before{content:"\f239"}.ion-logo-google:before{content:"\f23a"}.ion-logo-googleplus:before{content:"\f23b"}.ion-logo-hackernews:before{content:"\f23c"}.ion-logo-html5:before{content:"\f23d"}.ion-logo-instagram:before{content:"\f23e"}.ion-logo-ionic:before{content:"\f150"}.ion-logo-ionitron:before{content:"\f151"}.ion-logo-javascript:before{content:"\f23f"}.ion-logo-linkedin:before{content:"\f240"}.ion-logo-markdown:before{content:"\f241"}.ion-logo-model-s:before{content:"\f153"}.ion-logo-no-smoking:before{content:"\f109"}.ion-logo-nodejs:before{content:"\f242"}.ion-logo-npm:before{content:"\f195"}.ion-logo-octocat:before{content:"\f243"}.ion-logo-pinterest:before{content:"\f244"}.ion-logo-playstation:before{content:"\f245"}.ion-logo-polymer:before{content:"\f15e"}.ion-logo-python:before{content:"\f246"}.ion-logo-reddit:before{content:"\f247"}.ion-logo-rss:before{content:"\f248"}.ion-logo-sass:before{content:"\f249"}.ion-logo-skype:before{content:"\f24a"}.ion-logo-slack:before{content:"\f10b"}.ion-logo-snapchat:before{content:"\f24b"}.ion-logo-steam:before{content:"\f24c"}.ion-logo-tumblr:before{content:"\f24d"}.ion-logo-tux:before{content:"\f2ae"}.ion-logo-twitch:before{content:"\f2af"}.ion-logo-twitter:before{content:"\f2b0"}.ion-logo-usd:before{content:"\f2b1"}.ion-logo-vimeo:before{content:"\f2c4"}.ion-logo-vk:before{content:"\f10d"}.ion-logo-whatsapp:before{content:"\f2c5"}.ion-logo-windows:before{content:"\f32f"}.ion-logo-wordpress:before{content:"\f330"}.ion-logo-xbox:before{content:"\f34c"}.ion-logo-xing:before{content:"\f10f"}.ion-logo-yahoo:before{content:"\f34d"}.ion-logo-yen:before{content:"\f34e"}.ion-logo-youtube:before{content:"\f34f"}.ion-md-add:before{content:"\f273"}.ion-md-add-circle:before{content:"\f272"}.ion-md-add-circle-outline:before{content:"\f158"}.ion-md-airplane:before{content:"\f15a"}.ion-md-alarm:before{content:"\f274"}.ion-md-albums:before{content:"\f275"}.ion-md-alert:before{content:"\f276"}.ion-md-american-football:before{content:"\f277"}.ion-md-analytics:before{content:"\f278"}.ion-md-aperture:before{content:"\f279"}.ion-md-apps:before{content:"\f27a"}.ion-md-appstore:before{content:"\f27b"}.ion-md-archive:before{content:"\f27c"}.ion-md-arrow-back:before{content:"\f27d"}.ion-md-arrow-down:before{content:"\f27e"}.ion-md-arrow-dropdown:before{content:"\f280"}.ion-md-arrow-dropdown-circle:before{content:"\f27f"}.ion-md-arrow-dropleft:before{content:"\f282"}.ion-md-arrow-dropleft-circle:before{content:"\f281"}.ion-md-arrow-dropright:before{content:"\f284"}.ion-md-arrow-dropright-circle:before{content:"\f283"}.ion-md-arrow-dropup:before{content:"\f286"}.ion-md-arrow-dropup-circle:before{content:"\f285"}.ion-md-arrow-forward:before{content:"\f287"}.ion-md-arrow-round-back:before{content:"\f288"}.ion-md-arrow-round-down:before{content:"\f289"}.ion-md-arrow-round-forward:before{content:"\f28a"}.ion-md-arrow-round-up:before{content:"\f28b"}.ion-md-arrow-up:before{content:"\f28c"}.ion-md-at:before{content:"\f28d"}.ion-md-attach:before{content:"\f28e"}.ion-md-backspace:before{content:"\f28f"}.ion-md-barcode:before{content:"\f290"}.ion-md-baseball:before{content:"\f291"}.ion-md-basket:before{content:"\f292"}.ion-md-basketball:before{content:"\f293"}.ion-md-battery-charging:before{content:"\f294"}.ion-md-battery-dead:before{content:"\f295"}.ion-md-battery-full:before{content:"\f296"}.ion-md-beaker:before{content:"\f297"}.ion-md-bed:before{content:"\f160"}.ion-md-beer:before{content:"\f298"}.ion-md-bicycle:before{content:"\f299"}.ion-md-bluetooth:before{content:"\f29a"}.ion-md-boat:before{content:"\f29b"}.ion-md-body:before{content:"\f29c"}.ion-md-bonfire:before{content:"\f29d"}.ion-md-book:before{content:"\f29e"}.ion-md-bookmark:before{content:"\f29f"}.ion-md-bookmarks:before{content:"\f2a0"}.ion-md-bowtie:before{content:"\f2a1"}.ion-md-briefcase:before{content:"\f2a2"}.ion-md-browsers:before{content:"\f2a3"}.ion-md-brush:before{content:"\f2a4"}.ion-md-bug:before{content:"\f2a5"}.ion-md-build:before{content:"\f2a6"}.ion-md-bulb:before{content:"\f2a7"}.ion-md-bus:before{content:"\f2a8"}.ion-md-business:before{content:"\f1a4"}.ion-md-cafe:before{content:"\f2a9"}.ion-md-calculator:before{content:"\f2aa"}.ion-md-calendar:before{content:"\f2ab"}.ion-md-call:before{content:"\f2ac"}.ion-md-camera:before{content:"\f2ad"}.ion-md-car:before{content:"\f2b2"}.ion-md-card:before{content:"\f2b3"}.ion-md-cart:before{content:"\f2b4"}.ion-md-cash:before{content:"\f2b5"}.ion-md-cellular:before{content:"\f164"}.ion-md-chatboxes:before{content:"\f2b6"}.ion-md-chatbubbles:before{content:"\f2b7"}.ion-md-checkbox:before{content:"\f2b9"}.ion-md-checkbox-outline:before{content:"\f2b8"}.ion-md-checkmark:before{content:"\f2bc"}.ion-md-checkmark-circle:before{content:"\f2bb"}.ion-md-checkmark-circle-outline:before{content:"\f2ba"}.ion-md-clipboard:before{content:"\f2bd"}.ion-md-clock:before{content:"\f2be"}.ion-md-close:before{content:"\f2c0"}.ion-md-close-circle:before{content:"\f2bf"}.ion-md-close-circle-outline:before{content:"\f166"}.ion-md-cloud:before{content:"\f2c9"}.ion-md-cloud-circle:before{content:"\f2c2"}.ion-md-cloud-done:before{content:"\f2c3"}.ion-md-cloud-download:before{content:"\f2c6"}.ion-md-cloud-outline:before{content:"\f2c7"}.ion-md-cloud-upload:before{content:"\f2c8"}.ion-md-cloudy:before{content:"\f2cb"}.ion-md-cloudy-night:before{content:"\f2ca"}.ion-md-code:before{content:"\f2ce"}.ion-md-code-download:before{content:"\f2cc"}.ion-md-code-working:before{content:"\f2cd"}.ion-md-cog:before{content:"\f2cf"}.ion-md-color-fill:before{content:"\f2d0"}.ion-md-color-filter:before{content:"\f2d1"}.ion-md-color-palette:before{content:"\f2d2"}.ion-md-color-wand:before{content:"\f2d3"}.ion-md-compass:before{content:"\f2d4"}.ion-md-construct:before{content:"\f2d5"}.ion-md-contact:before{content:"\f2d6"}.ion-md-contacts:before{content:"\f2d7"}.ion-md-contract:before{content:"\f2d8"}.ion-md-contrast:before{content:"\f2d9"}.ion-md-copy:before{content:"\f2da"}.ion-md-create:before{content:"\f2db"}.ion-md-crop:before{content:"\f2dc"}.ion-md-cube:before{content:"\f2dd"}.ion-md-cut:before{content:"\f2de"}.ion-md-desktop:before{content:"\f2df"}.ion-md-disc:before{content:"\f2e0"}.ion-md-document:before{content:"\f2e1"}.ion-md-done-all:before{content:"\f2e2"}.ion-md-download:before{content:"\f2e3"}.ion-md-easel:before{content:"\f2e4"}.ion-md-egg:before{content:"\f2e5"}.ion-md-exit:before{content:"\f2e6"}.ion-md-expand:before{content:"\f2e7"}.ion-md-eye:before{content:"\f2e9"}.ion-md-eye-off:before{content:"\f2e8"}.ion-md-fastforward:before{content:"\f2ea"}.ion-md-female:before{content:"\f2eb"}.ion-md-filing:before{content:"\f2ec"}.ion-md-film:before{content:"\f2ed"}.ion-md-finger-print:before{content:"\f2ee"}.ion-md-fitness:before{content:"\f1ac"}.ion-md-flag:before{content:"\f2ef"}.ion-md-flame:before{content:"\f2f0"}.ion-md-flash:before{content:"\f2f1"}.ion-md-flash-off:before{content:"\f169"}.ion-md-flashlight:before{content:"\f16b"}.ion-md-flask:before{content:"\f2f2"}.ion-md-flower:before{content:"\f2f3"}.ion-md-folder:before{content:"\f2f5"}.ion-md-folder-open:before{content:"\f2f4"}.ion-md-football:before{content:"\f2f6"}.ion-md-funnel:before{content:"\f2f7"}.ion-md-gift:before{content:"\f199"}.ion-md-git-branch:before{content:"\f2fa"}.ion-md-git-commit:before{content:"\f2fb"}.ion-md-git-compare:before{content:"\f2fc"}.ion-md-git-merge:before{content:"\f2fd"}.ion-md-git-network:before{content:"\f2fe"}.ion-md-git-pull-request:before{content:"\f2ff"}.ion-md-glasses:before{content:"\f300"}.ion-md-globe:before{content:"\f301"}.ion-md-grid:before{content:"\f302"}.ion-md-hammer:before{content:"\f303"}.ion-md-hand:before{content:"\f304"}.ion-md-happy:before{content:"\f305"}.ion-md-headset:before{content:"\f306"}.ion-md-heart:before{content:"\f308"}.ion-md-heart-dislike:before{content:"\f167"}.ion-md-heart-empty:before{content:"\f1a1"}.ion-md-heart-half:before{content:"\f1a2"}.ion-md-help:before{content:"\f30b"}.ion-md-help-buoy:before{content:"\f309"}.ion-md-help-circle:before{content:"\f30a"}.ion-md-help-circle-outline:before{content:"\f16d"}.ion-md-home:before{content:"\f30c"}.ion-md-hourglass:before{content:"\f111"}.ion-md-ice-cream:before{content:"\f30d"}.ion-md-image:before{content:"\f30e"}.ion-md-images:before{content:"\f30f"}.ion-md-infinite:before{content:"\f310"}.ion-md-information:before{content:"\f312"}.ion-md-information-circle:before{content:"\f311"}.ion-md-information-circle-outline:before{content:"\f16f"}.ion-md-jet:before{content:"\f315"}.ion-md-journal:before{content:"\f18d"}.ion-md-key:before{content:"\f316"}.ion-md-keypad:before{content:"\f317"}.ion-md-laptop:before{content:"\f318"}.ion-md-leaf:before{content:"\f319"}.ion-md-link:before{content:"\f22e"}.ion-md-list:before{content:"\f31b"}.ion-md-list-box:before{content:"\f31a"}.ion-md-locate:before{content:"\f31c"}.ion-md-lock:before{content:"\f31d"}.ion-md-log-in:before{content:"\f31e"}.ion-md-log-out:before{content:"\f31f"}.ion-md-magnet:before{content:"\f320"}.ion-md-mail:before{content:"\f322"}.ion-md-mail-open:before{content:"\f321"}.ion-md-mail-unread:before{content:"\f172"}.ion-md-male:before{content:"\f323"}.ion-md-man:before{content:"\f324"}.ion-md-map:before{content:"\f325"}.ion-md-medal:before{content:"\f326"}.ion-md-medical:before{content:"\f327"}.ion-md-medkit:before{content:"\f328"}.ion-md-megaphone:before{content:"\f329"}.ion-md-menu:before{content:"\f32a"}.ion-md-mic:before{content:"\f32c"}.ion-md-mic-off:before{content:"\f32b"}.ion-md-microphone:before{content:"\f32d"}.ion-md-moon:before{content:"\f32e"}.ion-md-more:before{content:"\f1c9"}.ion-md-move:before{content:"\f331"}.ion-md-musical-note:before{content:"\f332"}.ion-md-musical-notes:before{content:"\f333"}.ion-md-navigate:before{content:"\f334"}.ion-md-notifications:before{content:"\f338"}.ion-md-notifications-off:before{content:"\f336"}.ion-md-notifications-outline:before{content:"\f337"}.ion-md-nuclear:before{content:"\f339"}.ion-md-nutrition:before{content:"\f33a"}.ion-md-open:before{content:"\f33b"}.ion-md-options:before{content:"\f33c"}.ion-md-outlet:before{content:"\f33d"}.ion-md-paper:before{content:"\f33f"}.ion-md-paper-plane:before{content:"\f33e"}.ion-md-partly-sunny:before{content:"\f340"}.ion-md-pause:before{content:"\f341"}.ion-md-paw:before{content:"\f342"}.ion-md-people:before{content:"\f343"}.ion-md-person:before{content:"\f345"}.ion-md-person-add:before{content:"\f344"}.ion-md-phone-landscape:before{content:"\f346"}.ion-md-phone-portrait:before{content:"\f347"}.ion-md-photos:before{content:"\f348"}.ion-md-pie:before{content:"\f349"}.ion-md-pin:before{content:"\f34a"}.ion-md-pint:before{content:"\f34b"}.ion-md-pizza:before{content:"\f354"}.ion-md-planet:before{content:"\f356"}.ion-md-play:before{content:"\f357"}.ion-md-play-circle:before{content:"\f174"}.ion-md-podium:before{content:"\f358"}.ion-md-power:before{content:"\f359"}.ion-md-pricetag:before{content:"\f35a"}.ion-md-pricetags:before{content:"\f35b"}.ion-md-print:before{content:"\f35c"}.ion-md-pulse:before{content:"\f35d"}.ion-md-qr-scanner:before{content:"\f35e"}.ion-md-quote:before{content:"\f35f"}.ion-md-radio:before{content:"\f362"}.ion-md-radio-button-off:before{content:"\f360"}.ion-md-radio-button-on:before{content:"\f361"}.ion-md-rainy:before{content:"\f363"}.ion-md-recording:before{content:"\f364"}.ion-md-redo:before{content:"\f365"}.ion-md-refresh:before{content:"\f366"}.ion-md-refresh-circle:before{content:"\f228"}.ion-md-remove:before{content:"\f368"}.ion-md-remove-circle:before{content:"\f367"}.ion-md-remove-circle-outline:before{content:"\f176"}.ion-md-reorder:before{content:"\f369"}.ion-md-repeat:before{content:"\f36a"}.ion-md-resize:before{content:"\f36b"}.ion-md-restaurant:before{content:"\f36c"}.ion-md-return-left:before{content:"\f36d"}.ion-md-return-right:before{content:"\f36e"}.ion-md-reverse-camera:before{content:"\f36f"}.ion-md-rewind:before{content:"\f370"}.ion-md-ribbon:before{content:"\f371"}.ion-md-rocket:before{content:"\f179"}.ion-md-rose:before{content:"\f372"}.ion-md-sad:before{content:"\f373"}.ion-md-save:before{content:"\f1a9"}.ion-md-school:before{content:"\f374"}.ion-md-search:before{content:"\f375"}.ion-md-send:before{content:"\f376"}.ion-md-settings:before{content:"\f377"}.ion-md-share:before{content:"\f379"}.ion-md-share-alt:before{content:"\f378"}.ion-md-shirt:before{content:"\f37a"}.ion-md-shuffle:before{content:"\f37b"}.ion-md-skip-backward:before{content:"\f37c"}.ion-md-skip-forward:before{content:"\f37d"}.ion-md-snow:before{content:"\f37e"}.ion-md-speedometer:before{content:"\f37f"}.ion-md-square:before{content:"\f381"}.ion-md-square-outline:before{content:"\f380"}.ion-md-star:before{content:"\f384"}.ion-md-star-half:before{content:"\f382"}.ion-md-star-outline:before{content:"\f383"}.ion-md-stats:before{content:"\f385"}.ion-md-stopwatch:before{content:"\f386"}.ion-md-subway:before{content:"\f387"}.ion-md-sunny:before{content:"\f388"}.ion-md-swap:before{content:"\f389"}.ion-md-switch:before{content:"\f38a"}.ion-md-sync:before{content:"\f38b"}.ion-md-tablet-landscape:before{content:"\f38c"}.ion-md-tablet-portrait:before{content:"\f38d"}.ion-md-tennisball:before{content:"\f38e"}.ion-md-text:before{content:"\f38f"}.ion-md-thermometer:before{content:"\f390"}.ion-md-thumbs-down:before{content:"\f391"}.ion-md-thumbs-up:before{content:"\f392"}.ion-md-thunderstorm:before{content:"\f393"}.ion-md-time:before{content:"\f394"}.ion-md-timer:before{content:"\f395"}.ion-md-today:before{content:"\f17d"}.ion-md-train:before{content:"\f396"}.ion-md-transgender:before{content:"\f397"}.ion-md-trash:before{content:"\f398"}.ion-md-trending-down:before{content:"\f399"}.ion-md-trending-up:before{content:"\f39a"}.ion-md-trophy:before{content:"\f39b"}.ion-md-tv:before{content:"\f17f"}.ion-md-umbrella:before{content:"\f39c"}.ion-md-undo:before{content:"\f39d"}.ion-md-unlock:before{content:"\f39e"}.ion-md-videocam:before{content:"\f39f"}.ion-md-volume-high:before{content:"\f123"}.ion-md-volume-low:before{content:"\f131"}.ion-md-volume-mute:before{content:"\f3a1"}.ion-md-volume-off:before{content:"\f3a2"}.ion-md-walk:before{content:"\f3a4"}.ion-md-wallet:before{content:"\f18f"}.ion-md-warning:before{content:"\f3a5"}.ion-md-watch:before{content:"\f3a6"}.ion-md-water:before{content:"\f3a7"}.ion-md-wifi:before{content:"\f3a8"}.ion-md-wine:before{content:"\f3a9"}.ion-md-woman:before{content:"\f3aa"}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.brx-animated{animation-duration:1s;animation-fill-mode:both}.bricks-is-frontend .brx-animated[data-animation*=In],.bricks-is-frontend :not(.brx-animated)[data-interaction-hidden-on-load]{opacity:0}.brx-animated.infinite{animation-iteration-count:infinite}.brx-animated.brx-animate-repeat-1{animation-iteration-count:var(--animate-repeat)}.brx-animated.brx-animate-repeat-2{animation-iteration-count:calc(var(--animate-repeat)*2)}.brx-animated.brx-animate-repeat-3{animation-iteration-count:calc(var(--animate-repeat)*3)}.brx-animated.brx-animate-delay-1s{animation-delay:var(--animate-delay)}.brx-animated.brx-animate-delay-2s{animation-delay:calc(var(--animate-delay)*2)}.brx-animated.brx-animate-delay-3s{animation-delay:calc(var(--animate-delay)*3)}.brx-animated.brx-animate-delay-4s{animation-delay:calc(var(--animate-delay)*4)}.brx-animated.brx-animate-delay-5s{animation-delay:calc(var(--animate-delay)*5)}.brx-animated.brx-animate-faster{animation-duration:calc(var(--animate-duration)/2)}.brx-animated.brx-animate-fast{animation-duration:calc(var(--animate-duration)*.8)}.brx-animated.brx-animate-slow{animation-duration:calc(var(--animate-duration)*2)}.brx-animated.brx-animate-slower{animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.brx-animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.brx-animated[class*=Out]{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)}}.brx-animate-bounce{animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.brx-animate-flash{animation-name:flash}@-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)}}.brx-animate-pulse{animation-name:pulse;animation-timing-function:ease-in-out}@-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)}}.brx-animate-rubberBand{animation-name:rubberBand}@-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)}}.brx-animate-shakeX{animation-name:shakeX}@-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)}}.brx-animate-shakeY{animation-name:shakeY}@-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)}}.brx-animate-headShake{animation-name:headShake;animation-timing-function:ease-in-out}@-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)}}.brx-animate-swing{animation-name:swing;transform-origin:top center}@-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)}}.brx-animate-tada{animation-name:tada}@-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)}}.brx-animate-wobble{animation-name:wobble}@-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)}}.brx-animate-jello{animation-name:jello;transform-origin:center}@-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)}}.brx-animate-heartBeat{animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@-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)}}.brx-animate-backInDown{animation-name:backInDown}@-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)}}.brx-animate-backInLeft{animation-name:backInLeft}@-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)}}.brx-animate-backInRight{animation-name:backInRight}@-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)}}.brx-animate-backInUp{animation-name:backInUp}@-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)}}.brx-animate-backOutDown{animation-name:backOutDown}@-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)}}.brx-animate-backOutLeft{animation-name:backOutLeft}@-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)}}.brx-animate-backOutRight{animation-name:backOutRight}@-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)}}.brx-animate-backOutUp{animation-name:backOutUp}@-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)}}.brx-animate-bounceIn{animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@-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)}}.brx-animate-bounceInDown{animation-name:bounceInDown}@-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)}}.brx-animate-bounceInLeft{animation-name:bounceInLeft}@-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)}}.brx-animate-bounceInRight{animation-name:bounceInRight}@-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)}}.brx-animate-bounceInUp{animation-name:bounceInUp}@-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)}}.brx-animate-bounceOut{animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@-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)}}.brx-animate-bounceOutDown{animation-name:bounceOutDown}@-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)}}.brx-animate-bounceOutLeft{animation-name:bounceOutLeft}@-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)}}.brx-animate-bounceOutRight{animation-name:bounceOutRight}@-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)}}.brx-animate-bounceOutUp{animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.brx-animate-fadeIn{animation-name:fadeIn}@-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)}}.brx-animate-fadeInDown{animation-name:fadeInDown}@-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)}}.brx-animate-fadeInDownBig{animation-name:fadeInDownBig}@-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)}}.brx-animate-fadeInLeft{animation-name:fadeInLeft}@-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)}}.brx-animate-fadeInLeftBig{animation-name:fadeInLeftBig}@-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)}}.brx-animate-fadeInRight{animation-name:fadeInRight}@-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)}}.brx-animate-fadeInRightBig{animation-name:fadeInRightBig}@-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)}}.brx-animate-fadeInUp{animation-name:fadeInUp}@-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)}}.brx-animate-fadeInUpBig{animation-name:fadeInUpBig}@-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)}}.brx-animate-fadeInTopLeft{animation-name:fadeInTopLeft}@-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)}}.brx-animate-fadeInTopRight{animation-name:fadeInTopRight}@-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)}}.brx-animate-fadeInBottomLeft{animation-name:fadeInBottomLeft}@-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)}}.brx-animate-fadeInBottomRight{animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.brx-animate-fadeOut{animation-name:fadeOut}@-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)}}.brx-animate-fadeOutDown{animation-name:fadeOutDown}@-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)}}.brx-animate-fadeOutDownBig{animation-name:fadeOutDownBig}@-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)}}.brx-animate-fadeOutLeft{animation-name:fadeOutLeft}@-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)}}.brx-animate-fadeOutLeftBig{animation-name:fadeOutLeftBig}@-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)}}.brx-animate-fadeOutRight{animation-name:fadeOutRight}@-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)}}.brx-animate-fadeOutRightBig{animation-name:fadeOutRightBig}@-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)}}.brx-animate-fadeOutUp{animation-name:fadeOutUp}@-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)}}.brx-animate-fadeOutUpBig{animation-name:fadeOutUpBig}@-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)}}.brx-animate-fadeOutTopLeft{animation-name:fadeOutTopLeft}@-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)}}.brx-animate-fadeOutTopRight{animation-name:fadeOutTopRight}@-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)}}.brx-animate-fadeOutBottomRight{animation-name:fadeOutBottomRight}@-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)}}.brx-animate-fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}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(-1turn)}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)}}.brx-animated.brx-animate-flip{animation-name:flip;backface-visibility:visible}@-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)}}.brx-animate-flipInX{animation-name:flipInX;backface-visibility:visible!important}@-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)}}.brx-animate-flipInY{animation-name:flipInY;backface-visibility:visible!important}@-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)}}.brx-animate-flipOutX{animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@-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)}}.brx-animate-flipOutY{animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@-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)}}.brx-animate-lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@-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)}}.brx-animate-lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@-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)}}.brx-animate-lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@-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)}}.brx-animate-lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@-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)}}.brx-animate-rotateIn{animation-name:rotateIn;transform-origin:center}@-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)}}.brx-animate-rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@-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)}}.brx-animate-rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@-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)}}.brx-animate-rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@-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)}}.brx-animate-rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.brx-animate-rotateOut{animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.brx-animate-rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.brx-animate-rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.brx-animate-rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.brx-animate-rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@-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)}}.brx-animate-hinge{animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@-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)}}.brx-animate-jackInTheBox{animation-name:jackInTheBox}@-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)}}.brx-animate-rollIn{animation-name:rollIn}@-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)}}.brx-animate-rollOut{animation-name:rollOut}@-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}}.brx-animate-zoomIn{animation-name:zoomIn}@-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)}}.brx-animate-zoomInDown{animation-name:zoomInDown}@-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)}}.brx-animate-zoomInLeft{animation-name:zoomInLeft}@-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)}}.brx-animate-zoomInRight{animation-name:zoomInRight}@-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)}}.brx-animate-zoomInUp{animation-name:zoomInUp}@-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}}.brx-animate-zoomOut{animation-name:zoomOut}@-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)}}.brx-animate-zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@-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)}}.brx-animate-zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@-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)}}.brx-animate-zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@-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)}}.brx-animate-zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@-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)}}.brx-animate-slideInDown{animation-name:slideInDown}@-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)}}.brx-animate-slideInLeft{animation-name:slideInLeft}@-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)}}.brx-animate-slideInRight{animation-name:slideInRight}@-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)}}.brx-animate-slideInUp{animation-name:slideInUp}@-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}}.brx-animate-slideOutDown{animation-name:slideOutDown}@-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}}.brx-animate-slideOutLeft{animation-name:slideOutLeft}@-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}}.brx-animate-slideOutRight{animation-name:slideOutRight}@-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}}.brx-animate-slideOutUp{animation-name:slideOutUp}