@charset "UTF-8";
/*********************************************************************************

	Template Name: BBTeam
	Note: This is style css.

**********************************************************************************/
/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ extend
	|	|___ animations
	|	|___ shortcode
	|	|___ spacing
	|
	|
	|___Header Styles
	|	|___ header
	|	|___ mainmenu
	|
	|
	|___Inner Styles
	|	|___ breadcrump
	|	|___ section-title
	|	|___ button
	|	|___ pagination
	|	|___ socialicon
	|	|___ footer
	|
	|___Elements Styles
	|	|___ portfolio
	|	|___ service
	|	|___ slider
	|	|___ counterup
	|	|___ testimonial
	|	|___ brand
	|	|___ team
	|	|___ callto-action
	|	|___ tab
	|	|___ accordion
	|	|___ list
	|	|___ contact
	|
	|___BLog Styles
	|	|___ blog
	|	|___ blog-details
	|
	|___Template Styles
	|	|___ about
	|	|___ portfolio-details
	|	|___ service-details
	|	|___ preview
	|
	|
	|___ END STYLESHEET INDEXING

***************************************************************/
/**************************************
    Default Styles
***************************************/
:root {
  --bbteam-primary-color: #013656;
  --bbteam-secondary-color: #015079;
  --bbteam-primary-color-light: #ffedf2;
  --bbteam-body-text-color: #717173;
  --bbteam-heading-color: #1f1f25;
  --color-tertiary: #030303;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-border: #e9e9e9;
  --color-border-form: #013656;
  --color-border-2: #0000004d;
  --color-lighter: #f8f9fc;
  --color-white: #ffffff;
  --color-list: #0090DC;
  --radius: 4px;
  --border-width: 2px;
  --border-sdfs: #717173;
  --color-black-100: #E7E7E7;
  --color-black-400: #888888;
  --color-black-950: #000000;
  --color-black-500: #F6F6F6;
  --color-black-600: #6D6D6D;
  --color-extra1: #b1b4c1;
  --bbteam-cursor-color: #FFFFFF;
  --h1: 72px;
  --h2: 60px;
  --h3: 40px;
  --h4: 30px;
  --h5: 20px;
  --h6: 20px;
  --h1-line-height: 72px;
  --h2-line-height: 57px;
  --h3-line-height: 43px;
  --h4-line-height: 36px;
  --h5-line-height: 28px;
  --h6-line-height: 24px;
}

/*===============================
    Font Family
=================================*/
/*===============================
    Color Variation
=================================*/
/*
* Transitions
*/
/* Additional Breakpoints */
/**
 * Reset Style
 */
* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--bbteam-link-color);
  transition: all 500ms ease;
}
a:hover {
  color: var(--bbteam-link-hover-color);
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--bbteam-primary-color);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: 14px;
  -webkit-hyphens: none;
  hyphens: none;
  color: var(--bbteam-primary-color);
}

kbd,
ins {
  color: #ffffff;
}

pre,
.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 14px;
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--bbteam-body-text-color);
  background: #eee;
  border-radius: 4px;
}

blockquote,
q {
  -webkit-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: 14px;
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--bbteam-heading-color);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li > ul,
li > ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

big {
  font-size: 125%;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
  padding: 13px 10px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 400;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: var(--bbteam-primary-color);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--bbteam-primary-color);
}

dfn,
cite,
em {
  font-style: italic;
}

var {
  color: #757589;
  font-size: 18px;
}

code {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

a > code {
  color: var(--bbteam-primary-color);
}

.container {
  max-width: 1920px;
  padding: 0 80px;
}
@media (max-width: 85.375em) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 64em) {
  .container {
    padding: 0 25px;
  }
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0;
}
.wp-caption-text {
  font-size: 0.9em;
  color: var(--bbteam-body-text-color);
  padding: 5px 10px;
  text-align: center;
}

.sticky {
  position: sticky;
  top: 0;
  padding: 10px;
}

.gallery-caption {
  font-size: 0.9em;
  color: var(--bbteam-body-text-color);
  text-align: center;
  margin-top: 10px;
}

.bypostauthor {
  font-weight: bold;
  border-left: 3px solid var(--bbteam-primary-color);
  padding-left: 10px;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 85.375em) {
  .aves-banner__col {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 64em) {
  .aves-banner__col:last-child {
    padding-right: 0;
  }
}

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

:root {
  --inner: 20px;
  --gutter: 20px;
  --leading-none: 1;
  --leading-hairline: 1.25;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2 ;
}

html {
  overflow: hidden;
  overflow-y: auto;
  font-size: 18px;
  scroll-behavior: smooth;
  --scroll-behavior: smooth ;
}

body {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.9;
  font-family: "Syne", sans-serif;
  color: var(--bbteam-body-text-color);
  background: var(--bbteam-background-color);
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  min-height: 100%;
}

h1,
h2,
h3,
.aves-mega-menu__item--name--title,
h4,
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0,
.aves-mega-menu__item--list--item--0,
h5,
h6,
.h1,
.h2,
.bbteam-portfolio-single-11__heading--title,
.bbteam-portfolio-single-10__heading--title,
.bbteam-portfolio-single-9__heading--title,
.bbteam-portfolio-single-8__heading--title,
.bbteam-portfolio-single-7__heading--title,
.bbteam-portfolio-single-6__heading--title,
.bbteam-portfolio-single-5__heading--title,
.bbteam-portfolio-single-4__heading--title,
.bbteam-portfolio-single-3__heading--title,
.bbteam-portfolio-single-2__heading--title,
.h3,
.aves-single-post-details__heading--title,
.h4,
.aves-single-post-details__related--title,
.h5,
.h6,
.bbteam-portfolio-3__list--item--content--heading--desc,
.aves-related-post__content h3,
.aves-related-post__content .aves-mega-menu__item--name--title,
.bbteam-featured-post__title span,
.aves-comment .comment-reply-title,
.aves-comment-content__head--name a,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0 0 0.75em;
}

h1,
h2,
h3,
.aves-mega-menu__item--name--title,
h4,
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0,
.aves-mega-menu__item--list--item--0,
h5,
h6,
.h1,
.h2,
.bbteam-portfolio-single-11__heading--title,
.bbteam-portfolio-single-10__heading--title,
.bbteam-portfolio-single-9__heading--title,
.bbteam-portfolio-single-8__heading--title,
.bbteam-portfolio-single-7__heading--title,
.bbteam-portfolio-single-6__heading--title,
.bbteam-portfolio-single-5__heading--title,
.bbteam-portfolio-single-4__heading--title,
.bbteam-portfolio-single-3__heading--title,
.bbteam-portfolio-single-2__heading--title,
.h3,
.aves-single-post-details__heading--title,
.h4,
.aves-single-post-details__related--title,
.h5,
.h6,
.bbteam-portfolio-3__list--item--content--heading--desc,
.aves-related-post__content h3,
.aves-related-post__content .aves-mega-menu__item--name--title,
.bbteam-featured-post__title span,
.aves-comment .comment-reply-title,
.aves-comment-content__head--name a {
  word-break: break-word;
  font-family: "Syne", sans-serif;
  line-height: 1.4074;
  color: var(--bbteam-heading-color);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
}

h2,
.h2,
.bbteam-portfolio-single-11__heading--title,
.bbteam-portfolio-single-10__heading--title,
.bbteam-portfolio-single-9__heading--title,
.bbteam-portfolio-single-8__heading--title,
.bbteam-portfolio-single-7__heading--title,
.bbteam-portfolio-single-6__heading--title,
.bbteam-portfolio-single-5__heading--title,
.bbteam-portfolio-single-4__heading--title,
.bbteam-portfolio-single-3__heading--title,
.bbteam-portfolio-single-2__heading--title {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
}

h3, .aves-mega-menu__item--name--title,
.h3,
.aves-single-post-details__heading--title {
  font-size: var(--h3);
  line-height: var(--h3-line-height);
}

h4, [data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0, .aves-mega-menu__item--list--item--0,
.h4,
.aves-single-post-details__related--title {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-line-height);
}

h6,
.h6,
.bbteam-portfolio-3__list--item--content--heading--desc,
.aves-related-post__content h3,
.aves-related-post__content .aves-mega-menu__item--name--title,
.bbteam-featured-post__title span,
.aves-comment .comment-reply-title,
.aves-comment-content__head--name a {
  font-size: var(--h6);
  line-height: var(--h6-line-height);
}

h1 a,
h2 a,
h3 a,
.aves-mega-menu__item--name--title a,
h4 a,
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0 a,
.aves-mega-menu__item--list--item--0 a,
h5 a,
h6 a {
  text-decoration: none;
  font-weight: inherit;
}

.rte h1,
.rte h2,
.rte h3,
.rte .aves-mega-menu__item--name--title,
.rte h4,
.rte .aves-mega-menu__item--list--item--0,
.rte h5,
.rte h6 {
  margin: 0.75em 0 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: calc(var(--h1) - 10px);
    line-height: calc(var(--h1-line-height) - 10px);
  }
  h2,
  .h2,
  .bbteam-portfolio-single-11__heading--title,
  .bbteam-portfolio-single-10__heading--title,
  .bbteam-portfolio-single-9__heading--title,
  .bbteam-portfolio-single-8__heading--title,
  .bbteam-portfolio-single-7__heading--title,
  .bbteam-portfolio-single-6__heading--title,
  .bbteam-portfolio-single-5__heading--title,
  .bbteam-portfolio-single-4__heading--title,
  .bbteam-portfolio-single-3__heading--title,
  .bbteam-portfolio-single-2__heading--title {
    font-size: calc(var(--h2) - 10px);
    line-height: calc(var(--h2-line-height) - 10px);
  }
  h3, .aves-mega-menu__item--name--title,
  .h3,
  .aves-single-post-details__heading--title {
    font-size: calc(var(--h3) - 5px);
    line-height: calc(var(--h3-line-height) - 5px);
  }
  h4, [data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0, .aves-mega-menu__item--list--item--0,
  .h4,
  .aves-single-post-details__related--title {
    font-size: calc(var(--h4) - 5px);
    line-height: calc(var(--h4-line-height) - 5px);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5) - 2px);
    line-height: calc(var(--h5-line-height) - 2px);
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: calc(var(--h1) - 20px);
    line-height: calc(var(--h1-line-height) - 20px);
  }
  h2,
  .h2,
  .bbteam-portfolio-single-11__heading--title,
  .bbteam-portfolio-single-10__heading--title,
  .bbteam-portfolio-single-9__heading--title,
  .bbteam-portfolio-single-8__heading--title,
  .bbteam-portfolio-single-7__heading--title,
  .bbteam-portfolio-single-6__heading--title,
  .bbteam-portfolio-single-5__heading--title,
  .bbteam-portfolio-single-4__heading--title,
  .bbteam-portfolio-single-3__heading--title,
  .bbteam-portfolio-single-2__heading--title {
    font-size: calc(var(--h2) - 20px);
    line-height: calc(var(--h2-line-height) - 20px);
  }
  h3, .aves-mega-menu__item--name--title,
  .h3,
  .aves-single-post-details__heading--title {
    font-size: calc(var(--h3) - 10px);
    line-height: calc(var(--h3-line-height) - 10px);
  }
  h4, [data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0, .aves-mega-menu__item--list--item--0,
  .h4,
  .aves-single-post-details__related--title {
    font-size: calc(var(--h4) - 5px);
    line-height: calc(var(--h4-line-height) - 5px);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5) - 4px);
    line-height: calc(var(--h5-line-height) - 4px);
  }
  h6,
  .h6,
  .bbteam-portfolio-3__list--item--content--heading--desc,
  .aves-related-post__content h3,
  .aves-related-post__content .aves-mega-menu__item--name--title,
  .bbteam-featured-post__title span,
  .aves-comment .comment-reply-title,
  .aves-comment-content__head--name a {
    font-size: calc(var(--h6) - 2px);
    line-height: calc(var(--h6-line-height) - 2px);
  }
}
h1,
.h1,
h2,
.h2,
.bbteam-portfolio-single-11__heading--title,
.bbteam-portfolio-single-10__heading--title,
.bbteam-portfolio-single-9__heading--title,
.bbteam-portfolio-single-8__heading--title,
.bbteam-portfolio-single-7__heading--title,
.bbteam-portfolio-single-6__heading--title,
.bbteam-portfolio-single-5__heading--title,
.bbteam-portfolio-single-4__heading--title,
.bbteam-portfolio-single-3__heading--title,
.bbteam-portfolio-single-2__heading--title,
h3,
.aves-mega-menu__item--name--title,
.h3,
.aves-single-post-details__heading--title {
  font-weight: 700;
}

h4, [data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0, .aves-mega-menu__item--list--item--0,
.h4,
.aves-single-post-details__related--title,
h5,
.h5 {
  font-weight: 600;
}

h6,
.h6,
.bbteam-portfolio-3__list--item--content--heading--desc,
.aves-related-post__content h3,
.aves-related-post__content .aves-mega-menu__item--name--title,
.bbteam-featured-post__title span,
.aves-comment .comment-reply-title,
.aves-comment-content__head--name a {
  font-weight: 600;
}

.rn-blog-details P.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p {
  margin: 0 0 0.75em;
}
p:last-child {
  margin-bottom: 0;
}
p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}
p.has-medium-font-size {
  font-size: 20px;
}
p.has-small-font-size {
  font-size: 13px;
}
p.has-very-light-gray-color {
  color: #ffffff;
}
p.has-background {
  padding: 20px 30px;
}

em,
.em {
  font-style: italic;
}

b,
strong,
.strong {
  font-weight: 700;
}

sup,
sub,
.sup,
.sub {
  position: relative;
  font-size: 13.5px;
  line-height: var(--leading-relaxed);
  vertical-align: baseline;
}

sup,
.sup {
  top: -0.5em;
}

sub,
.sub {
  bottom: -0.5em;
}

s,
.s {
  text-decoration: line-through;
  opacity: 0.5;
}

blockquote {
  font-size: 22.5px;
  line-height: var(--leading-snug);
  font-style: italic;
  margin: 0 0 var(--gutter);
  padding: 0 var(--gutter);
  border-left: 1px solid var(--bbteam-heading-color);
}

blockquote p {
  margin-bottom: 0;
}

blockquote p + cite {
  margin-top: calc(var(--gutter) / 2);
}

blockquote cite {
  display: block;
  font-size: 18px;
  line-height: var(--leading-normal);
}

blockquote cite:before {
  content: "— ";
}

code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  border-left: 1px solid var(--bbteam-heading-color);
  padding: 0 2px;
}

pre {
  overflow: auto;
  padding: var(--inner);
  margin: 0 0 var(--gutter);
}

.unicode {
  font-family: Lucida Sans Unicode, "Arial Unicode MS, Arial";
}

input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #e9e9e9;
  transition: all 0.4s ease-out 0s;
  color: var(--bbteam-body-text-color);
}
input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--bbteam-primary-color);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--bbteam-heading-color);
  margin-top: 10px;
  display: inline-block;
  text-transform: inherit;
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  margin-bottom: 1.25em;
  padding-left: 20px;
}
ul.liststyle.bullet li {
  font-size: 19px;
  line-height: 28px;
  color: var(--bbteam-body-text-color);
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}
ul.liststyle.bullet li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: absolute;
  left: -20px;
  top: 9px;
  background: var(--color-list);
}
ul.liststyle.bullet li:last-child {
  margin-bottom: 0;
}
ul li {
  margin-bottom: 0.25em;
}
ul li a {
  text-decoration: none;
  color: var(--bbteam-heading-color);
  transition: all 500ms ease;
}
ul li a:hover {
  color: var(--bbteam-primary-color);
}
ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 1.25em;
}
ol li {
  font-size: 18px;
  line-height: 28px;
  color: var(--bbteam-body-text-color);
}
ol li a {
  color: var(--bbteam-heading-color);
  transition: all 500ms ease;
  text-decoration: none;
}
ol li a:hover {
  color: var(--bbteam-primary-color);
}

ul,
ol {
  margin: 0 0 var(--gutter);
}

li {
  margin-bottom: 0.25em;
}
li:last-child {
  margin-bottom: 0;
}

ul.square {
  list-style: square outside;
}

ul.disc {
  list-style: disc outside;
}

ol.alpha {
  list-style: lower-alpha outside;
}

p.cite {
  margin-top: 0;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  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(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.wp-block-button a {
  display: inline-block;
  padding: 12px 24px;
  background: var(--bbteam-primary-color);
  color: var(--bbteam-secondary-color-25);
  border: 1px solid var(--bbteam-primary-color);
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 500ms ease;
}
@media (max-width: 64em) {
  .wp-block-button a {
    padding: 10px 24px;
    font-size: 16px;
  }
}
.wp-block-button a:hover {
  background: var(--bbteam-secondary-color);
  border: 1px solid var(--bbteam-secondary-color);
}
.wp-block-button.is-style-outline a {
  background: transparent;
  border: 1px solid var(--bbteam-primary-color);
  color: var(--bbteam-primary-color);
}
.wp-block-button.is-style-outline a:hover {
  background: var(--bbteam-secondary-color);
  border: 1px solid var(--bbteam-secondary-color);
  color: var(--bbteam-secondary-color-25);
}

.primary-btn, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit], .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-button, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce ul.products li.product .button, .woocommerce .product .cart .button, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2), body .nf-form-content input[type=submit], .wpcf7 input[type=submit], input[type=submit] {
  border-radius: 100px;
  font-size: 19px;
  padding: 15px 28px;
  display: inline-block;
  color: var(--color-white);
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  background-color: var(--bbteam-primary-color);
  transition: all 0.4s ease;
  border: 1px solid var(--bbteam-primary-color);
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .primary-btn, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit], .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-checkout .wc-block-cart__submit-button, .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce ul.products li.product .button, .woocommerce .product .cart .button, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2), body .nf-form-content input[type=submit], .wpcf7 input[type=submit], input[type=submit] {
    padding: 10px 24px;
    font-size: 16px;
  }
}
.primary-btn:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit]:hover, .woocommerce-cart .wc-block-cart__submit-button:hover, .woocommerce-cart .wc-block-components-checkout-place-order-button:hover, .woocommerce-checkout .wc-block-cart__submit-button:hover, .woocommerce-checkout .wc-block-components-checkout-place-order-button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce .product .cart .button:hover, .aves-header__cart .woocommerce-mini-cart__buttons a:hover:nth-child(2), body .nf-form-content input[type=submit]:hover, input[type=submit]:hover {
  background-color: var(--bbteam-secondary-color);
  color: var(--color-white);
  border: 1px solid var(--bbteam-secondary-color);
}
.primary-btn i, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit i, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] i, .woocommerce-cart .wc-block-cart__submit-button i, .woocommerce-cart .wc-block-components-checkout-place-order-button i, .woocommerce-checkout .wc-block-cart__submit-button i, .woocommerce-checkout .wc-block-components-checkout-place-order-button i, .woocommerce ul.products li.product .button i, .woocommerce .product .cart .button i, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) i, body .nf-form-content input[type=submit] i, .wpcf7 input[type=submit] i, input[type=submit] i, .primary-btn svg, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] svg, .woocommerce-cart .wc-block-cart__submit-button svg, .woocommerce-cart .wc-block-components-checkout-place-order-button svg, .woocommerce-checkout .wc-block-cart__submit-button svg, .woocommerce-checkout .wc-block-components-checkout-place-order-button svg, .woocommerce ul.products li.product .button svg, .woocommerce .product .cart .button svg, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) svg, body .nf-form-content input[type=submit] svg, .wpcf7 input[type=submit] svg, input[type=submit] svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0px 5px;
  transform: translateY(-2px);
}
.primary-btn i.icon-colored, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit i.icon-colored, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] i.icon-colored, .woocommerce-cart .wc-block-cart__submit-button i.icon-colored, .woocommerce-cart .wc-block-components-checkout-place-order-button i.icon-colored, .woocommerce-checkout .wc-block-cart__submit-button i.icon-colored, .woocommerce-checkout .wc-block-components-checkout-place-order-button i.icon-colored, .woocommerce ul.products li.product .button i.icon-colored, .woocommerce .product .cart .button i.icon-colored, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) i.icon-colored, input[type=submit] i.icon-colored, .primary-btn svg.icon-colored, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg.icon-colored, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] svg.icon-colored, .woocommerce-cart .wc-block-cart__submit-button svg.icon-colored, .woocommerce-cart .wc-block-components-checkout-place-order-button svg.icon-colored, .woocommerce-checkout .wc-block-cart__submit-button svg.icon-colored, .woocommerce-checkout .wc-block-components-checkout-place-order-button svg.icon-colored, .woocommerce ul.products li.product .button svg.icon-colored, .woocommerce .product .cart .button svg.icon-colored, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) svg.icon-colored, input[type=submit] svg.icon-colored {
  transition-duration: inherit;
}
.primary-btn svg, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg, .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] svg, .woocommerce-cart .wc-block-cart__submit-button svg, .woocommerce-cart .wc-block-components-checkout-place-order-button svg, .woocommerce-checkout .wc-block-cart__submit-button svg, .woocommerce-checkout .wc-block-components-checkout-place-order-button svg, .woocommerce ul.products li.product .button svg, .woocommerce .product .cart .button svg, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) svg, body .nf-form-content input[type=submit] svg, .wpcf7 input[type=submit] svg, input[type=submit] svg {
  fill: var(--bbteam-txt-alt-color);
  transition: all 0.4s ease;
}
.primary-btn.hover-gradient, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.hover-gradient#submit, .woocommerce-Reviews #review_form_wrapper .form-submit input.hover-gradient[type=submit], .woocommerce-cart .hover-gradient.wc-block-cart__submit-button, .woocommerce-cart .hover-gradient.wc-block-components-checkout-place-order-button, .woocommerce-checkout .hover-gradient.wc-block-cart__submit-button, .woocommerce-checkout .hover-gradient.wc-block-components-checkout-place-order-button, .woocommerce ul.products li.product .hover-gradient.button, .woocommerce .product .cart .hover-gradient.button, .aves-header__cart .woocommerce-mini-cart__buttons a.hover-gradient:nth-child(2), body .nf-form-content input.hover-gradient[type=submit], input.hover-gradient[type=submit] {
  overflow: hidden;
}
.primary-btn.hover-gradient span, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.hover-gradient#submit span, .woocommerce-Reviews #review_form_wrapper .form-submit input.hover-gradient[type=submit] span, .woocommerce-cart .hover-gradient.wc-block-cart__submit-button span, .woocommerce-cart .hover-gradient.wc-block-components-checkout-place-order-button span, .woocommerce-checkout .hover-gradient.wc-block-cart__submit-button span, .woocommerce-checkout .hover-gradient.wc-block-components-checkout-place-order-button span, .woocommerce ul.products li.product .hover-gradient.button span, .woocommerce .product .cart .hover-gradient.button span, .aves-header__cart .woocommerce-mini-cart__buttons a.hover-gradient:nth-child(2) span, input.hover-gradient[type=submit] span {
  position: relative;
  z-index: 1;
}
.primary-btn.hover-gradient:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.hover-gradient#submit:before, .woocommerce-Reviews #review_form_wrapper .form-submit input.hover-gradient[type=submit]:before, .woocommerce-cart .hover-gradient.wc-block-cart__submit-button:before, .woocommerce-cart .hover-gradient.wc-block-components-checkout-place-order-button:before, .woocommerce-checkout .hover-gradient.wc-block-cart__submit-button:before, .woocommerce-checkout .hover-gradient.wc-block-components-checkout-place-order-button:before, .woocommerce ul.products li.product .hover-gradient.button:before, .woocommerce .product .cart .hover-gradient.button:before, .aves-header__cart .woocommerce-mini-cart__buttons a.hover-gradient:nth-child(2):before, input.hover-gradient[type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition-duration: inherit;
}
.primary-btn.hover-gradient:hover:before, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.hover-gradient#submit:hover:before, .woocommerce-Reviews #review_form_wrapper .form-submit input.hover-gradient[type=submit]:hover:before, .woocommerce-cart .hover-gradient.wc-block-cart__submit-button:hover:before, .woocommerce-cart .hover-gradient.wc-block-components-checkout-place-order-button:hover:before, .woocommerce-checkout .hover-gradient.wc-block-cart__submit-button:hover:before, .woocommerce-checkout .hover-gradient.wc-block-components-checkout-place-order-button:hover:before, .woocommerce ul.products li.product .hover-gradient.button:hover:before, .woocommerce .product .cart .hover-gradient.button:hover:before, .aves-header__cart .woocommerce-mini-cart__buttons a.hover-gradient:hover:nth-child(2):before, input.hover-gradient[type=submit]:hover:before {
  opacity: 1;
}
.primary-btn.sm-text, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.sm-text#submit, .woocommerce-Reviews #review_form_wrapper .form-submit input.sm-text[type=submit], .woocommerce-cart .sm-text.wc-block-cart__submit-button, .woocommerce-cart .sm-text.wc-block-components-checkout-place-order-button, .woocommerce-checkout .sm-text.wc-block-cart__submit-button, .woocommerce-checkout .sm-text.wc-block-components-checkout-place-order-button, .woocommerce ul.products li.product .sm-text.button, .woocommerce .product .cart .sm-text.button, .aves-header__cart .woocommerce-mini-cart__buttons a.sm-text:nth-child(2), body .nf-form-content input.sm-text[type=submit], input.sm-text[type=submit] {
  font-size: 14px;
  padding: 13px 28px;
}
@media (max-width: 64em) {
  .primary-btn.sm-text, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.sm-text#submit, .woocommerce-Reviews #review_form_wrapper .form-submit input.sm-text[type=submit], .woocommerce-cart .sm-text.wc-block-cart__submit-button, .woocommerce-cart .sm-text.wc-block-components-checkout-place-order-button, .woocommerce-checkout .sm-text.wc-block-cart__submit-button, .woocommerce-checkout .sm-text.wc-block-components-checkout-place-order-button, .woocommerce ul.products li.product .sm-text.button, .woocommerce .product .cart .sm-text.button, .aves-header__cart .woocommerce-mini-cart__buttons a.sm-text:nth-child(2), body .nf-form-content input.sm-text[type=submit], input.sm-text[type=submit] {
    padding: 10px 24px;
    font-size: 14px;
  }
}
.primary-btn.arrow-right:after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.arrow-right#submit:after, .woocommerce-Reviews #review_form_wrapper .form-submit input.arrow-right[type=submit]:after, .woocommerce-cart .arrow-right.wc-block-cart__submit-button:after, .woocommerce-cart .arrow-right.wc-block-components-checkout-place-order-button:after, .woocommerce-checkout .arrow-right.wc-block-cart__submit-button:after, .woocommerce-checkout .arrow-right.wc-block-components-checkout-place-order-button:after, .woocommerce ul.products li.product .arrow-right.button:after, .woocommerce .product .cart .arrow-right.button:after, .aves-header__cart .woocommerce-mini-cart__buttons a.arrow-right:nth-child(2):after, input.arrow-right[type=submit]:after {
  content: "\e902";
  font-family: "icomoon";
  color: var(--color-white);
  display: inline-block;
}
.primary-btn.arrow-right:hover :after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input.arrow-right#submit:hover :after, .woocommerce-Reviews #review_form_wrapper .form-submit input.arrow-right[type=submit]:hover :after, .woocommerce-cart .arrow-right.wc-block-cart__submit-button:hover :after, .woocommerce-cart .arrow-right.wc-block-components-checkout-place-order-button:hover :after, .woocommerce-checkout .arrow-right.wc-block-cart__submit-button:hover :after, .woocommerce-checkout .arrow-right.wc-block-components-checkout-place-order-button:hover :after, .woocommerce ul.products li.product .arrow-right.button:hover :after, .woocommerce .product .cart .arrow-right.button:hover :after, .aves-header__cart .woocommerce-mini-cart__buttons a.arrow-right:hover:nth-child(2) :after, input.arrow-right[type=submit]:hover :after {
  color: var(--color-white);
}

