/** Shopify CDN: Minification failed

Line 901:0 Unexpected "}"

**/
* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
* {
  box-sizing: border-box;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
a,
button {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
ul,
ol {
  list-style: none;
}
button,
input,
optgroup,
select,
textarea {
  line-height: 1;
}
html {
  scroll-behavior: smooth;
}
button {
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: none;
  padding: 0;
}
figure {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
input,
textarea,
button,
select,
a {
  cursor: pointer;
  color: #34383a;
  -webkit-tap-highlight-color: transparent;
  -ms-appearance: none;
  appearance: none;
  background: 0 0;
  border: none;
  outline: none;
  padding: 0;
  text-decoration: none;
}
a {
  background-color: transparent;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #34383a;
  text-decoration: none;
}
body {
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  overflow-x: hidden !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
picture {
  z-index: 1;
  position: relative;
}
img {
  max-width: 100%;
}
svg {
  width: 100%;
  height: auto;
}
[hide] {
  display: none;
}
input:-webkit-autofill {
  caret-color: transparent;
  -webkit-box-shadow: 0 0 0 30px var(--white) inset;
  -webkit-text-fill-color: var(--text120);
  background-color: transparent !important;
}
body {
  scroll-behavior: smooth;
}
html {
  font-size: 1px;
}
@media (max-width: 1300px) {
  html {
    font-size: 0.0694445vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.266667vw;
  }
}
.mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile {
    display: inline-block !important;
  }
}
.desktop {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
:root {
  --dark: #0d0d0d;
  --light: #fff;
  --primary: #d80308;
  --primaryH: #b20004;
  --secondaryBH: #237b00;
  --secondary: #75a9c3;
  --purple: #183849;
  --gold: #b78a39;
  --grey: #717171;
  --grey2: #5e5e5e;
  --bg: #fff;
  --bgDark: #10212c;
  --font: 'Inter', sans-serif;
}
body {
  background: var(--bg);
  font-family: var(--font);
  color: var(--dark);
  font-optical-sizing: auto;
  letter-spacing: -0.6rem;
  margin: 0 auto;
  /* padding-top: 80rem; */
  font-size: 17rem;
  font-weight: 500;
  line-height: 140%;
}
a:focus,
a:hover {
  color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
}
.nobreak {
  white-space: nowrap;
}
.btn {
  white-space: nowrap;
  letter-spacing: 0.3rem;
  letter-spacing: -0.3rem;
  border-radius: 37.5rem;
  justify-content: center;
  align-items: center;
  height: 44rem;
  padding: 0 22rem;
  font-size: 17rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  color: var(--light) !important;
  background: var(--primary) !important;
}
input[type='submit'] {
  white-space: nowrap;
  letter-spacing: 0.3rem;
  letter-spacing: -0.3rem;
  border-radius: 37.5rem;
  justify-content: center;
  align-items: center;
  height: 44rem;
  padding: 0 22rem;
  font-size: 17rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  color: var(--light) !important;
  background: var(--primary) !important;
}
.btn:hover {
  background: var(--primaryH) !important;
}
@media (max-width: 767px) {
  .btn {
    height: 42rem;
  }
  input[type='submit'] {
    height: 42rem;
  }
}
.btn.btn--secondary {
  background: var(--dark) !important;
}
input[type='submit'].btn--secondary {
  background: var(--dark) !important;
}
.btn.btn--secondary:hover {
  background: var(--secondaryBH) !important;
}
input[type='submit'].btn--secondary:hover {
  background: var(--secondaryBH) !important;
}
.section-content-wrapper p{
      padding-top: 5rem;
    padding-bottom: 5rem;
}
.section-content-wrapper h1{
   font-size: 26rem;
    font-weight: bold;
    margin-bottom: 30rem!important;
}
.section-content-wrapper,
.container {
  max-width: 1200rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  
.section-content-wrapper,
  .container {
    max-width: 338rem;
  }
}
.header-section,
#header-group,#header-component{
  
  position: sticky!important;
  top: 0;
  left:0;
  z-index: 10;
  width: 100%;
}
#header-component {
  background: var(--purple) no-repeat center top;
  height: 80rem;
  font-family: var(--font);
  width: 100%;
  font-size: 15rem;
  top: 0;
  display: block;
}
@media (max-width: 767px) {
  #header-component {
    font-size: 14rem;
    height: 60rem;
  }
}
#header-component .container {
  align-content: center;
  justify-content: space-between;
  align-items: center;
  min-width: 1200rem;
  max-width: 100%;
  height: 100%;
  padding: 0 120rem;
  display: flex;
}
@media (max-width: 767px) {
  #header-component .container {
    min-width: 336rem;
    max-width: 336rem;
    padding: 0;
  }
}
header h1 {
  height: 40rem;
}
@media (max-width: 767px) {
  header h1 {
    height: 50rem;
    max-width: 170rem;
  }
}
header h1 span {
  text-indent: -9000rem;
  color: transparent;
  display: none;
  overflow: hidden;
}
header h1 a {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}
header h1 a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  header h1 a:hover {
    opacity: 1;
  }
}
header h1 a .header__logo__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: auto;
  height: 100%;
  max-height: 100%;
  width: 240rem;
}

header h1 a .header__logo__img img {
  object-fit: contain;
  max-height: 100%;
}
@media (max-width: 767px) {
  header h1 a .header__logo__img {
        min-width: 185rem;
        position: relative;
        left: 8rem;
  }
  
header h1 a .header__logo__img img {
    height: 100%;
    width: 80%;
}
}
header .flex {
  align-content: center;
  align-items: center;
  gap: 20rem;
  display: flex;
}
header .btn {
  height: 40rem;
  padding: 0 23rem;
  font-size: 16rem;
}
header nav + .btn {
  display: inline-flex!important;
}
@media (max-width: 767px) {
header nav + .btn {
  display: none!important;
}
  header .btn {
    height: 35rem;
    padding: 0 14rem;
        font-size: 13rem;
        /* margin-top: 20rem; */
        span{
          display: none;
          
        }
        &:after{
            content: attr(data-mobile);
 
        }
  }
}
header .menu{
  width: auto;
}
header ul {
  gap: 34rem;
  display: flex;
}
header ul li {
  list-style: none;
}
header ul li a {
  color: var(--light);
  letter-spacing: -0.3rem;
  font-size: 16rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
header ul li a:hover {
  opacity: 0.5;
}
header .header__menu {
  display: none;
}
@media (min-width: 768px) {
  .menu{
    background: none!important;
  }
}
@media (max-width: 767px) {
  header .header__menu {
    cursor: pointer;
    width: 28rem;
    transition: -ms-transform 0.3s, transform 0.3s;
    display: block;
  }
  header .header__menu .bar {
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    transition: all 0.3s;
  }
header .menu{
    z-index: 10;
    top: 60rem;
}
}
header .header__menu.active .top {
  transform: translate(-25%) translateY(25%) rotate(45deg);
}
header .header__menu.active .middle {
  opacity: 0;
}
header .header__menu.active .bottom {
  transform: translate(-25%) translateY(-32%) rotate(-45deg);
}
@media (max-width: 767px) {
  header nav {
    cursor: pointer;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cbe3ee));
    background: linear-gradient(#fff 0%, #cbe3ee 100%);
    width: 100%;
    height: 100%;
    padding-bottom: 80rem;
    transition: left 0.3s;
    position: fixed;
    top: 80rem;
    left: 100%;
    overflow: auto;
    width: 100%!important;
  }
  header nav.open {
    left: 0;
  }
  header nav + div {
    gap: 20rem;
    display: flex;
  }
  header nav ul {
    border-bottom: 2px solid #bfbfbf66;
    flex-direction: column;
    gap: 18.3rem;
    margin: 20rem;
    padding: 20rem 20rem 39rem;
  }
  header nav ul li {
    border-bottom: 0.75px solid #bfbfbf66;
    list-style: none;
  }
  header nav ul li a {
    color: var(--dark);
    background: url(arrow.7935a99a.svg) right 11rem/12rem no-repeat;
    padding: 5rem 0;
    font-size: 18rem;
    display: block;
  }
  header nav ul + .btn {
        width: auto;
        height: 40rem;
        margin: 40rem 20rem 30rem;
        display: flex !important;
  }
}
footer {
  background: var(--bgDark);
  padding: 0 10rem;
  position: relative;
  overflow: hidden;
}
footer .wrap {
  max-width: 1146rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .wrap {
    max-width: 336rem;
  }
}
footer .footer-top-inner {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40rem 0 29rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-top-inner {
    flex-direction: column;
    padding: 21rem 0 29rem;
  }
}
footer .footer-top-inner a {
  color: #fff;
  text-decoration: none;
}
footer .footer-top-inner a:hover {
  color: #F8F8F8;
  cursor: pointer;
}
footer .footer-top-inner .footer-logo {
  height: 51rem;
  margin-top: 20rem;
  margin-bottom: 22rem;
  margin-left: 0;
}
footer .footer-top-inner .footer-logo {
    max-height: 100%;
    object-fit: contain;
}
footer .footer-top-inner .footer-content {
  color: #fff;
  letter-spacing: -0.51rem;
  max-width: 510rem;
  font-weight: 500;
  line-height: 150%;
}
footer .footer-top-inner .footer-content p {
  font-size: 13rem;
  line-height: 150%;
    white-space: pre-wrap;
}
@media (max-width: 767px) {
  footer .footer-top-inner .footer-logo {

    height: 51rem;
    width: 217rem;
    margin-top: 29rem;
    margin-bottom: 17rem;
    margin-left: 0;

}
  footer .footer-top-inner .footer-content {
    padding-right: 1rem;
    line-height: 152%;
  }
footer .footer-top-inner .footer-content p {

    margin-bottom: 17rem;
}
}
footer .footer-top-inner .footer-two-cols {
  justify-content: flex-end;
  gap: 27rem;
  width: 30%;
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-top-inner .footer-two-cols {
    width: 100%;
    margin-top: -1rem;
    display: flex;
  }
}
footer .footer-top-inner .footer-two-cols .footer-col {
  color: #fff;
  text-transform: capitalize;
  width: 43%;
  font-size: 14rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  footer .footer-top-inner .footer-two-cols .footer-col {
    width: 100%;
  }
}
footer .footer-top-inner .footer-two-cols .footer-col p {
  margin-top: 12rem;
  margin-bottom: 10rem;
  padding-bottom: 0;
  font-size: 16rem;
  font-weight: 500;
}
footer .footer-top-inner .footer-two-cols .footer-col p:first-of-type {
  border-bottom: 0.75rem solid rgba(151, 151, 151, 0.25);
  margin-top: 18rem;
  margin-bottom: 16rem;
  margin-right: 13rem;
  padding-bottom: 2rem;
  font-size: 14rem;
  font-weight: 700;
}
footer .footer-bottom {
  z-index: 1;
  border-top: 0.75rem solid rgba(151, 151, 151, 0.25);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-bottom {
    flex-direction: column;
  }
}
footer .footer-bottom .fb-flexer {
  justify-content: flex-start;
  gap: 33rem;
  width: 59%;
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-bottom .fb-flexer {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    gap: 5rem 14rem;
    width: 90%;
    padding-top: 11rem;
    display: flex;
  }
}
footer .footer-bottom p {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: -0.7rem;
  padding: 14rem 0;
  font-size: 14rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .footer-bottom p {
    padding: 0;
  }  footer .footer-bottom p:first-child {
    
    display: block;
    width: 100%;
  }
}
footer .footer-bottom a {
  color: #fff;
  text-decoration: none;
}
footer .footer-bottom a:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}
footer .footer-bottom .fb-socials {
  justify-content: flex-end;
  gap: 3rem;
  width: 30%;
  margin: 5rem 0 0;
  display: flex;
}
@media (max-width: 767px) {
  footer .footer-bottom .fb-socials {
        justify-content: center;
        margin: 34rem auto;
        display: flex;
        gap: 13rem;
  }
}
footer .footer-bottom .fb-socials svg {
  width: 25rem;
  margin-left: 10rem;
}
@media (max-width: 767px) {
  footer .footer-bottom .fb-socials svg {
  margin-left: 0;
    width: 24rem;
  }
}
/* main > *{
  overflow: hidden;
} */
.section {
  padding-top: 80rem;
  padding-bottom: 80rem;
  scroll-margin-top: 10rem;
}
@media (max-width: 767px) {
  .section {
    padding-top: 40rem;
    padding-bottom: 40rem;
  scroll-margin-top: 40rem;
  }
}
.section__header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 14rem;
  margin-bottom: 24rem;
  display: flex;
    align-items: flex-end;
}
@media (max-width: 767px) {
  .section__header {
    flex-direction: column;
  }
}
.section__header p {
  font-weight: 400;
}
@media (max-width: 767px) {
  .section__header > div {
    width: 100%;
  }
}
.section__header > div .section__title {
  width: 450rem;
  margin-bottom: 14rem;
}
.section__header > div:first-child {
  margin-right: 81rem;
}
.section__header > div:last-child p {
    letter-spacing: -.64rem;
    margin-bottom: 5rem;
    line-height: 26rem;
    white-space: pre-wrap;
}
.section__header.full {
  flex-direction: column;
  align-items: center;
  display: flex;
    max-width: 1060rem;
    margin: 0 auto;
}.section__header h3 {
    max-width: 796rem;
  }
  .section__header.full h3 {
    max-width: 100%;
  }
