

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

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'General Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 1.08rem;
    color: #000000;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    background: rgba(234, 221, 202, 0.37);
    background-image: url(body-background-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: inherit;
    overflow: unset;
}

.pre_heading{
  font-weight: normal;
  font-family: 'Switzer';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #081C2B;
}
br.d{}
br.m{ display:none; }
h1 {
    font-family: acumin-variable, sans-serif;
    font-weight: 800;
    line-height: 0.95;
    font-variation-settings: 'wght' 800, 'wdth' 50, 'slnt' 0;
}


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

h2 i{
    font-family: 'Saigon';
    font-weight: 200;
    font-style: italic;
}

h3 {
    font-weight: normal;
    font-family: 'Switzer';
    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;
    filter: unset;
}
.gbutton a{
    background: #9CB3F0;
    border-radius: 100px;
    color: #B40016 !important;
    padding: 1.29vw 4.4vw 1.26vw 4.4vw;
    line-height: 1;
    margin-right: -0.4vw;
    letter-spacing: -0.002vw;
    display: inline-block;
    font-size: 0.94vw;
    font-family: Syne;
    font-weight: 600;
}

.gbutton a:hover {
    color: #FFFF !important;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.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;
}
.user__avatar {
    width: 54px;
    border-radius: 50%;
}
main {
    padding-top: 0px !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: 4vw;
    letter-spacing: 0.04vw;
    line-height: 1.53;
    background-image: url(mobile-body-bg.jpg);
    background-size: cover;
  }

  .desktop_only {
    display: none !important;
  }
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;
}
.gbutton a{
    padding: 3.29vw 4.4vw 2.7vw 4.4vw;
    text-align: center;
    margin-right: 0vw;
    font-size: 2.87vw;
    letter-spacing: 0vw;
}
  .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: 16vw !important;
    margin: 0px auto;
    max-width: unset;
    margin-left: 0.75vw;
    margin-top: -0.8vw;
}
.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: #B40016 !important;
    filter: brightness(100%) !important;
    font-weight: bold;
    margin-right: 0.6rem;
    display: block;
    letter-spacing: -0.019rem !important;
    position: relative;
}
.header a.link-list__link:before{
	content:"";
	width: 0.2vw;
	height: 0.2vw;
	display: block;
	position: absolute;
	top: 0.56vw;
	left: -0.67vw;
	background-color: #B40016;
	opacity: 0;
}
.header a.link-list__link:hover:before{
	opacity: 1;
}
.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; */background-color: transparent;}
div#section-header {
    /* background-color: #f6f1ea; */
    /* padding: 1.7rem 0.9rem 1.76rem 1.23rem; */
    border-bottom: 0px solid rgb(13, 13, 13);
    /* opacity: 0; */
    position: fixed;
    top: 0vw;
    left: 0vw;
    width: 100%;
    z-index: 9999;
}
div#section-header .header {
    padding: 3vw 4.7vw 0vw 4.7vw;
    opacity: 0;
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    background-image: url(body-background-bg.png);
    background-position: center;
    background-repeat: repeat;
    background-size: initial;
    /* background-color: #0d0d0d; */
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    background-color: #f6f1ea;
}
div#section-header .header.header--fixed {
    background-color: #f7f2eb;
    padding: 1vw 4.7vw 0vw 4.7vw;
    opacity: 1;
    /* background: rgb(234 221 202); */
}
div#section-header .header.header--fixed .header__wrap{
    padding-bottom: 0.9vw;
}

div#section-header .header .header__wrap{
    border-bottom: 3px solid #B40016;
    padding-bottom: 1.1vw;
}
.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: 11.5rem;
    margin-top: -0.4vw;
}
.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;
    padding: 0px;
}

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

.header__content--desktop .header__block--user .user{}
.header__content--desktop .header__block--user .user .user__login{}
.header__content--desktop .header__block--user .user .user__login a{
    background: #9CB3F0;
    border-radius: 100px;
    color: #B40016 !important;
    padding: 1vw 2.66vw;
    line-height: 1;
    margin-right: -0.4vw;
    letter-spacing: -0.02vw;
}

div#section-header .header .header__content--desktop{
   padding: 0rem;
}