.secondary-btn, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(1) {
  border-radius: 100px;
  font-size: 19px;
  padding: 15px 28px;
  display: inline-block;
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  transition: all 0.4s ease;
  background-color: var(--bbird-background-color, #f9f9f9);
  color: var(--color-black-950);
  border: 1px solid var(--color-black-950);
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .secondary-btn, .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(1) {
    padding: 10px 24px;
    font-size: 16px;
  }
}
.secondary-btn:hover, .aves-header__cart .woocommerce-mini-cart__buttons a:hover:nth-child(1) {
  background-color: var(--bbteam-secondary-color);
  color: var(--color-white);
  border: 1px solid var(--bbteam-secondary-color);
}
.secondary-btn.arrow-right :after, .aves-header__cart .woocommerce-mini-cart__buttons a.arrow-right:nth-child(1) :after {
  content: "\e902";
  font-family: "icomoon";
  color: var(--bbteam-btn-bg-color);
  display: inline-block;
}
.secondary-btn.arrow-right:hover :after, .aves-header__cart .woocommerce-mini-cart__buttons a.arrow-right:hover:nth-child(1) :after {
  color: var(--bbteam-btn-bg-hover-color);
}

@font-face {
  font-family: "icomoon";
  src: url("../icon/fonts/icomoon.eot?l91hdv");
  src: url("../icon/fonts/icomoon.eot?l91hdv#iefix") format("embedded-opentype"), url("../icon/fonts/icomoon.ttf?l91hdv") format("truetype"), url("../icon/fonts/icomoon.woff?l91hdv") format("woff"), url("../icon/fonts/icomoon.svg?l91hdv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-call:before {
  content: "\e927";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-check-circle:before {
  content: "\e90c";
}

.icon-check-square:before {
  content: "\e90d";
}

.icon-chevron-down:before {
  content: "\e919";
}

.icon-chevron-left:before {
  content: "\e91a";
}

.icon-chevron-right:before {
  content: "\e91b";
}

.icon-chevron-up:before {
  content: "\e91c";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-folder:before {
  content: "\e912";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-image:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e914";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-map-pin:before {
  content: "\e915";
}

.icon-message-circle:before {
  content: "\e910";
}

.icon-message-square:before {
  content: "\e911";
}

.icon-refresh-ccw:before {
  content: "\e908";
}

.icon-save:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e918";
}

.icon-send:before {
  content: "\e916";
}

.icon-shopping-cart:before {
  content: "\e91e";
}

.icon-tag:before {
  content: "\e917";
}

.icon-twitter:before {
  content: "\e90a";
}

.icon-user:before {
  content: "\e90b";
}

.icon-shares:before {
  content: "\e922";
}

.icon-carbon_update-now:before {
  content: "\e920";
}

.icon-Vector-2:before {
  content: "\e91f";
}

.icon-Group:before {
  content: "\e921";
}

.icon-Vector-3:before {
  content: "\e924";
}

.icon-close:before {
  content: "\e91d";
}

.icon-chev-double-right:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e903";
}

.icon-thick:before {
  content: "\e904";
}

.icon-Vector:before {
  content: "\e900";
}

.icon-planepaper:before {
  content: "\e923";
}

.icon-arrow-tight-left:before {
  content: "\e925";
}

.icon-arrow-tight-right:before {
  content: "\e926";
}

.aves-search-page {
  margin: 150px 0 100px 0;
}
@media (max-width: 61.99em) {
  .aves-search-page {
    margin: 100px 0 50px 0;
  }
}
.aves-search-page__heading {
  margin-bottom: 80px;
}
.aves-search-page__item {
  margin-bottom: 50px;
}
.aves-search-page__item--content p {
  margin-bottom: 20px;
}

/* ========= Forms Styles ========= */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input,
select,
textarea {
  width: 100%;
  transition: 0.3s;
}

.input-select, body .nf-form-content .list-select-wrap div > select, select {
  transition: 0.3s;
  height: 60px;
  line-height: 28px;
  padding: 10px 20px;
  outline: none;
  color: var(--bbteam-body-text-color);
  border: var(--border-width) solid var(--color-border-form);
  border-radius: var(--radius);
  background: url(../images/icons/arrow-icon.png) 98% center no-repeat transparent;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  padding-right: 30px;
}

.input-file, .wpcf7 input[type=file] {
  border: none;
}

.input-field, body .nf-form-content input[type=text],
body .nf-form-content input[type=password],
body .nf-form-content input[type=email],
body .nf-form-content input[type=number],
body .nf-form-content input[type=tel],
body .nf-form-content input[type=url],
body .nf-form-content input[type=date],
body .nf-form-content select,
body .nf-form-content textarea, .form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=tel],
.form-group input[type=url],
.form-group input[type=date],
.form-group select,
.form-group textarea, input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
input[type=url],
input[type=date],
select,
textarea {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  box-shadow: none;
  padding: 10px 25px;
  outline: none;
  border: var(--border-width) solid var(--color-border-form);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}
.input-field::-moz-placeholder, body .nf-form-content input[type=text]::-moz-placeholder, body .nf-form-content input[type=password]::-moz-placeholder, body .nf-form-content input[type=email]::-moz-placeholder, body .nf-form-content input[type=number]::-moz-placeholder, body .nf-form-content input[type=tel]::-moz-placeholder, body .nf-form-content input[type=url]::-moz-placeholder, body .nf-form-content input[type=date]::-moz-placeholder, body .nf-form-content select::-moz-placeholder, body .nf-form-content textarea::-moz-placeholder, .form-group input[type=text]::-moz-placeholder, .form-group input[type=password]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=number]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=url]::-moz-placeholder, .form-group input[type=date]::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=date]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
.input-field::placeholder, body .nf-form-content input[type=text]::placeholder,
body .nf-form-content input[type=password]::placeholder,
body .nf-form-content input[type=email]::placeholder,
body .nf-form-content input[type=number]::placeholder,
body .nf-form-content input[type=tel]::placeholder,
body .nf-form-content input[type=url]::placeholder,
body .nf-form-content input[type=date]::placeholder,
body .nf-form-content select::placeholder,
body .nf-form-content textarea::placeholder, .form-group input[type=text]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=url]::placeholder,
.form-group input[type=date]::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder, input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}
.input-field:-ms-input-placeholder, body .nf-form-content input[type=text]:-ms-input-placeholder,
body .nf-form-content input[type=password]:-ms-input-placeholder,
body .nf-form-content input[type=email]:-ms-input-placeholder,
body .nf-form-content input[type=number]:-ms-input-placeholder,
body .nf-form-content input[type=tel]:-ms-input-placeholder,
body .nf-form-content input[type=url]:-ms-input-placeholder,
body .nf-form-content input[type=date]:-ms-input-placeholder,
body .nf-form-content select:-ms-input-placeholder,
body .nf-form-content textarea:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
  opacity: 1;
}
.input-field::-ms-input-placeholder, body .nf-form-content input[type=text]::-ms-input-placeholder,
body .nf-form-content input[type=password]::-ms-input-placeholder,
body .nf-form-content input[type=email]::-ms-input-placeholder,
body .nf-form-content input[type=number]::-ms-input-placeholder,
body .nf-form-content input[type=tel]::-ms-input-placeholder,
body .nf-form-content input[type=url]::-ms-input-placeholder,
body .nf-form-content input[type=date]::-ms-input-placeholder,
body .nf-form-content select::-ms-input-placeholder,
body .nf-form-content textarea::-ms-input-placeholder, .form-group input[type=text]::-ms-input-placeholder,
.form-group input[type=password]::-ms-input-placeholder,
.form-group input[type=email]::-ms-input-placeholder,
.form-group input[type=number]::-ms-input-placeholder,
.form-group input[type=tel]::-ms-input-placeholder,
.form-group input[type=url]::-ms-input-placeholder,
.form-group input[type=date]::-ms-input-placeholder,
.form-group select::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder, input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
  opacity: 1;
}
.input-field.p-holder__active, body .nf-form-content input.p-holder__active[type=text],
body .nf-form-content input.p-holder__active[type=password],
body .nf-form-content input.p-holder__active[type=email],
body .nf-form-content input.p-holder__active[type=number],
body .nf-form-content input.p-holder__active[type=tel],
body .nf-form-content input.p-holder__active[type=url],
body .nf-form-content input.p-holder__active[type=date],
body .nf-form-content select.p-holder__active,
body .nf-form-content textarea.p-holder__active,
.form-group select.p-holder__active,
.form-group textarea.p-holder__active, .input-active input.input-field, .input-active body .nf-form-content input[type=text], body .nf-form-content .input-active input[type=text],
.input-active body .nf-form-content input[type=password],
body .nf-form-content .input-active input[type=password],
.input-active body .nf-form-content input[type=email],
body .nf-form-content .input-active input[type=email],
.input-active body .nf-form-content input[type=number],
body .nf-form-content .input-active input[type=number],
.input-active body .nf-form-content input[type=tel],
body .nf-form-content .input-active input[type=tel],
.input-active body .nf-form-content input[type=url],
body .nf-form-content .input-active input[type=url],
.input-active body .nf-form-content input[type=date],
body .nf-form-content .input-active input[type=date], .input-field.input-active, body .nf-form-content input.input-active[type=text],
body .nf-form-content input.input-active[type=password],
body .nf-form-content input.input-active[type=email],
body .nf-form-content input.input-active[type=number],
body .nf-form-content input.input-active[type=tel],
body .nf-form-content input.input-active[type=url],
body .nf-form-content input.input-active[type=date],
body .nf-form-content select.input-active,
body .nf-form-content textarea.input-active,
.form-group select.input-active,
.form-group textarea.input-active, input.p-holder__active[type=text], .input-active input[type=text], input[type=text].input-active,
input.p-holder__active[type=password],
.input-active input[type=password],
input[type=password].input-active,
input.p-holder__active[type=email],
.input-active input[type=email],
input[type=email].input-active,
input.p-holder__active[type=number],
.input-active input[type=number],
input[type=number].input-active,
input.p-holder__active[type=tel],
.input-active input[type=tel],
input[type=tel].input-active,
input.p-holder__active[type=url],
.input-active input[type=url],
input[type=url].input-active,
input.p-holder__active[type=date],
.input-active input[type=date],
input[type=date].input-active,
select.p-holder__active,
select.input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--bbteam-primary-color);
  /* -- Placeholder -- */
}
.input-field.p-holder__active::-moz-placeholder, body .nf-form-content select.p-holder__active::-moz-placeholder, body .nf-form-content textarea.p-holder__active::-moz-placeholder, .form-group select.p-holder__active::-moz-placeholder, .form-group textarea.p-holder__active::-moz-placeholder, .input-active input.input-field::-moz-placeholder, .input-field.input-active::-moz-placeholder, body .nf-form-content select.input-active::-moz-placeholder, body .nf-form-content textarea.input-active::-moz-placeholder, .form-group select.input-active::-moz-placeholder, .form-group textarea.input-active::-moz-placeholder, input.p-holder__active[type=text]::-moz-placeholder, .input-active input[type=text]::-moz-placeholder, input[type=text].input-active::-moz-placeholder, input.p-holder__active[type=password]::-moz-placeholder, .input-active input[type=password]::-moz-placeholder, input[type=password].input-active::-moz-placeholder, input.p-holder__active[type=email]::-moz-placeholder, .input-active input[type=email]::-moz-placeholder, input[type=email].input-active::-moz-placeholder, input.p-holder__active[type=number]::-moz-placeholder, .input-active input[type=number]::-moz-placeholder, input[type=number].input-active::-moz-placeholder, input.p-holder__active[type=tel]::-moz-placeholder, .input-active input[type=tel]::-moz-placeholder, input[type=tel].input-active::-moz-placeholder, input.p-holder__active[type=url]::-moz-placeholder, .input-active input[type=url]::-moz-placeholder, input[type=url].input-active::-moz-placeholder, input.p-holder__active[type=date]::-moz-placeholder, .input-active input[type=date]::-moz-placeholder, input[type=date].input-active::-moz-placeholder, select.p-holder__active::-moz-placeholder, select.input-active::-moz-placeholder, textarea.p-holder__active::-moz-placeholder, textarea.input-active::-moz-placeholder {
  color: var(--bbteam-primary-color);
  /* Firefox */
  opacity: 1;
}
.input-field.p-holder__active::placeholder,
body .nf-form-content select.p-holder__active::placeholder,
body .nf-form-content textarea.p-holder__active::placeholder,
.form-group select.p-holder__active::placeholder,
.form-group textarea.p-holder__active::placeholder, .input-active input.input-field::placeholder, .input-field.input-active::placeholder,
body .nf-form-content select.input-active::placeholder,
body .nf-form-content textarea.input-active::placeholder,
.form-group select.input-active::placeholder,
.form-group textarea.input-active::placeholder, input.p-holder__active[type=text]::placeholder, .input-active input[type=text]::placeholder, input[type=text].input-active::placeholder,
input.p-holder__active[type=password]::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input.p-holder__active[type=email]::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input.p-holder__active[type=number]::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input.p-holder__active[type=tel]::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
input.p-holder__active[type=url]::placeholder,
.input-active input[type=url]::placeholder,
input[type=url].input-active::placeholder,
input.p-holder__active[type=date]::placeholder,
.input-active input[type=date]::placeholder,
input[type=date].input-active::placeholder,
select.p-holder__active::placeholder,
select.input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--bbteam-primary-color);
  /* Firefox */
  opacity: 1;
}
.input-field.p-holder__active:-ms-input-placeholder,
body .nf-form-content select.p-holder__active:-ms-input-placeholder,
body .nf-form-content textarea.p-holder__active:-ms-input-placeholder, .input-active input.input-field:-ms-input-placeholder, .input-field.input-active:-ms-input-placeholder,
body .nf-form-content select.input-active:-ms-input-placeholder,
body .nf-form-content textarea.input-active:-ms-input-placeholder, input.p-holder__active[type=text]:-ms-input-placeholder, .input-active input[type=text]:-ms-input-placeholder, input[type=text].input-active:-ms-input-placeholder,
input.p-holder__active[type=password]:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input.p-holder__active[type=email]:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input.p-holder__active[type=number]:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input.p-holder__active[type=tel]:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
input.p-holder__active[type=url]:-ms-input-placeholder,
.input-active input[type=url]:-ms-input-placeholder,
input[type=url].input-active:-ms-input-placeholder,
input.p-holder__active[type=date]:-ms-input-placeholder,
.input-active input[type=date]:-ms-input-placeholder,
input[type=date].input-active:-ms-input-placeholder,
select.p-holder__active:-ms-input-placeholder,
select.input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--bbteam-primary-color);
}
.input-field.p-holder__active::-ms-input-placeholder,
body .nf-form-content select.p-holder__active::-ms-input-placeholder,
body .nf-form-content textarea.p-holder__active::-ms-input-placeholder,
.form-group select.p-holder__active::-ms-input-placeholder,
.form-group textarea.p-holder__active::-ms-input-placeholder, .input-active input.input-field::-ms-input-placeholder, .input-field.input-active::-ms-input-placeholder,
body .nf-form-content select.input-active::-ms-input-placeholder,
body .nf-form-content textarea.input-active::-ms-input-placeholder,
.form-group select.input-active::-ms-input-placeholder,
.form-group textarea.input-active::-ms-input-placeholder, input.p-holder__active[type=text]::-ms-input-placeholder, .input-active input[type=text]::-ms-input-placeholder, input[type=text].input-active::-ms-input-placeholder,
input.p-holder__active[type=password]::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input.p-holder__active[type=email]::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input.p-holder__active[type=number]::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input.p-holder__active[type=tel]::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
input.p-holder__active[type=url]::-ms-input-placeholder,
.input-active input[type=url]::-ms-input-placeholder,
input[type=url].input-active::-ms-input-placeholder,
input.p-holder__active[type=date]::-ms-input-placeholder,
.input-active input[type=date]::-ms-input-placeholder,
input[type=date].input-active::-ms-input-placeholder,
select.p-holder__active::-ms-input-placeholder,
select.input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--bbteam-primary-color);
}
.input-field.p-holder__error, body .nf-form-content input.p-holder__error[type=text],
body .nf-form-content input.p-holder__error[type=password],
body .nf-form-content input.p-holder__error[type=email],
body .nf-form-content input.p-holder__error[type=number],
body .nf-form-content input.p-holder__error[type=tel],
body .nf-form-content input.p-holder__error[type=url],
body .nf-form-content input.p-holder__error[type=date],
body .nf-form-content select.p-holder__error,
body .nf-form-content textarea.p-holder__error,
.form-group select.p-holder__error,
.form-group textarea.p-holder__error, .input-error input.input-field, .input-error body .nf-form-content input[type=text], body .nf-form-content .input-error input[type=text],
.input-error body .nf-form-content input[type=password],
body .nf-form-content .input-error input[type=password],
.input-error body .nf-form-content input[type=email],
body .nf-form-content .input-error input[type=email],
.input-error body .nf-form-content input[type=number],
body .nf-form-content .input-error input[type=number],
.input-error body .nf-form-content input[type=tel],
body .nf-form-content .input-error input[type=tel],
.input-error body .nf-form-content input[type=url],
body .nf-form-content .input-error input[type=url],
.input-error body .nf-form-content input[type=date],
body .nf-form-content .input-error input[type=date], .input-field.input-error, body .nf-form-content input.input-error[type=text],
body .nf-form-content input.input-error[type=password],
body .nf-form-content input.input-error[type=email],
body .nf-form-content input.input-error[type=number],
body .nf-form-content input.input-error[type=tel],
body .nf-form-content input.input-error[type=url],
body .nf-form-content input.input-error[type=date],
body .nf-form-content select.input-error,
body .nf-form-content textarea.input-error,
.form-group select.input-error,
.form-group textarea.input-error, input.p-holder__error[type=text], .input-error input[type=text], input[type=text].input-error,
input.p-holder__error[type=password],
.input-error input[type=password],
input[type=password].input-error,
input.p-holder__error[type=email],
.input-error input[type=email],
input[type=email].input-error,
input.p-holder__error[type=number],
.input-error input[type=number],
input[type=number].input-error,
input.p-holder__error[type=tel],
.input-error input[type=tel],
input[type=tel].input-error,
input.p-holder__error[type=url],
.input-error input[type=url],
input[type=url].input-error,
input.p-holder__error[type=date],
.input-error input[type=date],
input[type=date].input-error,
select.p-holder__error,
select.input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}
.input-field.p-holder__error::-moz-placeholder, body .nf-form-content select.p-holder__error::-moz-placeholder, body .nf-form-content textarea.p-holder__error::-moz-placeholder, .form-group select.p-holder__error::-moz-placeholder, .form-group textarea.p-holder__error::-moz-placeholder, .input-error input.input-field::-moz-placeholder, .input-field.input-error::-moz-placeholder, body .nf-form-content select.input-error::-moz-placeholder, body .nf-form-content textarea.input-error::-moz-placeholder, .form-group select.input-error::-moz-placeholder, .form-group textarea.input-error::-moz-placeholder, input.p-holder__error[type=text]::-moz-placeholder, .input-error input[type=text]::-moz-placeholder, input[type=text].input-error::-moz-placeholder, input.p-holder__error[type=password]::-moz-placeholder, .input-error input[type=password]::-moz-placeholder, input[type=password].input-error::-moz-placeholder, input.p-holder__error[type=email]::-moz-placeholder, .input-error input[type=email]::-moz-placeholder, input[type=email].input-error::-moz-placeholder, input.p-holder__error[type=number]::-moz-placeholder, .input-error input[type=number]::-moz-placeholder, input[type=number].input-error::-moz-placeholder, input.p-holder__error[type=tel]::-moz-placeholder, .input-error input[type=tel]::-moz-placeholder, input[type=tel].input-error::-moz-placeholder, input.p-holder__error[type=url]::-moz-placeholder, .input-error input[type=url]::-moz-placeholder, input[type=url].input-error::-moz-placeholder, input.p-holder__error[type=date]::-moz-placeholder, .input-error input[type=date]::-moz-placeholder, input[type=date].input-error::-moz-placeholder, select.p-holder__error::-moz-placeholder, select.input-error::-moz-placeholder, textarea.p-holder__error::-moz-placeholder, textarea.input-error::-moz-placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
.input-field.p-holder__error::placeholder,
body .nf-form-content select.p-holder__error::placeholder,
body .nf-form-content textarea.p-holder__error::placeholder,
.form-group select.p-holder__error::placeholder,
.form-group textarea.p-holder__error::placeholder, .input-error input.input-field::placeholder, .input-field.input-error::placeholder,
body .nf-form-content select.input-error::placeholder,
body .nf-form-content textarea.input-error::placeholder,
.form-group select.input-error::placeholder,
.form-group textarea.input-error::placeholder, input.p-holder__error[type=text]::placeholder, .input-error input[type=text]::placeholder, input[type=text].input-error::placeholder,
input.p-holder__error[type=password]::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input.p-holder__error[type=email]::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input.p-holder__error[type=number]::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input.p-holder__error[type=tel]::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
input.p-holder__error[type=url]::placeholder,
.input-error input[type=url]::placeholder,
input[type=url].input-error::placeholder,
input.p-holder__error[type=date]::placeholder,
.input-error input[type=date]::placeholder,
input[type=date].input-error::placeholder,
select.p-holder__error::placeholder,
select.input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}
.input-field.p-holder__error:-ms-input-placeholder,
body .nf-form-content select.p-holder__error:-ms-input-placeholder,
body .nf-form-content textarea.p-holder__error:-ms-input-placeholder, .input-error input.input-field:-ms-input-placeholder, .input-field.input-error:-ms-input-placeholder,
body .nf-form-content select.input-error:-ms-input-placeholder,
body .nf-form-content textarea.input-error:-ms-input-placeholder, input.p-holder__error[type=text]:-ms-input-placeholder, .input-error input[type=text]:-ms-input-placeholder, input[type=text].input-error:-ms-input-placeholder,
input.p-holder__error[type=password]:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input.p-holder__error[type=email]:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input.p-holder__error[type=number]:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input.p-holder__error[type=tel]:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
input.p-holder__error[type=url]:-ms-input-placeholder,
.input-error input[type=url]:-ms-input-placeholder,
input[type=url].input-error:-ms-input-placeholder,
input.p-holder__error[type=date]:-ms-input-placeholder,
.input-error input[type=date]:-ms-input-placeholder,
input[type=date].input-error:-ms-input-placeholder,
select.p-holder__error:-ms-input-placeholder,
select.input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}
.input-field.p-holder__error::-ms-input-placeholder,
body .nf-form-content select.p-holder__error::-ms-input-placeholder,
body .nf-form-content textarea.p-holder__error::-ms-input-placeholder,
.form-group select.p-holder__error::-ms-input-placeholder,
.form-group textarea.p-holder__error::-ms-input-placeholder, .input-error input.input-field::-ms-input-placeholder, .input-field.input-error::-ms-input-placeholder,
body .nf-form-content select.input-error::-ms-input-placeholder,
body .nf-form-content textarea.input-error::-ms-input-placeholder,
.form-group select.input-error::-ms-input-placeholder,
.form-group textarea.input-error::-ms-input-placeholder, input.p-holder__error[type=text]::-ms-input-placeholder, .input-error input[type=text]::-ms-input-placeholder, input[type=text].input-error::-ms-input-placeholder,
input.p-holder__error[type=password]::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input.p-holder__error[type=email]::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input.p-holder__error[type=number]::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input.p-holder__error[type=tel]::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
input.p-holder__error[type=url]::-ms-input-placeholder,
.input-error input[type=url]::-ms-input-placeholder,
input[type=url].input-error::-ms-input-placeholder,
input.p-holder__error[type=date]::-ms-input-placeholder,
.input-error input[type=date]::-ms-input-placeholder,
input[type=date].input-error::-ms-input-placeholder,
select.p-holder__error::-ms-input-placeholder,
select.input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}
.input-field.p-holder__error:focus,
body .nf-form-content select.p-holder__error:focus,
body .nf-form-content textarea.p-holder__error:focus, .input-error input.input-field:focus, .input-field.input-error:focus,
body .nf-form-content select.input-error:focus,
body .nf-form-content textarea.input-error:focus, input.p-holder__error[type=text]:focus, .input-error input[type=text]:focus, input[type=text].input-error:focus,
input.p-holder__error[type=password]:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input.p-holder__error[type=email]:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input.p-holder__error[type=number]:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input.p-holder__error[type=tel]:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
input.p-holder__error[type=url]:focus,
.input-error input[type=url]:focus,
input[type=url].input-error:focus,
input.p-holder__error[type=date]:focus,
.input-error input[type=date]:focus,
input[type=date].input-error:focus,
select.p-holder__error:focus,
select.input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}
.input-field:focus, body .nf-form-content input[type=text]:focus,
body .nf-form-content input[type=password]:focus,
body .nf-form-content input[type=email]:focus,
body .nf-form-content input[type=number]:focus,
body .nf-form-content input[type=tel]:focus,
body .nf-form-content input[type=url]:focus,
body .nf-form-content input[type=date]:focus,
body .nf-form-content select:focus,
body .nf-form-content textarea:focus,
.form-group select:focus,
.form-group textarea:focus, input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  border-color: var(--bbteam-primary-color);
}

