@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('helveticaneueltstd-hvex.woff2') format('woff2'),
        url('helveticaneueltstd-hvex.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  font-size: 1vw;
}
@media(min-width:2560px){
    :root{
        font-size:22px;
    }
}
@media(max-width:767px){
    :root{
        font-size:5px;
    }
    
    main {
        padding: 0px !important;
        margin-top: 18rem;
    }
}
@media(max-width:500px){
    :root{
        font-size:1vw;
    }
}


body {
  font-family: "General Sans";
  font-style: 300;
  font-weight: normal;
  font-size: 1rem;
  color: rgb(0, 0, 0);
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  background-color: #FEFBEF;
}

span{
  font-family: 'Syne';
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

h1 {
  font-family: "Carefree Serif";
}

h1 i{
  font-family: "Carefree Serif";
  font-weight: 200;
  font-style: italic;
}


h2 {
  font-family: "Carefree Serif";
  font-weight: 200;
}

h2 i{
  font-weight: 300;
}

h3 {
  font-family: "Founders Grotesk";
}

.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: 0rem;
    right: -2rem;
    height: 100%;
    width: 3.95rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
}

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

.news_btn,
.btn{
  font-family: 'Syne';
  font-weight: bold;
}
a:hover {
    -webkit-filter: unset;
    filter: unset;
}
.site_button {
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 4.45rem 0.46rem 2.6rem;
    letter-spacing: -0.018rem;
    box-shadow: 2px 7px 0px #0D0D0D;
    text-align: left;
    width: auto;
    color: #0D0D0D !important;
    border-radius: 11rem;
    display: inline-block;
    background-color: #FC7E52;
    font-family: 'Syne';
    font-weight: bold;
}
.site_button span{
    transition: all 0.55s ease 0s !important;
    text-transform: uppercase;
}
.site_button span svg{
    width: 100%;
    height: auto;
}
.site_button:hover span{    right: -3rem;}

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

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

a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
  /* color: #0D0D0D; */
}
br.d{ display:block; }
br.m{ display:none; }
@media (max-width: 1024px) and (min-width: 768px){
    body{
        font-size:1.4rem;
    }
    br.d{ display:none; }
    br.m{ display:block; }
}
@media screen and (max-width: 767px) {
  body {}

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

  h2 {}

  h3 {}

  .mobile_only {
    display: block !important;
  }

    .site_button {
        font-size: 3.5rem;
        padding: 2rem 6.5rem;
    }

  .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;
  }
.site_button {
        letter-spacing: -0.0rem;
        font-size: 3.5rem;
        padding: 2.6rem 9.5rem 2.2rem 7.8rem;
        line-height: 1.34;
        box-shadow: 2px 5px 0px #0D0D0D;
    }
.site_button span{
    width: 10.4rem;
    right: -7rem;
}
.site_button span svg{}
.site_button:hover span{right: -8rem;}
}

.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: 15.7rem !important;
    margin: 0px auto;
    max-width: unset;
}

.natalie_logo.mobile_only img {
  width: 40rem;
  margin: inherit;
}
.header__block--dropdown{
  margin-left: 4.67rem !important;
}
.header a, .header a.link-list__link, .dropdown a.dropdown__trigger {
    font-size: 0.95rem;
    text-transform: uppercase;
    font-family: Syne;
    letter-spacing: -0.01rem;
    color: rgb(13, 13, 13) !important;
    filter: brightness(100%) !important;
    font-weight: 600;
}
.dropdown__item a{
  font-size: 70%;
}
.dropdown a.dropdown__trigger:hover{
      color: #fc7e52 !important;
}
.dropdown.dropdown--open a.dropdown__trigger{
      color: #fc7e52 !important;
}

.header {
  background-color: rgb(254, 251, 239);
  padding: 1.06rem 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid rgb(13, 13, 13);
  box-shadow: none;
      transition: unset;
}
.link-list.justify-content-right {
    margin-right: 2.65rem;
    gap: 4.62rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left {
    gap: 4.67rem;
    margin-left: 2.6rem;
    padding-top: 0.1rem;
}
.link-list.justify-content-left a,

.link-list.justify-content-right a{
    /* font-size: 0.95rem; */
}
.link-list.justify-content-left a:hover,

.link-list.justify-content-right a:hover{
    text-decoration: underline;
    color: #fc7e52 !important;
}

.link-list.justify-content-left {
}
.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 a.logo svg{
    height: auto;
    width: 15.8vw;
}
@media (max-width: 1024px) and (min-width: 768px){
    .link-list.justify-content-left a, .link-list.justify-content-right a{
        font-size: 1.5rem;
    }
    .link-list.justify-content-left{
        gap: 0rem;
    }
    .link-list.justify-content-right {
        margin-right: 2.4rem;
        gap: 0rem;
    }
}

@media (min-width: 768px) {
    .header__content--desktop .header__block {
        display: inline-block;
        margin: 0 20px;
    }
}
@media (max-width: 767px) {
    .header {
        padding: 0rem !important;
    }
    body #section-header{
        position: absolute;
        width: 100%;
        z-index: 999;
        background-color: #FEFBEF;
        top: 0rem;
        left: 0rem;
    }
    .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 .header__wrap .header__content .container{
        padding-right: 18px;
        padding-left: 18px;
    }
    .header a.logo svg {
        height: auto;
        width: 35.8vw;
        margin-top: 0.2vw;
        overflow: visible;
    }
}

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

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

.responsive-menu-close {
  clear: both;
  height: 9vw;
  width: 9.87vw;
  display: block;
  position: absolute;
  top: 4.7vw;
  right: 3.67vw;
}

.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;
  display: none;
  background-color: #0D0D0D;
}

