: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: #FBF7F5;
}

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

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;
}
a:hover {
    -webkit-filter: unset !important;
    filter: unset !important;
}

.site_button {
    padding: 0.91rem 2.13rem 0.84rem 2.13rem;
    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: #FBF7F5;
  /* 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: 40.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: 15.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 *************/
.bb404{
    background-color: #F8EFE6;
    position: relative;
    display: block;
}
.bb404 .inner{
    position: relative;
    width: 100%;
    max-width: 100rem;
    margin: 0px auto;
    padding-right: 0rem;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.bb404 .left{width: 50%;padding-top: 7.7rem;padding-left: 6rem;padding-bottom: 7.14rem;}
.bb404 .left h5.pre_heading{
    display: block;
    font-weight: 500;
    font-size: 0.78rem;
    letter-spacing: 0.08vw;
    color: #081C2B;
    padding-bottom: 1.8rem;
    padding-left: 0.34rem;
}
.bb404 .left h1{
    font-size: 5.4rem;
    color: #081C2B;
    letter-spacing: -0.08vw;
    padding-left: 0.15rem;
    padding-right: 17rem;
    line-height: 0.98;
    padding-bottom: 9.03rem;
}
.bb404 .left h1 i{}
.bb404 .left article{
    color: #081C2B;
    padding-top: 1.65rem;
    padding-left: 0.1rem;
    letter-spacing: 0.017rem;
    line-height: 1.44;
    padding-right: 11rem;
}
.bb404 .left article a{
	color: #081C2B;
	text-decoration:underline;
}
.bb404 .left article p{}
.bb404 .right{
    width: 50%;
}
.bb404 .right .bb404img{
    width: 100%;
    height: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.bb404 .right .bb404img.desktop_only{}
.bb404 .right .bb404img.mobile_only{}

@media (max-width: 1024px) and (min-width: 768px){

}
@media screen and (max-width: 767px) {
	.bb404{}
	.bb404 .inner{}
	.bb404 .left{
    order: 2;
    width: 100%;
    padding-top: 7.5rem;
    padding-left: 6.2rem;
    padding-bottom: 20.24rem;
    padding-right: 6.2rem;
}
	.bb404 .left h5.pre_heading{
	    font-size: 2.5rem;
	    letter-spacing: 0.32vw;
	    text-align: center;
	    padding-bottom: 6.8rem;
	}
	.bb404 .left h1{
	    font-size: 16.5rem;
	    letter-spacing: -0.2vw;
	    text-align: center;
	    padding-left: 0rem;
	    padding-right: 0rem;
	    padding-bottom: 0.2rem;
	}
	.bb404 .left h1 i{}
	.bb404 .left article{
	    padding-top: 6.2rem;
	    padding-left: 0rem;
	    letter-spacing: 0.103rem;
	    line-height: 1.44;
	    padding-right: 0rem;
	    text-align: center;
	}
	.bb404 .left article p{}
	.bb404 .right{
    order: 1;
    width: 100%;
    padding-top: 7rem;
    padding-left: 6.2rem;
    padding-bottom: 7.14rem;
    padding-right: 6.2rem;
}
	.bb404 .right .bb404img{
    height: 74rem;
}
	.bb404 .right .bb404img.desktop_only{}
	.bb404 .right .bb404img.mobile_only{}
}







/******** Site Footer *************/
.bbh_footer{
    padding-top: 0rem;
}
.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{
        padding-top: 0rem;
    }
    .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;
	}
}




@keyframes bbs02_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes bbs02_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}

@keyframes bbs04_carousel {
    0% {
    transform: translateX(0); 
  }
    100% {
    transform: translateX(-100%); 
  } 
}
@keyframes bbs04_carousel_reverse {
    0% {
    transform: translateX(-100%);
  }
    100% {
    transform: translateX(0); 
  } 
}



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