:root {
  font-size: 1vw;
}
@media(min-width:2560px){
	:root{
		font-size:22px;
	}
}
@media(max-width:767px){
	:root{
		font-size:5px;
	}
}
@media(max-width:500px){
	:root{
		font-size:1vw;
	}
}


body {
  font-family: 'Public Sans web';
      font-weight: 300;
      font-style: normal;
  font-size: 1.08rem;
  color: #000000;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  background-color: #FEFBEF;
}

.pre_heading{
  font-weight: 900;
  font-family: 'Helvetica Neue LT Std';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #081C2B;
}
br.d{}
br.m{ display:none; }
h1 {
  font-family: 'Cardinal Fruit';
  font-weight: normal;
  line-height: 0.992;
}

h1 i{
  font-style: italic;
  font-family: 'Cardinal Fruit';
  font-weight: normal;
  /* letter-spacing: 0vw; */
}


h2 {
  font-family: 'Cardinal Fruit';
  font-weight: normal;
  line-height: 0.93;
}

h2 i{
  font-weight: 300;
}

h3 {
  font-family: 'Cardinal Fruit';
  font-weight: normal;
}

.desktop_only {
  display: block;
}

.mobile_only {
  display: none !important;
}

.site_button {
  position: relative;
  border: 1px solid #fc7e6b;
}

a.site_button span img {
  height: 0.6rem;
  position: absolute;
  right: -1.9rem;
  top: 40%;
  width: 3.6rem;
}

.site_button span {
    position: absolute;
    top: 0.87rem;
    right: -2rem;
    height: 0.7rem;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.site_button:hover {
  transition: all 0.55s ease 0s;
  /* background-color: transparent; */
  border: 1px solid #fc7e6b;
  /* color: #FC7E52 !important; */
}

.news_btn,
.btn{
  font-family: 'Syne';
  font-weight: bold;
}

.site_button {
    padding: 0.87rem 3.02rem 0.84rem 3.02rem;
    background-color: #FC7E52;
    margin-top: 2.03rem;
    position: relative;
    display: inline-block;
    color: #081C2B;
    border-radius: 10rem;
    font-size: 0.94rem;
    transition: all 0.55s ease 0s !important;
    text-transform: uppercase;
    letter-spacing: 0.045vw;
    font-weight: 900;
    line-height: 1.5;
    font-family: 'Helvetica Neue LT Std';
    border: 2px solid #151616;
    box-shadow: 0px 4px 0px #151616;
}

.site_button:hover {
    color: #081C2B;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    border: 2px solid #151616;
    background-color: #F8F2ED;
}

.section_inner {
  margin: 0px auto;
  width: 93vw;
  padding-left: 1.8rem;
}

ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

.header {
    -webkit-transition: all 0.1s !important;
    -o-transition: all 0.1s !important;
    transition: all 0.1s !important;
}

@media (max-width: 980px) and (min-width: 768px){
	body{
		font-size:1.4rem;
	}
	br.d{display:none;}
	br.m{display:block;}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.6rem;
    letter-spacing: 0.106vw;
    line-height: 1.43;
  }

  .desktop_only {
    display: none;
  }
br.d{ display:none; }
br.m{ display:block; }
  h1 {}

  h2 {
    line-height: 0.98;
}

  h3 {}

  .mobile_only {
    display: block !important;
  }

  .site_button {
    font-size: 2.5rem;
    padding: 2.5rem 3.02rem 2.2rem 4rem;
    width: auto;
    text-align: center;
    letter-spacing: 0.11vw;
    border: 1px solid #151616;
    box-shadow: 0px 3px 0px #151616;
}
.site_button:hover {
    border: 1px solid #151616;
}
  .section_inner {
    margin: 0px auto;
    width: 93vw;
    padding-left: 1.4rem;
  }

  .section_left_item,
  .section_right_item {
    width: 100%;
  }

  .section_inner.aos-init.aos-animate {
    min-height: 81vh;
  }
}

.hp_desktop_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80rem;
  margin: 0px auto;
}

.desktop_menu_left {
  display: flex;
  justify-content: end;
  width: 36.5rem;
  gap: 5.7rem;
  padding-top: 0.6rem;
}

.desktop_menu_left li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_right {
  display: flex;
  justify-content: left;
  width: 36.5rem;
  gap: 5.5rem;
  padding-top: 0.6rem;
}

.desktop_menu_right li a {
  font-size: 1rem;
  text-transform: uppercase;
  font-family: Syne;
  letter-spacing: 0.06rem;
  color: rgb(13, 13, 13) !important;
}

.desktop_menu_center {
  width: 30rem;
}
.logo img,
.natalie_logo img {
    width: 10.2rem !important;
    margin: 0px auto;
    max-width: unset;
}

.natalie_logo.mobile_only img {
  width: 40rem;
  margin: inherit;
}

.header a, .header a.link-list__link {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: 0.0rem;
    color: rgb(13, 13, 13) !important;
    filter: brightness(100%) !important;
    font-weight: bold;
    margin-right: 1.92rem;
    display: block;
}
.header a:last-child, .header a.link-list__link:last-child{
    margin-right: 0rem;
}
.header a:hover, .header a.link-list__link:hover{color: #FE7E52 !important;}
div#section-header {
    background-color: #F8EFE6;
    /* padding: 1.7rem 0.9rem 1.76rem 1.23rem; */
    border-bottom: 0px solid rgb(13, 13, 13);
}
div#section-header .header{
	padding: 1.7rem 0.9rem 1.76rem 1.23rem;
}
div#section-header .header.header--fixed {
    padding: 0rem 0.9rem 0rem 1.23rem;
    background-color: #F8EFE6;
}
.link-list.justify-content-right {
    margin-right: 4.9rem;
    gap: 4.5rem;
}
.link-list.justify-content-left {
    margin-left: 2.4rem;
    gap: 4.5rem;
}
.link-list.justify-content-left a,

.link-list.justify-content-right a{
    /* font-size: 0.8rem; */
    letter-spacing: 0.06rem;
    /* color: #FE7E52 !important; */
}
.link-list.justify-content-left a:hover,

.link-list.justify-content-right a:hover{
    text-decoration: underline;
}

.link-list.justify-content-left {
    margin-left: 2.8rem;
}
.responsive-menu ul li a::after,
.hp_header_right li a::after {
  content: " ";
  width: 98%;
  height: 1.5px;
  opacity: 0;
  position: absolute;
  bottom: 45%;
  left: 0px;
  z-index: -1;
  transition: all 0.25s ease 0s;
  background-color: rgb(0, 0, 0);
}


.header .header__wrap .header__content .container{
    max-width: unset;
}

.header .dropdown__trigger{
	margin-right:0rem
}
.header__content--desktop .header__block--user{
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}


.header a.logo svg{
    width: 10.2rem;
    margin-top: 0rem;
}
.header a.logo svg path{
    fill: #000;
}
@media (max-width: 980px) and (min-width: 768px){
.header a, .header a.link-list__link{
	font-size: 1.3rem;
	margin-right: 1rem;
}
.link-list.justify-content-right {
    margin-right: 0.9rem;
    gap: 0rem;
}
.logo img, .natalie_logo img {
    width: 15.2rem !important;
    margin: 0px auto;
    max-width: unset;
}

.header a.logo svg{
    width: 15.2rem;
}
.header a.logo svg path{
    fill: #000;
}
}
@media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
  .hp_header .section_inner {
    position: relative;
    padding: 9.4vw 7.438vw 9.4vw 7.8vw;
  }

  .hp_header_icon {
    width: 8%;
    text-align: right;
    padding-right: 0.99vw;
    margin-top: -0.052vw;
    display: none;
  }
  
    .header a.logo svg{
        width: 40.2rem;
    }
    .header a.logo svg path{
        fill: #000;
    }
}

.responsive-menu-hand {
  display: none;
}

.responsive-menu-hand svg {
  width: 100%;
  height: 100%;
}

.responsive-menu-close {
  clear: both;
  height: 8vw;
  width: 8vw;
  display: block;
  position: absolute;
  top: 5.5vw;
  right: 7.2vw;
}

.responsive-menu-close svg {
  width: 100%;
  height: 100%;
}