.input-checkbox-box, .woocommerce-cart .wc-block-components-checkbox__input[type=checkbox], .woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox], body .wpforms-field-checkbox input[type=checkbox], body .nf-form-content input[type=checkbox].ninja-forms-field, body .nf-form-content input[type=radio].ninja-forms-field, .wpcf7-acceptance input[type=checkbox], .input-checkbox label input[type=checkbox], .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  border: 1px solid var(--color-tertiary);
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.input-checkbox-box:checked::before, .woocommerce-cart .wc-block-components-checkbox__input[type=checkbox]:checked::before, .woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox]:checked::before, body .wpforms-field-checkbox input[type=checkbox]:checked::before, body .nf-form-content input[type=checkbox].ninja-forms-field:checked::before, body .nf-form-content input[type=radio].ninja-forms-field:checked::before, .wpcf7-acceptance input[type=checkbox]:checked::before, .input-checkbox label input[type=checkbox]:checked::before, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: var(--bbteam-primary-color);
}
.input-checkbox-box:checked, .woocommerce-cart .wc-block-components-checkbox__input[type=checkbox]:checked, .woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox]:checked, body .wpforms-field-checkbox input[type=checkbox]:checked, body .nf-form-content input[type=checkbox].ninja-forms-field:checked, body .nf-form-content input[type=radio].ninja-forms-field:checked, .wpcf7-acceptance input[type=checkbox]:checked, .input-checkbox label input[type=checkbox]:checked, .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked {
  border-color: var(--bbteam-primary-color);
}

.input-checkbox, .wpcf7-checkbox .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 10px 0;
}
.input-checkbox:first-child, .wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-left: 0;
}
.input-checkbox label, .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.input-checkbox label .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  transition: color 0.3s ease;
}
.input-checkbox label:hover .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item label:hover .wpcf7-list-item-label {
  color: var(--bbteam-primary-color);
}

.input-radio-circle, body .wpforms-field-radio input[type=radio], body .nf-form-content input[type=radio].ninja-forms-field, .input-radio label input[type=radio], body .nf-form-content .list-radio-wrap .nf-field-element ul label input[type=radio], .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--color-tertiary);
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.input-radio-circle:checked::before, body .wpforms-field-radio input[type=radio]:checked::before, body .nf-form-content input[type=radio].ninja-forms-field:checked::before, .input-radio label input[type=radio]:checked::before, body .nf-form-content .list-radio-wrap .nf-field-element ul label input[type=radio]:checked::before, .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--bbteam-primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.input-radio-circle:checked, body .wpforms-field-radio input[type=radio]:checked, body .nf-form-content input[type=radio].ninja-forms-field:checked, .input-radio label input[type=radio]:checked, body .nf-form-content .list-radio-wrap .nf-field-element ul label input[type=radio]:checked, .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked {
  border-color: var(--bbteam-primary-color);
}

.input-radio, body .nf-form-content .list-radio-wrap .nf-field-element ul, .wpcf7-radio .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
.input-radio:first-child, body .nf-form-content .list-radio-wrap .nf-field-element ul:first-child, .wpcf7-radio .wpcf7-list-item:first-child {
  margin-left: 0;
}
.input-radio label, body .nf-form-content .list-radio-wrap .nf-field-element ul label, .wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.input-radio label .wpcf7-list-item-label, body .nf-form-content .list-radio-wrap .nf-field-element ul label .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  transition: color 0.3s ease;
}
.input-radio label:hover .wpcf7-list-item-label, body .nf-form-content .list-radio-wrap .nf-field-element ul label:hover .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item label:hover .wpcf7-list-item-label {
  color: var(--bbteam-primary-color);
}

.label-input, body .wpforms-container .wpforms-form .wpforms-field-label, body .nf-form-content label, body .nf-form-content .nf-label-span {
  font-size: 16px;
  font-weight: normal;
}

input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute;
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 15px;
  line-height: 25px;
  color: var(--body-color);
  font-weight: 400;
  padding-left: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: var(--border-width) solid rgba(24, 152, 165, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 2px;
  width: 10px;
  height: 5px;
  background-color: transparent;
  border-bottom: var(--border-width) solid #fff;
  border-left: var(--border-width) solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}
input[type=checkbox]:checked ~ label::before,
input[type=radio]:checked ~ label::before {
  background-color: var(--bbteam-primary-color);
  border-color: var(--bbteam-primary-color);
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1;
}

input[type=radio] ~ label::before {
  border-radius: 50%;
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group input {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  height: 50px;
  font-size: 16px;
  transition: all 500ms ease;
  padding: 0 15px;
}
.form-group input:focus {
  border-color: var(--bbteam-primary-color);
}
.form-group textarea {
  min-height: 193px;
}
.form-group textarea:focus {
  border-color: var(--bbteam-primary-color);
}
input[type=submit] {
  display: inline-block;
  width: auto;
}

.contact-form--1 form input::-webkit-input-placeholder,
.contact-form--1 form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--bbteam-body-text-color) !important;
}

.contact-form--1 form input::-moz-placeholder,
.contact-form--1 form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--bbteam-body-text-color) !important;
}

.contact-form--1 form input:-ms-input-placeholder,
.contact-form--1 form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--bbteam-body-text-color) !important;
}

.contact-form--1 form input:-moz-placeholder,
.contact-form--1 form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: var(--bbteam-body-text-color) !important;
}

/**
* Contact Form 7
*/
.wpcf7 label {
  display: block;
  width: 100%;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  opacity: 1;
  position: relative;
}
.wpcf7-acceptance input[type=checkbox] {
  vertical-align: middle;
}
.wpcf7-checkbox {
  display: block;
  margin-top: 20px;
}
.wpcf7-radio {
  display: block;
  margin-top: 20px;
}
.wpcf7-range {
  width: 65%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--bbteam-primary-color) 50%, var(--color-extra1) 50%);
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.wpcf7-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bbteam-primary-color);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.wpcf7-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--bbteam-primary-color);
  cursor: pointer;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.wpcf7-range:hover {
  background: linear-gradient(90deg, var(--bbteam-primary-color) 50%, var(--color-extra1) 50%);
}
.wpcf7 .range-value {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

body .nf-form-content input[type=submit] {
  display: inline-block;
  width: auto;
}
body .nf-form-content .list-radio-wrap .nf-field-element ul li {
  margin: 0 20px 0 0 !important;
}
body .nf-form-content .list-radio-wrap .nf-field-element ul label {
  margin: 0 !important;
  padding-left: 10px;
}
body .nf-form-content .list-radio-wrap .nf-field-element ul label:before, body .nf-form-content .list-radio-wrap .nf-field-element ul label:after {
  content: none;
}
body .nf-form-content .list-checkbox-wrap .nf-field-element li label:before, body .nf-form-content .list-checkbox-wrap .nf-field-element li label:after {
  content: none;
}
body .nf-form-content input[type=checkbox].ninja-forms-field, body .nf-form-content input[type=radio].ninja-forms-field {
  opacity: 1;
  position: relative;
  margin: 0;
}
body .nf-form-content input[type=radio].ninja-forms-field {
  opacity: 1;
  position: relative;
  margin: 0;
}

/** WP Forms */
body .wpforms-field-checkbox label:before, body .wpforms-field-checkbox label:after {
  content: none;
}
body .wpforms-field-checkbox input[type=checkbox] {
  opacity: 1;
  position: relative;
  margin: 0;
}
body .wpforms-field-checkbox input[type=checkbox]:checked::before {
  content: "";
}
body .wpforms-field-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
body .wpforms-field-radio label:before, body .wpforms-field-radio label:after {
  content: none;
}
body .wpforms-field-radio input[type=radio] {
  opacity: 1;
  position: relative;
  margin: 0;
  border: var(--border-width) solid var(--color-border-form) !important;
}
form.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}

.iti {
  width: 100%;
}