@media (max-width: 767px) {
  
    .section__header>div:first-child{
      margin-right: 0;

    }
  .section__header.full {
    margin-bottom: 24rem;
  }
}
.section__header.full__h2 {
  letter-spacing: -0.8rem;
  color: var(--light);
  font-size: 37rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section__header.full__h2 {
    font-size: 31rem;
  }
}
.section__header.full p {
  text-align: center;
    white-space: pre-wrap;
}
.section__title {
  letter-spacing: -0.3rem;
  color: var(--secondary);
  text-transform: capitalize;
  margin: 0;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.2;
}
.section__subtitle {
  letter-spacing: -0.4rem;
  color: var(--dark);
  text-transform: capitalize;
  margin: 0;
  font-size: 36rem;
  font-weight: 600;
  line-height: 1.2;
}
  .section__header.full .section__subtitle{
    text-align: center;
  }
@media (max-width: 767px) {
  .section__subtitle {
        font-size: 28rem;
  }
  .section__header.full .section__subtitle{
    text-align: center;
  }
}
.section__subtitle + p {
  max-width: 1030rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section__subtitle + p {
    margin-top: -3rem;
    line-height: 150%;
  }
}
.btp_hero {
  height: 600rem;
  margin-bottom: -1rem;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 80rem)!important;
  min-height: 520rem;
}
/*
    /* min-height: 640rem;

    height: calc(100dvh - 60rem) !important;
        .btp_hero__image {
        height: 100%;
        width: 100%;
    }


*/
@media (min-width: 768px) {
  
.btp_hero.bottom .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 80rem;
  }
  .btp_hero.top .container{
    height: 100%;
    display: flex;
    align-items: flex-start;
    padding-top: 80rem;

  }
}
@media (max-width: 767px) {
  .btp_hero {
        height: 632rem !important;
        margin-bottom: 0;
        padding: 0;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        padding-bottom: 30rem;
        
    height: calc(100svh - 60rem) !important;
        .btp_hero__image {
        height: 100%;
        width: 100%; 
       }
    }
  }
}

@media (min-width: 1700px) {
.btp_hero {
  height: 720rem;
}
}