.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: 1024px) and (min-width: 768px){
    
}
@media (max-width: 767px) {
  .hp_header_right ul {
    display: none;
  }
    .responsive-menu{
        display:block;
    }
  a.responsive-menu-hand {
    width: 9.4vw;
    height: 7rem;
    margin-top: 0px;
    right: 4vw;
    position: absolute;
    top: 0rem;
  }

  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;
  }
    .responsive-menu-bg{
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: 100%;
        opacity: 0.10;
    }
    .responsive_headerrow1{
        border-bottom: 1px solid #FEFBEF;
        display: block;
        padding-top: 6rem;
        padding-bottom: 4.9rem;
        position: relative;
        z-index: 2;
    }
    .responsive_headerrow1 .inner{
        width: 92rem;
        margin: 0px auto;
    }
    .responsive_headerrow1 .responsive_logo{
        text-align: center;
        padding-right: 15rem;
        padding-left: 15rem;
    }
    .responsive_headerrow1 .responsive_logo a.logo{}
    .responsive_headerrow1 .responsive_logo a.logo svg{
        width: 35.4rem;
        height: auto;
        overflow: visible;
    }
    .responsive_headerrow1 .responsive-menu-head{}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{
    clear: both;
    height: 4vw;
    width: 5.87vw;
    display: block;
    position: absolute;
    top: 4.4vw;
    right: 3.67vw;
}
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close svg{}
    
    .responsive_headerrow2{
        display: block;
        padding-top: 15.5rem;
        padding-bottom: 4.9rem;
        position: relative;
        z-index: 2;
    }
    .responsive_headerrow2 .inner{
        width: 92rem;
        margin: 0px auto;
    }
    .responsive_headerrow2 .link-list{
        display: block;
        margin: 0rem;
    }
    .responsive_headerrow2 .link-list ul{}
    .responsive_headerrow2 .link-list ul li{
        padding-left: 7.8rem;
        margin-bottom: 12.1rem;
    }
    .responsive_headerrow2 .link-list a, .dropdown a.dropdown__trigger{
        font-family: 'Syne';
        font-weight: normal;
        font-size: 4.35rem !important;
        color:#fff !important;
    }
    .header__block--dropdown{
      margin:0  !important
    }
    .dropdown a.dropdown__trigger{
      padding-left: 7.8rem;
        margin-bottom: 12.1rem;
    }
    .dropdown .dropdown__item a{
       font-size: 4.35rem !important;
       color:#fff !important;
       padding-left: 7.8rem;
       padding-top: 0;
    }
   .dropdown .dropdown__menu{
      width: 66rem;
      background-color: #000000fa;
      left: 0;
    }
    .responsive_insta{
        width: 100%;
        display: block;
        padding-left: 8rem;
        padding-top: 11rem;
    }
    .responsive_insta a{
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
    .responsive_insta .icon{
        display: inline-block;
        width: 5.4rem;
    }
    .responsive_insta .icon svg{
        width: 100%;
        height: auto;
    }
    .responsive_insta .icon svg path{
        fill: #FEFBEF;
    }
    .responsive_insta .itext{
        font-family: 'General Sans';
        color: #FEFBEF;
        font-size: 4.3rem;
        padding-left: 2.7rem;
        line-height: 1.12;
    }
}
@media (max-width: 500px) {
    .responsive_headerrow1 .responsive-menu-head .responsive-menu-close{
    clear: both;
    height: 9vw;
    width: 9.87vw;
    display: block;
    position: absolute;
    top: 4.7vw;
    right: 3.67vw;
}
}

.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: 1024px) and (min-width: 768px){
    
}
@media (max-width: 767px) {
  .erh_desk_menu_area {
    display: none;
  }
}

.hp_footer_bottom {
  padding-top: 1.1rem;
  margin: 0px auto;
  padding-left: 2.1rem;
  padding-right: 1.89rem;
  padding-bottom: 1rem;
  background-color: #0D0D0D;
  width: 100%;
}
.hp_footer_bottom .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95.87rem;
  margin: auto;
}
.hp_footer_bottom .fright ul {
  display: flex;
  margin: 0px;
  justify-content: end;
  width: 30rem;
  color: #FEFBEF;
  margin-top: -0.23rem;
}

.hp_footer_bottom .fright ul li {
  padding: 0px 0.36rem;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.032rem;
}

.hp_footer_bottom .fright ul li a {
  font-size: 0.8rem;
  color: #FEFBEF;
  font-family: "Syne";
  font-weight: 400;
  letter-spacing: 0.078em;
}
.hp_footer_bottom .fright ul li a:hover {
    text-decoration: underline;
}
footer.hp_footer {
  background-color: rgb(254, 251, 239);
  position: relative;
}

.hp_footer::before {
  content: "";
  height: 1px;
  width: 100rem;
  position: absolute;
  bottom: 3.6rem;
  left: 0px;
  background-color: rgb(13, 13, 13);
}

.fleft {
  width: 27rem;
  text-transform: uppercase;
}

.fleft div {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: "Syne";
    color: #FEFBEF;
    letter-spacing: 0.087em;
}

.fcenter {
  width: 25rem;
  text-align: center;
}

.fcenter p {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: "Syne";
    font-weight: 500;
    color: #FEFBEF;
}

.fcenter p a{
  color: #fc8852;
  border-bottom: 1px solid #fc8852;
}
.fcenter p a:hover {
    color: #FEFBEF;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_top {
  padding: 2.78rem 1.8rem 4.34rem 1.87rem;
}
.hp_footer_top .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 96.33rem;
  margin: auto;
}
.ftop_left {
  width: 32.3rem;
}

.ftop_left span {
  text-transform: uppercase;
  color: #fc8852;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.ftop_left h2 {
  font-size: 5.3rem;
  font-weight: 100;
  line-height: 5.2rem;
  text-transform: uppercase;
  margin-top: 1.2rem;
  letter-spacing: -0.024rem;
}

.ftop_left h2 i {
  text-transform: lowercase;
}

.ftop_right {
  width: 62.22rem;
}

.insta_images {
  margin-top: 0.4rem;
}

.insta_images ul {
  display: flex;
  justify-content: space-between;
}

.ftop_right span {
  text-align: right;
  display: block;
  margin-top: 1.3rem;
  padding-right: 0rem;
  font-size: 1.1rem;
  letter-spacing: 0rem;
  font-family: "General Sans";
  color: #0D0D0D;
}

.ftop_right span:hover{
  color: #FC7E52;
}

.insta_images img {
  /* width: 15rem; */
  height: auto;
}

footer.hp_footer .section_inner {
  margin: 0px auto;
  padding-left: 0;
  /* width: 98rem; */
  width: 100%;
}