.responsive-menu-close strong {
  position: relative;
  height: 0px;
  width: 40px;
  display: block;
}

.responsive-menu-close span:nth-child(1),
a.responsive-menu-close span:nth-child(2) {
  width: 60px;
  display: block;
  background-color: rgb(112, 110, 108);
  height: 2px;
}

.responsive-menu-close span:nth-child(1) {
  transform: rotate(-45deg);
  margin-top: 40px;
}

.responsive-menu-close span:nth-child(2) {
  transform: rotate(45deg);
  margin-top: -2px;
}

.responsive-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -110%;
  right: 0vw;
  background: url("m-menu.jpg") 0% 0% / cover rgb(29, 29, 27);
  z-index: 999999;
  overflow: auto;
  transition: top 0.5s ease 0s;
  padding-top: 0vw;
}

.responsive-menu.active {
  top: 0px;
}

.responsive-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
  border-bottom: 0px;
}

.responsive-menu .social_icon {
  margin-top: 38vw;
}

.responsive-menu .social_icon ul {
  display: flex;
}

.responsive-menu .social_icon ul li {
  padding: 0px 4vw;
}

.responsive-menu .social_icon ul li.youtube {
  padding: 0px 3vw;
}

.responsive-menu .social_icon ul li.youtube img {
  width: 6vw;
}

.responsive-menu .social_icon ul li img {
  width: 5vw;
  height: auto;
}

.responsive-menu ul li {
  margin: 0px 0px 7vw;
  padding: 0px 18px;
  list-style-type: none;
  position: relative;
  text-align: left;
}

.responsive-menu ul li a,
.responsive-menu .pf4_header_userarea span a {
  height: auto;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.3vw;
  position: relative;
  text-align: center;
  line-height: 1.52;
  border: 0px;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-family: "MADE Outer Sans";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 6vw !important;
}

.responsive-menu ul li:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }

  a.responsive-menu-hand {
    width: 10vw;
    height: 7rem;
    margin-top: 0px;
    right: 6.5vw;
    position: absolute;
    top: 10rem;
  }

  a.responsive-menu-hand span {
    width: 100%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0px;
    left: 0px;
  }

  a.responsive-menu-hand span:first-child {
    top: 0vw;
  }

  a.responsive-menu-hand span:nth-child(2) {
    top: 3vw;
  }

  a.responsive-menu-hand span:last-child {
    top: 6vw;
  }

  .responsive-menu-hand {
    display: block;
  }

  .responsive-menu .hp_header {
    order: 1;
  }

  .responsive-menu .responsive-menu-waper {
    order: 2;
    padding-top: 15.8vw;
    padding-left: 8vw;
    padding-right: 10vw;
  }

  .responsive-menu .hp_header_icon {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 23vw;
    padding-top: 10.7vw;
    padding-bottom: 9vw;
  }
}

.arrow img,
.button_middle .site_button img {
  width: 5.5vw;
  height: auto;
}

.erh_desk_menu_area {
  z-index: 2;
}

.erh_desk_menu_area .erh_desk_menu ul,
.erh_desk_menu_area .erh_desk_menu ul .social,
.menu_link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px;
  margin-top: 0px;
}

.menu_link {
  width: 80%;
}

.erh_desk_menu_area {
  border-bottom: 1px solid rgb(0, 0, 0);
  border-top: 1px solid rgb(0, 0, 0);
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.erh_desk_menu_area .erh_desk_menu ul li {
  margin: 0px;
  padding: 1vw 5.5vw 1.2vw;
  border-right: 1px solid rgb(0, 0, 0);
}

.erh_desk_menu_area .erh_desk_menu ul li a {
  font-family: "MADE Outer Sans";
  font-weight: 500;
  font-size: 1.2vw;
  color: rgb(0, 0, 0);
  letter-spacing: 0vw;
  position: relative;
}

.erh_desk_menu_area .erh_desk_menu ul li a::after {
  content: "";
  width: 0px;
  height: 2px;
  left: -0.6vw;
  bottom: 35%;
  position: absolute;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.45s ease 0s;
}

.erh_desk_menu_area .erh_desk_menu ul li a:hover::after {
  opacity: 1;
  width: 120%;
}

.erh_desk_menu_area .erh_desk_menu ul li.insta a:hover::after,
.erh_desk_menu_area .erh_desk_menu ul li.youtube a:hover::after {
  opacity: 0;
}

@media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

@media(max-width:767px){
    
    a.link-list__link {
        font-size: 3.4rem !important;
    }
    
    a.link-list__link {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .link-list.justify-content-left {
        margin-left: 0;
    }
    
    .header__content.header__content--mobile {
        padding: 24.8rem 10rem 10rem 14rem;
        position: absolute;
        width: 100%;
        left: 0rem;
        /* top: 100%; */
        z-index: 99;
        background-color: #0F1C26;
        height: 100vh;
        max-height: unset;
    }
    
    div#block-1555988494486 {
        /* width: 87%; */
        /* text-align: center; */
        /* padding-left: 12rem; */
    }
    div#section-header{
        padding: 0rem;
        position: unset;
    }
    div#section-header .header{
        /* position: unset; */
        background-color: #FBF7F5;
        padding: 0rem;
    }
	div#section-header .header.header--fixed{
        margin-top: -2px;
        padding: 0rem 0.9rem 0rem 1.23rem;
    }
    .header__wrap .header__block--logo{
        width: 64%;
    }
    .header .header__wrap .header__content .container{
        padding-right: 6.5rem;
        padding-left: 6.6rem;
        padding-top: 1.6rem;
        padding-bottom: 2.1rem;
    }
    
    img.logo__image {
        width: 43rem !important;
        margin-left: 0px;
    }
    
    .header__container > div:last-of-type {
        width: 6.1rem;
        margin-top: 1.6rem;
    }
    .header .hamburger__slices .hamburger__slice {
        background-color: #151616;
        height: 3px;
    }
    .hamburger--slice-2 {
        top: 9px;
    }
    .hamburger--slice-3 {
        top: 9px;
    }
    .hamburger--slice-4 {
        top: 17px;
    }
    
    
    div#section-header .header .header__content .bbh01bg{}
    div#section-header .header .header__content .bbh01bg:before{
        background-color: #0F1C26;
        opacity: 0.88;
    }
    .header__content.header__content--mobile .header__block--menu{
        z-index: 2;
        position: relative;
        padding-bottom: 7.6rem;
    }
    .header__content.header__content--mobile .header__block--user{
        position: relative;
        z-index: 2;
        margin-left: -0.5rem;
    }
    
    .header a, .header a.link-list__link{
        color: #FBF7F5 !important;
        font-size: 2rem;
        /* margin-bottom: 7rem; */
    }
    .header a.link-list__link{margin-bottom: 7rem; }
    .link-list.justify-content-left a, .link-list.justify-content-right a{
        letter-spacing: 0.45rem;
    }
    
    .header__content--mobile .user__login a{
      padding: 2.2rem 9.02rem 1.84rem 9rem;
      background-color: #FE7E52;
      margin-top: 2.03rem;
      position: relative;
      display: inline-block;
      color: #081C2B !important;
      border-radius: 10rem;
      font-size: 2.94rem;
      transition: all 0.55s ease 0s !important;
      text-transform: uppercase;
      letter-spacing: -0.1vw;
      line-height: 1.5;
      border: 2px solid #151616;
    }
    .header__content--mobile .user__login a:hover{
      background-color: #FBF7F5;
    }
}