@media (min-width: 2300px) {
.btp_hero {
  height: 940rem;
}
}
.btp_hero .container {
  z-index: 2;
  min-width: 1200rem;
  max-width: 100%;
    max-width: 1550rem;
  padding: 0 120rem;
  position: relative;
  top: 50%;
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
@media (max-width: 767px) {
  .btp_hero .container {
    min-width: 336rem;
    max-width: 336rem;
    padding: 0;
    top: 0;
    -ms-transform: none;
    transform: none;
  }
}
.btp_hero__image {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
@media (max-width: 767px) {
  .btp_hero__image {
    height: auto;
        width: 100%;
  }
}
.btp_hero__image img {
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  width: 100%;
  height: 100%;
}
.btp_hero__inner {
  gap: 18rem;
  max-width: 617rem;
    max-width: 50%;
    max-width: 48%;
  display: grid;
}
@media (max-width: 767px) {
  .btp_hero__inner {
        text-align: left;
        gap: 10rem;
        padding-top: 0;
        max-width: 100%;
  }
}
.btp_hero__title {
  color: var(--dark);
  letter-spacing: -0.5rem;
  margin: 0;
  font-size: 48rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .btp_hero__title {
        width: auto;
        padding: 0;
        font-size: 32rem;
        line-height: 116.4%;
  }
}
.btp_hero__desc {
  letter-spacing: -0.5rem;
  color: var(--dark);
  font-size: 18rem;
  font-weight: 400;
  line-height: 140%;
    white-space: pre-wrap;
}
@media (max-width: 767px) {
  .btp_hero__desc {
        letter-spacing: -.7rem;
        padding: 0;
        font-size: 15rem;
        line-height: 140%;
  }
}
.btp_hero__meta {
  letter-spacing: -0.5rem;
  color: var(--dark);
  font-size: 18rem;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .btp_hero__meta {
        width: auto;
        margin: 0 auto;
        font-size: 14rem;
        line-height: 135%;
  }
}
.btp_hero strong {
  font-weight: 700;
}
.btp_hero span {
  color: transparent!important;
  position: relative;
}
.btp_hero span:before {
  content: '';
  background: #95bdcd;
  background: var(--secondary);
  width: 1rem;
  height: 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btp_hero__actions {
  flex-wrap: wrap;
  gap: 12rem;
  display: flex;
}
@media (max-width: 767px) {
  .btp_hero__actions {
        justify-content: start;
        align-items: start;
        margin-top: 0;
        .btn{
          
    height: 35rem;
        }
  }
}

.btp_hero2 {
  justify-content: center;
  align-items: center;
  height: 600rem;
  margin-bottom: -1rem;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .btp_hero2 {
   /* height: auto;*/
    margin-bottom: 0;
    padding: 0 0 4rem;
  }
}

@media (min-width: 1700px) {
.btp_hero2 {
  height: 720rem;
}
.btp_hero2 .btp_video__image {
    width: 597rem!important;
    height: 339rem!important;
    max-width: initial!important;
    margin-top: -2rem!important;
}
  .btp_hero2__image2 {
    margin-top: -1rem!important;
  }
}

@media (min-width: 2300px) {
.btp_hero2 {
  height: 940rem;
}
.btp_hero2 .btp_video__image {
    width: 1003rem!important;
    height: 559rem!important;
    max-width: initial!important;
    margin-top: -2rem!important;
}
}
.btp_hero2 .container {
  z-index: 2;
  min-width: 1200rem;
  max-width: 100%;
  padding: 0 120rem;
  position: relative;
}

@media (width <= 767px) {
  .btp_hero2 .container {
    min-width: 306rem;
    max-width: 306rem;
    padding: 0;
    top: 0;
    transform: none;
  }
}

.btp_hero2__image {
  z-index: -1;
  width: max-content;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

@media (width <= 767px) {
  .btp_hero2__image {
    height: auto;
  }
}

.btp_hero2__image img {
  object-fit: cover;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 100%;
}

.btp_hero2__image2 {
  z-index: 3;
  pointer-events: none;
  width: 170rem;
  margin-top: -39rem;
  margin-left: 300rem;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 767px) {
  .btp_hero2__image2 {
    width: 110rem;
    margin-top: 1rem;
    margin-left: 127rem;
  }
}

.btp_hero2__inner {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 917rem;
  margin: 0 auto;
  display: flex;
}

@media (width <= 767px) {
  .btp_hero2__inner {
    text-align: center;
    gap: 0;
    padding-top: 0;
  }
}

.btp_hero2__title {
  color: var(--dark);
  letter-spacing: -.5rem;
  margin: 0 0 12rem;
  font-size: 48rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (width <= 767px) {
  .btp_hero2__title {
    width: auto;
    margin-bottom: 16rem;
    padding: 0;
    font-size: 32rem;
        margin-top: -22rem;
  }
}

.btp_hero2__desc {
  letter-spacing: -.5rem;
  color: var(--dark);
  margin-bottom: 12rem;
  font-size: 18rem;
  font-weight: 500;
  line-height: 140%;
}

@media (width <= 767px) {
  .btp_hero2__desc {
    letter-spacing: -.7rem;
    padding: 0;
    font-size: 16rem;
  }
}

.btp_hero2__meta {
  letter-spacing: -.5rem;
  color: var(--dark);
  font-size: 22rem;
  font-weight: 700;
  line-height: 130%;
}

@media (width <= 767px) {
  .btp_hero2__meta {
    width: auto;
    margin: 0 auto;
    font-size: 20rem;
    line-height: 130%;
  }
}

.btp_hero2 strong {
  font-weight: 700;
}

@media (width <= 767px) {
  .btp_hero2 strong {
    display: block;
  }
}

.btp_hero2 span {
  color: #0000;
  position: relative;
}

@media (width <= 767px) {
  .btp_hero2 span {
    margin: -7rem 0;
    display: block;
  }
}

.btp_hero2 span:before {
  content: "";
  background: #95bdcd;
  background: var(--secondary);
  width: 1rem;
  height: 18rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 767px) {
  .btp_hero2 span:before {
    width: 100%;
    height: 1rem;
  }
}

.btp_hero2__actions {
  flex-wrap: wrap;
  gap: 12rem;
  display: flex;
}

@media (width <= 767px) {
  .btp_hero2__actions {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}

.btp_hero2__actions a {
  width: 180rem;
  height: 44rem;
  margin-top: 12rem;
  margin-bottom: 19rem;
}

@media (width <= 767px) {
  .btp_hero2__actions a {
    margin-top: 18rem;
    margin-bottom: 19rem;
  }
}

.btp_hero2 .btp_video__image {
  width: 543rem;
  height: 299rem;
  max-width: initial;
  margin-top: -2rem;
}

@media (width <= 767px) {
  .btp_hero2 .btp_video__image {
    width: 342rem;
    height: 194rem;
    margin-top: -2rem;
  }
}

.btp_statistics {
  text-align: center;
    padding-top: 100rem;
    padding-bottom: 40rem;
    &.light{
      color: #FFF
    }
}

@media (width <= 767px) {
  .btp_statistics {
    background: linear-gradient(#fff 0%, #cbe3ee 100%);
    padding-top: 40rem;
  }
}

.btp_statistics__ul {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 62rem;
  margin-top: 44rem;
  display: flex;
}

@media (width <= 767px) {
  .btp_statistics__ul {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
    margin-top: 39rem;
    display: flex;
  }

  .btp_statistics__ul__p {
    gap: 19rem;
    margin-top: 34rem;
    margin-bottom: -4rem;
    display: flex;
  }
}

.btp_statistics__ul li {
  width: 248rem;
}

@media (width <= 767px) {
  .btp_statistics__ul li {
    width: auto;
  }
}

.btp_statistics__ul li strong {
  color: var(--gold);
  margin-bottom: 9rem;
  font-size: 44rem;
  font-weight: 600;
  line-height: 33rem;
  display: block;
}

@media (width <= 767px) {
  .btp_statistics__ul li strong {
    margin-bottom: 9rem;
    font-size: 44rem;
  }
}

.btp_statistics__ul li span {
  font-weight: 600;
}

@media (width <= 767px) {
  .btp_statistics__ul li span {
    padding: 0 50rem;
    font-size: 17rem;
    line-height: 140%;
    display: block;
  }
}

.btp_statistics__ul li span span {
  font-size: 14rem;
}

@media (width <= 767px) {
  .btp_statistics__ul li span span {
    display: inline;
  }
}
.btp_video {
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cbe3ee));
  background: linear-gradient(#fff 0%, #cbe3ee 100%); 
  &.light{
    color: #FFF;
    .section__subtitle{
      color: #FFF!important;

    }
  }
}
.btp_video__image {
  justify-content: center;
  align-items: center;
  height: 547rem;
  margin: 30rem 118rem 0;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .btp_video__image {
    height: 191rem;
    margin: 30rem 0 0;
  }
  /* .btp_video .section__title{
    display: none;
  } */
}
.btp_video__image__image {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.btp_video__image__image img,
.btp_video__image__image video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.btp_video__image__button {
  z-index: 1;
  width: 128rem;
  height: 36rem;
  color: var(--light);
  backdrop-filter: blur(5rem);
  border: 1px solid #ffffff4d;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-size: 14rem;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btp_video__image__button:before {
  content: "";
  background: linear-gradient(90deg, #0000, #fffc, #0000);
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.btp_video__image__button:after {
  content: "";
  background: linear-gradient(90deg, #0000, #fffc, #0000);
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btp_video__image__button svg {
  width: 10rem;
  margin: 2rem 0 0 10rem;
}

.btp_video__h4 {
  letter-spacing: -0.3rem;
  color: var(--dark);
  text-transform: capitalize;
  margin-top: 33rem;
  margin-bottom: 12rem;
  font-size: 36rem;
  font-weight: 600;
  line-height: 1.2;
}
.btp_video.light .btp_video__h4 ,
.btp_video.light .btp_video__h4 {
      color: #FFF
    }
@media (max-width: 767px) {
  .btp_video__h4 {
    margin-top: 35rem;
    margin-bottom: 12rem;
    font-size: 28rem;
  }
}
.btp_video__p {
  max-width: 960rem;
  margin: 0 auto;
  font-weight: 400;
    white-space: pre-wrap;
}
@media (max-width: 767px) {
  .btp_video__p br {
    display: none;
  }
}
.btp_video__ul {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 62rem;
  margin-top: 44rem;
  display: flex;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
  .btp_video__ul {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
    margin-top: 39rem;
    display: flex;
  }
  .btp_video__ul__p {
    gap: 19rem;
    margin-top: 34rem;
    margin-bottom: -4rem;
    display: flex;
  }
}
.btp_video__ul li {
  width: 248rem;
}
@media (max-width: 767px) {
  .btp_video__ul li {
    width: auto;
  }
}
.btp_video__ul li strong {
  color: var(--gold);
  margin-bottom: 9rem;
  font-size: 44rem;
  font-weight: 600;
  line-height: 33rem;
  display: block;
}
@media (max-width: 767px) {
  .btp_video__ul li strong {
    margin-bottom: 9rem;
    font-size: 44rem;
  }
}
.btp_video__ul li span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .btp_video__ul li span {
    padding: 0 46rem;
    font-size: 17rem;
    line-height: 140%;
    display: block;
  }
}
.btp_video__ul li span span {
  font-size: 14rem;
}
@media (max-width: 767px) {
  .btp_video__ul li span span {
    display: inline;
  }
}
.closeme{
    color: #FFF;
    pointer-events: none;
    text-align: right;
    position: absolute;
    top: 26rem;
    right: 26rem;
    font-size: 26rem;
}
.popupvideo {
  visibility: hidden;
  text-align: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.95);
  border-radius: 6rem;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 5% 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.popupvideo.show {
  visibility: visible;
  animation: 1s fadeIn;
}
.videoWrapper {
  width: 100%;
  max-width: 1040rem;
  height: 0;
  margin: 0 auto;
  padding-bottom: 50.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200rem) {
  .videoWrapper {
    max-width: 70%;
    padding-bottom: 40.25%;
  }
}
.btp_listItemIcons {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cbe3ee));
  background: linear-gradient(#fff 0%, #cbe3ee 100%);
}
@media (max-width: 767px) {
  .btp_listItemIcons .section__subtitle {
    text-align: center;
  }
}
.btp_listItemIcons__ul {
  flex-wrap: wrap;
  gap: 40rem 10rem;
  margin-top: 40rem;
  display: flex;
}
@media (max-width: 767px) {
  .btp_listItemIcons__ul {
    flex-wrap: wrap;
    gap: 23rem 10rem;
    margin-top: -5rem;
    display: flex;
  }
}
.btp_listItemIcons__ul__li {
  max-width: 393rem;
  padding: 30rem 40rem 30rem 0;
}
@media (max-width: 767px) {
  .btp_listItemIcons__ul__li {
    gap: 18rem;
    max-width: max-content;
    padding: 0;
    display: flex;
  }
}
.btp_listItemIcons__ul__li__icon {
  width: 49rem;
  height: 50rem;
  margin-bottom: 15rem;
}
@media (max-width: 767px) {
  .btp_listItemIcons__ul__li__icon {
    width: 100%;
    max-width: 41rem;
    height: 41rem;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.btp_listItemIcons__ul__li p {
  font-size: 20rem;
  font-weight: 500;
  line-height: 140%;
    white-space: pre-line;
    font-size: 16rem;
}
@media (max-width: 767px) {
  .btp_listItemIcons__ul__li p {
    font-size: 16rem;
    font-weight: 500;
        line-height: 135%;
  }
}

.btp_listItemIcons__ul__li p b{
    padding-bottom: 6rem;
    display: inline-block;
    font-weight: 700;
    line-height: 140%;
    font-size: 18rem;
}
@media (max-width: 767px) {
  .btp_listItemIcons__ul__li p b{
    font-size: 16rem;
    padding-bottom: 0;
  }
}

.btp_tickets {
  background: #f9f9f9;
}
.btp_tickets .section__header p {
  max-width: 800rem;
}
@media (max-width: 767px) {
  .btp_tickets .section__header p {
    line-height: 140%;
  }
}

.btp_tickets__requirements {
  background: #fefcfabf;
  justify-content: space-between;
  margin-top: 39rem;
  padding: 42rem;
  display: flex;
}

@media (width <= 767px) {
  .btp_tickets__requirements {
        flex-direction: column;
        margin-top: -5rem;
        margin-bottom: 24rem;
        padding: 41rem 22rem;
  }
}

.btp_tickets__requirements h4 {
  letter-spacing: -.3rem;
  color: var(--secondary);
  text-transform: capitalize;
  margin: 0;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (width <= 767px) {
  .btp_tickets__requirements h4 {
    text-align: center;
  }
}

.btp_tickets__requirements h5 {
  letter-spacing: -.3rem;
  color: var(--dark);
  text-transform: capitalize;
  margin: 5rem 0 0;
  font-size: 41rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (width <= 767px) {
  .btp_tickets__requirements h5 {
        margin-bottom: 18rem;
        font-size: 28rem;
        text-align: center;
        margin-top: 10rem;
  }
}

.btp_tickets__requirements .btp_tickets__requirements__flex {
  gap: 18rem;
  display: flex;
}

@media (width <= 767px) {
  .btp_tickets__requirements .btp_tickets__requirements__flex {
    flex-direction: column;
        gap: 18rem;
  }
}

.btp_tickets__requirements .btp_tickets__requirements__flex p {
    text-align: center;
    background: #f9f9f9;
    border-radius: 7.5rem;
    width: 361rem;
    padding: 46rem 47rem 53rem;
    border: 1.5rem solid var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (width <= 767px) {
  .btp_tickets__requirements .btp_tickets__requirements__flex p {
    border-radius: 7.5rem;
    width: auto;
    padding: 18rem 26rem 15rem;
  }
}

.btp_tickets__requirements .btp_tickets__requirements__flex p strong {
  color: var(--secondary);
  margin-bottom: 3rem;
  font-weight: 600;
  display: block;
}

.btp_tickets__requirements .btp_tickets__requirements__flex p span {
  font-size: 22rem;
  font-weight: 500;
  line-height: 124%;
  display: block;
}

@media (width <= 767px) {
  .btp_tickets__requirements .btp_tickets__requirements__flex p span {
    font-size: 18.75rem;
  }
}
.btp_tickets__h2 {
  letter-spacing: 1.2rem;
  color: var(--dark);
  text-align: center;
  letter-spacing: -0.3rem;
  font-size: 36rem;
  font-weight: 600;
}
.btp_tickets__p {
  text-align: center;
  letter-spacing: -0.6rem;
  margin-top: 18rem;
}
@media (max-width: 767px) {
  .btp_tickets__p {
    text-align: center;
    letter-spacing: -0.6rem;
    margin-top: 15rem;
    line-height: 21rem;
  }
}
.btp_tickets__ul {
  flex-direction: row;
  gap: 6.75rem;
  margin-top: 33rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 767px) {
  .btp_tickets__ul {
    flex-wrap: wrap;
    margin-top: -7rem !important;
    gap: 20rem;
  }
}
.btp_tickets__ul.with_notes {
  margin-top: 62rem;
}
@media (max-width: 767px) {
  .btp_tickets__ul.with_notes {
    margin-top: 31rem;
  }
}
.btp_tickets__ul__li {
  background: var(--light);
  border-radius: 7.5rem;
  width: 100%;
  position: relative;
  max-width: 294rem;
}
@media (max-width: 767px) {
  .btp_tickets__ul__li {
    text-align: left;
        max-width: 100%;
  }
  .btp_tickets__ul__li.with_notes {
    margin-top: 25rem;
  }
}
.btp_tickets__ul__li div {
  padding: 15rem 15rem 19rem;
  position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
  .btp_tickets__ul__li div {
    padding: 13rem 15rem 20rem;
  }
}
.btp_tickets__ul__li div ul {
  flex-direction: column;
  gap: 12.7rem;
  min-height: 282rem;
  margin-top: 18rem;
  margin-bottom: 21rem;
  padding: 10rem 14rem 7rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .btp_tickets__ul__li div ul {
        gap: 11rem;
        min-height: auto;
        margin-bottom: -3rem;
        padding: 10rem 0;
        margin-top: 2rem;
  }
}
.btp_tickets__ul__li div ul:after {
  content: '';
  background-color: #e3e2e2;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.btp_tickets__ul__li div ul:before {
  content: '';
  background-color: #e3e2e2;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.btp_tickets__ul__li div ul:after {
  top: auto;
  bottom: 0;
}
.btp_tickets__ul__li div ul li {
  color: #646363;
  padding-left: 19rem;
  font-size: 15rem;
  font-weight: 500;
  line-height: 130%;
  position: relative;
}
.btp_tickets__ul__li div ul li.disabled {
  opacity: 0.5;
}
.btp_tickets__ul__li div ul li svg{
  width: 14rem;
  position: absolute;
  top: 0;
  left: 0;
}
.btp_tickets__ul__li__title {
  color: var(--light);
  letter-spacing: -0.5rem;
  background: var(--primary);
  border-radius: 7.5rem 7.5rem 0 0;
  justify-content: space-between;
  height: 44rem;
  padding: 0 15rem;
  font-size: 24rem;
  font-weight: 700;
  line-height: 46rem;
  display: flex;
    margin: -13rem -15rem 15rem;
}

.btp_tickets__ul__li__title.dark{
  color: var(--dark);

} 

.btp_tickets__ul__li__title__soldout {
    background: rgba(187, 29, 33, 1);
    color: #FFF;
    font-weight: 700;
    font-size: 27rem;
    letter-spacing: 0.3rem;
    text-align: center;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    transform: rotate(29.45deg);
    right: -30rem;
    height: 36rem;
    line-height: 36rem;
    top: 30rem;
    z-index: 1;
}
.btp_tickets__ul__li__title__note {
  color: var(--light);
  letter-spacing: -0.5rem;
  background: var(--primary);
  border-radius: 5rem 5rem 0 0;
  gap: 5rem;
  padding: 0.5rem 11rem;
  font-size: 14rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  right: 10rem;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.sold_out .btp_tickets__ul__li__title__note:after {
    background: rgba(58, 58, 58, .35);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7.5rem 7.5rem 0;
}
.sold_out.btp_tickets__ul__li div:after {
    background: rgba(58, 58, 58, .35);
    content: "";
    width: 100%;
    height: calc(100% - 79rem);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 7.5rem 7.5rem 0 0;
}

@media (max-width: 767px) {
.sold_out.btp_tickets__ul__li div:after {
    height: calc(100% - 83rem);
    border-radius:  0;
}
}
.btp_tickets__ul__li__title__note svg {
  width: 13rem;
}
.btp_tickets__ul__li__title span {
  font-size: 15rem;
  font-weight: 600;
}
.btp_tickets__ul__li__old {
  color: var(--grey2);
  padding: 0 7rem;
  font-size: 16.5rem;
  line-height: 21rem;
  display: inline-block;
  position: relative;
  font-weight: 600 !important;
}
.btp_tickets__ul__li__old:after {
  content: '';
  background: var(--grey2);
  width: 100%;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btp_tickets__ul__li__price {
  color: var(--primary);
  letter-spacing: -0.7rem;
  font-size: 18.75rem;
  font-weight: 700;
  line-height: 26rem;
  position: relative;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .btp_tickets__ul__li__price {
    font-size: 18.75rem;
    line-height: 27rem;
  }
}
.btp_tickets__ul__li__button {
  width: 100%;
  height: 40rem;
  color: var(--light);
  background: var(--dark);
  border-radius: 37.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 13rem;
  font-weight: 600;
  display: flex;
}
@media (max-width: 767px) {
  .btp_tickets__ul__li__button {
    margin-top: 8rem;
  }
}
.btp_tickets__ul__li__button:hover {
  background: var(--primaryH);
}
.btp_tickets__lead-form{
  display:none;
}
.btp_banner {
  background: var(--bgDark);
  min-height: 480rem;
  color: var(--light);
  align-items: center;
  display: flex;
  position: relative;  overflow: hidden;
}

.btp_banner.light {
  color: var(--light) ;
}

.btp_banner.dark {
  color: var(--dark) ;
}
@media (max-width: 767px) {
  .btp_banner {
    align-items: flex-start;
    padding-bottom: 40rem;
    display: flex;
    height: auto !important;
    padding-top: 207rem !important;
        padding-top: 271rem !important;
  }
}
.btp_banner__image {
  z-index: 0;
  width: max-content;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
}
@media (max-width: 767px) {
  .btp_banner__image {
    z-index: 0;
    width: 100%;
    -webkit-transform: 0;
    -ms-transform: 0;
    -ms-transform: 0;
    -ms-transform: 0;
    transform: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto !important;
    height:249rem!important;
  }
}
.btp_banner__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .btp_banner__image img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
.btp_banner .container {
  z-index: 1;
  width: 100%;
  position: relative;
}
.btp_banner .wrap {
  z-index: 1;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 10rem;
  width: 614rem;
  margin-top: -5rem;
  margin-left: 50%;
  display: flex;
  position: relative;
  padding-left: 120rem;

}
@media (max-width: 767px) {
  .btp_banner .wrap {
    width: auto !important;
    margin-left: 0 !important;
        padding-left: 0;
        gap: 7rem;
  }
}
.btp_banner__h2 {
  color: var(--secondary);
  font-size: 16rem;
  font-weight: 600;
  display: block;
}
.btp_banner__h3 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 36rem !important;
}
@media (max-width: 767px) {
  .btp_banner__h3 {
    font-size: 27.8rem !important;
  }
}
.btp_banner__p {
  letter-spacing: -0.53rem;
  padding-right: 0;
  font-size: 17rem;
  font-weight: 400;
  line-height: 150%;
    white-space: pre-wrap;
}
.btp_banner__a {
  margin-top: 14rem!important;
}
@media (max-width: 767px) {
  .btp_banner__p {
    padding: 0 0 0 0;
    font-size: 17rem;
  }
  .btp_banner .btn {
    margin: 5rem auto;
        margin: 5rem auto -1rem;
  }
  
.btp_banner.left .btp_banner__a {
  margin-left: 0!important;
}
}
.btp_banner.right .wrap {
  width: 509rem;
  margin-top: -30rem;
  margin-left: 0;
}
.btp_banner.right .btp_banner__image {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .btp_banner.center {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 405rem;
    padding-bottom: 0;
    display: flex;
    padding-top: 0 !important;
  }
}
.btp_banner.center .wrap {
  text-align: center;
  align-items: center;
  gap: 16rem;
  width: 650rem;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .btp_banner.center .wrap {
    gap: 8rem;
    width: auto;
    margin-top: 5rem;
  }
}
.btp_banner.center .btp_banner__image {
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
    width: max-content;
}
.btp_banner.center .btp_banner__h3 {
  letter-spacing: -0.3rem;
  width: 640rem;
  font-size: 40rem !important;
}
@media (max-width: 767px) {
.btp_banner.center .btp_banner__image {
    height: 100%!important;
}
  .btp_banner.center .btp_banner__h3 {
    width: auto;
    line-height: 130%;
    font-size: 27rem!important;
  } 
   .btp_banner.center .btp_banner__a {
    margin-top: 10rem !important;
  }
}
.btp_banner.center .btp_banner__p {
  letter-spacing: -0.53rem;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 17rem;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 767px) {
  .btp_banner.center .btp_banner__p {
    line-height: 144%;
  }
}
.btp_banner.center .btp_banner .btn {
  position: relative;
  top: 4rem;
}
@media (max-width: 767px) {
  .btp_banner.center .btp_banner .btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .btp_gallery{
    padding-bottom: 30rem;
  }
  .btp_gallery .section__header.full p{
    
    font-size: 15rem;
    line-height: 140%;
  }
}
.btp_galleryC {
  flex-flow: wrap;
  gap: 10rem;
  margin-top: 38rem;
  display: flex;
}
@media (max-width: 767px) {
  .btp_galleryC {
    margin-top: 39rem;
    display: block;
    overflow: hidden;
      margin-left: 0;
      margin-right: 0;
      margin-top: -8rem;
      margin-top: 0;
  }
}
.btp_galleryC picture {
  border-radius: 15rem;
  width: 393rem;
  height: 300rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .btp_galleryC picture {
    float: left;
    width: 165rem;
    height: 169rem;
    margin-bottom: 10rem;
    margin-right: 10rem;
    display: block;
  }
}
.btp_galleryC picture:nth-child(4) {
  width: 292rem;
}
.btp_galleryC picture:nth-child(3) {
  width: 292rem;
}
.btp_galleryC picture:nth-child(8) {
  width: 192rem;
}
.btp_galleryC picture:nth-child(5) {
  width: 192rem;
}
.btp_galleryC picture:nth-child(2) {
  width: 192rem;
}
@media (max-width: 767px) {
  .btp_galleryC picture:first-child {
    width: 100%;
    height: 256rem;
  }
  .btp_galleryC picture:nth-child(2) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(3) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(4) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(5) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(7) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(8) {
    width: 164rem;
    margin-right: 10rem;
  }
  .btp_galleryC picture:nth-child(3) {
    margin-right: 0;
  }
  .btp_galleryC picture:nth-child(5) {
    margin-right: 0;
  }
  .btp_galleryC picture:nth-child(8) {
    margin-right: 0;
  }
  .btp_galleryC picture:nth-child(6) {
    width: 100%;
    height: 252rem;
  }
  .btp_galleryC picture:nth-child(7) {
    height: 125rem;
    margin-bottom: 0;
  }
  .btp_galleryC picture:nth-child(8) {
    height: 125rem;
    margin-bottom: 0;
  }
}
.btp_galleryC img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery2 {
  .btp_galleryC {
    margin-left: -120rem;
    margin-right: -120rem;
    gap: 8rem 7.5rem;
    @media (max-width: 767px) {
      margin-left: 0;
      margin-right: 0;
      margin-top: -8rem;
      margin-top: 0;
    }
    picture {
      width: 354rem;
      height: 390rem;
      border-radius: 7.5rem;

      &:nth-child(2),
      &:nth-child(6) {
        width: 233rem;
      }
      &:nth-child(4),
      &:nth-child(3) {
        width: 235rem;
        height: 191rem;
      }
      &:nth-child(4) {
        margin-left: -242rem;
        margin-top: 199rem;
      }
      &:nth-child(5) {
        width: 112rem;
      }
      &:nth-child(7) {
        width: 235rem;
      }
      &:nth-child(8),
      &:nth-child(9),
      &:nth-child(10),
      &:nth-child(11) {
        height: 240rem;
      }
      &:nth-child(8) {
        width: 483rem;
      }
      &:nth-child(9) {
        width: 333rem;
      }

      &:nth-child(10) {
        width: 363rem;
      }
      &:nth-child(11) {
        width: 238rem;
      }

      @media (max-width: 767px) {
        picture {
          margin-bottom: 8rem;
        }
        &:nth-child(1) {
        height: 181rem;
        width: 164rem;
        margin-right: 8rem;
        }
        &:nth-child(2) {
        height: 272rem;
        width: 164rem;
        margin-right: 0;
        }
        &:nth-child(3) {
          height: 134rem;
          width: 164rem;
        margin-top: -91rem;
        margin-right: 8rem;
        }
        &:nth-child(4) {
        height: 134rem;
        margin-left: -172rem;
        width: 164rem;
        margin-top: 50rem;
        margin-right: 0;
        }
        &:nth-child(5) {
        width: 164rem;
        height: 189rem;
        margin-right: 0;
        margin-top: -2rem;
        }
        &:nth-child(6) {
        width: 164rem;
        height: 274rem;
        margin-right: 8rem;
        }
        &:nth-child(7) {
        height: 274rem;
        width: 164rem;
        margin-right: 0;
        }
        &:nth-child(8) {
        margin-top: -2rem;
        width: 335rem;
        height: 168rem;
        margin-bottom: 8rem;
        }
        &:nth-child(9) {
        margin-top: 0;
        width: 335rem;
        height: 160rem;
        margin-bottom: 8rem;
        }

        &:nth-child(10) {
        width: 197rem;
        height: 132rem;
        margin-right: 8rem;
        }
        &:nth-child(11) {
          width: 129rem;
          margin-right: 0;
          height: 132rem;
        }
      }
    }
    img {
      width: 100%;
      width: 100%;
      object-fit: cover;
      height: 100%;
    }
  }
}


.btp_agenda {
  background: #f9f9f9;
  padding: 80rem 0 80rem;
}
@media (max-width: 767px) {
  .btp_agenda {
    padding: 37rem 0 1px;
    position: relative;
  }
.btp_agenda.with_button {
  padding-bottom: 78rem;
  }
}
.btp_agenda .section__header > div:first-child {
  width: 598rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .btp_agenda .section__header > div:first-child {
    width: 100%;
  }
}
.btp_agenda .section__header > div:first-child p {
  margin-bottom: 32rem;
    white-space: pre-wrap;
}
@media (max-width: 767px) {
  .btp_agenda .section__header > div:first-child p {
    margin-top: 20rem;
    margin-bottom: 7rem;
  }
  .btp_agenda .section__header > div:first-child .btn {
    position: absolute;
    bottom: 40rem;
    left: 50%;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.btp_agenda .section__header > div:last-child {
  width: 494rem;
}
@media (max-width: 767px) {
  .btp_agenda .section__header > div:last-child {
    width: 100%;
  }
}
.btp_agenda .section__subtitle {
  margin-bottom: 29rem;
  line-height: 44rem;
}
@media (max-width: 767px) {
  .btp_agenda .section__subtitle {
    margin-top: 12rem;
    margin-bottom: -2rem;
    line-height: 34rem;
  }
  .btp_agenda .btp_agenda__list {
    background: #eee;
    border-radius: 8rem;
    padding: 20rem;
  }
}
.btp_agenda .btp_agenda__list h4 {
  border-bottom: 2rem solid #e3e2e2;
  margin-top: 0;
  margin-bottom: 10rem;
  padding-bottom: 3rem;
  font-size: 22rem;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
@media (max-width: 767px) {
  .btp_agenda .btp_agenda__list h4 {
    text-align: center;
    margin-bottom: 8rem;
    padding-bottom: 1rem;
    font-size: 18rem;
    line-height: 140%;
  }
}
.btp_agenda .btp_agenda__list p {
  border-bottom: 1rem solid #e3e2e2;
  padding-bottom: 10rem;
  letter-spacing: -0.4rem !important;
  margin-bottom: 20rem !important;
}
@media (max-width: 767px) {
  .btp_agenda .btp_agenda__list p {
    font-size: 16rem;
    line-height: 140% !important;
    text-align: center;
  }
}
.btp_agenda .btp_agenda__list ul li {
  border-bottom: 1rem solid #e3e2e2;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
  padding: 10rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .btp_agenda .btp_agenda__list ul li {
    margin-bottom: -3.4rem;
    font-size: 16rem;
  }
}
.btp_agenda .btp_agenda__list ul li strong {
  width: 153rem;
  font-size: 17rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btp_agenda .btp_agenda__list ul li strong {
    width: 267rem;
    font-size: 16rem;
  }
}
.btp_agenda .btp_agenda__list ul li span {
  width: 340rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .btp_agenda .btp_agenda__list ul li span {
    width: 260rem;
    padding-right: 10rem;
    font-size: 16rem;
  }
}


.agenda2 {
  background: #f9f9f9;
  padding: 80rem 0 80rem;
}

@media (width <= 767px) {
  .agenda2 {
    padding: 40rem 0 40rem;
    position: relative;
  }
}

.agenda2 .agenda_list {
  justify-content: space-between;
  gap: 75rem;
  padding-top: 40rem;
  display: flex;
}

@media (width <= 767px) {
  .agenda2 .agenda_list {
    text-align: left;
    border-radius: 8rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 9rem;
    margin-top: 38rem;
    padding: 0;
    display: flex;
  }
}

.agenda2 .agenda_list__item {
  width: 100%;
}

@media (width <= 767px) {
  .agenda2 .agenda_list__item {
      padding-bottom: 22rem;
     
  } 
  .agenda2 .agenda_list__item:last-child{
        padding-bottom: 0;
      }
}
.agenda2 .agenda_list h4 {
  border-bottom: 1rem solid #e3e2e2;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  font-size: 20rem;
  font-weight: 700;
  line-height: 156%;
  position: relative;
}

@media (width <= 767px) {
  .agenda2 .agenda_list h4 {
        text-align: left;
        margin-bottom: 19rem;
        margin-top: 2rem;
        padding-bottom: 4rem;
        font-size: 20rem;
        line-height: 140%;
  }
}

.agenda2 .agenda_list h5 {
  margin-top: 27rem;
  margin-bottom: 2rem;
  font-size: 15rem;
  font-weight: 700;
}

@media (width <= 767px) {
  .agenda2 .agenda_list h5 {
    margin-top: 15rem;
        margin-bottom: 6rem;
    font-size: 15rem;
  }
}

.agenda2 .agenda_list p {
  border-bottom: 1rem solid #e3e2e2;
  padding-bottom: 10rem;
  letter-spacing: -.4rem !important;
  margin-bottom: 20rem !important;
}

@media (width <= 767px) {
  .agenda2 .agenda_list p {
    font-size: 17rem;
    line-height: 140% !important;
  }
}

.agenda2 .agenda_list ul li {
  justify-content: flex-start;
  margin-bottom: 0;
  padding: 8rem 0 0;
  display: flex;
}

@media (width <= 767px) {
  .agenda2 .agenda_list ul li {
    margin-bottom: 4.6rem;
    padding: 0;
    font-size: 13rem;
    line-height: 16rem;
        font-size: 17rem;
        line-height: 150%;
  }
  
  .agenda2 .agenda_list__item:last-child ul:last-child  li:last-child {
        margin-bottom: 0;
      }
}

.agenda2 .agenda_list ul li strong {
  width: 153rem;
  font-size: 17rem;
  font-weight: 600;
}

@media (width <= 767px) {
  .agenda2 .agenda_list ul li strong {
    width: 267rem;
    font-size: 16rem;
  }
}

.agenda2 .agenda_list ul li span {
  width: 340rem;
  font-weight: 400;
}

@media (width <= 767px) {
  .agenda2 .agenda_list ul li span {
    width: 260rem;
    padding-right: 10rem;
    font-size: 16rem;
  }
}

.faqs {
  background: #fff;
  overflow: hidden;
  padding: 80rem 0 ;
}

@media (width <= 767px) {
  .faqs {
    padding: 40rem 0 16rem;
    position: relative;
  }
}
.faqs .section__header  {
    align-items: flex-start;
}
.faqs .section__header > div:first-child {
  width: 308rem;
  margin-right: 0;
}

@media (width <= 767px) {
  .faqs .section__header > div:first-child {
    width: 100%;
  }
}

.faqs .section__header > div:first-child p {
  margin-bottom: 32rem;
}

@media (width <= 767px) {
  .faqs .section__header > div:first-child p {
    margin-top: 20rem;
    margin-bottom: 7rem;
  }

  .faqs .section__header > div:first-child .btn {
    position: absolute;
    bottom: 40rem;
    left: 50%;
    transform: translate(-50%);
  }
}

.faqs .section__header > div:last-child {
  width: 598rem;
  margin-right: 200rem;
}

@media (width <= 767px) {
  .faqs .section__header > div:last-child {
    width: 100%;
  }
}

.faqs .section__subtitle {
  margin-bottom: 29rem;
  line-height: 44rem;
}

@media (width <= 767px) {
  .faqs .section__subtitle {
        margin-top: 19rem;
        margin-bottom: -27rem;
        line-height: 34rem;
        font-size: 36rem;
  }

  .faqs .faqs_list {
    margin-top: 30rem;
  }
}

.faqs .faqs_list .faqs__answer {

  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  
}

.faqs__item.active .faqs__answer {
  max-height: 400rem;
}
.faqs .faqs_list .faqs__item {
  border-bottom: 1rem solid #e3e2e2;
  margin-bottom: 13rem;
}

.faqs .faqs_list .faqs__item:last-child {
  /* border-bottom: 0; */
  margin-bottom: 0;
}

.faqs .faqs_list .faqs__icon {
  width: 12rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translate(0,-50%) rotate(180deg);
}

.faqs__item.active .faqs__icon {
  transform: translate(0,-50%) rotate(0);
}
@media (width <= 767px) {
.faqs .faqs_list .faqs__item {
 
  margin-bottom: 8rem;
}
}

.faqs .faqs_list button {
  text-align: left;
  width: 100%;
  margin-top: 0;
  padding: 0 6rem 10rem;
  font-size: 18rem;
  font-weight: 600;
  line-height: 140%;
  display: block;
  position: relative;
  font-family: var(--font);
}

@media (width <= 767px) {
  .faqs .faqs_list button {
        text-align: left;
        padding-bottom: 15rem;
        padding-top: 10rem;
  font-weight: 600;
        font-size: 17rem;
        line-height: 130%;
        padding-right: 30rem;
  }
}

.faqs .faqs_list p {
  padding-bottom: 19rem;
  letter-spacing: -.3rem !important;
  margin-bottom: 0 !important;
  padding: 0 6rem 19rem;
  color: #717171;
        line-height: 150% !important;
}

@media (width <= 767px) {
  .faqs .faqs_list p {
        padding: 0 7rem 19rem 5rem;
        font-size: 17rem;
        line-height: 150% !important;
  }
}

.faqs .faqs_list ul li {
  border-bottom: 1rem solid #e3e2e2;
  justify-content: flex-start;
  margin-bottom: 1.4rem;
  padding: 10rem 0;
  display: flex;
}

@media (width <= 767px) {
  .faqs .faqs_list ul li {
    margin-bottom: -3.4rem;
    font-size: 16rem;
  }
}

.faqs .faqs_list ul li strong {
  width: 153rem;
  font-size: 17rem;
  font-weight: 600;
}

@media (width <= 767px) {
  .faqs .faqs_list ul li strong {
    width: 267rem;
    font-size: 16rem;
  }
}

.faqs .faqs_list ul li span {
  width: 340rem;
  font-weight: 400;
}

@media (width <= 767px) {
  .faqs .faqs_list ul li span {
    width: 260rem;
    padding-right: 10rem;
    font-size: 16rem;
  }
}


.apply {
  background: var(--light);
  height: auto;
    padding: 30rem;
}
@media (max-width: 767px) {
  .apply {
    height: auto;
    padding-top: 40rem;
    padding-bottom: 37rem;
  }
}
.apply .container {
  width: 690rem;
}
.apply .section__header {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}
.apply .section__title {
  text-align: center;
}
.apply .section__subtitle {
  text-align: center;
  margin: 13rem 0 14rem;
}
.apply .section__text {
  text-align: center;
  letter-spacing: -0.7rem;
  margin-bottom: 12rem;
  font-size: 18rem;
  font-weight: 400;
  line-height: 26rem;
}
.apply .form {
  padding: 60rem;
}
@media (max-width: 767px) {
  .apply .form {
    padding: 23rem;
  }
}
.apply .form__grid {
  flex-direction: column;
  gap: 15rem;
  display: flex;
}
@media (max-width: 767px) {
  .apply .form__grid {
    gap: 16rem;
  }
}
.apply .form__group {
  position: relative;
}
.apply .form__group > * {
  width: 100%;
  height: 100%;
  display: block;
}
.apply .form label.form__label {
  color: #1a1a1a;
  letter-spacing: -1rem;
  pointer-events: none;
  align-items: center;
  height: 55rem;
  padding: 0 77rem 0 10rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 18rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .apply .form label.form__label {
    height: 38rem;
  }
}
.apply .form label.form__label span span {
  color: #c00004;
}
.apply .form label.form__label[for='why'] {
  height: 31rem;
}
@media (max-width: 767px) {
  .apply .form label.form__label[for='why'] {
    height: 59rem;
  }
  .apply .form label.form__label[for='sales'] {
    height: 60rem;
  }
  .apply .form label.form__label[for='invest'] {
    height: 80rem;
  }
}
.apply .form .form__input {
  background: var(--light);
  height: 55rem;
}
@media (max-width: 767px) {
  .apply .form .form__input {
    height: 38rem;
  }
  .apply .form select.form__input {
    height: 60rem;
  }
  .apply .form select.form__input[name='invest'] {
    height: 80rem;
  }
}
.apply .form textarea.form__input {
  resize: none;
  height: 72rem;
}
@media (max-width: 767px) {
  .apply .form textarea.form__input {
    height: 59rem;
  }
}
.apply .form .form__actions {
  margin-top: 15rem;
}
.apply .form .form__actions .btn {
  width: 100%;
}
.apply .form p.form__msg {
  padding: 20rem 0;
  display: none;
}
.apply form {
  flex-direction: column;
  gap: 15rem;
  padding: 60rem;
  display: flex;
}
@media (max-width: 767px) {
  .apply form {
    gap: 16rem;
    padding: 23rem;
  }
}
.apply form .form-columns-2,
.apply form .form-columns-1 {
  position: relative;
}
.apply form .form-columns-2 > *,
.apply form .form-columns-1 > * {
  height: 100%;
  display: block;
  float: none !important;
  width: 100% !important;
}
.apply form .form-columns-2 {
  flex-direction: column;
  gap: 15rem;
  display: flex;
}
@media (max-width: 767px) {
  .apply form .form-columns-2 {
    gap: 16rem;
  }
}
.apply form .LABEL {
  color: #1a1a1a;
  letter-spacing: -1rem;
  pointer-events: none;
  align-items: center;
  height: 55rem;
  padding: 0 77rem 0 10rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 18rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .apply form .LABEL {
    height: 38rem;
  }
}
.apply form .LABEL span span {
  color: #c00004;
}
.apply form .LABEL[for='why'] {
  height: 31rem;
}
@media (max-width: 767px) {
  .apply form .LABEL[for='why'] {
    height: 59rem;
  }
  .apply form .LABEL[for='sales'] {
    height: 60rem;
  }
  .apply form .LABEL[for='invest'] {
    height: 80rem;
  }
}
.apply form ul.no-list.hs-error-msgs.inputs-list {
  color: #c00004;
  padding: 10rem 10rem 0;
  padding: 10rem 0 0;
  font-size: 14rem;
  font-weight: 400;
}
.apply form input,
.apply form select,
.apply form textarea {
  width: 100%;
  font-family: var(--font);
  color: #1a1a1a;
  letter-spacing: -1rem;
  white-space: normal;
  align-items: center;
  padding-right: 77rem;
  font-size: 16rem;
  font-weight: 400;
  line-height: 18rem;
  padding: 0 10rem !important;
}
@media (max-width: 767px) {
  .apply form input,
  .apply form select,
  .apply form textarea {
    font-size: 15rem;
  }
}
.apply form input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.apply form select::-webkit-input-placeholder {
  color: #1a1a1a;
}
.apply form textarea::-webkit-input-placeholder {
  color: #1a1a1a;
}
.apply form input:-ms-placeholder-shown {
  color: #1a1a1a;
}
.apply form select:-ms-placeholder-shown {
  color: #1a1a1a;
}
.apply form textarea:-ms-placeholder-shown {
  color: #1a1a1a;
}
.apply form input::-moz-placeholder {
  color: #1a1a1a;
}
.apply form select::-moz-placeholder {
  color: #1a1a1a;
}
.apply form textarea::-moz-placeholder {
  color: #1a1a1a;
}
.apply form input::placeholder {
  color: #1a1a1a;
}
.apply form select::placeholder {
  color: #1a1a1a;
}
.apply form textarea::placeholder {
  color: #1a1a1a;
}
.apply form input {
  background: var(--light);
  height: 55rem;
}
@media (max-width: 767px) {
  .apply form input {
    height: 38rem;
  }
}
.apply form select {
  background: var(--light);
  height: 55rem;
}
@media (max-width: 767px) {
  .apply form select {
    height: 60rem;
  }
  .apply form select[name='invest'] {
    height: 80rem;
  }
}
.apply form textarea {
  resize: none;
  background: var(--light);
  height: 72rem;
  padding: 10rem !important;
}
@media (max-width: 767px) {
  .apply form textarea {
    height: 59rem;
  }
}
.apply form .form__actions {
  margin-top: 15rem;
}
.apply form .form__actions .btn {
  width: 100%;
}
.apply form input[type='submit'] {
  margin-top: 0;
}
.apply form p.form__msg {
  padding: 20rem 0;
  display: none;
}
.apply
  .submitted-message.hs-main-font-element.hs-form-eaf6f18e-2bd6-4b18-9743-c03455332c5d.hs-form-eaf6f18e-2bd6-4b18-9743-c03455332c5d_8676aa07-13c0-44df-90c0-08ac045f69e1 {
  background: #fbf5f1;
  border-radius: 15rem;
  flex-direction: column;
  align-items: center;
  gap: 15rem;
  width: 100%;
  height: auto;
  padding: 15rem;
  font-size: 14rem;
  display: flex;
}


.btp_testimonials {
  background: #fff;
  padding: 80rem 0;
    overflow: hidden;
}

@media (width <= 767px) {
  .btp_testimonials {
    padding: 40rem 0 40rem;
    .section__header>div .section__title {
      width: auto;
      margin-bottom: 11rem;
    }
  }
}
.btp_testimonials__slider .swiper-button-next {
    position: absolute;
    top: -47rem!important;
    right: 0!important;
    transform: none!important;
}
#testimonialVideoPopup.active {
  display: flex !important;
}
.btp_testimonials__slider .swiper-button-prev {
    position: absolute;
    top: -47rem !important;
    right: 51.5rem !important;
    transform: none !important;
    left: auto!important;
}

.btp_testimonials__wrap {
  align-items: center;
  margin-top: 37rem;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .btp_testimonials__slider {
    
        padding-top: 36rem !important;
        margin: 0 -6rem !important;
    
  }
 .btp_testimonials__slider  .swiper-button-next{
    top: -4rem !important;
    right: auto !important;
    transform: none !important;
    left: 55rem !important;

 }
.btp_testimonials__slider .swiper-button-prev {
    top: -4rem !important;
    right: auto !important;
    transform: none !important;
    left: 7rem !important;
}

  .btp_testimonials__wrap {
    margin-top: -10rem;
  }
}

.btp_testimonials__track {
  scroll-behavior: smooth;
  gap: 34rem;
  width: 100%;
  display: flex;
}

@media (width <= 767px) {
  .btp_testimonials__track {
    gap: 7.5rem;
  }
}
.btp_testimonials__slider .swiper-slide {
  width: 355rem;       /* 🔥 Auto-basado en esto */
  
}

.btp_testimonials__slider   {
  overflow: visible!important;
  margin: 0 -7.5rem;
  
}
.btp_testimonials__item {
  flex-shrink: 0;
  min-width: 340rem;
  max-width: 340rem;
    margin: 0 7.5rem;
}

@media (width <= 767px) {
  
.btp_testimonials__slider .swiper-slide {
  width: 233rem;       /* 🔥 Auto-basado en esto */
  
}
  .btp_testimonials__item {
        min-width: 219rem;
        max-width: 219rem;
  }
}

.btp_testimonials__item__image img {
  object-fit: cover;
  border-radius: 8rem;
  width: 100%;
  height: 510rem;
}

@media (width <= 767px) {
  .btp_testimonials__item__image img {
    height: 296rem;
  }
}

.btp_testimonials__item__title {
  letter-spacing: -.3rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
  font-size: 20rem;
  font-weight: 600;
}

@media (width <= 767px) {
  .btp_testimonials__item__title {
        margin-top: 8rem;
        margin-bottom: 6rem;
        font-size: 20rem;
  }
}

.btp_testimonials__item__name {
  color: #717171;
  font-size: 16.2rem;
}

@media (width <= 767px) {
  .btp_testimonials__item__name {
        font-size: 13rem;
  }
}

.btp_testimonials__arrow {
  cursor: pointer;
  background: #fff;
  border: 1rem solid #ccc;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44rem;
  height: 44rem;
  font-size: 24rem;
  display: flex;
}

.btp_testimonials__arrow--prev {
  margin-right: 20rem;
}

.btp_testimonials__arrow--next {
  margin-left: 20rem;
}
 .btp_speakers {
  
  overflow: hidden;
 }
@media (width <= 767px) {
  .btp_speakers .btp_speakers__grid {
    flex-direction: column;
    gap: 8rem;
  }

  .btp_speakers .btp_speakers__grid article {
    width: 100%;
    height: 230rem;
  }

  .btp_speakers .btp_speakers__grid article:first-child, .btp_speakers .btp_speakers__grid article:nth-child(2), .btp_speakers .btp_speakers__grid article:nth-child(3) {
    width: auto;
  }

  .btp_speakers .btp_speakers__grid .btp_speakers__info {
    padding: 9rem 110rem 9rem 20rem;
  }
}

.btp_speakers .btp_speakers__grid .btp_speakers__name {
  color: var(--light);
  margin: 0;
  font-size: 19rem;
  font-weight: 500;
}

.btp_speakers .btp_speakers__grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 7.5rem;
  display: flex;
}

@media (width <= 767px) {
  .btp_speakers .btp_speakers__grid {
    flex-direction: column;
    gap: 8rem;
  }
}

.btp_speakers .btp_speakers__grid article {
  border-radius: 15rem;
  width: 294rem;
  height: 345rem;
  position: relative;
  overflow: hidden;
}

@media (width <= 767px) {
  .btp_speakers .btp_speakers__grid article {
    width: 100%;
    height: 230rem;
  }
}

.btp_speakers .btp_speakers__grid article {
    border-radius: 7.5rem;
  background: linear-gradient(#ded5e1 0%, #7d707e 100%);
}

.btp_speakers .btp_speakers__grid article img {
  object-fit: contain !important;
  object-fit: cover !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  object-position: center bottom !important;
}

.btp_speakers .btp_speakers__grid article:first-child, .btp_speakers .btp_speakers__grid article:nth-child(2), .btp_speakers .btp_speakers__grid article:nth-child(3) {
  width: 395rem;
}

@media (width <= 767px) {
  .btp_speakers .btp_speakers__grid article:first-child, .btp_speakers .btp_speakers__grid article:nth-child(2), .btp_speakers .btp_speakers__grid article:nth-child(3) {
    width: auto;
  }
}

.btp_speakers .btp_speakers__grid .btp_speakers__image {
  border-radius: 15rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transform: translate(-50%,0);
  left: 50%;
}

.btp_speakers .btp_speakers__grid .btp_speakers__image img {
  object-fit: cover;
  border-radius: 8rem;
  width: 100%;
  height: 100%;
}

.btp_speakers .btp_speakers__grid .btp_speakers__info {
  z-index: 1;
  padding: 17rem 18rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (width <= 767px) {
  .btp_speakers .btp_speakers__grid .btp_speakers__info {
    position: static;
    padding: 9rem 0 1rem;
  }
}

.btp_speakers .btp_speakers__grid .btp_speakers__name {
  color: var(--light);
  margin: 0;
  font-size: 22rem;
  font-weight: 500;
  line-height: 32rem;
}

.btp_speakers .btp_speakers__grid .btp_speakers__role {
  color: var(--light);
  margin: 0;
  padding-right: 1rem;
  font-size: 14rem;
  line-height: 140%;
}

.btp_speakers.btp_speakers article {
  height: 460rem !important;
}
.btp_speakers.btp_speakers-x2 article {
  width: 596rem !important;
  height: 468rem !important;
}

@media (width <= 767px) {
  

.btp_speakers .btp_speakers__grid .btp_speakers__name ,
.btp_speakers .btp_speakers__grid .btp_speakers__role {
  color: var(--dark);
}
  .btp_speakers.btp_speakers article {
        width: 336rem !important;
        height: 237rem !important;
      height: auto !important;
      background: none;
  } 
  .btp_speakers__inner{
    height: 237rem;
    border-radius: 16rem;
    position: relative;
    overflow: hidden;
}
}
.btp_speakers__overlay {
    background: linear-gradient(180deg, rgba(104, 80, 31, 0) 68.4%, rgba(104, 80, 31, 1) 101.59%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*# sourceMappingURL=bpw25.af46fe3c.css.map */







/* Shopify modules */


.block-resource-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--gap);
  min-width: 0;
  min-height: 0;
  container-type: inline-size;
  container-name: resource-list;
}

.section-resource-list {
  row-gap: var(--gap);
}

.section-resource-list__content {
  display: flex;
  flex-direction: column;
  align-items: var(--horizontal-alignment);
  gap: var(--gap);
  width: 100%;
}

.section-resource-list__content:empty {
  display: none;
}

.section-resource-list__header:is(:empty, :has(.group-block-content:empty)),
.section-resource-list__content:empty {
  display: none;
}

.section-resource-list.section--full-width product-card-link > .group-block {
  @media screen and (max-width: 749px) {
    padding-inline: max(var(--padding-xs), var(--padding-inline-start))
      max(var(--padding-xs), var(--padding-inline-end));
  }
}

.resource-list--carousel-mobile {
  display: block;

  @media screen and (min-width: 750px) {
    display: none;
  }
}

.resource-list {
  --resource-list-mobile-gap-max: 9999px;
  --resource-list-column-gap: min(var(--resource-list-column-gap-desktop), var(--resource-list-mobile-gap-max));
  --resource-list-row-gap: min(var(--resource-list-row-gap-desktop), var(--resource-list-mobile-gap-max));

  width: 100%;

  @media screen and (max-width: 749px) {
    --resource-list-mobile-gap-max: 12px;
  }

  @container resource-list (max-width: 749px) {
    --resource-list-mobile-gap-max: 12px;
  }
}

.resource-list--grid {
  display: grid;
  gap: var(--resource-list-row-gap) var(--resource-list-column-gap);
  grid-template-columns: var(--resource-list-columns-mobile);

  @media screen and (min-width: 750px) {
    grid-template-columns: var(--resource-list-columns);
  }

  @container resource-list (max-width: 449px) {
    grid-template-columns: var(--resource-list-columns-mobile);
  }

  @container resource-list(min-width: 450px) and (max-width: 749px) {
    --resource-list-columns-per-row: 3;

    grid-template-columns: repeat(var(--resource-list-columns-per-row), 1fr);

    /* Avoid orphan in last row when there are 4, 7, or 10 items */
    &:has(.resource-list__item:first-child:nth-last-child(3n + 1)),
    /* Clean two full rows when there are 8 items */
    &:has(.resource-list__item:first-child:nth-last-child(8n)) {
      --resource-list-columns-per-row: 4;
    }
  }

  @container resource-list (min-width: 750px) {
    grid-template-columns: repeat(var(--resource-list-columns-per-row), 1fr);

    &:has(.resource-list__item:first-child:nth-last-child(n + 9)) {
      --resource-list-columns-per-row: 5;
    }

    &:has(.resource-list__item:first-child:nth-last-child(n + 7):nth-last-child(-n + 8)) {
      --resource-list-columns-per-row: 4;
    }

    &:has(.resource-list__item:first-child:nth-last-child(6)) {
      --resource-list-columns-per-row: 3;
    }

    &:has(.resource-list__item:first-child:nth-last-child(5)) {
      --resource-list-columns-per-row: 5;
    }

    &:has(.resource-list__item:first-child:nth-last-child(-n + 4)) {
      --resource-list-columns-per-row: 4;
    }
  }

  @container resource-list (min-width: 1200px) {
    &:has(.resource-list__item:first-child:nth-last-child(6)) {
      --resource-list-columns-per-row: 6;
    }
  }
}

.resource-list__item {
  height: 100%;
  color: var(--color-foreground);
  text-decoration: none;
}

.resource-list__carousel {
  --slide-width: 60vw;

  width: 100%;
  position: relative;
  container-type: inline-size;
  container-name: resource-list-carousel;

  .slideshow-control[disabled] {
    display: none;
  }

  .slideshow-control--next {
    margin-inline-start: auto;
  }
}

@container resource-list-carousel (max-width: 749px) {
  .resource-list__carousel .resource-list__slide {
    --slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
  }
}

@container resource-list-carousel (min-width: 750px) {
  .resource-list__carousel .resource-list__slide {
    --section-slide-width: calc(
      (100% - (var(--resource-list-column-gap) * (var(--column-count) - 1)) - var(--peek-next-slide-size)) /
        var(--column-count)
    );
    --fallback-slide-width: clamp(150px, var(--mobile-card-size, 60cqw), var(--slide-width-max));
    --slide-width: var(--section-slide-width, var(--fallback-slide-width));
  }
}

.resource-list__carousel slideshow-slides {
  gap: var(--resource-list-column-gap);

  /* Add padding to prevent hover animations from being clipped in slideshow
     15px accommodates:
     - Scale effect (9px on each side from 1.03 scale)
     - Lift effect (4px upward movement)
     - Shadow (15px spread with -5px offset)
     Using 16px for better alignment with our spacing scale */

  margin-block: -16px;
  padding-block: 16px;
}

.resource-list__carousel slideshow-arrows {
  padding-inline: var(--util-page-margin-offset);
}

.resource-list__carousel .resource-list__slide {
  width: var(--slide-width);
  flex: 0 0 auto;
  scroll-snap-align: start;
  min-width: 0;
}




/*
 * Slideshow Component
 */
slideshow-component {
  --cursor: grab;

  position: relative;
  display: flex;
  flex-direction: column;
  timeline-scope: var(--slideshow-timeline);
}

.slideshow--single-media {
  --cursor: default;
}

a slideshow-component {
  --cursor: pointer;
}

/*
 * Slideshow Slides
 */
slideshow-slides {
  width: 100%;
  position: relative;
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  scrollbar-width: none;
  gap: var(--slideshow-gap, 0);
  cursor: var(--cursor);

  @media (prefers-reduced-motion) {
    scroll-behavior: auto;
  }

  &::-webkit-scrollbar {
    width: 0;
  }

  &::-webkit-scrollbar-track {
    background: transparent;
  }

  &::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
  }

  &[size='small'] {
    min-height: 17.5rem;
  }

  &[size='medium'] {
    min-height: 21.25rem;
  }

  &[size='large'] {
    min-height: 25rem;
  }

  @media screen and (min-width: 750px) {
    &[size='small'] {
      min-height: 26.25rem;
    }

    &[size='medium'] {
      min-height: 35rem;
    }

    &[size='large'] {
      min-height: 45rem;
    }
  }
}

slideshow-component[disabled='true'] slideshow-slides {
  overflow: hidden;
}

slideshow-component[mobile-disabled] slideshow-slides {
  @media screen and (max-width: 749px) {
    overflow: hidden;
  }
}

slideshow-slide {
  position: relative;
  scroll-snap-align: start;
  width: var(--slide-width, 100%);
  max-height: 100%;
  flex-shrink: 0;
  view-timeline-axis: inline;
  content-visibility: auto;
  contain-intrinsic-size: auto none;

  slideshow-component[actioned] &,
  &[aria-hidden='false'] {
    content-visibility: visible;
  }

  slideshow-component slideshow-slide:not([aria-hidden='false']) {
    content-visibility: hidden;
  }

  &[hidden]:not([reveal]) {
    display: none;
  }
}

slideshow-slide.product-media-container--tallest {
  content-visibility: visible;
}

@media screen and (max-width: 749px) {
  /* Media gallery has a peeking slide on the right side always, and on the left side when the current slide is the last one */
  .media-gallery--hint
    :is(
      slideshow-slide:has(+ slideshow-slide[aria-hidden='false']:last-of-type),
      slideshow-slide[aria-hidden='false'] + slideshow-slide
    ) {
    content-visibility: auto;

    slideshow-component[actioned] & {
      content-visibility: visible;
    }
  }
}

/*
 * Collection and Resource list carousels have peeking slides on both sides.
 * Card galleries preview the next or previous images on 'pointerenter', so we
 * try to kick load them beforehand (they are lazy loaded otherwise).
 */
:is(.resource-list__carousel, .card-gallery)
  :is(
    slideshow-slide:has(+ slideshow-slide[aria-hidden='false']),
    slideshow-slide[aria-hidden='false'] + slideshow-slide
  ) {
  content-visibility: auto;

  slideshow-component[actioned] & {
    content-visibility: visible;
  }
}

/*
 * Be specific about HTML children structure to avoid targeting nested slideshows.
 * Ensure that the content is 'visible' while scrolling instead of 'auto' to avoid issues in Safari.
 */
slideshow-component:is([dragging], [transitioning], :hover) > slideshow-container > slideshow-slides > slideshow-slide {
  content-visibility: visible;
}

slideshow-slides[gutters*='start'] {
  padding-inline-start: var(--gutter-slide-width, 0);
  scroll-padding-inline-start: var(--gutter-slide-width, 0);
}

slideshow-slides[gutters*='end'] {
  padding-inline-end: var(--gutter-slide-width, 0);
}

slideshow-component[dragging] {
  --cursor: grabbing;

  * {
    pointer-events: none;
  }
}

slideshow-component[dragging] slideshow-arrows {
  display: none;
}

slideshow-container {
  width: 100%;
  display: block;
  position: relative;
  grid-area: container;
  container-type: inline-size;
}

/*
 * Slideshow Controls
 */
slideshow-controls {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  scrollbar-width: none;
  min-height: var(--minimum-touch-target);
  grid-area: controls;

  &[controls-on-media] {
    position: absolute;
    bottom: 0;
  }
}

slideshow-controls::-webkit-scrollbar {
  display: none;
}

slideshow-controls button {
  --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
  --color-active: var(--color-foreground);
  --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));

  display: inline-block;
  height: var(--minimum-touch-target);
  width: var(--minimum-touch-target);
  cursor: pointer;
}

slideshow-controls .icon {
  width: var(--icon-size-sm);
  height: var(--icon-size-xs);
}

slideshow-controls[pagination-position='center'] {
  align-items: center;
  justify-content: center;
}

slideshow-controls[pagination-position='center'][thumbnails] {
  width: 100%;
}

slideshow-controls[pagination-position='center']:not([controls-on-media], [thumbnails], [icons-on-media]) {
  justify-content: space-between;
}

slideshow-component:has(slideshow-controls[thumbnails]) {
  &:has(slideshow-controls[pagination-position='right']) {
    display: grid;
    grid-template:
      'container controls' auto
      'arrows controls' min-content
      / 1fr auto;
  }

  &:has(slideshow-controls[pagination-position='left']) {
    display: grid;
    grid-template:
      'controls container' auto
      'controls arrows' min-content
      / auto 1fr;
  }

  slideshow-controls[pagination-position='left'] {
    order: -1;
  }
}

slideshow-controls[thumbnails]:is([pagination-position='right'], [pagination-position='left']) {
  display: flex;
  flex-direction: column;
  height: 0;
  min-height: 100%;

  .slideshow-controls__thumbnails-container {
    overflow: hidden auto;
  }

  &:not([controls-on-media]) {
    .slideshow-controls__thumbnails-container {
      position: sticky;
      top: var(--sticky-header-offset, 0);
    }

    .slideshow-controls__thumbnails {
      padding-block-start: var(--focus-outline-offset);
    }
  }
}

slideshow-controls:not([controls-on-media])[icons-on-media] {
  &[pagination-position='right'] {
    justify-content: flex-end;
  }

  &[pagination-position='left'] {
    justify-content: flex-start;
  }
}

slideshow-controls:not([controls-on-media]):is([pagination-position='left'], [pagination-position='right'])
  .slideshow-controls__thumbnails {
  padding-block: var(--padding-2xs);
}

slideshow-controls:not([controls-on-media]) {
  &:is([pagination-position='right']) {
    .slideshow-controls__thumbnails {
      padding-inline-end: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
    }
  }

  &:is([pagination-position='left']) {
    .slideshow-controls__thumbnails {
      padding-inline-start: var(--slideshow-thumbnails-padding-inline, var(--focus-outline-offset));
    }
  }
}

slideshow-controls[controls-on-media] {
  z-index: var(--layer-raised);

  &:has(.slideshow-controls__dots, .slideshow-controls__counter) {
    --color-foreground: #fff;
    --color-foreground-rgb: var(--color-white-rgb);
  }

  &[pagination-position='right'] {
    right: 0;
  }

  &[pagination-position='left'] {
    left: 0;
  }

  &[pagination-position='center'] {
    width: 100%;
  }

  &:not([thumbnails])[pagination-position='left'] {
    width: fit-content;
    align-self: flex-start;
  }

  &:not([thumbnails])[pagination-position='right'] {
    width: fit-content;
    align-self: flex-end;
  }
}

slideshow-controls:is([pagination-position='right'], [pagination-position='left']) {
  .slideshow-controls__thumbnails {
    flex-direction: column;
  }
}

.slideshow-controls__arrows {
  display: flex;
  justify-content: space-between;
  height: var(--minimum-touch-target);
  grid-area: arrows;

  button {
    padding: 0 var(--padding-xs);
  }
}

.slideshow-controls__dots,
.slideshow-controls__counter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;

  button {
    --color: rgb(var(--color-foreground-rgb) / var(--opacity-30));
    --color-active: var(--color-foreground);
    --color-hover: rgb(var(--color-foreground-rgb) / var(--opacity-50));
  }
}

slideshow-controls:has(.slideshow-controls__dots),
slideshow-component[autoplay] slideshow-controls {
  mix-blend-mode: difference;
}

.slideshow-controls__dots {
  gap: 0.6rem;
  padding: var(--padding-sm) var(--padding-lg);
  border-radius: 3rem;
  overflow: hidden;

  button {
    --size: 0.5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--size) * 2);
    height: calc(var(--size) * 2);
    margin: calc(var(--size) / -2);
    font-size: 0;
    border-radius: calc(var(--size));

    &::after {
      content: '';
      display: block;
      background-color: var(--color);
      height: var(--size);
      width: var(--size);

      /* This is at --size / 2 to remove a visual regression on subpixel rendering displays */
      border-radius: calc(var(--size) / 2);

      @supports not (view-timeline-axis: inline) {
        &[aria-selected='true'] {
          --color: var(--color-active);
        }
      }

      &:hover {
        --color: var(--color-hover);
      }
    }

    &[aria-selected='true'] {
      --color: var(--color-active);
    }
  }
}

.slideshow-controls__dots,
.slideshow-controls__counter {
  &:only-child {
    margin-inline: auto;
  }
}

.slideshow-controls__counter {
  color: var(--color-foreground);
  background-color: rgb(0 0 0 / 40%);
  width: auto;
  border-radius: 2rem;
  padding: 0.3rem var(--padding-sm);
  margin-inline: var(--margin-sm);
  backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
  font-size: var(--font-size--xs);

  .slash {
    color: rgb(var(--color-foreground-rgb) / var(--opacity-40));
    padding-inline: var(--padding-2xs);
    margin-block-start: -0.1rem;
  }
}

.slideshow-control[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.slideshow-control--large {
  .icon-caret {
    --icon-stroke-width: 1px;
  }

  .icon-caret {
    --icon-stroke-width: 1px;
  }

  .svg-wrapper,
  svg {
    width: var(--slideshow-controls-icon);
    height: var(--slideshow-controls-icon);
  }
}

/* Slideshow control shape styles */
.button-unstyled.slideshow-control.slideshow-control--shape-square,
.button-unstyled.slideshow-control.slideshow-control--shape-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-color: var(--color-primary-button-background);
  color: var(--color-primary-button-text);
}

.button-unstyled.slideshow-control.slideshow-control--shape-circle {
  border-radius: 50%;
}

.button-unstyled.slideshow-control.slideshow-control--shape-square {
  border-radius: 0;
}

.slideshow-control .icon-caret {
  rotate: -90deg;
}

/* Slideshow Thumbnails */
.slideshow-controls__thumbnails-container {
  display: flex;
  width: 100%;
  max-height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}

.slideshow-controls__thumbnails {
  display: inline-flex;
  padding-inline: var(--slideshow-thumbnails-padding-inline, var(--padding-sm));
  padding-block: var(--slideshow-thumbnails-padding-block, var(--padding-sm));
  gap: var(--gap-xs);
  margin-inline: auto;
  height: fit-content;

  .slideshow-control {
    border-radius: var(--media-radius);
    width: clamp(44px, 7vw, var(--thumbnail-width));
    height: auto;
    aspect-ratio: var(--aspect-ratio);

    img {
      height: 100%;
      object-fit: cover;
      border-radius: var(--media-radius);
    }

    &:is([aria-selected='true']) {
      outline: var(--focus-outline-width) solid currentcolor;
      outline-offset: calc(var(--focus-outline-offset) / 2);
      border: var(--style-border-width) solid rgb(var(--color-border-rgb) / var(--media-border-opacity));
    }
  }
}

.slideshow-controls__thumbnail {
  position: relative;
}

.slideshow-controls__thumbnail-badge {
  position: absolute;
  top: var(--padding-2xs);
  right: var(--padding-2xs);
  width: clamp(16px, 10%, 20px);
  height: clamp(16px, 10%, 20px);
  background-color: var(--color-background);
  border-radius: var(--style-border-radius-xs);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgb(var(--color-foreground-rgb) / var(--opacity-5));
}

.slideshow-controls__thumbnail-badge svg {
  width: 60%;
  height: 60%;
  fill: var(--color-foreground);
  opacity: 0.6;
}

/* Slideshow Play/Pause */
.slideshow-control:is(.icon-pause, .icon-play) {
  color: var(--color-active);

  &:hover {
    color: var(--color-hover);
  }

  svg {
    display: none;
  }
}

slideshow-component:is([autoplay]) {
  &:is([paused]) {
    .icon-play > svg {
      display: block;
    }
  }

  &:not([paused]) {
    .icon-pause > svg {
      display: block;
    }
  }
}

/* Slideshow Arrows */
slideshow-arrows {
  --cursor-previous: w-resize;
  --cursor-next: e-resize;

  position: absolute;
  inset: 0;
  display: flex;
  z-index: var(--layer-heightened);
  pointer-events: none;
  mix-blend-mode: difference;
  align-items: flex-end;

  &[position='left'] {
    justify-content: flex-start;
    padding-inline: var(--padding-xs);
  }

  &[position='right'] {
    justify-content: flex-end;
    padding-inline: var(--padding-xs);
  }

  &[position='center'] {
    justify-content: space-between;
    align-items: center;
  }
}

slideshow-arrows:has(.slideshow-control--shape-square),
slideshow-arrows:has(.slideshow-control--shape-circle) {
  mix-blend-mode: normal;
}

slideshow-component[disabled='true'] slideshow-arrows {
  display: none;
}

slideshow-arrows .slideshow-control {
  pointer-events: auto;
  opacity: 0;
  min-height: var(--minimum-touch-target);
  padding: 0 var(--padding-xs);
  color: var(--color-white);
}

slideshow-arrows .slideshow-control.slideshow-control--style-none {
  display: none;
}

.media-gallery--carousel slideshow-arrows .slideshow-control {
  padding-inline: 0 var(--padding-md);
}

.card-gallery slideshow-arrows .slideshow-control {
  /* Align icons with quick-add button */
  padding-inline: var(--padding-xl);

  @container (max-width: 249px) {
    padding-inline: 0 var(--padding-sm);
  }
}

.media-gallery--carousel slideshow-arrows .slideshow-control {
  opacity: 1;
}

:not(.media-gallery--carousel)
  > :is(slideshow-component:hover, slideshow-component:focus-within):not(:has(slideshow-controls:hover))
  > slideshow-container
  > slideshow-arrows
  .slideshow-control {
  animation: arrowsSlideIn var(--animation-speed) var(--animation-easing) forwards;
}

@keyframes arrowsSlideIn {
  from {
    transform: translate(var(--padding-sm), 0);
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



.btp_featured_collection__grid {
  display: grid;
grid-template-columns: repeat(4, 1fr);
  gap: 20rem;
  
}


@media (max-width: 767px) {

    .btp_featured_collection__grid {
        grid-template-columns: repeat(2, 1fr);
    gap: 20rem;
    
    }
}
.btp_featured_collection__item {  

    text-align: center;
    text-decoration: none;
    color: inherit;
    display: block;
    margin-bottom: 4rem;
    padding-bottom: 50rem;
    position: relative;
}

.btp_featured_collection__image img {
  width: 100%;
  height: auto;
}

.btp_featured_collection__title--product {
    margin-top: 12rem;
    font-weight: 600;
    text-align: left;
    font-size: 17rem;
}

.btp_featured_collection__price {
    font-size: 17rem;
    font-weight: 500;
    margin-top: 4rem;
    text-align: left;
}
.btp_featured_collection__item button{

    position: absolute;
    bottom: 0;
}


.btp_page_content__title {
  letter-spacing: -0.3rem;
  color: var(--dark);
  text-transform: capitalize;
  margin: 0;
  font-size: 36rem;
  font-weight: 600;
  line-height: 1.2;
    margin-bottom: 40rem;
}

.btp_page_content__text {
}

.btp_page_content__text.rte p + p {
  margin-top: 12rem;
}