.aves-form-field {
  flex: 50%;
  max-width: 50%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 61.99em) {
  .aves-form-field {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.aves-form-field.onerow {
  flex: 100%;
  max-width: 100%;
}
.aves-form-field .label {
  position: absolute;
  top: 25px;
  left: 15px;
  transition: all 500ms ease;
  width: auto;
}
.aves-form-field .label.focus {
  top: 10px;
  font-size: 10px;
}
.aves-form-field.phone .label {
  left: 65px;
}
.aves-form-field.phone .label.focus {
  left: 15px;
}
.aves-form-field input, .aves-form-field textarea, .aves-form-field select {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid var(--color-black-950);
  border-radius: 0;
  line-height: 1;
}
.aves-form-field .choices__inner {
  padding: 10px 0;
  min-height: auto;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--color-black-950);
  background-color: transparent;
}
.aves-form-field .choices input[type=search] {
  opacity: 0;
  margin: 0;
  padding: 0;
}
.aves-form-field .choices__list--multiple .choices__item {
  padding: 0;
  background: transparent;
  color: var(--color-black-950);
  border: none;
  margin: 0;
  margin-right: 5px;
}
.aves-form-field .choices__list--multiple .choices__item.is-highlighted {
  background: transparent;
  color: var(--color-black-950);
  border: none;
}
.aves-form-field .choices__list--multiple .choices__button {
  border-left: none;
  color: var(--color-black-950);
  filter: brightness(0%);
  margin: 0;
}

.aves-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
}
.aves-preloader.hide {
  opacity: 0;
  visibility: hidden;
}
.aves-preloader__logo {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.aves-preloader__logo img {
  width: 150px;
  flex: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.aves-preloader__logo .spinner {
  position: relative;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-top: 3px solid var(--bbteam-primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.aves-preloader__loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background: var(--bbteam-primary-color);
  transition: width 0.3s ease;
}

.site.preload-enable {
  opacity: 0;
  visibility: hidden;
}
.site.preload-enable.loaded {
  opacity: 1;
  visibility: visible;
}

.aves-custom-cursor {
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: var(--bbteam-cursor-color);
  z-index: 99999;
  position: fixed;
  top: 14px;
  left: 14px;
  will-change: transform;
  pointer-events: none;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, left 0.3s ease-in-out, top 0.3s ease-in-out;
}
.aves-custom-cursor.aves-custom-cursor-difference {
  mix-blend-mode: difference;
  background-color: var(--color-white);
}
.aves-custom-cursor.hover-link {
  width: 16px;
  height: 16px;
  top: 8px;
  left: 8px;
}

.wp-block-paragraph.is-style-highlighted {
  background-color: yellow;
  font-weight: bold;
}

.wp-block-image.is-style-rounded img {
  border-radius: 50%;
}

/**************************************
    Header Styles
***************************************/
.aves-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
@media (max-width: 64em) {
  .aves-header--sticky {
    z-index: 99999;
  }
}
.admin-bar .aves-header--sticky {
  top: 32px;
}
@media (max-width: 61.99em) {
  .admin-bar .aves-header--sticky {
    top: 46px;
  }
}
.aves-header__wrapper {
  background-color: var(--bbteam-header-bg-color);
  padding: 0 80px;
  transition: all 500ms ease;
}
@media (max-width: 85.375em) {
  .aves-header__wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 64em) {
  .aves-header__wrapper {
    padding: 20px 24px;
  }
}
@media (max-width: 47.9375em) {
  .aves-header__wrapper {
    padding: 15px 24px;
  }
}
.scrolled .aves-header__wrapper {
  background-color: var(--bbteam-sticky-header-bg-color);
}
@media (max-width: 75em) {
  .aves-header__wrapper {
    background-color: var(--bbteam-sticky-header-bg-color);
  }
}
@media (min-width: 64.0625em) {
  .aves-header--transparent {
    background-color: transparent;
  }
}
.aves-header__container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 64em) {
  .aves-header__nav {
    display: none;
  }
}
.aves-header__logo {
  flex: 200px;
  max-width: 200px;
}
@media (max-width: 61.99em) {
  .aves-header__logo {
    flex: 160px;
    max-width: 160px;
  }
}
.aves-header__logo a {
  font-size: 55px;
  color: var(--bbteam-header-nav-link-color);
}
.aves-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.aves-header__hamburger {
  flex: 60px;
  max-width: 60px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 64em) {
  .aves-header__hamburger {
    flex: 40px;
    max-width: 40px;
  }
}
.aves-header__hamburger-button {
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
}
.aves-header__hamburger-line {
  width: 32px;
  height: 2px;
  background-color: var(--bbteam-header-nav-link-color);
  position: absolute;
  right: 0;
  transition: all 500ms ease;
}
.scrolled .aves-header__hamburger-line {
  background-color: var(--bbteam-sticky-header-nav-link-color);
}
@media (max-width: 64em) {
  .aves-header__hamburger-line {
    background-color: var(--bbteam-sticky-header-nav-link-color);
  }
}
.aves-header__hamburger-line:nth-child(1) {
  top: 6px;
}
.header--menu-open .aves-header__hamburger-line:nth-child(1) {
  top: 0px;
  transform: rotate(45deg) translate(10px, 10px);
}
.aves-header__hamburger-line:nth-child(2) {
  top: 50%;
}
.header--menu-open .aves-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.aves-header__hamburger-line:nth-child(3) {
  bottom: 4px;
  top: unset;
  width: 28px;
}
.header--menu-open .aves-header__hamburger-line:nth-child(3) {
  bottom: 7px !important;
  top: unset;
  width: 24px !important;
  transform: rotate(-45deg) translate(2px, -2px);
}
.menu-active .aves-header__hamburger-line:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.menu-active .aves-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.menu-active .aves-header__hamburger-line:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.aves-header__hamburger:hover .aves-header__hamburger-line {
  background-color: var(--bbteam-header-nav-link-hover-color);
}
@media (max-width: 64em) {
  .aves-header__hamburger.aves-off-canvas-menu {
    display: none;
  }
}
.aves-header__hamburger.aves-mobile-menu {
  display: none;
}
@media (max-width: 64em) {
  .aves-header__hamburger.aves-mobile-menu {
    display: flex;
  }
}
.aves-header__menu {
  flex: calc(100% - 260px);
  max-width: calc(100% - 260px);
  padding: 0 0 0 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
[data-aves-header=header-style-1] .aves-header__menu {
  justify-content: center;
}
[data-aves-header=header-style-2] .aves-header__menu {
  justify-content: flex-end;
}
[data-aves-header=header-style-3] .aves-header__menu {
  justify-content: flex-start;
}
@media (max-width: 64em) {
  .aves-header__menu {
    justify-content: flex-end !important;
  }
}
.aves-header__menu--list {
  padding: 0;
  margin: 0;
}
.aves-header__menu--list ul {
  margin: 0;
  padding: 0;
}
.aves-header__menu--list li {
  display: inline-block;
  margin: 0 25px;
  padding: 26px 0;
}
.aves-header__menu--list li:last-child {
  margin-right: 0;
}
.aves-header__menu--list li a {
  text-transform: uppercase;
  color: var(--bbteam-header-nav-link-color);
  transition: all 500ms ease;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.aves-header__menu--list li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 11px);
  height: 2px;
  background-color: var(--bbteam-header-nav-link-color);
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.scrolled .aves-header__menu--list li a:after {
  background-color: var(--bbteam-sticky-header-nav-link-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list li a:after {
    background-color: var(--bbteam-sticky-header-nav-link-color);
  }
}
.aves-header__menu--list li a:hover {
  color: var(--bbteam-header-nav-link-hover-color);
}
.scrolled .aves-header__menu--list li a:hover {
  color: var(--bbteam-sticky-header-nav-link-hover-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list li a:hover {
    color: var(--bbteam-sticky-header-nav-link-hover-color);
  }
}
.aves-header__menu--list li a:hover:after {
  opacity: 1;
  visibility: visible;
  background-color: var(--bbteam-header-nav-link-hover-color);
}
.scrolled .aves-header__menu--list li a:hover:after {
  color: var(--bbteam-sticky-header-nav-link-hover-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list li a:hover:after {
    color: var(--bbteam-sticky-header-nav-link-hover-color);
  }
}
.scrolled .aves-header__menu--list li a {
  color: var(--bbteam-sticky-header-nav-link-color);
}
@media (max-width: 64em) {
  .aves-header__menu--list li a {
    color: var(--bbteam-sticky-header-nav-link-color);
  }
}
.aves-header__menu--list li a[lang]:after {
  content: none;
}
.aves-header__menu--list li a[href="#pll_switcher"]:before, .aves-header__menu--list li a[href="#pll_switcher"]:after {
  content: none !important;
}
.aves-header__menu--list li a[href="#pll_switcher"] img {
  transform: translateY(-3px);
}
.aves-header__menu--list li.current-menu-item a, .aves-header__menu--list li.current-menu-ancestor a {
  color: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list li.current-menu-item a:after, .aves-header__menu--list li.current-menu-ancestor a:after {
  opacity: 1;
  visibility: visible;
  background-color: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list li.current-menu-item.menu-item-has-children a:before, .aves-header__menu--list li.current-menu-ancestor.menu-item-has-children a:before {
  background: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list li.menu-item-has-children a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--bbteam-header-nav-link-color);
  border-radius: 50%;
  transition: all 500ms ease;
}
.scrolled .aves-header__menu--list li.menu-item-has-children a:before {
  background: var(--bbteam-sticky-header-nav-link-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list li.menu-item-has-children a:before {
    background: var(--bbteam-sticky-header-nav-link-color);
  }
}
.aves-header__menu--list li.menu-item-has-children:hover a:before, .aves-header__menu--list li.menu-item-has-children:hover a:after {
  background-color: var(--bbteam-header-nav-link-hover-color);
}
.scrolled .aves-header__menu--list li.menu-item-has-children:hover a:before, .scrolled .aves-header__menu--list li.menu-item-has-children:hover a:after {
  background-color: var(--bbteam-sticky-header-nav-link-hover-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list li.menu-item-has-children:hover a:before, .aves-header__menu--list li.menu-item-has-children:hover a:after {
    background-color: var(--bbteam-sticky-header-nav-link-hover-color);
  }
}
.aves-header__menu--list li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.aves-header__menu--list li.menu-item-has-children:hover .sub-menu a:after {
  background-color: var(--bbteam-header-dropdown-link-hover-color);
}
.aves-header__menu--list li.menu-item-has-children:hover .sub-menu a:hover {
  color: var(--bbteam-header-dropdown-link-hover-color);
}
.aves-header__menu--list li.menu-item-type-wpml_ls_menu_item .sub-menu, .aves-header__menu--list li.pll-parent-menu-item .sub-menu {
  display: block;
}
.aves-header__menu--list .sub-menu {
  position: absolute;
  padding: 14px 30px 14px 0;
  margin: 0;
  list-style: none;
  background-color: var(--bbteam-header-dropdown-bg-color);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 5;
  pointer-events: none;
  transform: translateY(25px);
}
.aves-header--mega-menu .aves-header__menu--list .sub-menu {
  display: none;
}
.aves-header__menu--list .sub-menu li {
  display: block;
  margin: 0;
  margin-bottom: 4px;
  padding: 0;
}
.aves-header__menu--list .sub-menu li:last-child {
  margin-bottom: 0;
}
.aves-header__menu--list .sub-menu li a {
  display: block;
  color: var(--bbteam-header-dropdown-link-color);
  padding: 0;
  font-size: 14px;
  text-transform: none;
  padding: 0 16px;
  display: inline-block;
}
.aves-header__menu--list .sub-menu li a::before {
  content: none;
}
.aves-header__menu--list .sub-menu li a:after {
  opacity: 0;
  visibility: visible;
  left: 16px;
  width: calc(100% - 15px);
}
.aves-header__menu--list .sub-menu li a:hover {
  color: var(--bbteam-header-dropdown-link-hover-color);
}
.aves-header__menu--list .sub-menu li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.aves-header__menu--list .sub-menu li.current-menu-item > a, .aves-header__menu--list .sub-menu li.current-menu-ancestor > a {
  color: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list .sub-menu li.current-menu-item > a:after, .aves-header__menu--list .sub-menu li.current-menu-ancestor > a:after {
  opacity: 1;
  visibility: visible;
  background-color: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list .sub-menu li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--bbteam-header-dropdown-link-color);
  border-radius: 50%;
  transition: all 500ms ease;
}
.scrolled .aves-header__menu--list .sub-menu li.menu-item-has-children > a:before {
  background: var(--bbteam-header-nav-link-hover-color);
}
@media (max-width: 75em) {
  .aves-header__menu--list .sub-menu li.menu-item-has-children > a:before {
    background: var(--bbteam-header-nav-link-hover-color);
  }
}
.aves-header__menu--list .sub-menu li.menu-item-has-children > a:hover:before {
  background: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list .sub-menu li.menu-item-has-children.current-menu-parent > a:before {
  background: var(--bbteam-header-nav-link-hover-color);
}
.aves-header__menu--list .sub-menu li.menu-item-has-children {
  position: relative;
}
.aves-header__menu--list .sub-menu li.menu-item-has-children .sub-menu {
  top: -38px;
  left: calc(100% + 30px);
  width: auto;
  opacity: 0;
  visibility: hidden;
}
.aves-header__menu--list .sub-menu li.menu-item-has-children .sub-menu.left {
  left: unset;
  right: 100%;
}
.aves-header__menu--list .sub-menu li.menu-item-has-children .sub-menu li a {
  white-space: nowrap;
}
.aves-header__menu--list .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.aves-header__menu--list.menu-item-type-wpml_ls_menu_item .sub-menu, .aves-header__menu--list.pll-parent-menu-item .sub-menu {
  display: block;
}
.aves-header__menu--mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-white);
  transition: all 500ms ease;
  transform: translateX(100%);
  z-index: 9999;
}
.header--menu-open .aves-header__menu--mobile {
  transform: translateX(0);
}
.aves-header__menu--mobile--close {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.aves-header__menu--mobile--close--line {
  width: 100%;
  height: 1px;
  background-color: var(--color-white);
}
.aves-header__menu--mobile--close--line:nth-child(1) {
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
}
.aves-header__menu--mobile--close--line:nth-child(2) {
  position: absolute;
  top: 12px;
  transform: rotate(-45deg);
}
.aves-header__menu--mobile__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: auto;
  padding-top: 65px;
}
.admin-bar .aves-header__menu--mobile__list {
  padding-top: 125px;
}
.aves-header__menu--mobile__list--main {
  width: 100%;
  padding: 0 25px 0 0;
}
.aves-header__menu--mobile__list ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}
.aves-header__menu--mobile__list .sub-menu {
  overflow: hidden;
  will-change: max-height;
  max-height: 0;
  padding: 0 0 0 25px;
  transition: all 500ms ease;
}
.aves-header__menu--mobile__list .sub-menu.open {
  margin-top: 10px;
}
.aves-header__menu--mobile__list .menu_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
}
.aves-header__menu--mobile__list .menu_link .icon-chevron-down {
  padding: 5px;
  border: 1px solid var(--color-black-950);
  font-size: 18px;
  color: var(--color-black-950);
  cursor: pointer;
}
.aves-header__menu--right {
  flex: 300px;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0;
}
@media (max-width: 61.99em) {
  .aves-header__menu--right {
    flex: 200px;
    max-width: 200px;
    padding: 0;
    gap: 10px;
  }
}
@media (max-width: 47.99em) {
  .aves-header__menu--right {
    flex: 50px;
    max-width: 100px;
  }
}
.aves-header__cart {
  position: fixed;
  top: 100px;
  right: 30px;
  border: 1px solid var(--bbteam-primary-color);
  padding: 30px;
  background: var(--color-white);
  z-index: 999;
  max-height: 500px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 64em) {
  .aves-header__cart--wrap {
    position: relative;
  }
  .aves-header__cart--wrap .aves-header__cart {
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    min-width: 450px;
  }
}
@media (max-width: 64em) {
  .aves-header__cart {
    top: 62px;
    right: 0;
    width: 100%;
    border: none;
    border-top: 1px solid var(--color-black-400);
  }
  .admin-bar .aves-header__cart {
    top: 108px;
  }
}
.aves-header__cart.active {
  opacity: 1;
  visibility: visible;
}
.aves-header__cart--button {
  cursor: pointer;
  position: relative;
  margin-left: 25px;
}
.aves-header__cart--button span {
  font-size: 20px;
  color: var(--bbteam-header-nav-link-color);
  transition: all 500ms ease;
}
@media (max-width: 64em) {
  .aves-header__cart--button span {
    color: var(--bbteam-sticky-header-nav-link-color);
  }
}
.scrolled .aves-header__cart--button span {
  color: var(--bbteam-sticky-header-nav-link-color);
}
.aves-header__cart--button span.cart-count {
  color: var(--color-white);
}
.aves-header__cart--button .cart-count {
  position: absolute;
  top: -10px;
  right: -14px;
  width: 20px;
  height: 20px;
  background: var(--bbteam-primary-color);
  color: var(--color-white);
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.aves-header__cart ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.aves-header__cart ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aves-header__cart ul li .woocommerce-mini-cart-item--wrap > * {
  display: block;
}
.aves-header__cart ul li .woocommerce-mini-cart-item--wrap a {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: var(--h6-line-height) !important;
  color: var(--bbteam-heading-color) !important;
}
.aves-header__cart ul li .woocommerce-mini-cart-item--wrap .quantity {
  font-size: 16px;
  color: var(--color-black-400);
  line-height: 28px;
}
.aves-header__cart ul li img {
  width: 60px !important;
  margin-right: 20px;
}
.aves-header__cart ul li .remove_from_cart_button {
  font-size: 20px;
  margin: 0 10px 0 0;
}
.aves-header__cart ul li .remove_from_cart_button .icon-close {
  pointer-events: none;
}
.aves-header__cart .woocommerce-mini-cart__buttons a {
  margin: 0 10px;
}
.aves-header__cart .blockOverlay {
  display: none !important;
}
.aves-header__cart::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  display: none;
  opacity: 0.1;
  z-index: 99;
}
.aves-header__cart::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 30px));
  border: 3px solid transparent;
  border-top: 3px solid var(--bbteam-primary-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  display: none;
}
.aves-header__cart.loading::before, .aves-header__cart.loading::after {
  display: block;
}

.aves-mega-menu {
  position: absolute;
  top: 78px;
  width: 100%;
  background: var(--bbteam-sticky-header-bg-color);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.aves-mega-menu.header-style-5, .aves-mega-menu.header-style-7 {
  top: 68px;
}
.admin-bar .aves-mega-menu.header-style-5, .admin-bar .aves-mega-menu.header-style-7 {
  top: 100px;
}
.aves-mega-menu.header-style-6 {
  top: 82px;
}
.admin-bar .aves-mega-menu.header-style-6 {
  top: 114px;
}
.aves-mega-menu--sticky {
  position: fixed;
}
.aves-mega-menu .container {
  padding: 0 80px;
}
@media (max-width: 85.375em) {
  .aves-mega-menu .container {
    padding: 0 40px;
  }
}
@media (max-width: 64em) {
  .aves-mega-menu .container {
    padding: 20px 24px;
  }
}
@media (max-width: 47.9375em) {
  .aves-mega-menu .container {
    padding: 15px 24px;
  }
}
.aves-mega-menu.active {
  opacity: 1;
  visibility: visible;
}
.admin-bar .aves-mega-menu {
  top: 110px;
}
.aves-mega-menu__wrap {
  padding: 30px 0;
  position: relative;
}
.aves-mega-menu__item {
  display: flex;
  flex-wrap: wrap;
}
.aves-mega-menu__item--name {
  flex: 400px;
  max-width: 400px;
  padding: 0 30px 0 0;
}
.aves-mega-menu__item--name--title {
  display: block;
}
.aves-mega-menu__item--list {
  flex: calc(100% - 400px);
  max-width: calc(100% - 400px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px;
  padding-left: 30px;
}
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list {
  flex: 100%;
  max-width: 100%;
  padding: 0;
  justify-content: flex-start;
}
.aves-mega-menu__item--list--item {
  flex: 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item {
  flex: 25%;
  max-width: 25%;
}
.aves-mega-menu__item--list--item--0 {
  color: var(--bbteam-link-color);
  margin-bottom: 20px;
  display: block;
}
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--0 {
  color: var(--bbteam-link-color);
}
.aves-mega-menu__item--list--item--0.current-menu-item {
  color: var(--bbteam-header-nav-link-hover-color);
}
.aves-mega-menu__item--list--item--1 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}
[data-aves-mega-menu=mega-menu-style-2] .aves-mega-menu__item--list--item--1 {
  font-size: 16px;
  line-height: 20px;
}
.aves-mega-menu__item--list--item--1.current-menu-item {
  color: var(--bbteam-header-nav-link-hover-color);
}

.aves-off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  z-index: 99999;
  background: var(--color-white);
  padding: 40px;
  transform: translateX(100%);
  transition: all 500ms ease;
}
.aves-off-canvas.active {
  transform: translateX(0);
}
.aves-off-canvas__close--btn {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.aves-off-canvas__logo {
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 32px;
  width: 200px;
}
.aves-off-canvas__content {
  margin-bottom: 32px;
}
.aves-off-canvas__content h1, .aves-off-canvas__content h2, .aves-off-canvas__content h3, .aves-off-canvas__content .aves-mega-menu__item--name--title, .aves-off-canvas__content h4, .aves-off-canvas__content .aves-mega-menu__item--list--item--0, .aves-off-canvas__content h5, .aves-off-canvas__content h6 {
  margin-bottom: 20px;
}
.aves-off-canvas__content p {
  color: var(--color-text);
  font-size: 16px;
}
.aves-off-canvas__social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.aves-off-canvas__social ul li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}
.aves-off-canvas__social ul li a {
  color: var(--color-text);
  text-transform: uppercase;
}

body.header--menu-open {
  overflow: hidden;
}

.page-content-wrap-2 {
  max-width: 100%;
  margin: 0 auto;
  width: 1100px;
  padding: 80px;
}
@media (max-width: 85.375em) {
  .page-content-wrap-2 {
    padding: 60 40px;
  }
}
@media (max-width: 64em) {
  .page-content-wrap-2 {
    padding: 20px 24px;
  }
}
@media (max-width: 47.9375em) {
  .page-content-wrap-2 {
    padding: 15px 24px;
  }
}

.aves-header {
  --bbteam-form-placeholder-color: #ABABAB;
  --bbteam-form-border-color: #00000040;
  --bbteam-form-background-color: #ffffffd8;
  --bbteam-border-header: rgba(255,255,255, 0.35);
}
.aves-header-fnb .aves-header__wrapper {
  padding: 0 60px;
  border-bottom: 1px solid var(--bbteam-border-header);
}
@media (max-width: 47.99em) {
  .aves-header-fnb .aves-header__wrapper {
    padding: 10px 25px;
  }
}
.aves-header-fnb .aves-header__container {
  max-width: 1440px;
  margin: 0 auto;
}
.aves-header-fnb .aves-header__logo {
  flex: 122px;
  max-width: 122px;
}
@media (max-width: 47.99em) {
  .aves-header-fnb .aves-header__logo {
    flex: 100px;
    max-width: 100px;
  }
}
.aves-header-fnb .aves-header__logo img {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 61.99em) {
  .aves-header-fnb .aves-header__logo img {
    filter: contrast(0);
  }
}
.aves-header-fnb .aves-header__menu {
  flex: calc(100% - 244px);
  max-width: calc(100% - 244px);
  justify-content: center;
}
@media (max-width: 61.99em) {
  .aves-header-fnb .aves-header__menu {
    flex: calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}
.aves-header-fnb .aves-header__menu--right {
  flex: 122px;
  max-width: 122px;
  padding: 20px 0;
}
@media (max-width: 61.99em) {
  .aves-header-fnb .aves-header__menu--right {
    flex: 200px;
    max-width: 200px;
  }
}
@media (max-width: 47.99em) {
  .aves-header-fnb .aves-header__menu--right {
    flex: 100px;
    max-width: 100px;
    padding: 0;
  }
}
.aves-header-fnb .aves-header__menu--list li {
  padding: 23.5px 0;
  margin: 0 27.5px;
  font-size: 14px;
}
.aves-header-fnb .aves-header__menu--list li a {
  text-transform: capitalize;
}
.aves-header-fnb .aves-header__menu--list li a:before, .aves-header-fnb .aves-header__menu--list li a:after {
  content: none;
}
.aves-header-fnb .aves-header__menu--list .sub-menu {
  transform: translateY(18px);
}
.aves-header-fnb .aves-header__menu--list .sub-menu li {
  padding: 0;
}
.aves-header-fnb .aves-header__cart {
  top: 70px;
  right: 55px;
}
.aves-header-fnb .aves-header__cart--button {
  margin-left: 0;
}
.aves-header-fnb .aves-header__cart--button span {
  font-size: 14px;
}
.aves-header-fnb .aves-header__cart--button span:hover {
  color: var(--bbteam-header-nav-link-hover-color);
}
.aves-header-fnb .aves-header__hamburger {
  flex: 64px;
  max-width: 64px;
}
@media (max-width: 47.99em) {
  .aves-header-fnb .aves-header__hamburger {
    flex: 30px;
    max-width: 30px;
  }
}
.aves-header-fnb .aves-header__hamburger-button {
  width: 24px;
  height: 24px;
}
.aves-header-fnb .aves-header__hamburger-line {
  width: 24px;
  height: 1px;
}
.aves-header-fnb .aves-header__hamburger-line:nth-child(3) {
  bottom: 4px;
  top: unset;
  width: 14px;
}
.aves-header.aves-header-fnb.aves-header--sticky.scrolled {
  top: 0;
}
.aves-header.aves-header-fnb.aves-header--sticky.scrolled .aves-header__logo img {
  filter: contrast(0);
}
[data-aves-header=header-style-6] .aves-header__wrapper {
  padding: 0 130px;
  border-bottom: none;
}
@media (max-width: 81.25em) {
  [data-aves-header=header-style-6] .aves-header__wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 61.99em) {
  [data-aves-header=header-style-6] .aves-header__wrapper {
    padding: 0 25px;
  }
}
[data-aves-header=header-style-6] .aves-header__menu {
  flex: calc(100% - 355px);
  max-width: calc(100% - 355px);
  justify-content: flex-start;
  padding: 0 0 0 60px;
}
@media (max-width: 47.99em) {
  [data-aves-header=header-style-6] .aves-header__menu {
    flex: 100px;
    max-width: 100px;
  }
}
[data-aves-header=header-style-6] .aves-header__menu--right {
  flex: 230px;
  max-width: 230px;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 61.99em) {
  [data-aves-header=header-style-6] .aves-header__menu--right {
    flex: 100px;
    max-width: 100px;
  }
}
[data-aves-header=header-style-6] .aves-header__menu--list li {
  padding: 32px 0;
}
[data-aves-header=header-style-6] .aves-header__menu--list li .sub-menu {
  transform: translateY(31px);
}
[data-aves-header=header-style-6] .aves-header__search {
  max-width: 149px;
  margin-left: 28px;
}
@media (max-width: 61.99em) {
  [data-aves-header=header-style-6] .aves-header__search {
    display: none;
  }
}
[data-aves-header=header-style-6] .aves-header__search .form-group {
  margin: 0;
}
[data-aves-header=header-style-6] .aves-header__search .form-group input[type=text] {
  padding: 8px 8px 8px 12.8px;
  font-size: 12px;
  border: 1px solid var(--bbteam-form-border-color);
  border-radius: 30px;
  background: var(--bbteam-form-background-color);
}
[data-aves-header=header-style-6] .aves-header__search .form-group input[type=text]::-moz-placeholder {
  font-size: 12px;
  color: var(--bbteam-form-placeholder-color);
}
[data-aves-header=header-style-6] .aves-header__search .form-group input[type=text]::placeholder {
  font-size: 12px;
  color: var(--bbteam-form-placeholder-color);
}
[data-aves-header=header-style-6] .aves-header__search button[type=submit] {
  width: auto;
  border: none;
  padding: 0 10px 0 0;
  color: var(--bbteam-header-nav-link-color);
  font-size: 18px;
  transition: all 500ms ease;
}
[data-aves-header=header-style-6] .aves-header__search button[type=submit]:hover {
  color: var(--bbteam-header-nav-link-hover-color);
}
[data-aves-header=header-style-7] .aves-header__wrapper {
  border-bottom: none;
}
[data-aves-header=header-style-7] .aves-header__menu {
  justify-content: flex-start;
}

/**************************************
    Inner Styles
***************************************/
/**************************************
    Elements Styles
***************************************/
/**************************************
    Blog Styles
***************************************/
/**************************************
    Template Styles
***************************************/
/**************************************
    Shop Styles
***************************************/
/*--------------------
 Footer Styles
----------------------*/
.aves-footer {
  padding: 60px 80px 32px;
  background-color: var(--bbteam-footer-bg-color);
}
@media (max-width: 85.375em) {
  .aves-footer {
    padding: 60px 40px 32px;
  }
}
@media (max-width: 64em) {
  .aves-footer {
    padding: 24px 24px 32px;
  }
}
@media (max-width: 47.9375em) {
  .aves-footer {
    padding: 20px 20px 32px;
  }
}
.aves-footer[data-aves-footer=footer-style-3] {
  background-color: var(--bbteam-footer-secondary-bg-color);
}
.aves-footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.aves-footer__brand {
  flex: 380px;
  max-width: 380px;
}
.aves-footer__brand img {
  max-width: 198px;
  width: 100%;
  margin-bottom: 24px;
}
.aves-footer__brand p {
  color: var(--bbteam-footer-text-color);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
[data-aves-footer=footer-style-3] .aves-footer__brand p {
  color: var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu {
  flex: calc(100% - 380px);
  max-width: 580px;
  display: flex;
  justify-content: space-between;
}
[data-aves-footer=footer-style-2] .aves-footer__menu, [data-aves-footer=footer-style-3] .aves-footer__menu {
  max-width: 980px;
}
@media (max-width: 81.25em) {
  [data-aves-footer=footer-style-2] .aves-footer__menu, [data-aves-footer=footer-style-3] .aves-footer__menu {
    max-width: 100%;
    flex: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 61.99em) {
  [data-aves-footer=footer-style-2] .aves-footer__menu, [data-aves-footer=footer-style-3] .aves-footer__menu {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
[data-aves-footer=footer-style-2] .aves-footer__menu--right.newsletter-col, [data-aves-footer=footer-style-3] .aves-footer__menu--right.newsletter-col {
  flex: 400px;
  max-width: 400px;
}
@media (max-width: 61.99em) {
  [data-aves-footer=footer-style-2] .aves-footer__menu--right.newsletter-col, [data-aves-footer=footer-style-3] .aves-footer__menu--right.newsletter-col {
    padding-top: 40px;
  }
}
.aves-footer__menu--item.address {
  flex: 380px;
  max-width: 380px;
  padding-right: 200px;
}
[data-aves-footer=footer-style-2] .aves-footer__menu--item.address, [data-aves-footer=footer-style-3] .aves-footer__menu--item.address {
  padding-right: 170px;
}
@media (max-width: 61.99em) {
  [data-aves-footer=footer-style-2] .aves-footer__menu--item.address, [data-aves-footer=footer-style-3] .aves-footer__menu--item.address {
    flex: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
}
.aves-footer__menu--item.address p:first-child, .aves-footer__menu--item.address p:nth-child(2) {
  margin-bottom: 32px;
}
.aves-footer__menu--item.link {
  flex: 200px;
  max-width: 200px;
}
[data-aves-footer=footer-style-2] .aves-footer__menu--item.link, [data-aves-footer=footer-style-3] .aves-footer__menu--item.link {
  margin-right: 100px;
}
@media (max-width: 61.99em) {
  [data-aves-footer=footer-style-2] .aves-footer__menu--item.link, [data-aves-footer=footer-style-3] .aves-footer__menu--item.link {
    flex: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.aves-footer__menu--item.newsletter {
  flex: 280px;
  max-width: 280px;
}
[data-aves-footer=footer-style-2] .aves-footer__menu--item.newsletter, [data-aves-footer=footer-style-3] .aves-footer__menu--item.newsletter {
  flex: 400px;
  max-width: 400px;
}
.aves-footer__menu--item p {
  color: var(--bbteam-footer-text-color);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 12px;
  display: block;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item p {
  color: var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu--item a {
  color: var(--bbteam-footer-link-color);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transition: all 500ms ease;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item a {
  color: var(--bbteam-footer-secondary-link-color);
}
.aves-footer__menu--item a:hover {
  text-decoration: underline;
  color: var(--bbteam-footer-link-hover-color);
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item a:hover {
  color: var(--bbteam-footer-secondary-link-hover-color);
}
.aves-footer__menu--item h1, .aves-footer__menu--item h2, .aves-footer__menu--item h3, .aves-footer__menu--item .aves-mega-menu__item--name--title, .aves-footer__menu--item h4, .aves-footer__menu--item .aves-mega-menu__item--list--item--0, .aves-footer__menu--item h5, .aves-footer__menu--item h6 {
  color: var(--bbteam-footer-heading-color);
  font-size: 24px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 20px;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item h1, [data-aves-footer=footer-style-3] .aves-footer__menu--item h2, [data-aves-footer=footer-style-3] .aves-footer__menu--item h3, [data-aves-footer=footer-style-3] .aves-footer__menu--item .aves-mega-menu__item--name--title, [data-aves-footer=footer-style-3] .aves-footer__menu--item h4, [data-aves-footer=footer-style-3] .aves-footer__menu--item .aves-mega-menu__item--list--item--0, [data-aves-footer=footer-style-3] .aves-footer__menu--item h5, [data-aves-footer=footer-style-3] .aves-footer__menu--item h6 {
  color: var(--bbteam-footer-secondary-heading-color);
}
.aves-footer__menu--item--title {
  text-transform: uppercase;
}
.aves-footer__menu--item ul {
  margin-bottom: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.aves-footer__menu--item ul li {
  margin-bottom: 10px;
  display: block;
  color: var(--bbteam-footer-text-color);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item ul li {
  color: var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu--item ul li a {
  display: block;
  text-decoration: none;
  transition: all 500ms ease;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item ul li a {
  color: var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu--item ul li a:hover {
  text-decoration: underline;
  color: var(--bbteam-footer-link-hover-color);
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item ul li a:hover {
  color: var(--bbteam-footer-secondary-link-hover-color);
}
.aves-footer__menu--item--newsletter form {
  position: relative;
  margin-bottom: 24px;
}
.aves-footer__menu--item--newsletter form input[type=email] {
  border: none;
  outline: none;
  padding: 20px 0;
  border-bottom: 1px solid var(--bbteam-footer-text-color);
  border-radius: 0;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item--newsletter form input[type=email] {
  border-bottom: 1px solid var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu--item--newsletter form input[type=email]::-moz-placeholder {
  color: #B0B0B0;
  font-size: 18px;
}
.aves-footer__menu--item--newsletter form input[type=email]::placeholder {
  color: #B0B0B0;
  font-size: 18px;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item--newsletter form input[type=email]::-moz-placeholder, [data-aves-footer=footer-style-4] .aves-footer__menu--item--newsletter form input[type=email]::-moz-placeholder {
  color: #B0B0B0;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item--newsletter form input[type=email]::placeholder, [data-aves-footer=footer-style-4] .aves-footer__menu--item--newsletter form input[type=email]::placeholder {
  color: #B0B0B0;
}
.aves-footer__menu--item--newsletter form button[type=submit] {
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: 25px;
  color: var(--bbteam-footer-text-color);
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item--newsletter form button[type=submit] {
  color: var(--bbteam-footer-secondary-text-color);
}
.aves-footer__menu--item--newsletter span {
  color: #D1D1D1;
  font-size: 14px;
}
[data-aves-footer=footer-style-3] .aves-footer__menu--item--newsletter span {
  color: #5D5D5D;
}
[data-aves-footer=footer-style-4] .aves-footer__menu--item--newsletter span {
  color: #B0B0B0;
}
[data-aves-footer=footer-style-4] .aves-footer__menu {
  flex: 100%;
  max-width: 100%;
}
@media (max-width: 75em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu {
    flex-wrap: wrap;
  }
}
[data-aves-footer=footer-style-4] .aves-footer__menu--left {
  flex: calc(100% - 480px);
  max-width: calc(100% - 480px);
  display: flex;
}
@media (max-width: 75em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--left {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 64em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--left {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -20px;
  }
}
[data-aves-footer=footer-style-4] .aves-footer__menu--left--item {
  flex: 180px;
  max-width: 180px;
  margin-right: 80px;
  padding: 0;
}
@media (min-width: 64.0625em) and (max-width: 85.375em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--left--item {
    flex: 155px;
    max-width: 155px;
    margin-right: 40px;
  }
}
@media (max-width: 64em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--left--item {
    padding: 0 20px;
  }
}
@media (max-width: 47.9375em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--left--item {
    margin: 0 20px 80px 0;
  }
}
[data-aves-footer=footer-style-4] .aves-footer__menu--left--item:last-child {
  margin-right: 0;
}
[data-aves-footer=footer-style-4] .aves-footer__menu--left--item h3, [data-aves-footer=footer-style-4] .aves-footer__menu--left--item .aves-mega-menu__item--name--title {
  text-transform: uppercase;
}
[data-aves-footer=footer-style-4] .aves-footer__menu--right {
  flex: 480px;
  max-width: 480px;
}
@media (max-width: 85.375em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--right {
    flex: 350px;
    max-width: 350px;
  }
}
@media (max-width: 75em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--right {
    margin-top: 60px;
  }
}
@media (max-width: 47.9375em) {
  [data-aves-footer=footer-style-4] .aves-footer__menu--right {
    margin: 0;
  }
}
[data-aves-footer=footer-style-4] .aves-footer__menu--right .newsletter {
  flex: 100%;
  max-width: 100%;
}
.aves-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 64em) {
  .aves-footer__bottom {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 32px;
  }
}
[data-aves-footer=footer-style-3] .aves-footer__bottom {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.aves-footer__bottom--copyright p {
  color: var(--bbteam-footer-text-color);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400;
  text-transform: uppercase;
}
[data-aves-footer=footer-style-3] .aves-footer__bottom--copyright p {
  color: var(--bbteam-footer-secondary-text-color);
}
@media (max-width: 64em) {
  .aves-footer__bottom--social {
    flex: 100%;
    max-width: 540px;
    margin-top: 32px;
  }
}
.aves-footer__bottom--social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aves-footer__bottom--social ul li {
  display: inline-block;
  margin: 0;
  margin-right: 32px;
}
@media (min-width: 90em) {
  .aves-footer__bottom--social ul li {
    margin-right: 80px;
  }
}
.aves-footer__bottom--social ul li:last-child {
  margin-right: 0;
}
.aves-footer__bottom--social ul li a {
  display: block;
  color: var(--bbteam-footer-link-color);
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 500ms ease;
}
[data-aves-footer=footer-style-3] .aves-footer__bottom--social ul li a {
  color: var(--bbteam-footer-secondary-link-color);
}
.aves-footer__bottom--social ul li a:hover {
  text-decoration: underline;
  color: var(--bbteam-footer-link-hover-color);
}
[data-aves-footer=footer-style-3] .aves-footer__bottom--social ul li a:hover {
  color: var(--bbteam-footer-secondary-link-hover-color);
}
.aves-footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 60px;
}
@media (max-width: 64em) {
  .aves-footer__top {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.aves-footer__top--brand {
  max-width: 280px;
}
@media (max-width: 64em) {
  .aves-footer__top--brand {
    max-width: 100%;
    flex: 100%;
  }
  .aves-footer__top--brand img {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 47.9375em) {
  .aves-footer__top--brand img {
    max-width: 140px;
  }
}
@media (max-width: 64em) {
  .aves-footer__top--tagline {
    max-width: 400px;
    margin-top: 40px;
  }
}
@media (max-width: 47.9375em) {
  .aves-footer__top--tagline {
    margin-top: 32px;
  }
}
.aves-footer__top--tagline span {
  display: block;
  font-size: 58px;
  line-height: normal;
  text-transform: uppercase;
  font-family: Syne;
  font-weight: bold;
  color: var(--bbteam-footer-text-color);
}
@media (max-width: 64em) {
  .aves-footer__top--tagline span {
    font-size: 48px;
    display: block;
    line-height: 1;
  }
}
@media (max-width: 47.9375em) {
  .aves-footer__top--tagline span {
    font-size: 42px;
  }
}

.aves-back-to-top {
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--bbteam-secondary-color);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 99;
}
.aves-back-to-top:hover {
  background: var(--bbteam-secondary-color);
  color: var(--color-white);
}
.aves-back-to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 47.9375em) {
  .aves-back-to-top {
    bottom: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}
.aves-back-to-top__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.aves-back-to-top i {
  font-size: 20px;
}

.aves-footer.aves-footer-fnb {
  padding: 0;
}
.aves-footer-fnb .aves-footer__wrapper {
  padding: 88px 60px 28px;
}
@media (max-width: 61.99em) {
  .aves-footer-fnb .aves-footer__wrapper {
    padding: 60px 25px 30px;
  }
}
.aves-footer-fnb .aves-footer__container {
  max-width: 1440px;
  margin: 0 auto;
}
.aves-footer-fnb .aves-footer__top {
  flex: 200px;
  max-width: 200px;
  border-bottom: unset;
  padding: 0;
  margin: 0;
  justify-content: flex-start;
  align-items: flex-start;
}
.aves-footer-fnb .aves-footer__top--brand img {
  width: 149px;
  margin-bottom: 20px;
}
.aves-footer-fnb .aves-footer__top--brand span {
  display: block;
  font-size: 14px;
  color: var(--bbteam-footer-text-color);
}
.aves-footer-fnb .aves-footer__menu {
  flex: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding: 0 0 0 20px;
  justify-content: flex-end;
}
@media (max-width: 61.99em) {
  .aves-footer-fnb .aves-footer__menu {
    flex: 100%;
    max-width: 100%;
    padding: 0;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
@media (max-width: 47.99em) {
  .aves-footer-fnb .aves-footer__menu {
    flex-wrap: wrap;
  }
}
.aves-footer-fnb .aves-footer__menu--item p {
  font-size: 15px;
}
.aves-footer-fnb .aves-footer__menu--item a {
  display: inline-block;
}
.aves-footer-fnb .aves-footer__menu--item h6 {
  margin-bottom: 12px;
}
.aves-footer-fnb .aves-footer__menu--item.address {
  flex: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 55px;
}
.aves-footer-fnb .aves-footer__menu--item.address p {
  white-space: nowrap;
}
.aves-footer-fnb .aves-footer__menu--item.book-call {
  margin-bottom: 24px;
}
.aves-footer-fnb .aves-footer__menu--item.book-call p {
  font-size: 12px;
}
.aves-footer-fnb .aves-footer__menu--item.book-call h6 {
  margin-bottom: 8px;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid var(--bbteam-footer-text-color);
  border-radius: 4px;
  text-decoration: none;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant__text h6 {
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant__text p {
  font-size: 14px;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant__icon {
  flex: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--bbteam-footer-text-color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant__icon span {
  color: var(--bbteam-footer-text-color);
  font-size: 18px;
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant:hover {
  background-color: var(--bbteam-footer-text-color);
  color: var(--bbteam-footer-bg-color);
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant:hover .book-assistant__text h6, .aves-footer-fnb .aves-footer__menu--item .book-assistant:hover .book-assistant__text p {
  color: var(--bbteam-footer-bg-color);
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant:hover .book-assistant__icon {
  border-color: var(--bbteam-footer-bg-color);
}
.aves-footer-fnb .aves-footer__menu--item .book-assistant:hover .book-assistant__icon span {
  color: var(--bbteam-footer-bg-color);
}
.aves-footer-fnb .aves-footer__menu--left {
  flex: calc(100% - 297px);
  max-width: calc(100% - 297px);
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 61.99em) {
  .aves-footer-fnb .aves-footer__menu--left {
    justify-content: flex-start;
  }
}
@media (max-width: 47.99em) {
  .aves-footer-fnb .aves-footer__menu--left {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.aves-footer-fnb .aves-footer__menu--copyright {
  padding: 0;
  list-style: none;
  margin: 0;
}
.aves-footer-fnb .aves-footer__menu--copyright li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  margin: 0;
  margin-left: 15px;
}
.aves-footer-fnb .aves-footer__menu--copyright li:before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: -10px;
  background: var(--bbteam-footer-text-color);
  border-radius: 50%;
}
.aves-footer-fnb .aves-footer__menu--copyright li a {
  font-size: 12px;
  color: var(--bbteam-footer-text-color);
  text-decoration: none;
}
.aves-footer-fnb .aves-footer__menu--copyright li a:hover {
  color: var(--bbteam-footer-link-hover-color);
}
.aves-footer-fnb .aves-footer__menu--copyright li:first-child {
  margin-left: 0;
}
.aves-footer-fnb .aves-footer__menu--copyright li:first-child:before {
  display: none;
}
.aves-footer-fnb .aves-footer__bottom {
  margin: 0 auto;
  padding: 0 60px 28px 60px;
  max-width: 1560px;
  border-top: none;
}
@media (max-width: 61.99em) {
  .aves-footer-fnb .aves-footer__bottom {
    padding: 0 25px 28px 25px;
  }
}
.aves-footer-fnb .aves-footer__bottom__wrapper {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.aves-footer-fnb .aves-footer__bottom--copyright p {
  font-size: 12px;
  text-transform: capitalize;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__container {
  justify-content: normal;
  align-items: normal;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__wrapper {
  padding: 0 60px;
}
@media (max-width: 85em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 61.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__wrapper {
    padding: 0;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu {
  flex: 55%;
  max-width: 55%;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 80px 80px 26px 0;
  padding-bottom: 20px;
}
@media (max-width: 85em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu {
    padding: 80px 40px 26px 0;
  }
}
@media (max-width: 47.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu {
    padding: 40px 25px 30px;
  }
}
@media (max-width: 61.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu {
    flex: 100%;
    max-width: 100%;
    padding: 60px 40px 30px;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--top {
  flex: 264px;
  max-width: 264px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 80px;
}
@media (max-width: 85em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--top {
    margin-right: 40px;
  }
}
@media (max-width: 47.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--top {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--baseline {
  flex: 228px;
  max-width: 228px;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--baseline .link {
  margin-top: 40px;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--item p {
  white-space: inherit;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--item h6 {
  font-size: var(--h6);
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--item .book-assistant__text h6 {
  font-family: "Tenor Sans", sans-serif;
}
@media (max-width: 47.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--item.address {
    margin-bottom: 0;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--copyright li {
  line-height: 1;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__menu--copyright li:before {
  top: 10px;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__bottom {
  flex: 100%;
  max-width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 162px;
  padding-bottom: 0;
  align-items: center;
  padding: 24px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media (max-width: 61.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__bottom {
    margin-top: 80px;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__bottom p, .aves-footer[data-aves-footer=footer-style-6] .aves-footer__bottom ul {
  margin: 0;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image {
  flex: 45%;
  max-width: 45%;
}
@media (max-width: 61.99em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__image {
    flex: 100%;
    max-width: 100%;
    height: 500px;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--wrapper {
  position: relative;
  height: 100%;
  margin-right: calc((1440px - 100vw) * 0.5);
}
@media (max-width: 97.5625em) {
  .aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--wrapper {
    margin-right: -60px;
  }
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--brand {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__image--brand span {
  display: block;
  color: var(--bbteam-footer-text-color);
  margin-top: 10px;
}
.aves-footer[data-aves-footer=footer-style-6] .aves-footer__bottom {
  flex: 100%;
  max-width: 100%;
}

/*--------------------
 Blog Styles
----------------------*/
.blog-main {
  margin-top: 150px;
}
@media (max-width: 61.99em) {
  .blog-main {
    margin-top: 80px;
  }
}

.aves-blog__header {
  margin-bottom: 50px;
  text-align: left;
}
.aves-blog__header--description {
  margin-top: 20px;
  max-width: 800px;
}

.blog-title {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 47.99em) {
  .blog-title {
    margin-bottom: 30px;
  }
}

.post__list, .related-post {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.post__list__item, .related-post__item {
  flex: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
}
.column-2 .post__list__item, .column-2 .related-post__item {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 47.99em) {
  .column-2 .post__list__item, .column-2 .related-post__item {
    flex: 100%;
    max-width: 100%;
  }
}
.column-3 .post__list__item, .column-3 .related-post__item {
  flex: 33.333%;
  max-width: 33.333%;
}
@media (max-width: 47.99em) {
  .column-3 .post__list__item, .column-3 .related-post__item {
    flex: 100%;
    max-width: 100%;
  }
}
@media (min-width: 48em) {
  .column-1 .post__list__item, .column-1 .related-post__item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .column-1 .post__list__thumb, .column-1 .related-post__thumb {
    flex: 40%;
    max-width: 40%;
  }
}
.post__list__thumb a, .related-post__thumb a {
  display: block;
  position: relative;
}
@media (min-width: 48em) {
  .column-1 .post__list__thumb a, .column-1 .related-post__thumb a {
    height: 100%;
  }
}
.post__list__thumb a::after, .related-post__thumb a::after {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 60%;
  background: var(--bbteam-primary-color-light);
}
.post__list__thumb a img, .related-post__thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
.post__list__meta, .related-post__meta {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 48em) {
  .column-1 .post__list__meta, .column-1 .related-post__meta {
    padding: 0 0 20px 0;
  }
}
.post__list__meta li, .related-post__meta li {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.post__list__title, .related-post__title {
  text-transform: capitalize;
}
@media (min-width: 48em) {
  .column-1 .post__list__content, .column-1 .related-post__content {
    flex: 60%;
    max-width: 60%;
    padding-left: 20px;
  }
}

.related-post {
  margin-bottom: 100px;
}
.related-post__item {
  flex: 33.33%;
  max-width: 33.33%;
}

.blog-pagination, .bbteam-portfolio__pagination {
  margin: 40px 0;
  width: 100%;
  position: relative;
  z-index: 9;
}
.blog-pagination .screen-reader-text, .bbteam-portfolio__pagination .screen-reader-text {
  display: none;
}
.blog-pagination .prev, .blog-pagination .next, .bbteam-portfolio__pagination .prev, .bbteam-portfolio__pagination .next {
  padding: 0;
}
.blog-pagination .pagination, .bbteam-portfolio__pagination .pagination {
  justify-content: center;
}
.blog-pagination .pagination .nav-links, .bbteam-portfolio__pagination .pagination .nav-links {
  display: flex;
}
.blog-pagination .pagination .nav-links > *, .bbteam-portfolio__pagination .pagination .nav-links > * {
  padding: 10px;
  background: transparent;
  color: var(--color-black-950);
  margin: 0 12px;
  font-size: 14px;
  width: 40px;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border: 1px solid var(--color-black-100);
}
.blog-pagination .pagination .nav-links > *.current, .bbteam-portfolio__pagination .pagination .nav-links > *.current {
  background: var(--bbteam-primary-color);
  color: var(--color-white);
  border-color: var(--bbteam-primary-color);
}
.blog-pagination .pagination .nav-links > *.next, .blog-pagination .pagination .nav-links > *.prev, .bbteam-portfolio__pagination .pagination .nav-links > *.next, .bbteam-portfolio__pagination .pagination .nav-links > *.prev {
  background: transparent;
  color: var(--color-black-950);
}
.blog-pagination .pagination .nav-links > *.next span, .blog-pagination .pagination .nav-links > *.prev span, .bbteam-portfolio__pagination .pagination .nav-links > *.next span, .bbteam-portfolio__pagination .pagination .nav-links > *.prev span {
  font-size: 12px;
}
.blog-pagination .post__next-prev-pagination, .bbteam-portfolio__pagination .post__next-prev-pagination {
  text-align: center;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-pagination .post__next-prev-pagination .prev, .blog-pagination .post__next-prev-pagination .next, .bbteam-portfolio__pagination .post__next-prev-pagination .prev, .bbteam-portfolio__pagination .post__next-prev-pagination .next {
  padding: 10px;
  margin: 0 10px;
  background: var(--bbteam-primary-color);
  color: var(--color-white);
  font-size: 18px;
}
.blog-pagination .post__next-prev-pagination .prev, .bbteam-portfolio__pagination .post__next-prev-pagination .prev {
  order: 1;
}
.blog-pagination .post__next-prev-pagination .next, .bbteam-portfolio__pagination .post__next-prev-pagination .next {
  order: 3;
}
.blog-pagination .post__next-prev-pagination .pagination-info, .bbteam-portfolio__pagination .post__next-prev-pagination .pagination-info {
  order: 2;
}

.aves-single-post-details {
  margin: 150px auto 100px auto;
  max-width: 1220px;
  padding: 0 40px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details {
    margin: 80px auto 0px auto;
    padding: 0;
  }
}
.aves-single-post-details__thumbnail {
  margin-bottom: 40px;
  height: 600px;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__thumbnail {
    height: auto;
  }
}
.aves-single-post-details__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-single-post-details__heading--title {
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-bottom: 24px;
}
.aves-single-post-details__meta {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta {
    gap: 6px;
  }
}
.aves-single-post-details__meta li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.aves-single-post-details__meta li span {
  color: var(--color-black-400);
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li span {
    font-size: 14px;
  }
}
.aves-single-post-details__meta li span:first-child {
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li span:first-child {
    font-size: 16px;
  }
}
.aves-single-post-details__meta li .category-btn {
  padding: 6px 14px;
  font-size: 14px;
}
.aves-single-post-details__meta li.border-long {
  margin-left: 64px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li.border-long {
    margin-left: 25px;
  }
}
.aves-single-post-details__meta li.border-long:before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--color-black-400);
  position: absolute;
  left: -55px;
  top: 13px;
  display: block;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li.border-long:before {
    width: 10px;
    left: -22px;
  }
}
.aves-single-post-details__meta li.dots {
  margin-left: 24px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li.dots {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.aves-single-post-details__meta li.dots:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-black-400);
  position: absolute;
  left: -20px;
  top: 13px;
  display: block;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__meta li.dots:before {
    left: -10px;
  }
}
.aves-single-post-details__content p {
  margin-bottom: 0.75em;
}
.aves-single-post-details__content figure {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.75em;
}
.aves-single-post-details__content figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aves-single-post-details__content figure figcaption {
  font-size: 12px;
  color: var(--color-black-400);
  text-align: center;
  margin-top: 10px;
}
.aves-single-post-details__content h2, .aves-single-post-details__content h3, .aves-single-post-details__content .aves-mega-menu__item--name--title, .aves-single-post-details__content h4, .aves-single-post-details__content .aves-mega-menu__item--list--item--0, .aves-single-post-details__content h5, .aves-single-post-details__content h6 {
  margin-bottom: 24px;
}
.aves-single-post-details__content--footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aves-single-post-details__content--footer span {
  font-weight: bold;
  color: var(--color-black-950);
}
.aves-single-post-details__content--footer [class^=icon-], .aves-single-post-details__content--footer [class*=" icon-"] {
  font-weight: normal;
  color: var(--color-black-400);
}
.aves-single-post-details__content--footer a {
  display: inline-block;
  margin-left: 10px;
  color: var(--color-black-400);
  font-weight: normal;
}
.aves-single-post-details__content--navigation {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.aves-single-post-details__content--navigation a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: var(--color-black-950);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.aves-single-post-details__content--navigation a [class^=icon-], .aves-single-post-details__content--navigation a [class*=" icon-"] {
  font-size: 20px;
  color: var(--bbteam-primary-color);
  font-weight: normal;
}
.aves-single-post-details__content--navigation.navigation-page {
  padding-bottom: 0;
}
.aves-single-post-details__content--navigation.navigation-page .page-links {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 100%;
  justify-content: space-between;
}
.aves-single-post-details__content--navigation.navigation-page .page-links--title {
  flex: 100%;
  max-width: 100%;
}
.aves-single-post-details__content--navigation.navigation-page [class^=icon-], .aves-single-post-details__content--navigation.navigation-page [class*=" icon-"] {
  margin: 0 5px;
  transform: translateY(5px);
  display: inline-block;
}
.aves-single-post-details .share-button {
  cursor: pointer;
}
.aves-single-post-details .share-button:hover + .share-popup {
  opacity: 1;
  visibility: visible;
}
.aves-single-post-details .share-button__wrap .share-popup {
  position: absolute;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.aves-single-post-details .share-button__wrap .share-popup:hover {
  opacity: 1;
  visibility: visible;
}
.aves-single-post-details .share-button__wrap .share-popup a {
  display: block;
  margin: 0;
  padding: 5px;
  border: 1px solid;
  text-transform: uppercase;
  background: var(--color-white);
}
.aves-single-post-details__author {
  margin: 50px 0 0 0;
  padding: 40px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author {
    margin: 30px 0 0 0;
    padding: 30px 0;
  }
}
.aves-single-post-details__author--avatar {
  flex: 214px;
  max-width: 214px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--avatar {
    flex: 100px;
    max-width: 100px;
  }
}
@media (max-width: 47.99em) {
  .aves-single-post-details__author--avatar {
    flex: 50px;
    max-width: 50px;
  }
}
.aves-single-post-details__author--avatar img {
  width: 100%;
  height: 100%;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--avatar img {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 47.99em) {
  .aves-single-post-details__author--avatar img {
    width: 50px;
    height: 50px;
  }
}
.aves-single-post-details__author--meta {
  flex: calc(100% - 214px);
  max-width: calc(100% - 214px);
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--meta {
    padding-left: 20px;
    flex: calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 47.99em) {
  .aves-single-post-details__author--meta {
    padding-left: 0;
    flex: 100%;
    max-width: 100%;
    padding-top: 15px;
  }
}
.aves-single-post-details__author--meta--heading h5 {
  margin-bottom: 16px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--meta--heading h5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 47.99em) {
  .aves-single-post-details__author--meta--heading p {
    font-size: 14px;
  }
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--meta--social {
    margin-top: 20px;
  }
}
.aves-single-post-details__author--meta--social a {
  display: inline-block;
  margin-right: 40px;
  text-transform: uppercase;
  color: var(--color-black-950);
  font-size: 12px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__author--meta--social a {
    margin-right: 15px;
    font-size: 10px;
  }
}
.aves-single-post-details__sidebar {
  padding-left: 30px;
  position: sticky;
  top: 150px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__sidebar {
    padding-left: 0;
  }
}
.aves-single-post-details__sidebar section {
  margin-bottom: 40px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__sidebar section {
    margin-bottom: 25px;
  }
}
.aves-single-post-details__sidebar .widget-title, .aves-single-post-details__sidebar .wp-block-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__sidebar .widget-title, .aves-single-post-details__sidebar .wp-block-heading {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.aves-single-post-details__sidebar .widget_categories ul {
  list-style: none;
}
.aves-single-post-details__sidebar .wp-block-heading {
  margin-bottom: -10px;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__sidebar .wp-block-heading {
    margin-bottom: -15px;
  }
}
.aves-single-post-details__sidebar .wp-block-categories {
  padding: 0;
}
.aves-single-post-details__sidebar .wp-block-categories li {
  margin-bottom: 20px;
}
.aves-single-post-details__sidebar .wp-block-categories li a {
  font-size: 18px;
  color: var(--color-black-400);
}
.aves-single-post-details__related {
  margin-top: 60px;
  margin-bottom: 80px;
}
.aves-single-post-details__related--title {
  margin-bottom: 32px;
}
.aves-single-post-details__comment {
  max-width: 728px;
  margin: 0 auto;
}
.aves-single-post-details__comment .comment-respond input[type=text], .aves-single-post-details__comment .comment-respond input[type=email], .aves-single-post-details__comment .comment-respond input[name=comment], .aves-single-post-details__comment .comment-respond textarea[type=text], .aves-single-post-details__comment .comment-respond textarea[type=email], .aves-single-post-details__comment .comment-respond textarea[name=comment] {
  width: 100%;
  padding: 0 0 12px 0;
  border: none;
  border-bottom: 1px solid var(--color-black-400);
  border-radius: 0;
  margin-bottom: 28px;
}
.aves-single-post-details__comment .comment-respond input[type=text]::-moz-placeholder, .aves-single-post-details__comment .comment-respond input[type=email]::-moz-placeholder, .aves-single-post-details__comment .comment-respond input[name=comment]::-moz-placeholder, .aves-single-post-details__comment .comment-respond textarea[type=text]::-moz-placeholder, .aves-single-post-details__comment .comment-respond textarea[type=email]::-moz-placeholder, .aves-single-post-details__comment .comment-respond textarea[name=comment]::-moz-placeholder {
  color: var(--color-black-400);
  font-size: 14px;
}
.aves-single-post-details__comment .comment-respond input[type=text]::placeholder, .aves-single-post-details__comment .comment-respond input[type=email]::placeholder, .aves-single-post-details__comment .comment-respond input[name=comment]::placeholder, .aves-single-post-details__comment .comment-respond textarea[type=text]::placeholder, .aves-single-post-details__comment .comment-respond textarea[type=email]::placeholder, .aves-single-post-details__comment .comment-respond textarea[name=comment]::placeholder {
  color: var(--color-black-400);
  font-size: 14px;
}
.aves-single-post-details__comment .comment-respond input[type=checkbox] ~ label, .aves-single-post-details__comment .comment-respond textarea[type=checkbox] ~ label {
  padding-left: 30px;
}
.aves-single-post-details__comment .comment-respond input[type=checkbox] ~ label::before, .aves-single-post-details__comment .comment-respond textarea[type=checkbox] ~ label::before {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.aves-single-post-details__comment .comment-respond input[type=checkbox] ~ label::after, .aves-single-post-details__comment .comment-respond textarea[type=checkbox] ~ label::after {
  left: 4px;
}
.aves-single-post-details__thumbnail--image--item {
  position: relative;
  padding-bottom: 600px;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .aves-single-post-details__thumbnail--image--item {
    padding-bottom: 65%;
  }
}
.aves-single-post-details__thumbnail--image--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-single-post-details__thumbnail--image .swiper-button-prev, .aves-single-post-details__thumbnail--image .swiper-button-next {
  transform: translateY(-50%);
  background: var(--color-white);
  padding: 7px 9px;
  color: var(--color-black-950);
  margin-top: 0;
}
.aves-single-post-details__thumbnail--image .swiper-button-prev:after, .aves-single-post-details__thumbnail--image .swiper-button-next:after {
  font-size: 18px;
}
.aves-single-post-details__thumbnail--image .swiper-button-next {
  right: 0;
}
.aves-single-post-details__thumbnail--image .swiper-button-prev {
  left: 0;
}

.aves-comment-title {
  margin-bottom: 20px;
}
.aves-comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.aves-comment-list .children {
  padding-left: 100px;
  padding-top: 20px;
  list-style: none;
}
@media (max-width: 47.99em) {
  .aves-comment-list .children {
    padding-left: 20px;
    padding-top: 10px;
  }
}
.aves-comment-body {
  display: flex;
  flex-wrap: wrap;
}
.aves-comment-avatar {
  flex: 100px;
  max-width: 100px;
}
@media (max-width: 61.99em) {
  .aves-comment-avatar {
    flex: 50px;
    max-width: 50px;
  }
}
@media (max-width: 47.99em) {
  .aves-comment-avatar {
    flex: 35px;
    max-width: 35px;
  }
}
.aves-comment-content {
  flex: calc(100% - 100px);
  max-width: calc(100% - 100px);
  padding-left: 20px;
}
@media (max-width: 61.99em) {
  .aves-comment-content {
    padding-left: 10px;
    flex: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 47.99em) {
  .aves-comment-content {
    flex: calc(100% - 35px);
    max-width: calc(100% - 35px);
  }
}
.aves-comment-content__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
  margin-bottom: 12px;
}
@media (max-width: 47.99em) {
  .aves-comment-content__head {
    gap: 5px;
  }
}
@media (max-width: 47.99em) {
  .aves-comment-content__head--date {
    font-size: 14px;
  }
}
@media (max-width: 47.99em) {
  .aves-comment-content__head--name a {
    font-size: 16px;
  }
}
.aves-comment-content__link {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}
@media (max-width: 47.99em) {
  .aves-comment-content__link {
    margin-top: 5px;
    gap: 5px;
  }
}
.aves-comment-content__link a {
  text-transform: uppercase;
}
@media (max-width: 47.99em) {
  .aves-comment-content__link a {
    font-size: 10px;
  }
}
@media (max-width: 47.99em) {
  .aves-comment-content__comment-text p {
    font-size: 14px;
  }
}
body.single-post {
  overflow: unset;
}

.bbteam-newsletter {
  padding: 24px;
}
.bbteam-newsletter .widget-title {
  margin: 0 0 12px 0;
  padding: 0;
  border: none;
}
.bbteam-newsletter__subtitle {
  display: block;
  margin-bottom: 32px;
}
.bbteam-newsletter form {
  position: relative;
  margin-bottom: 16px;
}
.bbteam-newsletter form input[type=email] {
  border: none;
  outline: none;
  padding: 10px 0;
  border-bottom: 1px solid #B9BAC0;
  border-radius: 0;
}
.bbteam-newsletter form input[type=email]::-moz-placeholder {
  font-size: 16px;
  color: #B9BAC0;
}
.bbteam-newsletter form input[type=email]::placeholder {
  font-size: 16px;
  color: #B9BAC0;
}
.bbteam-newsletter form button[type=submit] {
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  bottom: 12px;
  color: var(--color-black-950);
}

.bbteam-featured-post {
  padding: 0;
  margin: 0;
  list-style: none;
}
.bbteam-featured-post li {
  margin-bottom: 20px;
}
@media (max-width: 61.99em) {
  .bbteam-featured-post li {
    margin-bottom: 12px;
  }
}
.bbteam-featured-post li a {
  display: block;
}
.bbteam-featured-post__date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}
@media (max-width: 61.99em) {
  .bbteam-featured-post__date {
    margin-bottom: 5px;
  }
}
.bbteam-featured-post__date span {
  color: var(--color-black-400);
  display: inline-block;
}
.bbteam-featured-post__title span {
  font-size: 18px;
  text-transform: capitalize;
}
@media (max-width: 61.99em) {
  .bbteam-featured-post__title span {
    font-size: 16px;
  }
}

.aves-related-post {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 61.99em) {
  .aves-related-post {
    margin: 0;
  }
}
.aves-related-post__item {
  flex: 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media (max-width: 61.99em) {
  .aves-related-post__item {
    flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .aves-related-post__item:last-child {
    margin-bottom: 0;
  }
}
.aves-related-post__thumb a {
  display: block;
  position: relative;
}
.aves-related-post__thumb a::after {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 60%;
  background: var(--bbteam-primary-color-light);
}
.aves-related-post__thumb a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}
.aves-related-post__content--publishdate {
  margin-top: 30px;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.aves-related-post__content--publishdate span {
  color: var(--color-black-400);
}
.aves-related-post__content--publishdate span[class^=icon-], .aves-related-post__content--publishdate span[class*=" icon-"] {
  font-size: 18px;
  color: var(--color-black-400);
  margin-right: 10px;
}
.aves-related-post__content h3, .aves-related-post__content .aves-mega-menu__item--name--title {
  margin-bottom: 10px;
}
.aves-related-post__content p {
  color: var(--color-black-400);
}

/*--------------------
 sidebar Styles
----------------------*/
.widget-area section {
  margin-bottom: 50px;
}

.blog-sidebar.left {
  padding-right: 30px;
}
@media (max-width: 61.99em) {
  .blog-sidebar.left {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    order: 2;
  }
}
.blog-sidebar.right {
  padding-left: 30px;
}
@media (max-width: 61.99em) {
  .blog-sidebar.right {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.blog-sidebar section {
  margin-bottom: 40px;
}
.blog-sidebar .widget-title, .blog-sidebar .wp-block-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
}
.blog-sidebar .widget_categories ul {
  list-style: none;
}
.blog-sidebar ul, .blog-sidebar ol {
  padding: 0;
  padding-top: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 61.99em) {
  .blog-sidebar ul, .blog-sidebar ol {
    padding-top: 25px;
  }
}
.blog-sidebar ul li, .blog-sidebar ol li {
  margin-bottom: 20px;
}
@media (max-width: 61.99em) {
  .blog-sidebar ul li, .blog-sidebar ol li {
    margin-bottom: 12px;
  }
}
.blog-sidebar ul li a, .blog-sidebar ol li a {
  font-size: 18px;
  color: var(--color-black-400);
}
@media (max-width: 61.99em) {
  .blog-sidebar ul li a, .blog-sidebar ol li a {
    font-size: 14px;
  }
}

.wp-block-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.wp-block-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wp-block-search__inside-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0.5rem;
}
.wp-block-search__input {
  flex-grow: 1;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.3s ease;
  font-size: 16px;
}
.wp-block-search__button {
  position: absolute;
  right: 0;
  padding: 13px 20px;
  background: var(--bbteam-primary-color);
  color: #fff;
}

/*--------------------
 404 Styles
----------------------*/
.error-404 {
  margin: 150px auto;
  max-width: 750px;
  text-align: center;
}
.error-404 p {
  font-size: 20px;
  line-height: 24px;
}

.search-form {
  position: relative;
}
.search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: transparent;
  border: none;
}

/*--------------------
 WooCommerce Styles
----------------------*/
.woocommerce .onsale {
  width: min(5em, 60px) !important;
  height: min(5em, 60px) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bbteam-primary-color) !important;
  font-weight: normal !important;
  font-size: 19px !important;
  min-width: 30px !important;
  min-height: 30px !important;
}
@media (max-width: 61.99em) {
  .woocommerce .onsale {
    width: min(3em, 40px) !important;
    height: min(3em, 40px) !important;
    font-size: 12px !important;
  }
}
.woocommerce-variation-price {
  margin-bottom: 30px;
}
.woocommerce .product .price del, .woocommerce .product .price ins, .woocommerce .product .price bdi {
  color: var(--bbteam-primary-color);
  font-size: 24px;
}
.woocommerce .product .woocommerce-tabs .panel {
  padding: 50px 50px 100px !important;
}
@media (max-width: 61.99em) {
  .woocommerce .product .woocommerce-tabs .panel {
    padding: 20px 0 !important;
    font-size: 14px;
  }
}
.woocommerce .product .woocommerce-tabs .panel p {
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .woocommerce .product .woocommerce-tabs .panel p {
    font-size: 16px;
  }
}
.woocommerce .product_meta > span {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-size: 16px;
}
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.woocommerce-product-details__short-description p {
  font-size: 18px;
}
.woocommerce .quantity .qty {
  font-size: 20px;
  height: auto;
  width: min(5em, 64px);
  padding: 10px 10px 15px !important;
}
@media (max-width: 61.99em) {
  .woocommerce .quantity .qty {
    font-size: 20px;
    height: auto;
    width: min(5em, 45px);
    padding: 2px 0px 5px 10px !important;
  }
}
.woocommerce .wc-page-content-inner {
  margin-top: 150px;
}
.woocommerce-sidebar {
  margin-top: 150px;
}
@media (max-width: 64em) {
  .woocommerce-sidebar {
    margin-top: 80px;
  }
}
.woocommerce-sidebar.sidebar-right {
  padding-left: 50px;
}
@media (max-width: 64em) {
  .woocommerce-sidebar.sidebar-right {
    padding-left: 0;
  }
}
.woocommerce-sidebar.sidebar-left {
  padding-right: 50px;
}
@media (max-width: 64em) {
  .woocommerce-sidebar.sidebar-left {
    padding-right: 0;
  }
}
.woocommerce-sidebar .widget {
  margin-bottom: 50px;
}
@media (max-width: 64em) {
  .woocommerce-sidebar .widget {
    margin-bottom: 30px;
  }
}
.woocommerce ul.order_details {
  padding: 0;
}
.woocommerce-ordering select {
  padding: 10px;
}
.woocommerce .widget_price_filter .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider-range {
  background-color: var(--bbteam-primary-color) !important;
}
.woocommerce .widget_price_filter .ui-widget-content {
  background-color: var(--bbteam-body-text-color) !important;
}
.woocommerce ul.products li.product .button {
  font-size: 14px;
  font-weight: 500;
  padding: 11px 21px;
  margin-top: 0;
}
@media (max-width: 61.99em) {
  .woocommerce ul.products li.product .button {
    font-size: 10px;
    padding: 6px 18px;
  }
}
.woocommerce ul.products li.product .button + .added_to_cart {
  margin: 0px 0 0 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.3em;
  height: auto;
  line-height: 1;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 50px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  float: none;
  margin: 0 5px;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a {
  background: var(--bbteam-primary-color);
  color: var(--color-white);
  padding: 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.current.next, .woocommerce nav.woocommerce-pagination ul li a.next {
  background: transparent;
  color: var(--bbteam-primary-color);
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--bbteam-secondary-color);
  color: var(--color-white);
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--bbteam-secondary-color);
  color: var(--color-white);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  position: relative;
  display: inline-block;
  left: unset;
  right: unset;
  top: unset;
  margin-left: 10px;
  margin-right: 0;
}
.woocommerce-mini-cart-item:before, .woocommerce-mini-cart-item:after {
  content: none !important;
  display: none !important;
}
.woocommerce-mini-cart-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-mini-cart__total {
  margin-top: 20px;
  font-size: 20px;
}
.woocommerce-mini-cart__buttons {
  margin: 0 -10px;
}
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
  margin-top: 150px;
}
.woocommerce-cart .wc-block-components-checkbox__input[type=checkbox], .woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox] {
  opacity: 1;
  visibility: visible;
}
.woocommerce-cart .wc-block-components-checkbox__input[type=checkbox]:checked:before, .woocommerce-checkout .wc-block-components-checkbox__input[type=checkbox]:checked:before {
  content: none;
}
.woocommerce .product-main-gallery, .woocommerce .product-thumbnails-gallery {
  overflow: hidden;
  position: relative;
}
.woocommerce .product-main-gallery .swiper-button-next:after, .woocommerce .product-main-gallery .swiper-button-prev:after, .woocommerce .product-thumbnails-gallery .swiper-button-next:after, .woocommerce .product-thumbnails-gallery .swiper-button-prev:after {
  font-size: 20px;
}
@media (max-width: 61.99em) {
  .woocommerce div.product form.cart .variations td {
    line-height: normal;
    vertical-align: middle;
  }
  .woocommerce div.product form.cart .variations .choices {
    height: auto;
    line-height: 1;
    margin: 0;
  }
  .woocommerce div.product form.cart .variations .choices__inner {
    padding: 5px;
    height: auto;
    line-height: 1;
    min-height: auto;
  }
}
.woocommerce a.remove:hover {
  color: var(--bbteam-primary-color) !important;
  background: var(--color-white);
}
.woocommerce-Reviews #comments {
  margin-bottom: 50px;
}
.woocommerce-Reviews #comments ol.commentlist li img.avatar {
  padding: 0;
  border: none;
}
.woocommerce-Reviews #comments ol.commentlist li .comment-text {
  padding: 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  margin-bottom: 15px;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating {
  margin: 20px 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
  margin-bottom: 15px;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-rating .choices__inner {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--bbteam-primary-color);
  padding: 0;
}
.woocommerce-Reviews #review_form_wrapper .comment-notes {
  margin-bottom: 25px !important;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-comment, .woocommerce-Reviews #review_form_wrapper .comment-form-author, .woocommerce-Reviews #review_form_wrapper .comment-form-email {
  margin-bottom: 25px !important;
}
.woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea, .woocommerce-Reviews #review_form_wrapper .comment-form-comment input, .woocommerce-Reviews #review_form_wrapper .comment-form-author textarea, .woocommerce-Reviews #review_form_wrapper .comment-form-author input, .woocommerce-Reviews #review_form_wrapper .comment-form-email textarea, .woocommerce-Reviews #review_form_wrapper .comment-form-email input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid var(--bbteam-primary-color);
  padding: 10px 0;
}
.product_list_widget li img {
  width: 100px !important;
}

.aves-breadcrumb {
  margin-bottom: 30px;
}
@media (max-width: 47.99em) {
  .aves-breadcrumb {
    font-size: 14px;
  }
}

@media (max-width: 61.99em) {
  .wc-block-checkout__form {
    margin-bottom: 50px;
  }
}

@media (max-width: 61.99em) {
  .is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    margin-bottom: 20px;
  }
}

@media (max-width: 61.99em) {
  .woocommerce-column--billing-address {
    margin-bottom: 20px;
  }
  .woocommerce-column--billing-address address {
    padding-bottom: 20px;
  }
}

.hide-cross-sell .wp-block-woocommerce-cart-cross-sells-block {
  display: none;
}

/*--------------------
 Portfolio Styles
----------------------*/
.bbteam-portfolio-1 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-1 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-1__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-1__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-1__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-1__wrapper {
  margin-bottom: 40px;
}
.bbteam-portfolio-1__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.bbteam-portfolio-1__list--item {
  flex: 50%;
  max-width: 50%;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 47.9375em) {
  .bbteam-portfolio-1__list--item {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-1__list--item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.bbteam-portfolio-1__list--item--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bbteam-portfolio-1__list--item--content--image {
  position: relative;
  margin-bottom: 30px;
  flex: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bbteam-portfolio-1__list--item--content--image:before {
  position: relative;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 75%;
}
.bbteam-portfolio-1__list--item--content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.bbteam-portfolio-1__list--item--content--heading, .bbteam-portfolio-1__list--item--content--category {
  flex: 100%;
  max-width: 100%;
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--heading {
    order: 3;
    margin-top: 20px;
  }
}
.bbteam-portfolio-1__list--item--content--heading--title {
  margin-bottom: 8px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.bbteam-portfolio-1__list--item--content--heading--desc {
  font-size: 16px;
  color: var(--bbteam-featured-work-desc);
}
.bbteam-portfolio-1__list--item--content--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-1__list--item--content--category--item {
  font-size: 16px;
  border: 1px solid var(--color-border);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  margin-left: 0;
  background: var(--color-white);
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--category--item {
    margin: 0 10px 0 0;
  }
}
.bbteam-portfolio-1__list--item--content:hover .bbteam-portfolio-1__list--item--content--image img {
  transform: scale(1.2);
}
.bbteam-portfolio-1__list--item--content:hover .bbteam-portfolio-1__list--item--content--heading--title {
  color: var(--bbteam-primary-color);
}

.bbteam-portfolio-2 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-2 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-2__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-2__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-2__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-2__wrapper {
  margin-bottom: 40px;
}
.bbteam-portfolio-2__list {
  margin: 0 -20px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-2__list {
    margin: 0;
  }
}
.bbteam-portfolio-2__list--item {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-2__list--item {
    width: 100%;
    padding: 0;
  }
}
.bbteam-portfolio-2__list--item--content a {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.bbteam-portfolio-2__list--item--content a img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-2__list--item--content--heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(25, 25, 25, 0.9);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  flex-direction: column;
}
.bbteam-portfolio-2__list--item--content--heading h4, .bbteam-portfolio-2__list--item--content--heading .aves-mega-menu__item--list--item--0 {
  color: var(--color-white);
  text-transform: uppercase;
}
.bbteam-portfolio-2__list--item--content--heading--desc {
  color: var(--bbteam-body-text-color);
}
.bbteam-portfolio-2__list--item:hover .bbteam-portfolio-2__list--item--content--heading {
  opacity: 1;
  visibility: visible;
}

.bbteam-portfolio-3 {
  margin: 0 auto;
  margin-top: 260px;
  position: relative;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-3 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-3__wrapper {
  padding: 0;
}
@media (min-width: 62em) {
  .bbteam-portfolio-3__title {
    position: absolute;
    right: 20px;
    top: 50px;
    width: 36vw;
    max-width: 600px;
    z-index: 5;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-3__title {
    position: relative;
    margin-bottom: 30px;
  }
}
.bbteam-portfolio-3__title--heading {
  line-height: 1;
  font-weight: 600;
  padding: 0 0 30px;
  text-transform: uppercase;
  color: var(--bbteam-heading-color);
  margin: 0;
}
@media (min-width: 62em) {
  .bbteam-portfolio-3__title--heading {
    font-size: 30px;
    padding: 0 0 42px 0;
  }
}
.bbteam-portfolio-3__title--desc p {
  font-size: 24px;
  line-height: 120%;
  color: var(--bbteam-body-text-color);
  padding: 0 0 24px 0;
  margin: 0;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-3__title--desc p {
    font-size: 20px;
  }
}
.bbteam-portfolio-3__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -100px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-3__list {
    margin-bottom: 0;
  }
}
.bbteam-portfolio-3__list--item {
  height: 100%;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-3__list--item {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .bbteam-portfolio-3__list--item:last-child {
    margin-bottom: 0;
  }
}
.bbteam-portfolio-3__list--item a {
  text-decoration: none;
}
.bbteam-portfolio-3__list--item--content--image {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.bbteam-portfolio-3__list--item--content--image:before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.bbteam-portfolio-3__list--item--content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-3__list--item--content--heading--title {
  overflow: hidden;
}
.bbteam-portfolio-3__list--item--content--heading .word, .bbteam-portfolio-3__list--item--content--heading .char {
  display: inline-block;
}
.bbteam-portfolio-3__list--item--content--heading h6 {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
}
.bbteam-portfolio-3__list--item--content--heading--desc {
  color: var(--color-black-400);
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .bbteam-portfolio-3__list--item:nth-child(4n+1) {
    flex: 42.5vw;
    max-width: 42.5vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+1) .aves-floating-portfolio__list--item--content--image:before {
    padding-bottom: 59.272vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+2) {
    flex: 37.2vw;
    max-width: 37.2vw;
    margin-top: 33.8vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+2) .aves-floating-portfolio__list--item--content--image:before {
    padding-bottom: 51.65vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+3) {
    flex: 28.35vw;
    max-width: 28.35vw;
    margin-top: 5.45vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+3) .aves-floating-portfolio__list--item--content--image:before {
    padding-bottom: 41.75vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+4) {
    flex: 41.5vw;
    max-width: 41.5vw;
    margin-top: 24vw;
    margin-right: 5.45vw;
    margin-bottom: 11.9vw;
  }
  .bbteam-portfolio-3__list--item:nth-child(4n+4) .aves-floating-portfolio__list--item--content--image:before {
    padding-bottom: 54.95vw;
  }
}
.bbteam-portfolio-3__list--item:nth-last-child(2) {
  margin-bottom: 0;
}

.aves-cursor-portfolio {
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  top: -70px;
  left: -70px;
}
@media (max-width: 61.99em) {
  .aves-cursor-portfolio {
    top: -25px;
    left: -25px;
  }
}
.aves-cursor-portfolio img {
  transition: all 500ms ease;
  transform: scale(0);
}
@media (max-width: 61.99em) {
  .aves-cursor-portfolio img {
    width: 50px;
    height: 50px;
  }
}
.aves-cursor-portfolio.hover img {
  transform: scale(1);
}

.bbteam-portfolio-4 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-4 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-4__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-4__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-4__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-4__wrapper {
  margin-bottom: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-4__wrapper {
    margin-bottom: 60px;
  }
}
.bbteam-portfolio-4__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.bbteam-portfolio-4__list--item {
  flex: 50%;
  max-width: 50%;
  padding: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 47.9375em) {
  .bbteam-portfolio-4__list--item {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-4__list--item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.bbteam-portfolio-4__list--item--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bbteam-portfolio-4__list--item--content--wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 500ms ease;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-4__list--item--content--wrap {
    padding: 10px;
  }
}
.bbteam-portfolio-4__list--item--content--image {
  position: relative;
  flex: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bbteam-portfolio-4__list--item--content--image:before {
  position: relative;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 75%;
}
.bbteam-portfolio-4__list--item--content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.bbteam-portfolio-4__list--item--content--heading, .bbteam-portfolio-4__list--item--content--category {
  flex: 100%;
  max-width: 100%;
}
@media (max-width: 75em) {
  .bbteam-portfolio-4__list--item--content--heading {
    order: 3;
    margin-top: 20px;
  }
}
.bbteam-portfolio-4__list--item--content--heading--title {
  margin-bottom: 8px;
  text-transform: uppercase;
  transition: all 500ms ease;
  color: var(--color-white);
}
.bbteam-portfolio-4__list--item--content--heading--desc {
  font-size: 16px;
  color: var(--color-white);
}
.bbteam-portfolio-4__list--item--content--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 14px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-4__list--item--content--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-4__list--item--content--category--item {
  font-size: 16px;
  border: 1px solid var(--color-white);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-white);
}
@media (max-width: 75em) {
  .bbteam-portfolio-4__list--item--content--category--item {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-4__list--item--content--category--item {
    font-size: 12px;
    padding: 1px 10px;
  }
}
.bbteam-portfolio-4__list--item--content:hover .bbteam-portfolio-4__list--item--content--image img {
  transform: scale(1.2);
}
.bbteam-portfolio-4__list--item--content:hover .bbteam-portfolio-4__list--item--content--wrap {
  opacity: 1;
  visibility: visible;
}

.bbteam-portfolio-5 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-5__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-5__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-5__wrapper {
  margin-bottom: 40px;
}
.bbteam-portfolio-5__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.bbteam-portfolio-5__list--item {
  flex: 100%;
  max-width: 100%;
  padding: 0 30px;
  margin-bottom: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item {
    margin-bottom: 30px;
  }
}
.bbteam-portfolio-5__list--item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.bbteam-portfolio-5__list--item--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bbteam-portfolio-5__list--item--content--image {
  position: relative;
  margin-bottom: 24px;
  flex: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bbteam-portfolio-5__list--item--content--image:before {
  position: relative;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 773px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item--content--image:before {
    padding-bottom: 60%;
  }
}
.bbteam-portfolio-5__list--item--content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.bbteam-portfolio-5__list--item--content--heading, .bbteam-portfolio-5__list--item--content--category {
  flex: 100%;
  max-width: 100%;
}
.bbteam-portfolio-5__list--item--content--heading {
  flex: calc(100% - 300px);
  max-width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 75em) {
  .bbteam-portfolio-5__list--item--content--heading {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item--content--heading {
    flex: 66.66%;
    max-width: 66.66%;
    justify-content: space-between;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-5__list--item--content--heading {
    flex: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
}
.bbteam-portfolio-5__list--item--content--heading a {
  flex: 500px;
  max-width: 500px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item--content--heading a {
    flex: 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-5__list--item--content--heading a {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-5__list--item--content--heading--title {
  margin-bottom: 8px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.bbteam-portfolio-5__list--item--content--heading--desc {
  flex: 400px;
  max-width: 400px;
  font-size: 18px;
  color: var(--bbteam-featured-work-desc);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item--content--heading--desc {
    flex: 33.33%;
    max-width: 33.33%;
    font-size: 16px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-5__list--item--content--heading--desc {
    flex: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
.bbteam-portfolio-5__list--item--content--category {
  flex: 300px;
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 75em) {
  .bbteam-portfolio-5__list--item--content--category {
    justify-content: flex-start;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-5__list--item--content--category {
    flex: 33.33%;
    max-width: 33.33%;
    justify-content: flex-end;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-5__list--item--content--category {
    flex: 100%;
    max-width: 100%;
    margin-top: 15px;
    justify-content: flex-start;
  }
}
.bbteam-portfolio-5__list--item--content--category--item {
  font-size: 16px;
  border: 1px solid var(--color-border);
  padding: 4px 12px;
  border-radius: 100px;
  margin-left: 10px;
  background: var(--color-white);
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-5__list--item--content--category--item {
    margin: 0 10px 0 0;
  }
}
.bbteam-portfolio-5__list--item--content:hover .bbteam-portfolio-5__list--item--content--image img {
  transform: scale(1.2);
}
.bbteam-portfolio-5__list--item--content:hover .bbteam-portfolio-5__list--item--content--heading--title {
  color: var(--bbteam-primary-color);
}

.bbteam-portfolio-6 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-6 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-6__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-6__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-6__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-6__wrapper {
  margin-bottom: 40px;
}
.bbteam-portfolio-6__list {
  border-top: 1px solid var(--color-black-400);
}
.bbteam-portfolio-6__list--item {
  display: flex;
  flex-wrap: wrap;
  flex: 100%;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--color-black-400);
  padding: 40px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-6__list--item {
    padding: 20px 0;
  }
}
.bbteam-portfolio-6__list--item--name {
  flex: calc(100% - 185px);
  max-width: calc(100% - 185px);
}
@media (max-width: 75em) {
  .bbteam-portfolio-6__list--item--name {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-6__list--item--name {
    flex: calc(100% - 200px);
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 35.99em) {
  .bbteam-portfolio-6__list--item--name {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-6__list--item--name h5 {
  width: 100%;
  max-width: 300px;
  margin-right: 80px;
}
@media (max-width: 85.375em) {
  .bbteam-portfolio-6__list--item--name h5 {
    max-width: 200px;
    margin-right: 40px;
  }
}
@media (max-width: 75em) {
  .bbteam-portfolio-6__list--item--name h5 {
    max-width: 100%;
  }
}
.bbteam-portfolio-6__list--item--button {
  flex: 185px;
  max-width: 185px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-6__list--item--button {
    flex: 200px;
    max-width: 200px;
    justify-content: flex-end;
    display: flex;
  }
}
@media (max-width: 35.99em) {
  .bbteam-portfolio-6__list--item--button {
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
    justify-content: flex-start;
  }
}
.bbteam-portfolio-6__list--item--button .icon-arrow-tight-right {
  margin-left: 10px;
  font-size: 14px;
}
.bbteam-portfolio-6__cursor {
  position: fixed;
  top: -100px;
  left: -100px;
  width: 324px;
  height: 218px;
  pointer-events: none;
  opacity: 0;
}
.bbteam-portfolio-6__cursor--media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}
.bbteam-portfolio-6__cursor--media.active {
  opacity: 1;
}
.bbteam-portfolio-6__cursor.disable {
  opacity: 0 !important;
  visibility: hidden !important;
}

.bbteam-portfolio-7 {
  margin-top: 150px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-7 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-7__title {
  margin-bottom: 80px;
  max-width: 800px;
  padding: 0 40px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__title {
    margin-bottom: 50px;
    padding: 0 25px;
  }
}
.bbteam-portfolio-7__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-7__list--item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item {
    margin-bottom: 30px;
  }
}
.bbteam-portfolio-7__list--item--content {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item--content {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-7__list--item--content--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 10px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-7__list--item--content--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-7__list--item--content--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-7__list--item--content--category--item {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item--content--category--item {
    font-size: 12px;
    padding: 1px 10px;
  }
}
.bbteam-portfolio-7__list--item--content--wrap {
  width: 100%;
  max-width: 820px;
  padding: 60px 80px;
}
@media (max-width: 85.375em) {
  .bbteam-portfolio-7__list--item--content--wrap {
    padding: 60px 40px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item--content--wrap {
    padding: 0px 25px;
  }
}
.bbteam-portfolio-7__list--item--content--wrap > * {
  margin-bottom: 25px;
}
.bbteam-portfolio-7__list--item--content--wrap .primary-btn, .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap body .nf-form-content input[type=submit], body .nf-form-content .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2), .aves-header__cart .woocommerce-mini-cart__buttons .bbteam-portfolio-7__list--item--content--wrap a:nth-child(2), .bbteam-portfolio-7__list--item--content--wrap .woocommerce .product .cart .button, .woocommerce .product .cart .bbteam-portfolio-7__list--item--content--wrap .button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .bbteam-portfolio-7__list--item--content--wrap .button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-cart__submit-button, .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit], .woocommerce-Reviews #review_form_wrapper .form-submit .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .bbteam-portfolio-7__list--item--content--wrap input#submit {
  margin-top: 35px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item--content--wrap .primary-btn, .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap body .nf-form-content input[type=submit], body .nf-form-content .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2), .aves-header__cart .woocommerce-mini-cart__buttons .bbteam-portfolio-7__list--item--content--wrap a:nth-child(2), .bbteam-portfolio-7__list--item--content--wrap .woocommerce .product .cart .button, .woocommerce .product .cart .bbteam-portfolio-7__list--item--content--wrap .button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .bbteam-portfolio-7__list--item--content--wrap .button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-cart__submit-button, .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-components-checkout-place-order-button, .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-cart__submit-button, .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-components-checkout-place-order-button, .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button, .bbteam-portfolio-7__list--item--content--wrap .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit], .woocommerce-Reviews #review_form_wrapper .form-submit .bbteam-portfolio-7__list--item--content--wrap input[type=submit], .bbteam-portfolio-7__list--item--content--wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .bbteam-portfolio-7__list--item--content--wrap input#submit {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-7__list--item--content--wrap .primary-btn [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap input[type=submit] [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) [class^=icon-], .aves-header__cart .woocommerce-mini-cart__buttons .bbteam-portfolio-7__list--item--content--wrap a:nth-child(2) [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce .product .cart .button [class^=icon-], .woocommerce .product .cart .bbteam-portfolio-7__list--item--content--wrap .button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce ul.products li.product .button [class^=icon-], .woocommerce ul.products li.product .bbteam-portfolio-7__list--item--content--wrap .button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-cart__submit-button [class^=icon-], .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-components-checkout-place-order-button [class^=icon-], .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-cart__submit-button [class^=icon-], .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-components-checkout-place-order-button [class^=icon-], .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] [class^=icon-], .woocommerce-Reviews #review_form_wrapper .form-submit .bbteam-portfolio-7__list--item--content--wrap input[type=submit] [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit [class^=icon-], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .bbteam-portfolio-7__list--item--content--wrap input#submit [class^=icon-], .bbteam-portfolio-7__list--item--content--wrap .primary-btn [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap input[type=submit] [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .aves-header__cart .woocommerce-mini-cart__buttons a:nth-child(2) [class*=" icon-"], .aves-header__cart .woocommerce-mini-cart__buttons .bbteam-portfolio-7__list--item--content--wrap a:nth-child(2) [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce .product .cart .button [class*=" icon-"], .woocommerce .product .cart .bbteam-portfolio-7__list--item--content--wrap .button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce ul.products li.product .button [class*=" icon-"], .woocommerce ul.products li.product .bbteam-portfolio-7__list--item--content--wrap .button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-cart__submit-button [class*=" icon-"], .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-cart .wc-block-components-checkout-place-order-button [class*=" icon-"], .woocommerce-cart .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-cart__submit-button [class*=" icon-"], .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-cart__submit-button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-checkout .wc-block-components-checkout-place-order-button [class*=" icon-"], .woocommerce-checkout .bbteam-portfolio-7__list--item--content--wrap .wc-block-components-checkout-place-order-button [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce-Reviews #review_form_wrapper .form-submit input[type=submit] [class*=" icon-"], .woocommerce-Reviews #review_form_wrapper .form-submit .bbteam-portfolio-7__list--item--content--wrap input[type=submit] [class*=" icon-"], .bbteam-portfolio-7__list--item--content--wrap .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit [class*=" icon-"], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond .bbteam-portfolio-7__list--item--content--wrap input#submit [class*=" icon-"] {
  margin-left: 10px;
  font-size: 14px;
}
.bbteam-portfolio-7__list--item--gallery {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-7__list--item--gallery {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-7__list--item--gallery--item {
  position: relative;
}
.bbteam-portfolio-7__list--item--gallery--item:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100vh;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-7__list--item--gallery--item:before {
    min-height: 100% !important;
    padding-bottom: 65% !important;
  }
}
.bbteam-portfolio-7__list--item--gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-7__list--item--gallery .swiper-pagination {
  left: 30px;
  text-align: left;
  display: flex;
  bottom: 15px !important;
}
.bbteam-portfolio-7__list--item--gallery .swiper-pagination-bullet {
  width: 11px;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: var(--color-white);
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.bbteam-portfolio-7__list--item--gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 400;
  width: 20%;
  overflow: hidden;
}
.bbteam-portfolio-7__list--item--gallery .swiper-pagination-bullet.swiper-pagination-bullet-active .bar {
  height: 2px;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px 10px 0 10px;
}
.bbteam-portfolio-7__list--item--gallery .swiper-pagination-bullet.swiper-pagination-bullet-active .bar:before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  animation: progress 10s linear;
}

.aves-split-slider__slide {
  position: relative;
}
.aves-split-slider__slide:before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100vh;
  min-height: 600px;
  width: 100%;
}
@media (max-width: 61.99em) {
  .aves-split-slider__slide:before {
    min-height: 100%;
    padding-bottom: 65%;
  }
}
.aves-split-slider__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-split-slider .swiper-pagination {
  left: 30px;
  text-align: left;
  display: flex;
  bottom: 15px !important;
}
.aves-split-slider .swiper-pagination-bullet {
  width: 11px;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  color: var(--color-white);
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
}
.aves-split-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-weight: 400;
  width: 20%;
  overflow: hidden;
}
.aves-split-slider .swiper-pagination-bullet.swiper-pagination-bullet-active .bar {
  height: 2px;
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0px 10px 0 10px;
}
.aves-split-slider .swiper-pagination-bullet.swiper-pagination-bullet-active .bar:before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease-in-out;
  animation: progress 10s linear;
}

.bbteam-portfolio-8 {
  margin-top: 15vh;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-8 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-8__title {
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: 0;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-8__title {
    margin-bottom: 30px;
  }
}
.bbteam-portfolio-8__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-8 .swiper-slide {
  width: auto;
}
.bbteam-portfolio-8 .swiper-slide:first-child {
  margin-left: 40px;
}
.bbteam-portfolio-8 .swiper-slide:last-child {
  margin-right: 40px;
}
.bbteam-portfolio-8__list {
  display: flex;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-8__list {
    padding-left: 25px;
  }
}
.bbteam-portfolio-8__list--item {
  margin-right: 120px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-8__list--item {
    margin-right: 60px;
  }
}
.bbteam-portfolio-8__list--item--image img {
  width: auto;
  height: 100%;
  max-width: 60vw;
  max-height: 38vh;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-8__list--item--image img {
    min-width: 250px;
  }
}
.bbteam-portfolio-8__list--item--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.bbteam-portfolio-8__list--item--content--heading--title {
  font-size: 30px;
  margin-bottom: 10px;
}
.bbteam-portfolio-8__list--item--content--heading--desc {
  color: var(--color-black-400);
}
.bbteam-portfolio-8__list--item--content--year {
  font-size: 24px;
  color: var(--color-black-950);
}

.bbteam-portfolio-1 {
  margin: 0 auto;
  margin-top: 260px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-1 {
    margin-top: 100px;
  }
}
.bbteam-portfolio-1__title {
  margin-bottom: 80px;
  max-width: 700px;
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-1__title {
    margin-bottom: 50px;
  }
}
.bbteam-portfolio-1__title h1 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bbteam-portfolio-1__wrapper {
  margin-bottom: 40px;
}
.bbteam-portfolio-1__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.bbteam-portfolio-1__list--item {
  flex: 50%;
  max-width: 50%;
  padding: 0 40px;
  margin-bottom: 80px;
}
@media (max-width: 47.9375em) {
  .bbteam-portfolio-1__list--item {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-1__list--item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.bbteam-portfolio-1__list--item--content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.bbteam-portfolio-1__list--item--content--image {
  position: relative;
  margin-bottom: 30px;
  flex: 100%;
  max-width: 100%;
  overflow: hidden;
}
.bbteam-portfolio-1__list--item--content--image:before {
  position: relative;
  content: "";
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 75%;
}
.bbteam-portfolio-1__list--item--content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.bbteam-portfolio-1__list--item--content--heading, .bbteam-portfolio-1__list--item--content--category {
  flex: 100%;
  max-width: 100%;
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--heading {
    order: 3;
    margin-top: 20px;
  }
}
.bbteam-portfolio-1__list--item--content--heading--title {
  margin-bottom: 8px;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.bbteam-portfolio-1__list--item--content--heading--desc {
  font-size: 16px;
  color: var(--bbteam-featured-work-desc);
}
.bbteam-portfolio-1__list--item--content--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-1__list--item--content--category--item {
  font-size: 16px;
  border: 1px solid var(--color-border);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  margin-left: 0;
  background: var(--color-white);
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-1__list--item--content--category--item {
    margin: 0 10px 0 0;
  }
}
.bbteam-portfolio-1__list--item--content:hover .bbteam-portfolio-1__list--item--content--image img {
  transform: scale(1.2);
}
.bbteam-portfolio-1__list--item--content:hover .bbteam-portfolio-1__list--item--content--heading--title {
  color: var(--bbteam-primary-color);
}

.bbteam-portfolio-single-1__thumbnail {
  margin-top: 80px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-1__thumbnail {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-1__thumbnail {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-1__thumbnail:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30%;
  min-height: 300px;
}
.bbteam-portfolio-single-1__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-1__gallery--item {
  display: block;
}
.bbteam-portfolio-single-1__heading {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
}
.bbteam-portfolio-single-1__meta {
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto;
  margin-bottom: 80px;
}
.bbteam-portfolio-single-1__meta__item {
  flex: 25%;
  max-width: 25%;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-1__meta__item {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-1__meta__item {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.bbteam-portfolio-single-1__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-1__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-1__meta__value {
  display: block;
  font-size: 18px;
}
.bbteam-portfolio-single-1__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-1__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-1__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin: 5px;
  font-size: 12px;
}
.bbteam-portfolio-single-1__gallery {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.bbteam-portfolio-single-1__gallery--item {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.bbteam-portfolio-single-1__gallery--item:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.bbteam-portfolio-single-1__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-1__navigation {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bbteam-portfolio-single-1__navigation--item {
  flex: 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.bbteam-portfolio-single-1__navigation--item a {
  text-align: center;
  flex-direction: column;
  gap: 20px;
}
.bbteam-portfolio-single-1__navigation--item a span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black-950);
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.bbteam-portfolio-single-1__navigation--item a span:hover {
  color: var(--bbteam-primary-color);
}

.bbteam-portfolio-single-2__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-2__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-2__content, .bbteam-portfolio-single-2__slider {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__content, .bbteam-portfolio-single-2__slider {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-2__content {
  display: flex;
  align-items: center;
  padding: 0 80px;
}
@media (max-width: 85.375em) {
  .bbteam-portfolio-single-2__content {
    padding: 0 40px;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__content {
    padding: 0 25px;
  }
}
.bbteam-portfolio-single-2__gallery--item {
  display: block;
  position: relative;
}
.bbteam-portfolio-single-2__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-2__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-2__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-2__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-2__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-2__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-2__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-2__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-2__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-2__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-2__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-2__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-2__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-3__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
.bbteam-portfolio-single-3__content, .bbteam-portfolio-single-3__slider {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__content, .bbteam-portfolio-single-3__slider {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-3__content {
  margin-bottom: 100px;
  margin-top: 20px;
  position: sticky;
  top: 150px;
  height: 100%;
  bottom: 0;
  padding: 0 80px;
}
@media (max-width: 85.375em) {
  .bbteam-portfolio-single-3__content {
    padding: 0 40px;
  }
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__content {
    padding: 0 25px;
    position: relative;
    top: 0;
    bottom: 0;
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-single-3__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-3__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-3__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-3__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-3__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-3__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-3__gallery {
  margin-bottom: 100px;
}
.bbteam-portfolio-single-3__gallery--item {
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.bbteam-portfolio-single-3__gallery--item img {
  width: 100%;
  height: auto;
}
.bbteam-portfolio-single-3__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-3__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-3__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-3__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-3__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-3__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-3__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

body.bbteam-portfolio-style-3-body {
  overflow: unset;
}

.bbteam-portfolio-single-4__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-4__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-4__content, .bbteam-portfolio-single-4__image {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__content, .bbteam-portfolio-single-4__image {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-4__content {
  margin-bottom: 100px;
  margin-top: 20px;
  padding-left: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__content {
    margin-bottom: 80px;
    margin-top: 0;
    padding-left: 0;
  }
}
.bbteam-portfolio-single-4__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-4__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-4__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-4__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-4__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-4__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-4__gallery {
  margin-bottom: 100px;
}
.bbteam-portfolio-single-4__gallery--item {
  margin-bottom: 40px;
  display: block;
}
.bbteam-portfolio-single-4__gallery--item img {
  width: 100%;
  height: auto;
}
.bbteam-portfolio-single-4__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-4__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-4__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-4__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-4__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-4__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-4__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-5__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-5__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-5__content {
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__content {
    margin-bottom: 100px;
    margin-top: 0;
    padding-left: 0;
  }
}
.bbteam-portfolio-single-5__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-5__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-5__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-5__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-5__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-5__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-5__image {
  flex: 100%;
  max-width: 100%;
}
.bbteam-portfolio-single-5__gallery {
  margin-bottom: 80px;
}
.bbteam-portfolio-single-5__gallery--item {
  margin-bottom: 40px;
  display: block;
}
.bbteam-portfolio-single-5__gallery--item img {
  width: 100%;
  height: auto;
}
.bbteam-portfolio-single-5__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-5__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-5__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-5__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-5__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-5__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-5__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-6__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-6__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-6__content, .bbteam-portfolio-single-6__image {
  flex: 50%;
  max-width: 50%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__content, .bbteam-portfolio-single-6__image {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-6__content {
  margin-bottom: 100px;
  margin-top: 20px;
  padding-left: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__content {
    margin-bottom: 80px;
    margin-top: 0;
    padding-left: 0;
  }
}
.bbteam-portfolio-single-6__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-6__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-6__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-6__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-6__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-6__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-6__gallery {
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__gallery {
    margin-bottom: 80px;
  }
}
.bbteam-portfolio-single-6__gallery--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__gallery--wrapper {
    gap: 0;
    row-gap: 20px;
  }
}
.bbteam-portfolio-single-6__gallery--item {
  flex: calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: block;
  position: relative;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__gallery--item {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-6__gallery--item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.bbteam-portfolio-single-6__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-6__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-6__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-6__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-6__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-6__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-6__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-6__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-7__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-7__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-7__content, .bbteam-portfolio-single-7__image {
  flex: 100%;
  max-width: 100%;
}
.bbteam-portfolio-single-7__content {
  margin-bottom: 54px;
}
.bbteam-portfolio-single-7__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-7__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-7__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-7__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-7__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-7__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-7__gallery {
  margin-bottom: 120px;
}
.bbteam-portfolio-single-7__gallery--wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 40px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__gallery--wrapper {
    gap: 0;
    row-gap: 20px;
  }
}
.bbteam-portfolio-single-7__gallery--item {
  flex: calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: block;
  position: relative;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__gallery--item {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-7__gallery--item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.bbteam-portfolio-single-7__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-7__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-7__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-7__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-7__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-7__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-7__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-7__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-8__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-8__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-8__content {
  flex: 45%;
  max-width: 45%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__content {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-8__image {
  flex: 55%;
  max-width: 55%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__image {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-8__content {
  margin-bottom: 100px;
  margin-top: 20px;
  padding-left: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__content {
    margin-bottom: 80px;
    margin-top: 0;
    padding-left: 0;
  }
}
.bbteam-portfolio-single-8__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-8__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-8__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-8__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-8__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-8__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-8__gallery {
  margin-bottom: 80px;
  margin-right: -1%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery {
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-single-8__gallery--wrapper {
  width: 100%;
}
.bbteam-portfolio-single-8__gallery--wrapper .gutter-sizer {
  width: 3%;
}
.bbteam-portfolio-single-8__gallery--item {
  float: left;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item {
    margin-bottom: 10px;
  }
}
.bbteam-portfolio-single-8__gallery--item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 71%;
}
.bbteam-portfolio-single-8__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+2), .bbteam-portfolio-single-8__gallery--item:nth-child(5n+7) {
  width: 30%;
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+2):before, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+7):before {
  padding-bottom: max(18vh, 350px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item:nth-child(5n+2):before, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+7):before {
    padding-bottom: max(30vw, 150px);
  }
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+3) {
  width: 66%;
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+3):before {
  padding-bottom: max(25vh, 350px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item:nth-child(5n+3):before {
    padding-bottom: max(30vw, 150px);
  }
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+4) {
  width: 65.2%;
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+4):before {
  padding-bottom: max(29vh, 350px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item:nth-child(5n+4):before {
    padding-bottom: max(30vw, 210px);
  }
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+5), .bbteam-portfolio-single-8__gallery--item:nth-child(5n+6) {
  width: 33%;
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+5):before, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+6):before {
  padding-bottom: max(10vh, 155px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item:nth-child(5n+5):before, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+6):before {
    padding-bottom: max(13.5vw, 100px);
  }
}
.bbteam-portfolio-single-8__gallery--item:nth-child(5n+5) img, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+6) img {
  left: 40px;
  width: calc(100% - 40px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__gallery--item:nth-child(5n+5) img, .bbteam-portfolio-single-8__gallery--item:nth-child(5n+6) img {
    left: 10px;
    width: calc(100% - 10px);
  }
}
.bbteam-portfolio-single-8__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-8__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-8__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-8__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-8__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-8__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-8__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-9__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-9__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-9__content {
  margin-bottom: 80px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__content {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-single-9__image {
  width: 100%;
  margin-right: -1%;
}
.bbteam-portfolio-single-9__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-9__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-9__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-9__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-9__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-9__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-9__gallery {
  margin-bottom: 80px;
  margin-right: -1%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery {
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-single-9__gallery--wrapper {
  width: 100%;
}
.bbteam-portfolio-single-9__gallery--wrapper .gutter-sizer {
  width: 3%;
}
.bbteam-portfolio-single-9__gallery--item {
  float: left;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item {
    margin-bottom: 10px;
  }
}
.bbteam-portfolio-single-9__gallery--item:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 71%;
}
.bbteam-portfolio-single-9__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+2), .bbteam-portfolio-single-9__gallery--item:nth-child(5n+7) {
  width: 30%;
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+2):before, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+7):before {
  padding-bottom: max(25vh, 450px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item:nth-child(5n+2):before, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+7):before {
    padding-bottom: max(30vw, 150px);
  }
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+3) {
  width: 66%;
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+3):before {
  padding-bottom: max(25vh, 450px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item:nth-child(5n+3):before {
    padding-bottom: max(30vw, 150px);
  }
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+4) {
  width: 65.2%;
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+4):before {
  padding-bottom: max(30vh, 450px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item:nth-child(5n+4):before {
    padding-bottom: max(30vw, 210px);
  }
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+5), .bbteam-portfolio-single-9__gallery--item:nth-child(5n+6) {
  width: 33%;
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+5):before, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+6):before {
  padding-bottom: max(13.5vh, 205px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item:nth-child(5n+5):before, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+6):before {
    padding-bottom: max(13.5vw, 100px);
  }
}
.bbteam-portfolio-single-9__gallery--item:nth-child(5n+5) img, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+6) img {
  left: 40px;
  width: calc(100% - 40px);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__gallery--item:nth-child(5n+5) img, .bbteam-portfolio-single-9__gallery--item:nth-child(5n+6) img {
    left: 10px;
    width: calc(100% - 10px);
  }
}
.bbteam-portfolio-single-9__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-9__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-9__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-9__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-9__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-9__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-9__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-10__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-10__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-10__content {
  flex: 45%;
  max-width: 45%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__content {
    flex: 100%;
    max-width: 100%;
  }
}
.bbteam-portfolio-single-10__image {
  flex: 55%;
  max-width: 55%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__image {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.bbteam-portfolio-single-10__content {
  margin-top: 20px;
  padding-left: 80px;
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__content {
    margin-bottom: 80px;
    margin-top: 0;
    padding-left: 0;
  }
}
.bbteam-portfolio-single-10__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-10__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-10__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-10__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-10__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-10__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-10__gallery--item {
  display: block;
  position: relative;
}
.bbteam-portfolio-single-10__gallery--item:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__gallery--item:before {
    padding-bottom: 60%;
  }
}
.bbteam-portfolio-single-10__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-10__gallery .swiper-button-prev, .bbteam-portfolio-single-10__gallery .swiper-button-next {
  transform: translateY(-50%);
  background: var(--color-white);
  padding: 7px 9px;
  color: var(--color-black-950);
  margin: 0;
}
.bbteam-portfolio-single-10__gallery .swiper-button-prev:after, .bbteam-portfolio-single-10__gallery .swiper-button-next:after {
  font-size: 18px;
}
.bbteam-portfolio-single-10__gallery .swiper-button-next {
  right: 0;
}
.bbteam-portfolio-single-10__gallery .swiper-button-prev {
  left: 0;
}
.bbteam-portfolio-single-10__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-10__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-10__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-10__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-10__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-10__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-10__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

.bbteam-portfolio-single-11__wrap {
  margin-top: 140px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__wrap {
    margin-top: 80px;
  }
}
@media (max-width: 47.99em) {
  .bbteam-portfolio-single-11__wrap {
    margin-top: 60px;
  }
}
.bbteam-portfolio-single-11__content {
  margin-bottom: 120px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__content {
    margin-bottom: 80px;
  }
}
.bbteam-portfolio-single-11__content, .bbteam-portfolio-single-11__image {
  flex: 100%;
  max-width: 100%;
}
.bbteam-portfolio-single-11__heading--title {
  margin-bottom: 20px;
}
.bbteam-portfolio-single-11__heading--category {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 24px 0;
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-11__heading--category {
    justify-content: flex-start;
  }
}
.bbteam-portfolio-single-11__heading--category--item {
  font-size: 16px;
  border: 1px solid var(--color-black-400);
  padding: 4px 12px;
  border-radius: 100px;
  margin-right: 10px;
  background: transparent;
  color: var(--color-black-950);
}
@media (max-width: 75em) {
  .bbteam-portfolio-single-11__heading--category--item {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    font-size: 14px;
  }
}
.bbteam-portfolio-single-11__heading--desc {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 42px;
  color: var(--color-black-600);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__heading--desc {
    font-size: 18px;
    line-height: normal;
  }
}
.bbteam-portfolio-single-11__gallery {
  margin-bottom: 80px;
}
.bbteam-portfolio-single-11__gallery--item {
  display: block;
  position: relative;
}
.bbteam-portfolio-single-11__gallery--item:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.bbteam-portfolio-single-11__gallery--item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bbteam-portfolio-single-11__gallery .swiper-button-prev, .bbteam-portfolio-single-11__gallery .swiper-button-next {
  transform: translateY(-50%);
  background: var(--color-white);
  padding: 7px 9px;
  color: var(--color-black-950);
  margin: 0;
}
.bbteam-portfolio-single-11__gallery .swiper-button-prev:after, .bbteam-portfolio-single-11__gallery .swiper-button-next:after {
  font-size: 18px;
}
.bbteam-portfolio-single-11__gallery .swiper-button-next {
  right: 0;
}
.bbteam-portfolio-single-11__gallery .swiper-button-prev {
  left: 0;
}
.bbteam-portfolio-single-11__meta__item {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 24px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__meta__item {
    margin-right: 40px;
    margin-bottom: 20px;
  }
}
.bbteam-portfolio-single-11__meta__item.share-meta {
  display: block;
  margin-top: 60px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__meta__item.share-meta {
    margin-top: 40px;
  }
}
.bbteam-portfolio-single-11__meta__label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__meta__label {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-11__meta__value {
  display: block;
  font-size: 18px;
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__meta__value {
    font-size: 16px;
  }
}
.bbteam-portfolio-single-11__meta .share-button--title {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  color: var(--color-black-950);
}
@media (max-width: 61.99em) {
  .bbteam-portfolio-single-11__meta .share-button--title {
    font-size: 18px;
  }
}
.bbteam-portfolio-single-11__meta .share-button__wrap .share-popup a {
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 32px 5px 0;
  font-size: 12px;
  color: var(--color-black-950);
}

/*--------------------
 Banner Styles
----------------------*/
:root {
  --banner-text-color: var(--color-white);
}

.aves-banner--1 {
  position: relative;
}
@media (max-width: 64em) {
  .aves-banner--1 {
    margin-top: 60px;
    aspect-ratio: 16/3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.aves-banner--1__content {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
@media (max-width: 64em) {
  .aves-banner--1__content {
    padding: 24px 24px;
  }
}
.aves-banner--1__content--title {
  text-align: center;
}
.aves-banner--1__content--title--heading {
  color: var(--banner-text-color);
  font-size: 35px;
  margin: 0;
}
.aves-banner--1__content--title--breadcrumb {
  margin-top: 15px;
}
.aves-banner--1__content--title--breadcrumb .aves-breadcrumb, .aves-banner--1__content--title--breadcrumb .aves-breadcrumb * {
  color: var(--banner-text-color);
}
.aves-banner--1__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.aves-banner--1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-banner--1__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

:root {
  --banner-text-color: var(--color-white);
}

.aves-banner--2 {
  position: relative;
}
@media (max-width: 64em) {
  .aves-banner--2 {
    margin-top: 70px;
  }
}
@media (max-width: 47.99em) {
  .aves-banner--2 {
    margin-top: 60px;
    aspect-ratio: 16/7;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.aves-banner--2__content {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media (max-width: 47.99em) {
  .aves-banner--2__content {
    padding: 24px 24px;
  }
}
.aves-banner--2__content--title {
  text-align: center;
}
.aves-banner--2__content--title--heading {
  color: var(--banner-text-color);
  margin: 0;
}
.aves-banner--2__content--title--description {
  margin-top: 15px;
}
.aves-banner--2__content--title--description p, .aves-banner--2__content--title--description * {
  color: var(--banner-text-color);
}
.aves-banner--2__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.aves-banner--2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aves-banner--2__image--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