/******** Section 01 *************/
.bba01{
    width: 100%;
    display: block;
    position: relative;
    background-color: #0F1C26;
    padding: 3.24rem 4rem 5.15rem 4rem;
    z-index: 1;
}
.bba01bg{
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bba01bg:before{
  content:"";
  width: 100%;
  display: block;
  height: 100%;
  background-color: #0F1C26;
  opacity: 0.5;
}
.bba01bg.desktop_only{}
.bba01bg.mobile_only{}
.bba01 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-right: 22.69rem;
    width: 92rem;
    margin: 0 auto;
}
.bba01 h1{
    font-size: 5.3rem;
    color: #E3FCAA;
    letter-spacing: -0.042rem;
}
.bba01 h1 i{
    letter-spacing: -0.06vw;
}
.bba01 h1 br.d{}
.bba01 h1 br.m{}
.bba01 article{
    padding-left: 0rem;
    padding-top: 8.1rem;
    color: #E3FCAA;
    letter-spacing: 0.017vw;
    line-height: 1.46;
    padding-right: 3rem;
    margin-left: -0.1rem;
}
.bba01 article p{
    color: #E3FCAA;
}
.bba01 article br.d{}
.bba01 article br.m{}
.bba01 .link{
    padding-left: 0rem;
    margin-left: -0.1rem;
    padding-top: 1.5rem;
}
.bba01 .link a.site_button{}
@media (max-width: 1024px) and (min-width: 768px){
	
}
@media screen and (max-width: 767px) {
	.bba01{
	    padding: 8.7rem 3rem 31.1rem 5rem;
	}
	.bba01bg{
		background-attachment:unset;
	}
    .bba01bg:before {
        opacity: 0.35;
    }
	.bba01 .inner{
	    padding-left: 0rem;
	    padding-right: 0rem;
	}
	.bba01 h1{
	    font-size: 13.4rem;
	    padding-right: 0rem;
	    letter-spacing: -0.1vw;
	    padding-left: 1.6rem;
	    line-height: 0.95;
	}
	.bba01 h1 i {
        letter-spacing: -0.15vw;
    }
	.bba01 article{
	    padding-top: 6.6rem;
	    letter-spacing: 0.106vw;
	    line-height: 1.43;
	    padding-right: 8rem;
	    padding-left: 1.3rem;
	}
	.bba01 .link{
	    padding-left: 0rem;
	    margin-left: 0rem;
	    padding-top: 2.7rem;
	    padding-right: 37.3rem;
	    padding-left: 0.2rem;
	}
	.bba01 .link a.site_button{
	    padding: 2.2rem 3.02rem 2.3rem 3rem;
	    width: 100%;
	    text-align: center;
	    letter-spacing: 0.11vw;
	}
}


/******** Section 02 *************/
.bba02{
    background-color: #F8F2ED;
    padding-left: 4rem;
    padding-right: 4rem;
}
.bba02 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    width: 93rem;
    margin: 0 auto;
}

.bbao2_row1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 2.7rem;
}
.bbao2_row1 .left{
    width: 60%;
    padding-top: 5.36rem;
}
.bbao2_row1 .left h2{
    color: #151616;
    font-size: 3.97rem;
    letter-spacing: -0.101vw;
    margin-left: -0.11rem;
    line-height: 0.95;
}
.bbao2_row1 .left h2 i{
    letter-spacing: -0.094vw;
}
.bbao2_row1 .right{
    width: 40%;
    padding-left: 18rem;
    padding-right: 0.67rem;
}
.bbao2_row1 .right span{
    display: block;
    margin-top: -3.77rem;
}
.bbao2_row1 .right span img{}
 
.bbao2_row2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.bbao2_row2 .left{
    width: 56%;
    padding-left: 24.97rem;
    padding-right: 2.14rem;
}
.bbao2_row2 .left span{
    margin-bottom: -3.76rem;
}
.bbao2_row2 .left span img{}
.bbao2_row2 .right{
    width: 44%;
    display: block;
    padding-left: 3.5rem;
    padding-top: 4.05rem;
    padding-bottom: 5rem;
}
.bbao2_row2 .right article{
    letter-spacing: 0.017vw;
    line-height: 1.46;
}
.bbao2_row2 .right article p{
    padding-bottom: 2.1rem;
}