div#section-header .header.header--fixed img.logo__image{
    margin-top: 0vw;
}
div#section-header .header.header--fixed .link-list.justify-content-left{
    margin-top: 0vw;
}
@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;
    }
	div#section-header .header .header__wrap{
    /* border-bottom: 0px solid #B40016; */
    /* padding-bottom: 0vw; */
}
}

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

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

@media(max-width:767px){
    br.d{display:none;}
    br.m{display:block;}
    
    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: 16.8rem 5.5rem 10rem 5.5rem;
        position: absolute;
        width: 100%;
        left: 0rem;
        /* top: 100%; */
        z-index: 99;
        height: 100.3vh;
        max-height: unset;
        background-color: #b40016;
        top: 0;
    }
    .header__content.header__content--mobile:before{
        content:"";
        width: 100%;
        height: 3px;
        background-color: #FBF9F1;
        display:block;
    }
    
    div#block-1555988494486 {
        /* width: 87%; */
        /* text-align: center; */
        /* padding-left: 12rem; */
    }
    div#section-header{
        padding: 0rem;
    }
    div#section-header .header {
        background-image: none !important;
        background-size: cover;
        background-position: -8px;
        padding: 0rem;
        opacity: 1;
        background-color: transparent !important;
        padding-right: 5.3rem;
        padding-left: 6rem;
    }
	div#section-header .header.header--fixed{
        /* margin-top: -2px; */
        padding: 0vw 4.7vw 0vw 4.7vw;
        padding-right: 5.3rem;
        padding-left: 6rem;
        position: absolute !important;
    }
    .header__wrap .header__block--logo{
        width: 80%;
    }
    .header .header__wrap .header__content .container{
        /* padding-right: 5.3rem; */
        /* padding-left: 6rem; */
        padding-top: 2.5rem;
        padding-bottom: 4.1rem;
    }
    .header__wrap .header__block--logo a.desktop_only{
    display: block !important;
    padding-left: 0px !important;
    padding-top: 2.7vw;
}
	.header__wrap .header__block--logo a.mobile_only{
    display: none !important;
}
    img.logo__image {
        width: 63rem !important;
        margin-left: 0px;
        margin-top: 1vw;
    }
	.header .header__wrap .header__content .container .logo.mobile_only img.logo__image{width: 5.84rem !important;}
    
    .header__container > div:last-of-type {
        width: 5.6rem;
        margin-top: 2.3rem;
        height: auto;
    }
	.header .hamburger__slices {
        height: 29px;
    }
    .header .hamburger__slices .hamburger__slice {
        background-color: #B40016;
        height: 3px;
        padding-left: 10px;
    }
    .hamburger--slice-2 {
        top: 14px;
        margin-left: -5px;
    }
    .hamburger--slice-3 {
        top: 14px;
        margin-left: -5px;
    }
    .hamburger--slice-4 {
        top: 28px;
    }
    
    
    div#section-header .header .header__content .bbh01bg{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.17;
    }
    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: 0rem;
        padding-left: 2vw;
        padding-top: 12vw;
    }
    .header__content.header__content--mobile .header__block--user{
        position: relative;
        z-index: 2;
        margin-left: -0.5rem;
        display: none;
    }
    
    .header a, .header a.link-list__link{
        color: #FBF7F5 !important;
        font-size: 2rem;
        /* margin-bottom: 7rem; */
        font-size: 4rem !important;
        padding-left: 5.3vw !important;
        margin-right: 0rem;
        letter-spacing: 0.03vw !important;
    }
    .header a.link-list__link{margin-bottom: 5.3rem;}
    .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;
    }
	.header__content--mobile .user a{
        margin-bottom: 4rem;
    }
    .header .hamburger--opened {
        width: 6.6rem !important;
        margin-top: 3rem !important;
        right: -2.4rem !important;
    }