.hp_footer_center{
    position: relative;
    padding-top: 11.04rem;
    padding-bottom: 10.7rem;
}
.hp_footer_cbg{
    width: 102%;
    margin-left: -1%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-color: #0D0D0D;
}
.hp_footer_cbg.desktop_only{}
.hp_footer_cbg.mobile_only{}
.hp_footer_cbg:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #0D0D0D;
    opacity: 0.65;
}
.hp_footer_center .inner{
    max-width: 60rem;
    margin: 0px auto;
    position: relative;
}
.hp_footer_center h2{
    color: #FCFCFC;
    font-size: 3.4rem;
    text-align: center;
    letter-spacing: -0.076rem;
}
.hp_footer_center h2 i{
    color: #FC7E52;
}
.hp_footer_center h2 br.m{}
.hp_footer_center h2 br.d{}
.hp_footer_center article{
    font-size: 0.9rem;
    letter-spacing: 0.036rem;
    font-weight: 500;
    padding-right: 0.5rem;
    padding-bottom: 4rem;
    color: #FCFCFC;
    text-align: center;
    padding-top: 1.54rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.hp_footer_center article p{}
.hp_footer_center article br.m{}
.hp_footer_center article br.d{}
.hp_footer_center .hp_footer_cform{
    width: 100%;
    display: block;
    padding-left: 5.2rem;
    padding-right: 5.2rem;
}
.hp_footer_center .footer_formin{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.hp_footer_center .footer_formin input{
    background-color: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #FCFCFC !important;
    color: #FCFCFC;
    border-radius: 0px;
    padding: 12px 0px 0px 3px;
    height: 2.7rem;
    font-family: 'Syne';
    font-weight: bold;
    font-size: 0.7rem;
    letter-spacing: 0.08rem;
}
.hp_footer_center .footer_formin .text-field{width: 28.3%;margin: 0px;}
.hp_footer_center .footer_formin .email-field{
    width: 28.7%;
    margin-left: 5.5%;
    margin-bottom: 0px;
}
.hp_footer_center .button_middle{
    width: 30.7%;
    margin-left: 6.5%;
}
.hp_footer_center .button_middle button{
    margin: 0px;
    font-size: 1.015rem;
    padding: 0.7rem 2.5rem 0.46rem 3.2rem;
    letter-spacing: -0.019rem;
    box-shadow: 0px 7px 0px #FCFCFC;
    text-align: left;
    width: 88%;
    color: #FCFCFC !important;
}
.hp_footer_center .button_middle button.site_button{}
.hp_footer_center .button_middle button.site_button span{
    top: 0.8rem;
    right: -1.93rem;
    height: 1rem;
    width: 4.7rem;
    transition: all 0.55s ease 0s !important;
}
.hp_footer_center .button_middle button.site_button span svg{
    width: 100%;
    height: auto;
}
.hp_footer_center .button_middle button.site_button span svg path{
    fill: #FCFCFC;
}
.hp_footer_center .button_middle button.site_button:hover span{
  right: -3.3rem;
}
.hp_footer_center .button_middle button:hover{
  background-color: #FC7E52;
}
.hp_footer_logomenu{
    background-color: #0D0D0D;
    width: 100%;
    padding-top: 1.12vw;
    padding-left: 1.94vw;
    padding-right: 1.94vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #FEFBEF;
}
.hp_footer_logomenu .inner{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 96.12rem;
    margin: auto;
}
.hp_footer_logomenu .flogomenu_left{
    width: 20%;
}
.hp_footer_logomenu .flogomenu_left svg{
    height: auto;
    width: 15.77rem;
}
.hp_footer_logomenu .flogomenu_right{
    width: 80%;
    padding-left: 4.44vw;
    padding-right: 0.5vw;
    padding-top: 0.86vw;
}
.hp_footer_logomenu .flogomenu_right ul{
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-between;
}
.hp_footer_logomenu .flogomenu_right ul li{
    font-family: Syne;
    letter-spacing: 0.06rem;
    filter: brightness(100%) !important;
    font-weight: 400;
    margin: 0px;
    font-size: 1.01vw;
}
.hp_footer_logomenu .flogomenu_right ul li a{
    color: #FEFBEF;
}
.hp_footer_logomenu .flogomenu_right ul li a:hover {
    color: #FC7E52;
}
@media (max-width: 1024px) and (min-width: 768px){
    .hp_footer_center .inner{
        max-width: 76rem;
    }
    .hp_footer_center article{
        font-size: 1.4rem;
    }
    .hp_footer_center .footer_formin input{
        font-size: 1.2rem;
        height: auto;
    }
    .hp_footer_center .button_middle button{
        font-size: 1.3rem;
        padding: 0.9rem 2.5rem 0.46rem 3.2rem;
        letter-spacing: -0.019rem;
        box-shadow: 0px 3px 0px #FCFCFC;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{
        font-size: 1.3vw;
    }
    .fleft div,
    .fcenter p,
        .hp_footer_bottom .fright ul li a{
        font-size: 1rem;
    }
}
@media (max-width: 767px) {
    section.thhp3{}
    .hp_footer_center{}
    .hp_footer_cbg{}
    .hp_footer_cbg.desktop_only{}
    .hp_footer_cbg.mobile_only{}
    
    .hp_footer_center .inner{}
    .hp_footer_center h2{}
    .hp_footer_center h2 i{}
    .hp_footer_center h2 br.m{}
    .hp_footer_center h2 br.d{}
    .hp_footer_center article{
        font-size: 1.4rem;
    }
    .hp_footer_center article p{}
    .hp_footer_center article br.m{}
    .hp_footer_center article br.d{}
    .hp_footer_center .hp_footer_cform{}
    .hp_footer_center .footer_formin{}
    .hp_footer_center .footer_formin input{}
    .hp_footer_center .footer_formin .text-field{}
    .hp_footer_center .footer_formin .email-field{}
    .hp_footer_center .button_middle button{}
    .hp_footer_center .button_middle button.site_button{}
    .hp_footer_center .button_middle button.site_button span{}
    .hp_footer_center .button_middle button.site_button span svg{}
    .hp_footer_center .button_middle button.site_button span svg path{}
    
    
    .hp_footer_logomenu{
        padding-top: 12.2vw;
        padding-left: 1.94vw;
        padding-right: 1.94vw;
        padding-bottom: 8.6vw;
    }
    .hp_footer_logomenu .inner{
        max-width: 89.12rem;
    }
    .hp_footer_logomenu .flogomenu_left{
        width: 100%;
        text-align: center;
        padding-bottom: 10.5rem;
    }
    .hp_footer_logomenu .flogomenu_left svg{
        width: 70.8rem;
    }
    .hp_footer_logomenu .flogomenu_right{
        width: 100%;
        display: block;
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 0.3vw;
    }
    .hp_footer_logomenu .flogomenu_right ul{
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-left: 1.6rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li{
        width: 50%;
        text-align: center;
        font-size: 4.42vw;
        letter-spacing: 0.3rem;
        padding-bottom: 4.8rem;
    }
    .hp_footer_logomenu .flogomenu_right ul li a{}
}










section.abp1 {
  padding: 3.5rem 0px 3rem;
  background-color: rgb(254, 251, 239);
}

.abp1_text article {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2.8rem;
}

.abp1_text h2 {
  text-transform: uppercase;
  color: #0D0D0D;
  font-size: 9.7rem;
  letter-spacing: -0.23rem;
}

.abp1_text h2 > i {
  text-transform: none;
  color: rgb(252, 126, 82);
  font-family: "Carefree Serif";
  letter-spacing: -0.157rem;
  font-size: 10rem;
  font-style: italic;
  font-weight: 200;
}

.abp1_text h4 {
  text-transform: uppercase;
  margin-top: 8.6rem;
  font-weight: 400;
  line-height: 1.8rem;
  font-size: 1.8rem;
  color: rgb(0, 0, 0);
  padding-left: 0.8rem;
  letter-spacing: 0.019rem;
  font-family: "Founders Grotesk";
}

.abp1_text h4 span.desktop_only {
  display: inline-block;
}

.abp1_text h4 a {
  color: rgb(0, 0, 0);
  text-decoration: underline 1px;
  text-underline-offset: 0.12rem;
}

.abp1_text p a {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

section.abp1 span.sub_heading {
  /* color: rgb(252, 126, 82); */
  /* font-size: 0.9rem; */
  /* font-weight: 400; */
}

.abp1_image {
  display: flex;
  position: relative;
  margin-bottom: 3.66rem;
}

img.abp1_img1 {
  width: 69rem;
  margin-right: 2.6rem;
  height: auto;
  border: 1px solid #000;
}

img.abp1_img2 {
  width: auto;
  height: 30rem;
  margin-right: 1rem;
  border: 1px solid #000;
}

.abp1_image::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(13, 13, 13);
  border-radius: 100rem;
  height: 25rem;
  width: 25rem;
  right: 10.1rem;
  bottom: 5.5rem;
}

.abp1_bt_content h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Founders Grotesk";
  letter-spacing: 0.018rem;
  line-height: 1.8rem;
  color: rgb(0, 0, 0);
  margin-bottom: 1rem;
  font-weight: 400;
}

.abp1_bt_content h4 span {
  color: rgb(0, 0, 0);
  font-size: 1.7vw;
  /*text-transform: none;*/
  letter-spacing: 1.25px;
  line-height: 1.3vw;
  font-family: "Founders Grotesk";
}

.abp1_bt_content p {
  font-size: 1.14rem;
  letter-spacing: 0.012rem;
  line-height: 1.83rem;
  width: 46rem;
  margin-left: auto;
  color: rgb(0, 0, 0);
  font-weight: 400;
  padding-left: 0.6rem;
  font-weight: 500;
}

section.abp2 {
  background-color: rgb(13, 13, 13);
  padding: 3rem 0px 3.44rem;
}

.abp_counter .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83rem;
  margin: 0px auto;
  padding-top: 1.6rem;
  padding-left: 1.4rem;
}

.abp_counter span {
  color: rgb(254, 251, 239);
  text-align: center;
  display: block;
  /* font-size: 0.9rem; */
  /* letter-spacing: 0.05rem; */
  font-weight: 500;
}

.counter.col_fourth h2 {
  color: rgb(252, 126, 82);
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0rem;
  margin-bottom: 0.4rem;
  font-weight: 100;
  /* text-shadow: rgb(252, 126, 82) 1px 1px; */
}
.counter.col_fourth h2 strong{
    font-weight: 100;
}
.counter.col_fourth p {
  color: rgb(254, 251, 239);
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 0.04rem;
  line-height: normal;
  /* text-shadow: rgb(254, 251, 239) 0.5px 0.5px; */
  font-family: 'Founders Grotesk';
}

.counter.col_fourth {
  width: 14rem;
  position: relative;
}

.counter.col_fourth::after {
  content: "";
  width: 1px;
  height: 3rem;
  background-color: rgb(254, 251, 239);
  position: absolute;
  top: 3rem;
  right: 0px;
}

.counter.col_fourth:last-child::after {
  display: none;
}

section.abp3 .section_inner {
  width: 100rem;
  padding-left: 0px;
}

section.abp3 {
  padding-top: 7rem;
  background-color: rgb(254, 251, 239);
  overflow: hidden;
  padding-bottom: 0rem;
}

.abp3_top {
  display: flex;
  position: relative;
  z-index: 1;
}

.abp3_top_laft {
  margin-right: 4.4vw;
}

.abp3_top_laft img {
  position: relative;
  height: auto;
  width: 38.7rem;
  border: 1px solid #000;
}

.abp3_top_laft .circle {
  position: absolute;
  height: 18.5rem;
  width: 18.5rem;
  border: 1px solid rgb(0, 0, 0);
  z-index: 1;
  border-radius: 100rem;
  left: 26.1rem;
  bottom: 46.6rem;
}

.abp3_top_right span {
  margin-top: 6.8rem;
  display: block;
  color: rgb(252, 126, 82);
  margin-bottom: 1.57rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.abp3_top_right h2 {
  font-size: 4.9rem;
  text-transform: uppercase;
  line-height: 4.5rem;
  letter-spacing: -0.02rem;
  margin-bottom: 3.12rem;
  color: rgb(13, 13, 13);
}

.abp3_top_right h2 span {
  text-transform: none;
  letter-spacing: 0rem;
  color: rgb(252, 126, 82);
  font-family: "Carefree Serif";
  font-style: italic;
  margin: 0px;
  font-weight: 100;
  font-size: 5rem;
}

.abp3_top_right p {
  margin-left: 8rem;
  letter-spacing: 0.012rem;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 1.14rem;
  font-weight: 500;
}

.abp3_top1 {
  margin-top: -12rem;
  width: 75rem;
}

.abp3_top1_laft {
  padding: 15.8vw 19vw 2.3vw 4.5vw;
  border: 1px solid rgb(13, 13, 13);
  background: rgb(252, 252, 252);
  position: relative;
}

.abp3_top1_laft h2 {
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 3.77rem;
  letter-spacing: 0.03rem;
  margin-bottom: 2.1rem;
  color: rgb(13, 13, 13);
}

.abp3_top1_laft h2 span {
  font-style: italic;
  font-family: "Carefree Serif";
  text-transform: none;
  color: rgb(252, 126, 82);
  letter-spacing: 0.05rem;
  font-weight: 100;
}

.abp3_top1_laft p {
  margin-left: 9.8vw;
  letter-spacing: 0.014rem;
  line-height: 1.81vw;
  margin-bottom: 1.8vw;
  font-size: 1.14rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
}

.abp3_top1_laft p span{
  font-family: 'General Sans';
  font-weight: 500;
}


.abp3_top1_right img {
  position: absolute;
  top: 56.1rem;
  right: 14rem;
  width: 26rem;
  border: 1px solid #000;
}

.abp3_top2 {
  display: flex;
  width: 91rem;
  margin: 4.5rem auto 0px;
}

.abp3_top2_left {
  width: 50rem;
  position: relative;
}

.abp3_top2_left h2 {
  font-size: 4.65rem;
  text-transform: uppercase;
  margin-left: 6.6rem;
  letter-spacing: 0.06rem;
  margin-bottom: 3.4rem;
  color: rgb(0, 0, 0);
}

.abp3_top2_left .circle {
  position: absolute;
  height: 27rem;
  width: 27rem;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 100rem;
  right: 13.8rem;
  top: 23.9rem;
  z-index: 0;
}

.abp3_top2_left h2 span {
  text-transform: math-auto;
  color: rgb(252, 126, 82);
  font-family: "Carefree Serif";
  font-style: italic;
  font-weight: 100;
}

.abp3_top2_left .born1 {
  margin-left: 13.3rem;
  width: 27.67rem;
  z-index: 1;
  position: relative;
  border: 1px solid #000;
}

img.born2 {
  position: relative;
  bottom: 10.36rem;
  width: 20.1rem;
  z-index: 2;
  border: 1px solid #000;
}

.abp3_top2_right {
  width: 50rem;
  margin-top: 3.6rem;
  margin-left: 2rem;
}

.abp3_top2_right p {
  font-size: 1.14rem;
  line-height: 1.83rem;
  margin-bottom: 1.76rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.0134rem;
}

.abp3_top2_right h2 {
  font-size: 4rem;
  margin-top: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
  letter-spacing: 0.02rem;
  color: rgb(0, 0, 0);
}

.abp3_top2_right p.p2 {
  margin-top: 1.9vw;
  line-height: 1.8vw;
}

.abp3_top2_right p.p4 {
  margin-top: 1.7vw;
}

.abp3_top2_right p.p5, .abp3_top2_right p.p6 {
  margin-top: 1.8vw;
}

.abp4 {
  padding: 0rem 0px 8.77rem;
  background-color: rgb(254, 251, 239);
  margin-top: -5.8rem;
}

.abp4 .section_inner {
  display: flex;
  width: 100rem;
  position: relative;
  padding-left: 0px;
}

.abp4_left {
  width: 81rem;
}

.abp4_right {
  width: 35rem;
}

.abp4_right_image img {
  height: auto;
  width: 36.5rem;
  position: absolute;
  right: 0px;
  top: 6.8rem;
  border: 1px solid rgb(0, 0, 0);
}

.abp4 .section_inner article {
  border: 1px solid rgb(61, 61, 61);
  padding: 3.64rem 10.2rem 4.7rem 5rem;
  margin-left: 9.5rem;
  background-color: rgb(252, 252, 252);
}

.abp4 .section_inner article h2 {
  font-size: 4.7rem;
  text-transform: uppercase;
  letter-spacing: -0.06rem;
  margin-bottom: 1.3rem;
  color: rgb(0, 0, 0);
}

.abp4 .section_inner article h3 {
  font-family: "Carefree Serif";
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: 0.03rem;
  line-height: 4rem;
  margin-top: 2.4rem;
  margin-bottom: 2.54rem;
  color: rgb(13, 13, 13);
}

.abp4 .section_inner article h3 span {
  font-style: italic;
  text-transform: lowercase;
  font-family: "Carefree Serif";
  letter-spacing: 0.05rem;
  font-weight: 100;
  color: rgb(252, 126, 82);
}

.abp4 .section_inner article h2 span {
  font-style: italic;
  text-transform: lowercase;
  font-family: "Carefree Serif";
}

.abp4 .section_inner article p {
  font-size: 1.14rem;
  line-height: 1.81rem;
  margin-bottom: 1.9rem;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0.012rem;
}

.abp4 .section_inner article .site_button {
  margin-top: 1.56rem;
  /* width: 19rem; */
  /* line-height: 1.2; */
  /* padding-top: .95em; */
}
.abp4 .section_inner article .link .site_button{}
.abp4 .section_inner article .link .site_button span{
    /* width: 16.5rem; */
}
.abp4 .section_inner article .link .site_button span svg{}
.abp4 .section_inner article .site_button:hover { }

.abp5 {
    padding: 6.2rem 0px 7.7rem;
    background-image: url(abp5bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.abp5 .section_inner {
  width: 81rem;
  padding-left: 2rem;
}

.abp5 .section_inner h2 {
  text-align: center;
  color: rgb(252, 126, 82);
  font-size: 9rem;
  letter-spacing: 0rem;
  margin-left: 2rem;
}

.abp5 .section_inner h2 span {
  font-family: "Carefree Serif";
  font-style: italic;
  font-weight: 100;
  margin-right: 1rem;
}

.abp5_boxes {
  padding-top: 4rem;
}

.abp5_boxes article p {
  color: rgb(254, 251, 239);
  margin-bottom: 2rem;
  position: relative;
}

.abp5_boxes article p span{
    font-family: 'General Sans';
}

.abp5_box_right p::before {
  content: "";
  position: absolute;
  left: 1.2rem;
  top: 0.5rem;
  height: 1.5rem;
  width: 1.4rem;
  background-image: url("tik-mark.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.abp5_boxes article p a {
  color: rgb(254, 251, 239);
  text-decoration: underline 1px;
  text-underline-offset: 0.14rem;
}

.abp5_boxes article {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #FEFBEF;
  padding: 1.5rem 0px 0.6rem;
}

.abp5_boxes article:nth-child(2) {
  padding-top: 2rem;
}

.abp5_boxes article:nth-child(3) {
  padding-top: 2rem;
}

.abp5_box_left p span {
    font-weight: 500;
}

.abp5_boxes article:nth-child(4) {
  padding-top: 2.6rem;
  border-bottom: 0px;
}

.abp5_box_left {
  width: 56rem;
}

.abp5_box_left p {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: Syne;
  padding-top: 0.8rem;
  font-weight: 500;
}

.abp5_box_right {
  width: 52.7rem;
  position: relative;
}

.abp5_box_right p {
  padding-left: 4rem;
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.abp6 {
  padding: 6.4rem 0px 3.8rem;
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: rgb(254, 251, 239);
}

.abp6 .section_inner {
  width: 88.5rem;
  padding-left: 0.67rem;
}

.abp6 .section_inner article {
  display: flex;
  justify-content: space-between;
}

.abp6 .section_inner h2 {
  font-size: 7.2rem;
  font-style: italic;
  letter-spacing: -0.1rem;
  color: rgb(13, 13, 13);
}

.abp6_left_cont{
  display: flex;
  flex-wrap: nowrap;
  align-items: end;
  margin-top: 6.4rem;
  margin-bottom: 2rem;
}

.abp6_left_cont .bossbabes img{
  width: 35rem;
  margin-left: 0.8rem;
  margin-right: 0.6rem;
  margin-top: -7.6rem;
}

.abp6 .section_inner h2 span {
}

.abp6 .section_inner h2 span img {
  width: 35rem;
  margin-left: 0.9rem;
  margin-bottom: 0.7rem;
  margin-right: 0.6rem;
}

.sub_heading {
  color: rgb(252, 126, 82);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.abp6_left {
  width: 56rem;
}

.abp6_left p {
  font-size: 1.2rem;
  color: rgb(0, 0, 0);
  font-size: 1.14rem;
  letter-spacing: 0.002rem;
  font-weight: 500;
}

.abp6_left .site_button {
  margin-top: 3.1rem;
  /* padding: 0.4rem 2.3rem; */
  /* width: 11.5rem; */
}

.abp6_left .site_button:hover { }

.abp6_left .site_button span {
  /* width: 3.7rem; */
  /* right: -2.2rem; */
  /* top: 0.7rem; */
}

.abp6_right {
  width: 23rem;
}

.abp6_right span img {
  height: auto;
  width: 23rem;
  margin-top: -14rem;
}

.abp_counter span.desktop_only{
    display: inline-block;
  }

@media (max-width: 768px) {
  section.abp1 .section_inner {
      width: 94rem;
      padding-left: 1rem;
  }

  section.abp1 {
      padding-top: 7.5rem;
      padding-bottom: 10.2rem;
  }

  section.abp1 span.sub_heading {
      letter-spacing: 0.02em;
      font-size: 3.9rem;
      font-weight: 500;
  }

  .abp1_text article {
      flex-flow: column wrap;
      margin-bottom: 5.2rem;
  }

  .abp1_image {
      flex-wrap: wrap;
      position: relative;
  }

  .abp1_text h2 {
      font-size: 18.8rem;
      margin-top: 4.7rem;
      letter-spacing: -0.6rem;
  }

  .abp1_text h2 > i,
  .abp1_text h2 span {
      font-size: 18rem;
      font-size: 19rem;
      letter-spacing: -0.3rem;
  }

  .abp1_text h4 {
      margin-top: 0rem;
      font-size: 5rem;
      line-height: 4.5rem;
      padding-left: 0px;
      letter-spacing: 0rem;
  }

  .abp1_text h4 span.mobile_only {
      display: inline-block !important;
  }

  .abp1_image::after {
      height: 29rem;
      width: 29rem;
      right: -15rem;
      bottom: 0rem;
  }

  .abp1_text h4 br {
      display: none;
  }

  img.abp1_img1 {
      width: 100%;
      border: 1px solid #000;
  }

  img.abp1_img2 {
      margin-left: 5rem;
      height: 51rem;
      margin-top: -36rem;
  }

  .abp1_bt_content h4 {
      font-size: 5rem;
      line-height: 4.7rem;
      margin-top: 7rem;
      letter-spacing: -0.01em;
      margin-bottom: 5rem;
  }

  .abp1_bt_content h4 br {
  }

  .abp1_bt_content h4 span {
      font-size: 5rem;
      text-transform: uppercase;
  }

  .abp1_bt_content p {
      width: inherit;
      font-size: 3.8rem;
      line-height: 5.9rem;
      /* font-weight: 400; */
      letter-spacing: 0.05rem;
      padding-left: 0;
  }

  .abp1_bt_content p br { }

  section.abp2 {
      padding-top: 13rem;
      padding-bottom: 11.5rem;
  }

  section.abp2 .section_inner {
      padding-left: 0px;
  }

  .abp_counter span {
      letter-spacing: 0.02em;
      font-size: 3.9rem;
      font-weight: 500;
  }

  .abp_counter span.desktop_only{
    display: none;
  }

  .abp_counter .wrapper {
      flex-wrap: wrap;
      padding-top: 11rem;
      width: 91rem;
      align-items: end;
  }

  .counter.col_fourth {
      width: 50%;
      padding-bottom: 6rem;
  }

  .counter.col_fourth h2 {
      font-size: 22rem;
      text-align: left;
      letter-spacing: -0.3rem;
      line-height: 16rem;
      margin-bottom: 3.3rem;
  }

  .counter.col_fourth p {
      font-size: 3.8rem;
      text-align: left;
      letter-spacing: 0.2rem;
      font-family: 'Founders Grotesk';
  }

  .counter.col_fourth p br {
      display: none;
  }

  .counter.col_fourth:nth-child(1) {
      border-right: 1px solid rgb(255, 255, 255);
      border-bottom: 1px solid rgb(255, 255, 255);
  }

  .counter.col_fourth:nth-child(2) {
      border-bottom: 1px solid rgb(255, 255, 255);
  }

  .counter.col_fourth:nth-child(2) h2 {
      text-align: right;
  }

  .counter.col_fourth:nth-child(2) p {
      text-align: right;
  }

  .counter.col_fourth:nth-child(4) h2 {
      text-align: right;
  }

  .counter.col_fourth:nth-child(4) p {
      text-align: right;
      margin-bottom: -1rem;
  }

  .counter.col_fourth:nth-child(3) {
      border-right: 1px solid rgb(255, 255, 255);
      border-bottom: 1px solid rgb(255, 255, 255);
      padding-top: 7rem;
      padding-bottom: 5rem;
  }

  .counter.col_fourth:nth-child(4) {
      border-bottom: 1px solid rgb(255, 255, 255);
  }

  .counter.col_fourth:last-child {
      width: 100%;
      border-bottom: 1px solid rgb(255, 255, 255);
      text-align: center !important;
  }

  .counter.col_fourth:last-child p{
    text-align: center;
    padding-bottom: 1rem;
  }

  .counter.col_fourth:last-child h2 {
      text-align: center;
  }

  .counter.col_fourth::after {
      display: none;
  }

  .abp3_top {
      flex-flow: column wrap;
  }

  .abp3_top1 {
      margin-top: 13rem;
      position: relative;
      width: 100rem;
  }

  .abp3_top1_right img {
      top: -11rem;
      right: 3rem;
      width: 70rem;
  }

  .abp3_top_laft {
      margin-right: 0px;
  }

  .abp3_top_laft img {
      width: 62.6rem;
      margin-left: auto;
      margin-right: 5rem;
  }

  .abp3_top_right {
      padding-left: 4rem;
  }

  .abp3_top_laft .circle {
      bottom: inherit;
      top: -5rem;
      width: 38rem;
      height: 38rem;
      left: 12rem;
  }

  .abp3_top_right span {
      margin-top: 4.3rem;
      margin-bottom: 3rem;
      letter-spacing: 0.02em;
      font-size: 3.9rem;
      font-weight: 500;
  }

  .abp3_top_right h2 {
      font-size: 10rem;
      line-height: 9.5rem;
      letter-spacing: 0.13rem;
      margin-bottom: 5.3rem;
  }

  .abp3_top_right h2 span {
      font-size: 10.6rem;
      letter-spacing: 0rem;
      padding-right: 13rem;
      line-height: 10rem;
  }

  .abp3_top_right p {
      margin-left: 0px;
      font-size: 3.7rem;
      line-height: 5.9rem;
      padding-right: 3.7rem;
      letter-spacing: 0.1rem;
      margin-bottom: 6rem;
  }

  .abp3_top_right p br {
      display: none;
  }

  .abp3_top2_left h2 {
      font-size: 10rem;
      margin-left: 18rem;
      letter-spacing: 0.097rem;
      margin-bottom: 6rem;
  }

  .abp3_top2_left h2 span {
  }

  .abp3_top2_left .born1 {
      margin-left: 0px;
      width: 72rem;
  }

  .abp3_top2_left .circle{
    height: 70rem;
    width: 70rem;
    top: inherit;
    bottom: -38rem;
    right: 11rem;
  }

  .abp3_top2 {
      flex-wrap: wrap;
      margin-top: 11.5rem;
      width: 92rem;
  }

  img.born2 {
      right: 0px;
      width: 50rem;
      position: absolute;
      bottom: -27.6rem;
  }

  .abp3_top2_left {
      width: 100%;
  }

  .abp3_top1_laft {
      padding: 92.5rem 3rem 4rem 4rem;
      border-left: 0;
      border-right: 0;
  }

  .abp3_top2_right {
      width: 100%;
      margin-top: 45rem;
      margin-left: 0px;
  }

  .abp3_top2_right p {
      font-size: 3.8rem;
      line-height: 5.9rem;
      letter-spacing: 0.0rem;
      padding-right: 0rem;
      margin-bottom: 5.6rem;
  }

  .abp3_top2_right h2 {
      font-size: 8.4rem;
      margin-top: 6rem;
      margin-bottom: 5rem;
      color: rgb(252, 126, 82);
  }

  .abp3_top2_right p br {
      display: none;
  }

  .abp3_top1_laft h2 {
      font-size: 8.3rem;
      line-height: 7.9rem;
      margin-bottom: 7rem;
  }

  section.abp3 .section_inner {
  }

  section.abp3{
    padding-top: 12rem;
    padding-bottom: 29rem;
  }

  .abp3_top1_laft h2 br {
      display: none;
  }

  .abp3_top1_laft h2 span {
      display: inline-block;
  }

  .abp3_top1_laft p {
      margin-left: 0px;
      font-size: 3.8rem;
      line-height: 5.84rem;
      letter-spacing: 0.038rem;
      padding-right: 0rem;
      margin-bottom: 6rem;
  }

  .abp3_top1_laft p br {
      display: none;
  }

  .abp4 .section_inner {
      flex-direction: column-reverse;
      width: 100rem;
  }

  .abp4_left {
      width: 100%;
      margin-top: -46rem;
  }

  .abp4 .section_inner article {
      margin-left: 0px;
      padding: 112rem 5rem 17.8rem 4rem;
      margin-top: -65.6rem;
      border-left: 0;
      border-right: 0;
  }

  .abp4 {
      padding-bottom: 0px;
  }

  .abp4 .section_inner article h2 {
      font-size: 10.4rem;
      letter-spacing: -0.03rem;
      margin-bottom: 3rem;
  }

  .abp4 .section_inner article p {
      font-size: 3.8rem;
      line-height: 5.9rem;
      margin-bottom: 5.5rem;
      letter-spacing: -0.05rem;
  }

  .abp4 .section_inner article p br {
  }

  .abp4 .section_inner article .site_button {
      /* width: 69rem; */
      margin-top: 7rem;
      /* padding-top: 2.5rem; */
      padding: 2.6rem 14.5rem 2.2rem 7.8rem;
  }

  .abp4 .section_inner article .site_button:hover{ }

  .abp4 .section_inner article .site_button span {width: 16.5rem;}

  .abp4 .section_inner article h3 {
      font-size: 8.5rem;
      margin-top: 5rem;
      line-height: 8.3rem;
      margin-bottom: 5.7rem;
      letter-spacing: 0;
  }

  .abp4 .section_inner article h3 span {
  letter-spacing: 0;
  }

  .abp4_right {
      width: 100rem;
  }

  .abp4_right_image {
      text-align: right;
      float: right;
  }

  .abp4_right_image img {
      position: relative;
      z-index: 9;
      top: -12rem;
      width: 85rem;
      border-right: 0;
  }

  .abp5 {
      padding-top: 15rem;
      padding-bottom: 37rem;
      background-position: center;
      background-attachment: unset;
  }

  .abp5 .section_inner {
      padding-left: 0px;
      width: 92rem;
  }

  .abp5 .section_inner h2 span {
      display: block;
  }

  .abp5 .section_inner h2 {
      font-size: 16rem;
      line-height: 16rem;
      letter-spacing: 0rem;
      margin-left: 0px;
      text-shadow: 0.2px 0.2px rgb(252, 126, 82);
  }

  .abp5_boxes {
      padding-top: 7rem;
  }

  .abp5_boxes article p {
  }

  .abp5_box_left p {
      font-size: 4rem;
      letter-spacing: 0.2rem;
      margin-bottom: 3rem !important;
  }

  .abp5_box_left p br {
  }

  .abp5_box_right p {
      font-size: 3.89rem;
      line-height: 6rem;
      padding-left: 9.5rem;
      letter-spacing: -0.032rem;
      margin-bottom: 2.6rem !important;
  }

  .abp5_box_right p br {
      display: none;
  }

  .abp5_box_right p::before {
      height: 5rem;
      width: 5rem;
      left: 0rem;
      top: 1rem;
  }

  .abp5_box_left {
      width: 100rem;
  }

  .abp5_box_right {
      width: 100rem;
  }

  .abp5_boxes article {
      flex-wrap: wrap;
      padding-bottom: 3rem;
      padding-top: 1rem;
  }

  .abp5_boxes article:nth-child(2) {
      padding-top: 4rem;
      padding-bottom: 2.4rem;
  }

  .abp5_boxes article:nth-child(3) {
      padding-top: 3.5rem;
      padding-bottom: 0.5rem;
  }

  .abp5_boxes article:nth-child(4) {
      border-bottom: 1px solid rgb(254, 251, 239);
      padding-bottom: 0.5rem;
      padding-top: 3.3rem;
  }

  .abp6 .section_inner article {
      flex-flow: column-reverse wrap;
  }

  .abp6_right span img {
      width: 52rem;
      margin-top: -41rem;
  }

  .abp6_right {
      width: 100%;
  }

  .abp6_right span {
      float: right;
  }

  .abp6 .section_inner h2 {
      display: block;
      font-size: 17rem;
      margin-top: -14rem;
      padding-left: 8rem;
  }

  .abp6_left_cont{
    flex-wrap: wrap;
  }

  span.bossbabes {
      margin-top: -9rem;
      display: block;
      width: 100%;
  }

  span.bossbabes img {
      width: 90rem !important;
      margin-top: 2rem !important;
  }

  h2.podcast {
      text-align: right;
      padding-right: 2rem;
      margin-top: -7rem !important;
      width: 100%;
  }

  .abp6_left {
      width: 100%;
  }

  .abp6 {
      padding-top: 9rem;
      padding-bottom: 12rem;
  }

  .abp6 .section_inner h2 span img {
      width: 90rem;
  }

  .abp6 .section_inner {
      width: 92rem;
      padding-left: 0px;
  }

  .abp6 .sub_heading {
      line-height: 3.6rem;
      padding-right: 61rem;
      letter-spacing: 0.02em;
      font-size: 3.9rem;
      font-weight: 500;
  }

  .abp6_left p {
      font-size: 3.9rem;
      margin-top: 3.5rem;
  }

  .abp6_left p br {
      display: none;
  }

  .abp6_left .site_button {
      width: 47rem;
      /* padding: 2.6rem 8.4rem 1.9rem 8.4rem; */
      margin-top: 6.7rem;
  }



  .abp6_left .site_button span {
      width: 16.5rem;
      /* height: 3rem; */
      right: -7.4rem;
      /* top: 3.1rem; */
  }
    .abp6_left .site_button:hover span{
      right: -8.4rem;
    }
  .abp1_text h4 span.desktop_only{
    display: none;
  }
}













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

@media(max-width:767px){
    
    a.link-list__link {
        font-size: 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: 10rem;
    }
    
    div#block-1555988494486 {
        width: 100%;
        text-align: center;
        padding-left: 14.2rem;
        padding-right: 12rem;
    }
    
    img.logo__image {
        width: 35.5rem !important;
        margin-right: 0.6rem;
        margin-top: 0.3rem;
    }
    
    .header__container > div:last-of-type {
        width: 9rem;
    }
    .hamburger{
        height: 30px;
    }
    .hamburger__slices{
        height: 30px;
    }
    .hamburger__slice{
        height: 1px;
    }
    
    .hamburger--slice-2 {
        top: 14px;
    }
    .hamburger--slice-3{
        top: 14px;
    }
    .hamburger--slice-4 {
        top: 28px;
    }
    .hp_footer_top {
        /* flex-direction: column; */
        /* padding: 0 4rem; */
        padding: 0rem 1.8rem 10.1rem 1.87rem;
    }
    .hp_footer_top .inner{
        max-width: 89.5rem;
        flex-wrap: wrap;
    }
    .ftop_left {
        width: 100%;
    }
    
    .ftop_right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    
    .ftop_left span {
        color: #000;
        letter-spacing: 0.02em;
        font-size: 3.9rem;
        font-weight: 500;
    }
    
    .ftop_left h2 br {
        display: none;
    }
    
    .ftop_left h2 {
        font-size: 14.7rem;
        line-height: 1.033;
        margin-top: 5rem;
        letter-spacing: -0.06rem;
        padding-right: 7rem;
        margin-bottom: 5.8rem;
    }
    
    .fleft div {
        font-size: 3.4rem;
        text-align: center;
        letter-spacing: 0.245rem;
        font-weight: 500;
    }
    
    .hp_footer_bottom {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0;
        margin-top: 0rem;
        padding-top: 7.7rem;
        padding-bottom: 6rem;
    }
    .hp_footer_bottom .inner{
    max-width: 90.01rem;
    flex-wrap: wrap;
}
    .fleft {
        width: 100%;
    }
    
    .fcenter {
        width: 100%;
    }
    
    .fright {
        width: 100%;
        margin-top: -0.5rem;
    }
    
    .fcenter p {
        font-size: 3.7rem;
        margin-top: 1.5rem;
    }
    
    .hp_footer_bottom .fright ul li a {
        font-size: 3.4rem;
        letter-spacing: 0.07em;
        font-weight: 500;
    }
    
    .hp_footer_bottom .fright ul {
        width: 100%;
        justify-content: center;
        gap: 1.3rem;
        font-size: 4rem;
        padding-top: 1.5rem;
    }
    
    .ftop_right span {
        font-size: 4.5rem;
        padding-right: 0;
        letter-spacing: 0.1rem;
        margin-top: 1.9rem;
    }
    
    footer.hp_footer {
        padding-top: 10rem;
        padding-bottom: 0rem;
    }
    
    .hp_footer::before {
        bottom: 35rem;
    }
}

@keyframes naellis_svg_vertical_bounce {
    0%{
        transform: translateY(0);
    }
    60% {
        transform: translateY(-10px);
    }
}
@keyframes naellis_svg_horizontal_bounce {
    0%{
        transform: translateX(0);
    }
    60% {
        transform: translateX(-10px);
    }
}
.naellis_svg.bouncing_horizontal{
	animation: naellis_svg_horizontal_bounce 1s infinite;
}
.naellis_svg.bouncing_vertical {
    animation: naellis_svg_vertical_bounce 1s infinite;
}


.insta_images ul{}
.insta_images ul li{
    width: 100%;
    margin-bottom: 0rem;
}
.insta_images ul li iframe{
    height: 15.4rem !important;
}
.insta_images ul li.mobile_only iframe{
  height: 90.4rem !important;
}

.header .header__wrap .header__content .container .dropdown--open{}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu {
    width: 14.4rem;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item{
    display: block;
    border-bottom: 1px solid #000;
}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:hover{ background-color:#000;}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:hover a{color: #FFF !important;}
.header .header__wrap .header__content .container .dropdown--open .dropdown__menu .dropdown__item:last-child{ border-bottom: 0px solid #000; }