@media (max-width: 1024px) and (min-width: 768px){
	.bbao2_row1 .left h2 br.m{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .bba02{
        background-color: #FBF7F5;
    }
    .bba02 .inner{}

    .bbao2_row1{}
    .bbao2_row1 .left{
        order: 2;
        width: 100%;
        padding-top: 9rem;
        padding-left: 2rem;
    }
    .bbao2_row1 .left h2{
        font-size: 13.45rem;
        letter-spacing: -0.12vw;
        margin-left: 0rem;
        line-height: 0.99;
    }
    .bbao2_row1 .left h2 i {
        letter-spacing: -0.18vw;
    }
    .bbao2_row1 .right{
        order: 1;
        width: 100%;
        padding-left: 37.5rem;
        padding-right: 3.1rem;
    }
    .bbao2_row1 .right span{
        margin-top: -15.3rem;
    }
    .bbao2_row1 .right span img{}
     
    .bbao2_row2{}
    .bbao2_row2 .left{
        width: 100%;
        padding-left: 1.97rem;
        padding-right: 29.14rem;
        order: 2;
    }
    .bbao2_row2 .left span{
        margin-bottom: -52.2rem;
    }
    .bbao2_row2 .left span img{}
    .bbao2_row2 .right{
        width: 100%;
        display: block;
        padding-left: 2.2rem;
        padding-top: 5.1rem;
        padding-bottom: 5rem;
    }
    .bbao2_row2 .right article{
        letter-spacing: 0.1vw;
        line-height: 1.43;
    }
    .bbao2_row2 .right article p{
        padding-bottom: 5.2rem;
    }
}



/******** Section 03 *************/
.bba03 {
  background-color: #EEEAFE;
  padding: 10.45rem 0px 7.56rem;
  margin-top: 0px;
}
.bba03 .inner{
    padding-left: 0rem;
    width: 100%;
    max-width: 75%;
    margin: 0px auto;
}
.bba03 .bba03_counter .wrapper {
  display: flex;
  padding-top: 4rem;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.bba03 .bba03_counter .pre_heading {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.08vw;
  color: #081C2B;
}

.bba03 .col {
  width: 25%;
  position: relative;
}
.bba03 .col h2 {
  color: #081C2B;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 0rem;
  line-height: 1;
  font-weight: normal;
}
.bba03 .col h2 span{
    /* font-weight: normal; */
    /* font-family: 'Cardinal Fruit'; */
}
.bba03 .col p {
  color: #081C2B;
  text-align: center;
  font-size: 1.08rem;
  letter-spacing: 0.012rem;
  line-height: 1.2;
      font-weight: 300;
      font-style: normal;
  font-family: 'Public Sans web';
  padding-top: 0.2rem;
}
.bba03 .col::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #081C2B;
  position: absolute;
  top: 0rem;
  right: 0.02rem;
}
.bba03 .col:last-child::after {
  display: none;
}

.bba03 .col1 {width: 22%;padding-left: 5.1rem;padding-right: 3rem;}
.bba03 .col1 h2 { }
.bba03 .col1 h2 span{ }
.bba03 .col1 p {padding-right: 0.9rem;}
.bba03 .col1::after { }
.bba03 .col1:last-child::after { }

.bba03 .col2 {width: 24.5%;padding-left: 5rem;padding-right: 3.9rem;}
.bba03 .col2 h2 {letter-spacing: -0.05rem;}
.bba03 .col2 h2 span{ }
.bba03 .col2 p {padding-right: 0.7rem;}
.bba03 .col2::after { }
.bba03 .col2:last-child::after { }

.bba03 .col3 {width: 22.4%;padding-left: 4rem;padding-right: 1.6rem;}
.bba03 .col3 h2 {letter-spacing: -0.05rem;}
.bba03 .col3 h2 span{ }
.bba03 .col3 p { }
.bba03 .col3::after { }
.bba03 .col3:last-child::after { }

.bba03 .col4 {width: 31%;padding-left: 4rem;padding-right: 3.4rem;}
.bba03 .col4 h2 {letter-spacing: -0.05rem;}
.bba03 .col4 h2 span{ }
.bba03 .col4 p { }
.bba03 .col4::after { }
.bba03 .col4:last-child::after { }

@media (max-width: 1024px) and (min-width: 768px){
    .bba03 .col p {font-size: 1.4rem;}
    .bba03 .col1 {padding-left: 3rem;padding-right: 3rem;}
    .bba03 .col2 {padding-left: 3rem;padding-right: 3rem;}
    .bba03 .col3 {padding-left: 2rem;padding-right: 2rem;}
    .bba03 .col4 {padding-left: 3rem;padding-right: 3rem;}
}
@media (max-width: 767px) {
    .bba03 {padding: 68.77rem 0px 0.56rem;}
    .bba03 .inner{max-width: 89rem;}
    .bba03 .bba03_counter .wrapper {padding-top: 15rem;}
    
    .bba03 .bba03_counter .pre_heading {font-size: 2.5rem;padding-left: 0.4rem;letter-spacing: 0.31vw;}
    
    .bba03 .col {width: 50%;padding-bottom: 4.3rem;padding-top: 0.2rem;margin-bottom: 4rem;}
    .bba03 .col h2 {font-size: 13.5rem;}
    .bba03 .col h2 span{ }
    .bba03 .col p {font-size: 3.8rem;letter-spacing: 0.012rem;line-height: 1.34;padding-top: 0.5rem;}
    .bba03 .col::after {height: 90%;right: -1px;width: 1px;}
    .bba03 .col:last-child::after { }
    
    .bba03 .col1 {padding-left: 5.1rem;padding-right: 5.4rem;/* padding-top: 0.2rem; */border-bottom: 1px solid #081C2B;}
    .bba03 .col1 h2 { }
    .bba03 .col1 h2 span{ }
    .bba03 .col1 p {padding-right: 3.5rem;}
    .bba03 .col1::after { }
    .bba03 .col1:last-child::after { }
    
    .bba03 .col2 {padding-left: 7.4rem;padding-right: 0.9rem;border-bottom: 1px solid #081C2B;}
    .bba03 .col2 h2 { }
    .bba03 .col2 h2 span{ }
    .bba03 .col2 p {padding-right: 2.7rem;}
    .bba03 .col2::after {display: none;}
    .bba03 .col2:last-child::after { }
    
    .bba03 .col3 {/* margin-top: 4rem; */padding-left: 1.5rem;padding-right: 1.6rem;}
    .bba03 .col3 h2 { }
    .bba03 .col3 h2 span{ }
    .bba03 .col3 p { }
    .bba03 .col3::after { }
    .bba03 .col3:last-child::after { }
    
    .bba03 .col4 {padding-left: 3rem;padding-right: 0rem;padding-top: 0.2rem;}
    .bba03 .col4 h2 {font-size: 9rem;padding-top: 0.5rem;letter-spacing: -0.14rem;}
    .bba03 .col4 h2 span{ }
    .bba03 .col4 p {padding-left: 7rem;padding-right: 7rem;padding-top: 1.5rem;}
    .bba03 .col4::after { }
    .bba03 .col4:last-child::after { }
}




/******** Section 04 *************/
.bba04{
    width: 100%;
    display: block;
    position: relative;
    background-color: #0F1C26;
    padding: 6.34rem 4rem 6.97rem 4rem;
    z-index: 1;
}
.bba04bg{
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bba04bg:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    background-color: #0F1C26;
    opacity: 0.5;
}
.bba04bg.desktop_only{}
.bba04bg.mobile_only{}
.bba04 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    width: 92rem;
    margin: 0 auto;
}
.bba04 .star{
    width: 100%;
    display: block;
}
.bba04 .star svg{
    width: 7.8rem;
    margin: 0px auto;
    display: block;
}
.bba04 .star svg .st0{
    fill: #D7EFA2;
}
.bba04 h2{
    font-size: 5.45rem;
    color: #E3FCAA;
    letter-spacing: -0.1rem;
    text-align: center;
    padding-top: 3.1rem;
    padding-right: 1.5rem;
}
.bba04 h2 i{}
.bba04_lists{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 6.7rem;
} 
.bba04_lists .col{
    width: 33.33%;
    text-align: center;
}
.bba04_lists .colin{
    width: 100%;
    display: block;
    padding-left: 2rem;
    padding-right: 1.7rem;
}
.bba04_lists .colin .img{
    width: 100%;
    display: block;
    padding-bottom: 2.675rem;
}
.bba04_lists .colin .img img{
    width: auto;
    height: 4.8rem;
    margin: auto;
}
.bba04_lists .colin article{
    color: #D7EFA2;
    font-size: 1.15rem;
    letter-spacing: 0.034rem;
    line-height: 1.44;
    padding-bottom: 1.6rem;
}
.bba04_lists .colin .namep{
    color: #D7EFA2;
    font-style: italic;
    padding-top: 0.1rem;
    font-size: 1.01rem;
    letter-spacing: 0.034rem;
    line-height: 1.65;
}

.bba04_lists.slick-initialized{}
.bba04_lists .slick-arrow{
    height: auto;
    display: block;
    width: 2.45rem;
    top: 7.23rem;
}
.bba04_lists .slick-arrow:before{
    display: none;
}
.bba04_lists .slick-arrow svg{
    width: 100%;
    height: auto;
}
.bba04_lists .slick-arrow svg ellipse{}
.bba04_lists .slick-arrow svg path{}

.bba04_lists .slick-prev{
    left: 7rem;
}
.bba04_lists .slick-prev svg{}
.bba04_lists .slick-prev svg ellipse{}
.bba04_lists .slick-prev svg path{}

.bba04_lists .slick-next{
    right: 32.34rem;
}
.bba04_lists .slick-next svg{}
.bba04_lists .slick-next svg ellipse{}
.bba04_lists .slick-next svg path{}

.bba04_lists .slick-arrow:hover svg{}
.bba04_lists .slick-arrow:hover svg ellipse{
    fill: #EEEAFE;
}
.bba04_lists .slick-arrow:hover svg path{
    fill: rgb(21 22 22);
}

@media (max-width: 1024px) and (min-width: 768px){
    .bba04_lists .colin article{
        font-size: 1.4rem;
    }
    .bba04_lists .colin .namep{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .bba04{
        padding: 19.34rem 9rem 6.97rem 9rem;
    }
    .bba04bg{
    background-attachment: unset;
}
    .bba04bg.desktop_only{}
    .bba04bg.mobile_only{}
    .bba04 .inner{
        width: 82rem;
    }
    .bba04 .star{}
    .bba04 .star svg{
        width: 23.8rem;
    }
    .bba04 .star svg .st0{}
    .bba04 h2{
        font-size: 13.45rem;
        padding-top: 10.5rem;
        padding-right: 1.5rem;
        letter-spacing: -0.1rem;
        line-height: 0.99;
    }
    .bba04 h2 i{}
    .bba04_lists{
        padding-top: 20rem;
        padding-bottom: 28.3rem;
        height: 93.4rem;
    }
	.bba04_lists.slick-initialized{
    height: auto;
}
    .bba04_lists .col{}
    .bba04_lists .colin{}
    .bba04_lists .colin .img{
        padding-bottom: 6.7rem;
    }
    .bba04_lists .colin .img img{
        height: 16.1rem;
    }
    .bba04_lists .colin article{
        font-size: 3.7rem;
        letter-spacing: 0.056rem;
        line-height: 1.4;
        padding-bottom: 1.6rem;
        padding-right: 0.6rem;
    }
    .bba04_lists .colin .namep{
        padding-top: 3.4rem;
        font-size: 3.78rem;
        letter-spacing: 0.01rem;
        line-height: 1.4;
    }

    .bba04_lists .slick-arrow{width: 10.8rem;top: unset;bottom: 0rem;}
    .bba04_lists .slick-arrow:before{
        display: none;
    }
    .bba04_lists .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    
    .bba04_lists .slick-prev{
        left: 24.6rem;
    }
    
    .bba04_lists .slick-next{
        right: 24.6rem;
    }
}



/******** Section 05 *************/
.bba05{
    background-color: #FBF7F5;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 6.34rem;
    padding-bottom: 8.1rem;
}
.bba05 .inner{
    width: 100%;
    max-width: 92rem;
    margin: 0px auto;
}
.bba05 .pre_heading{
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.08vw;
    color: #081C2B;
    padding-left: 0.5rem;
    padding-bottom: 2rem;
}
.bba05 h2{
    color: #151616;
    font-size: 3.97rem;
    letter-spacing: -0.101vw;
    margin-left: -0.11rem;
    line-height: 0.95;
    text-align: center;
    padding-left: 2.1rem;
    padding-bottom: 5.3rem;
}
.bba05 h2 i{}
.bba05_slider{
    padding-left: 6.5rem;
    padding-right: 6rem;
    height: 14rem;
} 
.bba05_slider .col{
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}
.bba05_slider .col .icon{
    width: 100%;
    display: block;
    padding-bottom: 1.5rem;
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.bba05_slider.slider_ready .col .icon.fill,
.bba05_slider.slider_ready .slick-active .icon{
	opacity: 1;
    transform: translateY(0px);
}
.bba05_slider .col .icon span{
    display: block;
    width: 100%;
}
.bba05_slider .col .icon span img{
    width: auto;
    height: 6.4rem;
    margin: 0px auto;
}
.bba05_slider .col article{
    letter-spacing: 0.017vw;
    line-height: 1.45;
}
.bba05_slider .col article p{}

.bba05_slider.slick-initialized{
    height: auto;
}
.bba05_slider .slick-arrow{
    height: auto;
    display: block;
    width: 2.45rem;
    top: 3.5rem;
}
.bba05_slider .slick-arrow:before{
    display: none;
}
.bba05_slider .slick-arrow svg{
    width: 100%;
    height: auto;
}
.bba05_slider .slick-arrow svg ellipse{}
.bba05_slider .slick-arrow svg path{}

.bba05_slider .slick-prev{
    left: 0.54rem;
}
.bba05_slider .slick-prev svg{}
.bba05_slider .slick-prev svg ellipse{}
.bba05_slider .slick-prev svg path{}

.bba05_slider .slick-next{
    right: 0.54rem;
}
.bba05_slider .slick-next svg{}
.bba05_slider .slick-next svg ellipse{}
.bba05_slider .slick-next svg path{}

.bba05_slider .slick-arrow:hover svg{}

.bba05_slider .slick-arrow:hover svg ellipse{
    fill: #EEEAFE;
}
.bba05_slider .slick-arrow:hover svg path{
    fill: rgb(21 22 22);
}

@media (max-width: 1024px) and (min-width: 768px){
    .bba05 .pre_heading{
        padding-left: 0rem;
    }
    .bba05 h2{
        padding-left: 0rem;
    }
	.bba05 h2 br.m{
        display: none;
    }
    .bba05_slider .col{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .bba05_slider .col .icon span img{
        height: 11.4rem;
    }
    .bba05_slider .col article{
        font-size: 1.4rem;
    }
    .bba05_slider .slick-arrow{
        width: 4.8rem;
        top: 7rem;
    }
    .bba05_slider .slick-arrow:before{
        display: none;
    }
    .bba05_slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    .bba05_slider .slick-prev{
        left: 1.6rem;
    }
    .bba05_slider .slick-next{
        right: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .bba05{
        background-color: #FBF7F5;
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 18rem;
        padding-bottom: 20.3rem;
    }
    .bba05 .inner{
        max-width: 90rem;
    }
    .bba05 .pre_heading{
        font-size: 2.5rem;
        letter-spacing: 0.31vw;
        padding-bottom: 6rem;
    }
    .bba05 h2{
        font-size: 13.6rem;
        letter-spacing: -0.2vw;
        margin-left: -0.11rem;
        line-height: 0.95;
        text-align: center;
        padding-left: 0.5rem;
        padding-bottom: 6.8rem;
    }
    .bba05 h2 i{}
    .bba05_slider{} 
    .bba05_slider .col{}
    .bba05_slider .col .icon{
        padding-bottom: 2rem;
    }
    .bba05_slider .col .icon span{}
    .bba05_slider .col .icon span img{
        height: 36rem;
    }
    .bba05_slider .col article{
        padding-left: 8.5rem;
        padding-right: 8.5rem;
        letter-spacing: 0.1vw;
        line-height: 1.45;
    }
    .bba05_slider .col article p{}

    .bba05_slider.slick-initialized{}

    .bba05_slider .slick-arrow{width: 10.8rem;top: 27.6rem;}
    .bba05_slider .slick-arrow:before{
        display: none;
    }
    .bba05_slider .slick-arrow svg{
        width: 100%;
        height: auto;
    }
    
    .bba05_slider .slick-prev{
        left: 1rem;
    }
    
    .bba05_slider .slick-next{
        right: 1rem;
    }
}



/******** Section 06 *************/
.bba06{
    padding-top: 9.3rem;
    background-color: #F8EFE6;
    padding-bottom: 8.07rem;
}
.bba06 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    width: 82.1rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.bba06 .left{
    width: 50%;
    padding-top: 0.12rem;
}
.bba06 .left .pre_heading{
    display: block;
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.08vw;
    color: #081C2B;
    padding-bottom: 10.3rem;
}
.bba06 .left h2{
    color: #151616;
    font-size: 3.97rem;
    letter-spacing: -0.101vw;
    margin-left: -0.0rem;
    line-height: 0.95;
    padding-bottom: 5.6rem;
}
.bba06 .left h2 i{}
.bba06 .bba06_list{}
.bba06 .bba06_list ul{}
.bba06 .bba06_list ul li{
    border-bottom: 1px solid #151616;
    padding-top: 0.66rem;
    /* font-size: 1.13rem; */
    letter-spacing: 0.017rem;
    line-height: 1.46;
    padding-bottom: 0.75rem;
    margin-bottom: 0.1rem;
    position: relative;
}
.bba06 .bba06_list ul li:first-child{
    border-top: 1px solid #151616;
}
.bba06 .bba06_list ul li:before,
.bba06 .bba06_list ul li em{
    /* content:""; */
    position: absolute;
    top: 1rem;
    left: -1.8rem;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(list-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bba06 .left .bba06_list{
    padding-left: 1.71rem;
    padding-right: 4.8rem;
}
.bba06 .left .bba06_list ul{}
.bba06 .left .bba06_list ul li{}

.bba06 .right{
    width: 50%;
    padding-left: 6.5rem;
}
.bba06 .right .img{
    width: 100%;
    padding-bottom: 10.8rem;
}
.bba06 .right .img img{}

.bba06 .right .bba06_list{}
.bba06 .right .bba06_list ul{}
.bba06 .right .bba06_list ul li{}

@media (max-width: 1024px) and (min-width: 768px){
	.bba06 .left h2 br.m{
        display: none;
    }
	.bba06 .left h2 br.d{
        display: block;
    }
    .bba06 .bba06_list ul li:before,
	.bba06 .bba06_list ul li em	{
        content:"";
        width: 1rem;
        height: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .bba06{
        padding-top: 15.3rem;
        padding-bottom: 57.07rem;
    }
    .bba06 .inner{
        width: 89rem;
    }

    .bba06 .left{
        width: 100%;
    }
    .bba06 .left .pre_heading{
        font-size: 2.5rem;
        letter-spacing: 0.31vw;
        padding-left: 0.5rem;
        padding-bottom: 7.78rem;
    }
    .bba06 .left h2{
        font-size: 13.9rem;
        letter-spacing: -0.31vw;
        margin-left: -0.0rem;
        line-height: 0.893;
        padding-bottom: 4.8rem;
        padding-top: 10.7rem;
        padding-left: 0.5rem;
    }
    .bba06 .left h2 i{}
    .bba06 .bba06_list{
        padding-left: 11rem !important;
        padding-right: 2.1rem !important;
    }
    .bba06 .bba06_list ul{}
    .bba06 .bba06_list ul li{
        padding-top: 0.9rem;
        line-height: 1.34;
        font-size: 3.8rem;
        padding-left: 0.3rem;
        padding-bottom: 2.6rem;
        margin-bottom: 1.7rem;
    }
    .bba06 .bba06_list ul li:before,
	.bba06 .bba06_list ul li em{
        content:"";
        top: 1.4rem;
        left: -10.1rem;
        width: 3.8rem;
        height: 3.8rem;
    }
    .bba06 .left .bba06_list{}
    .bba06 .left .bba06_list ul{}
    .bba06 .left .bba06_list ul li{}
    .bba06 .bba06_list ul li:first-child {
        border-top: 0px solid #151616;
    }
    .bba06 .right{
        width: 100%;
        padding-left: 0rem;
    }
    .bba06 .right .img{}
    .bba06 .right .img img{}

    .bba06 .right .bba06_list{}
    .bba06 .right .bba06_list ul{}
    .bba06 .right .bba06_list ul li{}
	.bba06 .right .bba06_list ul li:last-child{
        padding-bottom: 4.6rem;
    }
}




/******** Section 07 *************/
.bba07{
    background-color: #FBF7F5;
    padding-bottom: 6.67rem;
}
.bba07 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    width: 82.2rem;
    margin: 0 auto;
}

.bba07_row1{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.bba07_row1 .left{
    width: 43%;
    padding-right: 6.45rem;
}
.bba07_row1 .left span{
    display: block;
    margin-top: -5.93rem;
}
.bba07_row1 .left span img{}
.bba07_row1 .right{
    width: 57%;
    padding-top: 6.8rem;
    padding-left: 1.23rem;
    padding-right: 13rem;
}
.bba07_row1 .right .pre_heading{
    display: block;
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.08vw;
    color: #081C2B;
    padding-bottom: 2.6rem;
}
.bba07_row1 .right h2{
    color: #081C2B;
    font-size: 5.5rem;
    letter-spacing: -0.115vw;
    margin-left: -0.0rem;
    line-height: 0.96;
    padding-bottom: 8.23rem;
}
.bba07_row1 .right h2 i{}
.bba07_row1 .right h3{
    font-size: 2.5rem;
    letter-spacing: -0.02em;
    padding-bottom: 1.2rem;
}
.bba07_row1 .right article{
    line-height: 1.4;
    letter-spacing: 0.0167em;
    padding-top: 0.1rem;
}
.bba07_row1 .right article p{}

.bba07_row2{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 4rem;
} 
.bba07_row2 .left{
    width: 44%;
    padding-right: 10rem;
    padding-top: 2.2rem;
}
.bba07_row2 .left article{
    line-height: 1.45;
    letter-spacing: 0.0167em;
    padding-top: 0.1rem;
}
.bba07_row2 .left article p{
    padding-bottom: 1.54rem;
}
.bba07_row2 .right{
    width: 56%;
    padding-top: 0.3rem;
    padding-right: 0.1rem;
    padding-left: 0.4rem;
    position: relative;
}
.bba07_row2 .right span.img1{
    display: block;
    padding-left: 15.14rem;
}
.bba07_row2 .right span.img1 img{}
.bba07_row2 .right span.img2{
    padding-right: 25.96rem;
    display: block;
    position: absolute;
    top: 0rem;
    left: 0.4rem;
    padding-top: 6.57rem;
}
.bba07_row2 .right span.img2 img{}

.bba07_row3{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding-top: 0rem;
} 
.bba07_row3 .left{
    width: 50%;
    position: relative;
}
.bba07_row3 .left .icon{
    width: 8rem;
    display: block;
    position: absolute;
    top: -5.9rem;
    left: 0rem;
}
.bba07_row3 .left .icon svg{
    width: 100%;
    height: auto;
}
.bba07_row3 .left .icon svg path{}
.bba07_row3 .left article{
    font-family: 'Cardinal Fruit';
    font-weight: normal;
    font-size: 3rem;
    display: block;
    padding-top: 1.7rem;
    margin-left: -0.2rem;
    line-height: 0.99;
    color: #151616;
    letter-spacing: -0.035rem;
}
.bba07_row3 .left article i{}
.bba07_row3 .right{
    width: 50%;
    padding-left: 10.6rem;
    padding-top: 5rem;
}
.bba07_row3 .right article{
    line-height: 1.45;
    letter-spacing: 0.0167em;
    padding-top: 0.1rem;
}
.bba07_row3 .right article p{
    padding-bottom: 1.54rem;
}
.bba07_row3 .right .img1{
    padding-left: 0.543rem;
    display: block;
    margin-top: -0.4rem;
}
.bba07_row3 .right .img1 img{}

@media (max-width: 1024px) and (min-width: 768px){
	.bba07_row1 .right h3 br.m{
        display: none;
    }
    .bba07_row2 .left{
        padding-right: 2rem;
    }
	.bba07_row3 .left article br.m{
        display: none;
    }
	.bba07_row3 .left article br.d{
        display: block;
    }
	.bba07_row3 .right article br.m{
        display: none;
    }
    .bba07_row3 .right .img1 img{
        width: 17rem;
        margin-left: -2rem;
    }    
}
@media screen and (max-width: 767px) {
    .bba07{
        padding-bottom: 18.4rem;
    }
    .bba07 .inner{
        width: 89.2rem;
    }

    .bba07_row1{}
    .bba07_row1 .left{
        width: 100%;
        padding-right: 17.8rem;
        padding-left: 0.2rem;
    }
    .bba07_row1 .left span{
        margin-top: -45.47rem;
    }
    .bba07_row1 .left span img{}
    .bba07_row1 .right{
        width: 100%;
        padding-top: 9.8rem;
        padding-left: 0.8rem;
        padding-right: 0rem;
    }
    .bba07_row1 .right .pre_heading{
        font-size: 2.5rem;
        letter-spacing: 0.31vw;
        padding-bottom: 5.6rem;
    }
    .bba07_row1 .right h2{
        font-size: 15.9rem;
        letter-spacing: -0.29vw;
        margin-left: -0.5rem;
        padding-bottom: 4.53rem;
    }
    .bba07_row1 .right h2 i{}
    .bba07_row1 .right h3{
        font-size: 9.5rem;
        letter-spacing: -0.03em;
        padding-bottom: 7.5rem;
        margin-left: -0.6rem;
        line-height: 0.93;
    }
    .bba07_row1 .right article{
        line-height: 1.4;
        letter-spacing: 0.032em;
        padding-top: 0.4rem;
        padding-left: 0.3rem;
    }
    .bba07_row1 .right article p{}

    .bba07_row2{} 
    .bba07_row2 .left{
        width: 100%;
        padding-right: 0rem;
        padding-top: 0.9rem;
        padding-left: 0.99rem;
    }
    .bba07_row2 .left article{
        line-height: 1.43;
        letter-spacing: 0.032em;
        padding-top: 0.4rem;
    }
    .bba07_row2 .left article p{
        padding-bottom: 5.3rem;
    }
    .bba07_row2 .right{
        width: 100%;
        padding-top: 6.9rem;
        padding-right: 0.1rem;
        padding-left: 0.4rem;
    }
    .bba07_row2 .right span.img1{
        padding-left: 29.67rem;
    }
    .bba07_row2 .right span.img1 img{}
    .bba07_row2 .right span.img2{
        padding-right: 50.2rem;
        padding-top: 19.57rem;
        left: 0.6rem;
    }
    .bba07_row2 .right span.img2 img{}

    .bba07_row3{
        padding-top: 13rem;
    } 
    .bba07_row3 .left{
        width: 100%;
    }
    .bba07_row3 .left .icon{
        width: 25rem;
        top: -5.9rem;
        left: 1.4rem;
    }
    .bba07_row3 .left .icon svg{}
    .bba07_row3 .left .icon svg path{}
    .bba07_row3 .left article{
        padding-top: 19rem;
        margin-left: 0rem;
        font-size: 9.1rem;
        letter-spacing: -0.16rem;
        line-height: 0.905;
        padding-left: 1rem;
    }
    .bba07_row3 .left article i{}
    .bba07_row3 .right{
        width: 100%;
        padding-left: 1rem;
        padding-top: 10.8rem;
    }
    .bba07_row3 .right article{
        line-height: 1.43;
        letter-spacing: 0.032em;
    }
    .bba07_row3 .right article p{
        padding-bottom: 5.3rem;
    }
    .bba07_row3 .right .img1{
        margin-top: -6.4rem;
        z-index: -1;
        position: relative;
        padding-left: 2.13rem;
    }
    .bba07_row3 .right .img1 img{
        width: 39rem;
    }
}



/******** Section 08 *************/
@keyframes bba08_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes bba08_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}

.bba08{
    width: 100%;
    display: block;
    position: relative;
    background-color: #0F1C26;
    padding: 5.98rem 4rem 7.1rem 4rem;
    z-index: 1;
}
.bba08bg{
    width: 100%;
    height: 100%;
    /* display: block; */
    position: absolute;
    top: 0rem;
    left: 0rem;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bba08bg:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    background-color: #0F1C26;
    opacity: 0.5;
}
.bba08bg.desktop_only{}
.bba08bg.mobile_only{}
.bba08 .inner{
    position: relative;
    z-index: 1;
    width: 100%;
    width: 63rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.bba08_carousel{
    position: absolute;
    top: 10.01rem;
    left: 0rem;
    /* display: inline-block; */
    /* width: 100%; */
    /* vertical-align: top; */
    overflow: hidden;
}
.bba08_carousel_in{
    display: flex;
    white-space: nowrap;
    overflow: hidden;
}
.bba08_carousel_items{
    display: flex;
    align-items: center;
    animation: bba08_carousel 20s linear infinite;
    width: 100%;
    white-space: nowrap;
}
.bba08_carousel_item{
    display: block;
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.08vw;
    color: #E3FCAA;
    padding-bottom: 0rem;
    font-family: 'Helvetica Neue LT Std';
    text-transform: uppercase;
}
.bba08_carousel_item span{
    padding-left: 0.8rem;
    padding-right: 0.79rem;
}

.bba08 .left{
    width: 44%;
    padding-left: 6.05rem;
    padding-right: 2.7rem;
    padding-top: 0.4rem;
}
.bba08 .left img{}
.bba08 .right{
    width: 56%;
    display: block;
    padding-top: 8.5rem;
    padding-left: 2.7rem;
}
.bba08 .right h2{
    color: #E3FCAA;
    font-size: 5.5rem;
    letter-spacing: -0.12vw;
    margin-left: -0.0rem;
    line-height: 0.95;
    padding-bottom: 2rem;
}
.bba08 .right h2 i{}
.bba08 .right article{
    line-height: 1.45;
    letter-spacing: 0.0167em;
    padding-top: 0.1rem;
    color: #E3FCAA;
    padding-left: 0.26rem;
}
.bba08 .right article p{
    padding-bottom: 1.54rem;
}
.bba08 .right .link{
    padding-left: 0.26rem;
}
.bba08 .right .link a.site_button{
    margin-top: 0.9rem;
}

.reverse_direction_yes .bba08_carousel_items{
  /*animation-name: bba08_carousel_reverse;*/
}
.stop_on_hover_yes .bba08_carousel_in:hover .bba08_carousel_items{
  animation-play-state: paused;
}


@media (max-width: 1024px) and (min-width: 768px){
    .bba08 .inner{
        width: 68rem;
    }
}
@media screen and (max-width: 767px) {
    .bba08{
        padding: 15.6rem 4rem 28rem 4rem;
    }
    .bba08bg{
    background-attachment: unset;
}
    .bba08bg.desktop_only{}
    .bba08bg.mobile_only{}
    .bba08 .inner{
        width: 92rem;
    }

    .bba08_carousel{
        top: 28.2rem;
    }
    .bba08_carousel_in{}
    .bba08_carousel_items{}
    .bba08_carousel_item{
        font-size: 2.5rem;
        letter-spacing: 0.31vw;
    }
    .bba08_carousel_item span{}

    .bba08 .left{
        width: 100%;
        padding-left: 22.05rem;
        padding-right: 21.3rem;
        padding-top: 0rem;
    }
    .bba08 .left img{}
    .bba08 .right{
        width: 100%;
        display: block;
        padding-top: 8.3rem;
        padding-left: 0rem;
        text-align: center;
    }
    .bba08 .right h2{
        font-size: 13.5rem;
        letter-spacing: -0.0vw;
        line-height: 1.01;
        padding-bottom: 3.7rem;
    }
    .bba08 .right h2 i{}
    .bba08 .right article{
        letter-spacing: 0.032em;
        padding-left: 0.6rem;
    }
    .bba08 .right article p{
        padding-bottom: 5.1rem;
    }
    .bba08 .right .link{
        padding-top: 4.12rem;
    }
    .bba08 .right .link a.site_button{
        padding: 2.5rem 14.02rem 2.2rem 14.02rem;
    }
}






/******** Site Footer *************/
.bbh_footer{}
.footer_bbh11{
    background-color: #EEEAFE;
    padding-top: 3rem;
    padding-left: 5.4rem;
    padding-right: 5.4rem;
    padding-bottom: 3.4rem;
}
.footer_bbh11 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 89.2rem;
    margin: 0 auto;
}
.footer_bbh11 .left{
    width: 61%;
    padding-right: 10rem;
}
.footer_bbh11 .left h2{
    font-size: 3.96rem;
    color: #081C2B;
    letter-spacing: -0.094vw;
    line-height: 1.05;
}
.footer_bbh11 .left h2 br.d{}
.footer_bbh11 .left h2 br.m{}
.footer_bbh11 .right{
    width: 39%;
    padding-left: 2.3rem;
}
.bbh11_form{}
.bbh11_form .footer_formin{ }
.bbh11_form .footer_formin input{
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: 1px solid #081C2B !important;
  color: #081C2B;
  border-radius: 0px;
  padding: 0px 0px 3px 0px;
  height: 2.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
  font-family: 'Helvetica Neue LT Std';
  font-weight: 900;
}
.bbh11_form .footer_formin .text-field{margin-bottom: 26px;}
.bbh11_form .footer_formin .email-field{ }
.bbh11_form .button_middle{padding-top: 1.14rem;}
.bbh11_form .button_middle button{margin-top: 0rem;padding: 0.87rem 2.65rem 0.84rem 2.65rem;}
.bbh11_form .button_middle button.site_button:hover{ }
.bbh11_form .footer_formin input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(8 28 43 / 38%);
}
.bbh11_form .footer_formin input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(8 28 43 / 38%);
}
.bbh11_form .footer_formin input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(8 28 43 / 38%);
}
.bbh11_form .footer_formin input:-moz-placeholder { /* Firefox 18- */
  color: rgb(8 28 43 / 38%);
}

@media screen and (max-width: 767px) {
    .bbh_footer{}
    .footer_bbh11{
        padding-bottom: 13.2rem;
    }
    .footer_bbh11 .inner{}
    .footer_bbh11 .left{
        width: 100%;
        text-align: center;
        padding-right: 0rem;
    }
    .footer_bbh11 .left h2{
        font-size: 7.1rem;
        letter-spacing: -0.16rem;
        padding-top: 10.2rem;
        line-height: 0.922;
    }
    .footer_bbh11 .left h2 br.d{}
    .footer_bbh11 .left h2 br.m{}
    .footer_bbh11 .right{
        width: 100%;
        padding-left: 14.5rem;
        padding-right: 14.2rem;
        padding-top: 4rem;
    }
    .bbh11_form{}
    .bbh11_form .footer_formin{ }
    .bbh11_form .footer_formin input{height: auto;text-align: center;font-size: 2.5rem;padding: 7px 0px 11px 0px;}
    .bbh11_form .footer_formin .text-field{margin-bottom: 16px;}
    .bbh11_form .footer_formin .email-field{ }
    .bbh11_form .button_middle{padding-top: 0.9rem;}
    .bbh11_form .button_middle button{padding: 2.5rem 3.02rem 2.2rem 4rem;width: 100%;}
    .bbh11_form .button_middle button.site_button:hover{ }
}



.footer_bbh12{
    background-color: #081C2B;
    padding-top: 5.34rem;
    padding-left: 3.84rem;
    padding-right: 3.5rem;
    padding-bottom: 3.34rem;
}
.footer_bbh12 .inner{
    display: block;
    width: 92.66rem;
    margin: 0 auto;
}
.bbh12_row1{}
.bbh12_row1 svg{}
.bbh12_row1 svg path {
    fill: #e8eaec;
}
.bbh12_row2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 3.5rem;
}
.bbh12_row2 .col{
    padding-top: 0.4rem;
}
.bbh12_row2 .col ul{}
.bbh12_row2 .col ul li{
    display: block;
    margin: 0px;
    margin-right: 1.3rem;
    padding-bottom: 0.86rem;
}
.bbh12_row2 .col ul li a{
    display: block;
    font-family: 'Syne';
    font-weight: bold;
    color: #FBF7F5;
    font-size: 0.76rem;
    letter-spacing: 0.1rem;
}
.bbh12_row2 .col ul li a:hover{
    color:#FE7E52;
}

.bbh12_row2 .col1{
    width: 34%;
    padding-left: 1.1rem;
    padding-top: 0.45rem;
}
.bbh12_row2 .col1 ul{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* align-content: center; */
}
.bbh12_row2 .col1 ul li{
    display: inline-block;
}
.bbh12_row2 .col1 ul li.twi{
    width: 1.5rem;
    padding-top: 0rem;
}
.bbh12_row2 .col1 ul li.twi svg{
    width: 100%;
    height: auto;
}
.bbh12_row2 .col1 ul li.twi svg path{}

.bbh12_row2 .col1 ul li.fac{
    margin-right: 1.13rem;
}
.bbh12_row2 .col1 ul li.fac svg{
    height: auto;
    width: 0.84rem;
}
.bbh12_row2 .col1 ul li.fac svg path{}

.bbh12_row2 .col1 ul li.ins{}
.bbh12_row2 .col1 ul li.ins svg{
    height: auto;
    width: 1.5rem;
}
.bbh12_row2 .col1 ul li.ins svg path{}
.bbh12_row2 .col1 ul li.pin svg path,
.bbh12_row2 .col1 ul li.you svg path{
	fill:#fff;
}
.bbh12_row2 .col1 ul li.pin svg{
    height: auto;
    width: 1.3rem;
}
.bbh12_row2 .col1 ul li.you svg{
    height: auto;
    width: 1.8rem;
}


.bbh12_row2 .col2{
    width: 14%;
    padding-right: 3rem;
    padding-left: 0.14rem;
}
.bbh12_row2 .col2 ul{}
.bbh12_row2 .col2 ul li{
    margin-right: 0rem;
}
.bbh12_row2 .col2 ul li a{}

.bbh12_row2 .col3{
    width: 21%;
    padding-right: 3rem;
    padding-left: 0.1rem;
}
.bbh12_row2 .col3 ul{}
.bbh12_row2 .col3 ul li{
    margin-right: 0rem;
}
.bbh12_row2 .col3 ul li a{}

.bbh12_row2 .col4{
    width: 20%;
    padding-right: 3rem;
    padding-left: 0.7rem;
}
.bbh12_row2 .col4 ul{}
.bbh12_row2 .col4 ul li{
    margin-right: 0rem;
}
.bbh12_row2 .col4 ul li a{}

.bbh12_row2 .col5{
    width: 11%;
    padding-left: 0.6rem;
}
.bbh12_row2 .col5 ul{}
.bbh12_row2 .col5 ul li{
    margin-right: 0rem;
}
.bbh12_row2 .col5 ul li a{}
.bbh12_row2 .col ul li a:hover{}
.bbh12_row2 .col ul li a:hover svg path{ fill:#FC7E52;}

@media (max-width: 980px) and (min-width: 768px){
    .bbh12_row2 .col1{
        width: 23%;
    }
    .bbh12_row2 .col2{}
    .bbh12_row2 .col3{
        width: 24%;
    }
    .bbh12_row2 .col4{
        width: 23%;
    }
    .bbh12_row2 .col5{
        margin-right: 0rem;
        width: 16%;
    }
    .bbh12_row2 .col ul li a{
    	font-size: 1.1rem;
    }
}
@media screen and (max-width: 767px) {
    .footer_bbh12{
        padding-top: 11.1rem;
        padding-left: 3.84rem;
        padding-right: 3.5rem;
        padding-bottom: 1.34rem;
    }
    .footer_bbh12 .inner{}
    .bbh12_row1{
        padding-left: 0.9rem;
        padding-right: 0.3rem;
    }
    .bbh12_row1 img{}
    .bbh12_row2{
        padding-top: 4rem;
    }
    .bbh12_row2 .col{
        width: 50%;
        padding-right: 4rem;
        padding-left: 1.5rem;
        padding-bottom: 9.4rem;
    }
    .bbh12_row2 .col ul li{
        padding-bottom: 0.88rem;
    }
    .bbh12_row2 .col ul li a{
        font-size: 2.6rem;
        letter-spacing: 0.23vw;
    }
    
    .bbh12_row2 .col1{
        width: 100%;
        padding-left: 1.6rem;
        padding-top: 2.8rem;
        padding-bottom: 8.2rem;
    }

    .bbh12_row2 .col1 ul li.twi{
        width: 5.5rem;
        margin-right: 4.8rem;
    }
    
    .bbh12_row2 .col1 ul li.fac{
        width: 5.5rem;
        margin-right: 2.13rem;
    }
    .bbh12_row2 .col1 ul li.fac svg{
        width: 3.1rem;
    }
    .bbh12_row2 .col1 ul li.ins svg{
        width: 5.84rem;
    }
    .bbh12_row2 .col3{
        padding-left: 2.1rem;
        padding-right: 0rem;
    }
    .bbh12_row2 .col5{
        padding-left: 2.1rem;
    }

	.bbh12_row2 .col1 ul li.pin svg {
    width: 3.84rem;
}
.bbh12_row2 .col1 ul li.you svg {
    width: 5.84rem;
}
.bbh12_row2 .col ul li {
    padding-bottom: 0.88rem;
    margin-right: 4.3rem;
}
}



.footer_bbh13{
    background-color: #081C2B;
    border-top: 1px solid #FBF7F5;
    padding-top: 0.65rem;
    padding-bottom: 0.7rem;
}
.footer_bbh13 .inner{
    text-align: center;
    font-family: 'Syne';
    font-weight: 500;
    color: rgb(251 247 245 / 70%);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    width: 100rem;
    margin: 0 auto;
}
.footer_bbh13 .inner a{
    color: #FE7E52;
    text-decoration: underline;
}
.footer_bbh13 .inner a:hover{
    color: rgb(251 247 245 / 70%);
}
.footer_bbh13 .inner span{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.footer_bbh13 .inner strong{
    font-weight: bold;
}

@media (max-width: 980px) and (min-width: 768px){
    .footer_bbh13{
        padding-top: 1.65rem;
        padding-bottom: 1.7rem;
    }
    .footer_bbh13 .inner{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
	.footer_bbh13{
	    padding-top: 4.1rem;
	    padding-bottom: 4rem;
	}
	.footer_bbh13 .inner{
	    font-size: 3.4rem;
	    letter-spacing: 0.25vw;
	}
	.footer_bbh13 .inner a{}
	.footer_bbh13 .inner span{
	    font-size: 0vw;
	    display: block;
	    height: 0.5rem;
	}
}



body.safari .site_button,
body.safari .bbh11_form .button_middle button{
    padding-top: 0.95rem;
    padding-bottom:0.6rem;
}

body.chrome.os_mac .site_button{
    padding-top: 0.95rem;
}
@media screen and (max-width: 767px) {
	body.safari .site_button,
	body.safari .bbh11_form .button_middle button{
		padding-top: 3.5rem !important;
		padding-bottom: 2.7rem !important;
		line-height: 1;
    }
}


body.chrome.os_mac .site_button,
body.chrome.os_mac .bbh11_form .button_middle button{
    padding-top: 1.2rem;
    line-height: 1;
}

@media screen and (max-width: 767px) {
	body.chrome.os_android .site_button,
	body.chrome.os_android .bbh11_form .button_middle button,
	body.chrome.os_android .bba08 .right .link a.site_button{
		padding-top:3.5rem;
    }
    
    body.chrome.os_mac .site_button,
    body.chrome.os_mac .bbh11_form .button_middle button,
    body.chrome.os_mac .bba08 .right .link a.site_button{
        padding-top: 3.5rem;
        line-height: 1;
    }
}

@media screen and (max-width: 767px) {
    .header__wrap .header__content--mobile .header__block--user .user .dropdown .dropdown__item a{
        font-size: 3.4rem !important;
        padding: 0px;
        padding: 8px 20px;
        padding-left: 0px;
        margin-bottom: 7rem;
    }
    .header__content.header__content--mobile .header__block--menu {
        padding-bottom: 0rem;
    }
}