.header .hamburger--opened .hamburger__slices .hamburger__slice{
    background-color:#FBF9F1;
    height: 3.5px;
}
.header a.link-list__link:before{
	width: 0.9vw;
	height: 0.9vw;
	/* opacity: 1; */
	background-color: #FBF9F1;
	top: 3.9vw;
	left: 0.3vw;
}
.header__mbutton{
    position: absolute;
    bottom: 6.7vw;
    width: 100%;
    left: 0vw;
    padding-left: 5.6vw;
    padding-right: 5.5vw;
}
.header__mbutton a{
    color: #B40016 !important;
    background-color: #9CB3F0 !important;
    z-index: 1;
    font-size: 2.87vw !important;
    letter-spacing: -0.12vw !important;
    padding: 3.29vw 4.4vw 3.2vw 4.4vw !important;
}
}






@media (min-width: 768px){
.m_only{
	display: none !important;
}
.d_only{display:block;}
}
@media (max-width: 767px){
.m_only{
	display: block !important;
}
.d_only{display:none;}
}

/** Section 404 ***********/
.phw404{
    padding-top: 5.3vw;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
    padding-bottom: 0vw;
}
.phw404 .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding-bottom: 17.3vw;
}

.phw404_col1{
    padding-right: 12vw;
    width: 100%;
    display: block;
    padding-bottom: 3.45vw;
}
.phw404_col1 h1{
    font-weight: normal;
    font-family: 'Switzer';
    color: #B40016;
    font-size: 10.45vw;
    letter-spacing: -0.535vw;
    line-height: 0.765;
}
.phw404_col1 h1 em{font-family: 'Saigon';font-weight: 200;font-style: italic;letter-spacing: -0.63vw;}
.phw404_col1 .content article{
    font-family: 'Avantt TRIAL';
    font-weight: 500;
    color: #B40016;
    padding-top: 2.2vw;
    font-size: 1.65vw;
    letter-spacing: 0.01vw;
    line-height: 1.24;
    max-width: 38vw;
    padding-left: 0.5vw;
    padding-bottom: 2vw;
}
.phw404_col1 .content article em{
    font-family: 'Canela';
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.01vw;
    padding-left: 0vw;
}
.phw404_col1 .gbutton{
    padding-left: 0.5vw;
}
.phw404_col2{
    padding-left: 0.45vw;
    padding-right: 0.15vw;
    width: 100%;
    display: block;
    position: absolute;
    left: 0vw;
    bottom: 0vw;
}
.phw404_col2 img{
    width: 100%;
    border-radius: 51px;
    margin-bottom: -3.23vw;
}

@media screen and (max-width: 767px) {
.phw404{
    padding-top: 26.4vw;
    padding-left: 5.5vw;
    padding-right: 4.5vw;
    height: 87vh;
    overflow: hidden;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.phw404 .inner{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    /* align-content: center; */
    /* align-items: center; */
}

.phw404_col1{
    padding-right: 0vw;
    padding-bottom: 6.8vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.phw404_col1 h1{
    font-size: 14.5vw;
    letter-spacing: -0.65vw;
    line-height: 0.82;
}
.phw404_col1 h1 em{}
.phw404_col1 .content{}
.phw404_col1 .content article{
    max-width: 100%;
    padding-left: 15.4vw;
    padding-top: 7vw;
    font-size: 4vw;
    letter-spacing: -0.21vw;
    padding-right: 17vw;
    line-height: 1.16;
}
.phw404_col1 .content article em{}
.phw404_col1 .gbutton{
    padding-left: 15.1vw;
    padding-top: 0.2vw;
}
.phw404_col1 .gbutton a{
    padding: 3.5vw 6.4vw 3.3vw 6.4vw;
}
.phw404_col1 .gbutton a:hover{}
.phw404_col2{
    padding-left: 1vw;
    padding-right: 1vw;
}
.phw404_col2 img{
    border-radius: 20px;
    margin-bottom: -3.7vw;
}
}

@media screen and (max-width: 767px) {
    
}





/** Footer ***********/
.sfooter{
    background-color: #410D13;
    padding-left: 4.15vw;
    padding-right: 4.1vw;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
}
.sfooter .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
.sfooter .col1{
    width: 50%;
}
.sfooter .col1 ul{
    margin: 0px;
    display: block;
    line-height: 1;
}
.sfooter .col1 ul li{
    display: inline-block;
    color: #FBF9F1;
    font-size: 0.85vw;
    margin: 0px;
    line-height: 0.89;
    letter-spacing: 0.096vw;
    padding-left: 1vw;
    padding-right: 1.4vw;
    border-right: 1px solid #FBF9F1;
}
.sfooter .col1 ul li:before{
    content:"";
}
.sfooter .col1 ul li a{
    color: #FBF9F1;
}
.sfooter .col1 ul li:first-child{
	padding-left: 0px;
}
.sfooter .col1 ul li:last-child{
    border-right: 0px solid #FBF9F1;
}
.sfooter .col2{
    width: 50%;
    text-align: right;
}
.sfooter .col2 ul{
    margin: 0px;
    display: block;
    line-height: 1;
}
.sfooter .col2 ul li{
    display: inline-block;
    color: #FBF9F1;
    font-size: 0.85vw;
    margin: 0px;
    line-height: 0.89;
    letter-spacing: 0.096vw;
    padding-left: 3vw;
    padding-right: 2.8vw;
    border-right: 1px solid #FBF9F1;
}
.sfooter .col2 ul li:before{
    content:"";
}
.sfooter .col2 ul li a{
    color: #9CB3F0;
    font-weight: 700;
}
.sfooter .col2 ul li:first-child{
	padding-left: 0px;
}
.sfooter .col2 ul li:last-child{
    border-right: 0px solid #FBF9F1;
    padding-right: 0.9px;
}

@media screen and (max-width: 767px) {
    .sfooter{
        padding-left: 4.15vw;
        padding-right: 4.1vw;
        padding-top: 5.5vw;
        padding-bottom: 3.5vw;
    }
    .sfooter .col1{
        width: 100%;
        text-align: center;
    }
    .sfooter .col1 ul li{
        font-size: 2.4vw;
        letter-spacing: 0.3vw;
        padding-right: 3.3vw;
        padding-left: 3.3vw;
    }
    .sfooter .col1 ul li:before{
        content:"";
    }
    .sfooter .col1 ul li:last-child{
        padding-right: 0vw;
    }
    .sfooter .col2{
        width: 100%;
        text-align: center;
        padding-top: 3.4vw;
    }
    .sfooter .col2 ul li{
        display: block;
        text-align: center;
        padding: 0px !important;
        font-size: 2.6vw;
        border-right: 0px solid #FBF9F1;
        letter-spacing: 0.23vw;
        padding-bottom: 3.7vw !important;
    }
    .sfooter .col2 ul li:before{
        content:"";
        display: none;
    }
    .sfooter .col2 ul li:last-child{
    	font-size: 2.7vw;
    	letter-spacing: 0.45vw;
    }
}




body.safari.os_mac .phw05_carousel {
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
}
body.safari.os_mac .phw05_carousel_items .col {
    margin-bottom: -0.2vw;
}
body.firefox.os_mac .phw05_carousel{
    padding-top: 0.8vw;
    padding-bottom: 0.55vw;
}
body.chrome.os_mac .phw05_carousel{
    padding-top: 1vw;
    padding-bottom: 0.7vw;
}

body.safari.os_mac .phw06 {
    margin-bottom: -2.5vw;
}
body.chrome.os_mac .phw06{
    margin-bottom: -2.5vw;
}
@media screen and (max-width: 767px) {
    body.chrome.os_mac .phw05 {
        padding-top: 2.2vw;
        padding-bottom: 2vw;
    }
    body.safari.os_mac .phw05{
        padding-top: 3.2vw;
        padding-bottom: 3vw;
        z-index: 1;
    }
    body.safari.os_mac .phw05_carousel {
        padding-top: 0vw;
        padding-bottom: 0vw;
        margin-bottom: -1.8vw;
    }
    body.safari.os_mac .phw06 {
        margin-bottom: -2.8vw;
    }
    
    body.firefox.os_mac .phw06 {
        margin-bottom: -5.1vw;
    }
    body.firefox.os_mac .phw05_carousel {
      padding-top: 0.8vw;
      padding-bottom: 0.55vw;
      margin-bottom: -2.7vw;
    }
    
    body.chrome.os_mac .phw06 {
        margin-bottom: -3.9vw;
    }
    body.chrome.os_mac .phw05_carousel {
        padding-top: 2vw;
        padding-bottom: 0.2vw;
    }
}
 