@font-face {
    font-family: 'PP Mori';
    src: url('ppmori-extralight.eot');
    src: url('ppmori-extralight.eot?#iefix') format('embedded-opentype'),
        url('ppmori-extralight.woff2') format('woff2'),
        url('ppmori-extralight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}




/*
font-family: "termina", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "termina", sans-serif;
font-weight: 500;
font-style: normal;

font-family: "work-sans", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "work-sans", sans-serif;
font-weight: 500;
font-style: normal;
*/



body {
    font-family: "work-sans", sans-serif;
    font-weight: 400;
    font-size: 1.23vw;
    line-height: 1.367;
    letter-spacing: 0.006vw;
    color: #141414;
    position: relative;
}

main{
    z-index: 1;
    margin-bottom: 0vw;
    background-color: #FFF;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #141414;
    font-family: 'PP Mori';
    font-weight: 100;
    margin: 0vw;
}

h1 {
    font-size: 5.5vw;
    line-height: 1.2;
    letter-spacing: -0.045vw;
    color: #000;
}

h2 {
    font-size: 5.5vw;
    line-height: 1.005;
    letter-spacing: -0.05vw;
}

h3 {
    font-size: 4.28vw;
    line-height: 1.076;
    letter-spacing: -0.0055vw;
}

h4 {
    font-size: 1.65vw;
    line-height: 0.93;
    letter-spacing: -0.115vw;
}

h5 {
    font-size: 1.43vw;
    line-height: 1.21;
    letter-spacing: 0.09vw;
}

h6 {
    font-size: 1.23vw;
    line-height: 1.25;
    letter-spacing: -0.023vw;
    color: #000000;
}

br {
    display: block;
}

.m {
    display: none;
}

.mobile_only {
    display: none !important;
}
p:last-child{
    margin:0px !important;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
  }
  50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 768px) {
    br {
        display: none;
    }
    .m {
        display: block;
    }
    .mobile_only {
        display: block !important;
    }
    main {
        z-index: 1;
        margin-bottom: 0vw;
        background-color: #FFF;
        height: 100vh;
    }
}

a:hover {
    -webkit-filter: unset;
    filter: unset;
}

.section_inner {
    width: 100%;
    display: flex;
    margin: 0px auto;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    justify-content: center;
}

a.gbutton{
    font-family: 'Questrial';
    font-weight: normal;
    font-style: normal;
    font-size: 1.563vw;
    display: inline-block;
    padding-right: 2.2vw;
    position: relative;
    letter-spacing: 0.156vw;
    color: #000000;
}
a.gbutton span.text{position: relative;display: block;padding-bottom: 0.34vw;}
a.gbutton span.text:before{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 0vw;
    height: 2px;
    width: 100%;
    background-color: #2EFF80;
    transition: all 2s ease;
}
a.gbutton:hover span.text{
    color: #2EFF80;
}
a.gbutton span.svg{
    position: absolute;
    top: 0.1vw;
    right: 0vw;
    width: 1.1vw;
    height: 1.6vw;
}
a.gbutton span.svg svg{
    width: 100%;
    height: 100%;
}

mark{
    background-color: transparent;
    background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
    background-size: 100% 2px;
    background-position: 0 95%;
    background-repeat: no-repeat;
    color: inherit;
}
/*
   Media 768
-----------------------------*/
@media screen and (max-width: 1024px) {
    body{
        font-size: 1.12vw;
    }
}
@media screen and (max-width: 768px) {
    body {
        font-size: 3.9vw;
        line-height: 1.63;
        letter-spacing: 0.11vw;
        padding-left: 0vw;
        letter-spacing: 0.08vw;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {}
    h1 {
        font-size: 16.2vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.034;
        letter-spacing: 0.07vw;
    }
    h2 {
        font-size: 12.2vw;
        /* font-weight: normal; */
        /* font-stretch: normal; */
        /* font-style: normal; */
        /* line-height: 1.0; */
        letter-spacing: 0.01vw;
    }
    h3 {
        font-size: 7.1vw;
        /* font-weight: normal; */
        /* font-stretch: normal; */
        /* font-style: italic; */
        line-height: 1.17;
        letter-spacing: 0.3vw;
    }
    h4 {
        font-size: 3.9vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.94;
        letter-spacing: -0.315vw;
    }
    h5 {
        font-size: 3.9vw;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: 0.34vw;
    }
    h6 {
        font-size: 3vw;
        line-height: 1.26;
        letter-spacing: 0vw;
    }
    a:hover {}
    .section_inner {}

    a.gbutton{
    padding-right: 6.2vw;
    font-size: 4vw;
    letter-spacing: 0.38vw;
}
    a.gbutton span.text{
    padding-bottom: 0.4vw;
}
    a.gbutton span.svg{
    top: 0.1vw;
    right: 0vw;
    width: 3.1vw;
    height: 3.6vw;
}
    a.gbutton span.svg svg{}
}


/* 
=======================================
  Site Header Section
=========================================*/

html {
    padding-top: 0 !important;
    background-color: #FFFFFF;
}


/*
      Header
  ------------------------------*/

.header--overlay {
    position: relative;
    /* height: 1px; */
}

.header__block--logo{
    width: 100%;
    margin: 0px !important;
    padding-left: 7.0vw;
    padding-top: 2.22vw;
    padding-right: 1.5vw;
    padding-bottom: 2.25vw;
}
.header__block--menu{
    margin: 0px !important;
    display: inline-block !important;
    width: 100%;
    padding-left: 4.2vw;
    padding-top: 1vw;
    padding-right: 5.1vw;
    background-color: transparent !important;
    padding-bottom: 0.7vw;
}

.header .header__block--menu a,
.header .header__block--dropdown a,
.header .header__block--user .dropdown__menu a,
.header .user__login a {
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.026vw;
    position: relative;
    display: block;
    padding-bottom: 0.26vw;
    margin: 0 0vw !important;
}

.header .header__block--menu a:after,
.header .user__login a:after {
    content: " ";
    background-color: #000000;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    top: 80%;
    opacity: 1;
    display: none;
}

.header .header__block--menu a:hover:after,
.header .user__login a:hover:after {
    /* background-color: #e2a883; */
    opacity: 1;
}

.header .header__block--menu .link_inner{
    overflow: hidden;
    display: block;
    position: relative;
}
.header .header__block--menu .link_inner:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: currentColor;
    transform: translateY(100%);
}
.header .header__block--menu .link_inner:after, 
.header .header__block--menu .link_inner .text{
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    /* position: relative; */
    display: block;
}
.header .header__block--menu ul li a:hover .link_inner .text {
    transform: translateY(-100%);
    /* margin-top: -6vw; */
    /* position: relative; */
    /* display: block; */
}

.header .header__block--menu ul li a:hover .link_inner:after {
    transform: translateY(0)
}

.header .justify-content-right{
    display: block;
    justify-content: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
}
.header .justify-content-right ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.header .justify-content-right ul li{
    margin: 0px;
    display: inline-block;
    list-style: none;
    padding-top: 0.4vw;
}
.header .header__block--menu a {
    padding: 0vw;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 0.03vw;
    color: #FFFFFF;
    margin-bottom: 0vw !important;
    display: inline-block;
    position: relative;
    font-family: "termina", sans-serif;
    font-weight: 500;
}
.header .header__block--menu a:after{
    
}
.header .header__block--menu a:hover{
    /* color: #EBFF00; */
}
.header__block--user .dropdown__menu {
    left: auto;
    right: 0;
}

.header__content {
    padding: 0vw 0vw !important;
    /* border-bottom: 0.052vw solid; */
    z-index: 999;
    height: auto;
}

.header__container {
    max-width: unset;
    padding-right: 0vw;
    padding-left: 0vw;
    width: 100%;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    /* align-items: unset; */
    /* -webkit-box-pack: unset; */
    -ms-flex-pack: unset;
    justify-content: unset;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: auto;
}

.pf4_site_header {
    position: absolute;
    padding-right: 0vw;
    width: 100%;
    height: auto;
    display: block;
    top: 0vw;
    left: 0vw;
}
.header__container .header__block--logo{display: none;}
.header__container .header__block--logo a{
    display:inline-block;
}
.header__container .header__block--logo a img{
    width: 21.9vw;
}
.header__container .hamburger{
    width: 49%;
    text-align: right;
    width: 6.6vw;
    display: inline-block;
    background-color: #DFF627;
    padding-left: 2.15vw;
    padding-right: 2.14vw;
    height: 4.4vw;
    padding-top: 1.45vw;
    position: relative;
    z-index: 9999;
}
.header__container .hamburger__slices{
    /* width: 6.6vw; */
    /* display: inline-block; */
    /* background-color: #DFF627; */
    /* padding-left: 2.1vw; */
    /* padding-right: 2.1vw; */
    height: 1.6vw;
}
.header__container .hamburger__slices .hamburger__slice{
    background-color: #151E26;
}
.hamburger--slice-2,
.hamburger--slice-3{
    top: 0.729vw;
}

.hamburger--slice-4 {
    top: 1.458vw;
}
.pf4_site_header.active {
    position: fixed;
    background-color: #8ea098;
}

.header__content--desktop .header__block .user__login a {
    font-family: 'Calibre';
    padding: 1.615vw 0vw 1.094vw 0vw !important;
}
.header__content--mobile{
    /* background-color: #E751BD; */
    top: 0vw;
    position: absolute;
    right: 0;
    width: 31vw;
    z-index: 0;
    /* padding-left: 4vw; */
}
.header__container .hamburger .close_icon{
    display: none;
}

.pf4_site_header .soicl_icons{
    display: none;
}
/*
   Media 768
-----------------------------*/

@media (max-width: 768px) {
    .header--overlay{
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 99999;
        padding-top: 0vw;
        border: 0px;
        padding-bottom: 0vw;
        border-bottom: 0px solid #FFFFFF;
        /* background-color: #1C2626; */
        box-shadow: unset;
        display: none;
    }

    .header--overlay.header--fixed{
        background-color: #F9F5ED;
    }
    .header--overlay.header--fixed .pf4_site_header .header__container .header__block--logo{
        display: block;
    }
    .pf4_site_header.active .header__container .header__block--logo{
        display: block;
    }
    .pf4_site_header {
        padding-right: 0vw;
        width: 100%;
        position: relative;
    }
    .pf4_site_header.active{
        position: fixed;
        width: 100%;
        top: 0vw;
        background-color: #F9F5ED;
    }
    .header__content--desktop .header__block--menu,
    .header__wrap .header__content .header__block--user {
        display: none !important;
    }
    .logo__image {
        max-width: unset;
        width: 66.9vw !important;
        /* display: none; */
    }
    logo__image.mobile_only{
        display: block;
    }
    .header__container {
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .header__content {
        border-bottom: 0vw solid;
        padding-left: 9vw !important;
        padding-right: 8.1vw !important;
        padding-top: 5.2vw !important;
        padding-bottom: 5.8vw !important;
        /* background-color: #F9F5ED; */
        position: absolute;
        width: 100%;
    }
    .pf4_site_header.active .header__content {
        background-color: #F9F5ED;
    }
    .hamburger.hidden--desktop .hamburger__slice {
        height: 2px;
        background-color: #151E26;
        width: 7.5vw;
    }
    .hamburger.hidden--desktop .hamburger__slice.hamburger--slice-1 {
        width: 7.5vw;
        margin-left: 0vw;
        right: 0vw;
    }
    .hamburger.hidden--desktop .hamburger__slice.hamburger--slice-2 {
        /* width: 9.133vw; */
        right: 0vw;
        top: 2.4vw;
    }
    .hamburger.hidden--desktop .hamburger__slice.hamburger--slice-3 {
        top: 2.4vw;
        right: 0vw;
    }
    .hamburger.hidden--desktop .hamburger__slice.hamburger--slice-4 {
        /* width: 9.133vw; */
        right: 0vw;
        top: 4.8vw;
    }
    .header .justify-content-right ul{
    display: block;
}
    .header .header__block--menu a,
    .header .header__block--dropdown a,
    .header .header__block--user .dropdown__menu a,
    .header .user__login a {
        border: 0vw saddlebrown;
        font-size: 4.6vw;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0vw;
        padding: 4.2vw 0vw 3.58vw 0vw !important;
        margin: 0vw !important;
        position: relative;
        writing-mode: unset;
    }
    .header .justify-content-right ul li {
        padding-left: 0vw;
        padding-right: 0vw;
        display: block;
        border-top: 1px solid #FF8360;
    }
    .header__content--mobile .link-list {
        display: block;
        text-align: left;
        border: 0vw;
        position: relative;
        transform: rotate(0deg);
    }
    .header__content--mobile .link-list .link-list__link:before {
        /* content: ""; */
        position: absolute;
        width: 4.8vw;
        height: 4.8vw;
        left: -10vw;
        background-color: #2EFF80;
        z-index: 55;
        top: 1.6vw;
        border-radius: 50%;
        opacity: 0;
    }
    .header__content--mobile .link-list .link-list__link:hover:before {
        opacity:1;
    }
    .hamburger {
        display: block !important;
        position: absolute;
        top: 4.2vw;
        right: 0vw;
        width: 9.133vw;
        height: 0.533vw;
    }
    .header__content--desktop .header__block .user__login a {}
    .header__content--mobile .link-list__link:hover {
        text-decoration: none;
        background-color: #faebd700;
    }
    .header .header__block--menu a:hover:after,
    .header .user__login a:hover:after {
        opacity: 1;
    }

    .header__content--mobile{
        position: absolute;
        left: 0vw;
        width: 100%;
        padding-left: 0vw !important;
        padding-right: 0vw !important;
        top: 3.6vw;
        height: 100vh;
        display: none;
        background-color: #F9F5ED;
        max-height: unset;
        padding-top: 14vw !important;
    }
    .header__content--mobile .header__block--menu{
    padding-left: 8.9vw;
    padding-top: 6.5vw;
    padding-right: 8.9vw;
    padding-bottom: 0vw;
}
    .header__container .header__block--logo{
        width: 84%;
        display: none;
    }
    .header__container .header__block--logo a{
    display: block;
}
    .header__block--logo{
        padding-left: 0vw;
        padding-top: 0vw;
        padding-right: 1.5vw;
        padding-bottom: 0vw;
        height: auto;
    }

    .header__container .hamburger {
        width: 49%;
        text-align: right;
        width: 12%;
        display: inline-block;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        height: 6.7vw;
        padding-top: 0;
        position: relative;
        z-index: 9999;
        top: 0.1vw;
    }
    .header__container .hamburger__slices{
        width: 8.7vw;
        display: inline-block;
        height: 5.7vw;
        padding-top: 0.2vw;
    }
    .header__container .hamburger__slices svg{
        width: 100%;
        height: auto;
    }
    .header__container .hamburger__slices svg line{
    stroke: #FF8360;
}

    .hamburger--opened .hamburger__slices{
        display:none;
    }
    .hamburger--opened .hamburger__slices.close_icon{
        display: inline-block;
        height: 7.3vw;
        padding-top: 0vw;
        padding-right: 0.9vw;
    }
    .hamburger--opened .hamburger__slices.close_icon svg{
        width: 80%;
    }
}


.announcements{
    position: relative;
    width: 100%;
    background-color: #C9C3FF;
}
.announcements_in{
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
    display: block;
}
.announcements .section_inner{
    text-align: center;
    display: block;
    font-size: 0.9vw;
    padding-top: 1.2vw;
    padding-bottom: 1vw;
    color: #141414;
    font-family: "termina", sans-serif;
    font-weight: 500;
}
.announcements p{
    color: #141414;
    line-height: 1;
    letter-spacing: 0.03vw;
    padding-left: 0.1vw;
}
.announcements p a{
    color: #141414;
    position: relative;
    display: inline-block;
    text-decoration: underline;
    margin-left: 0.8vw;
}


@media (max-width: 768px) {
    .announcements{
        padding-left: 0vw;
        position: relative;
        z-index: 1;
        /* display: none; */
    }
    .announcements_in{
        padding-left: 1.3vw;
        padding-right: 1.3vw;
    }
    .announcements .section_inner{
        font-size: 2.54vw;
        padding-top: 12px;
        padding-bottom: 10px;
    }
    .announcements p{
        letter-spacing: 0.2vw;
        line-height: 1.36;
    }
    .announcements p a{}
    .announcements p a:before{
        bottom: 0.7vw;
    }

    #section-header{
        position: relative;
        display: block !important;
        height: 1px;
        margin-top: -1px;
        z-index: 9999;
    }

.header__content--mobile .soicl_icons{
    display: block;
    padding-left: 8.9vw;
    padding-right: 8.9vw;
    padding-top: 0vw;
    height: 100vh;
}
.header__content--mobile .soicl_icons ul{
    margin: 0px;
    padding: 0px;
    width: 102%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 1px solid #FF8360;
    padding-top: 12.8vw;
    margin-left: -1%;
}
.header__content--mobile .soicl_icons ul li{
    display: inline-block;
    list-style: none;
    margin: 0px;
    width: 6.8vw;
    height: 6.8vw;
    margin-left: 0vw;
}
.header__content--mobile .soicl_icons ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.header__content--mobile .soicl_icons ul li a svg{
    width: 98%;
    height: 98%;
}
.header__content--mobile .soicl_icons ul li svg circle,
.header__content--mobile .soicl_icons ul li.facebook svg path,
.header__content--mobile .soicl_icons ul li.spotify svg path,
.header__content--mobile .soicl_icons ul li.pinterest svg path{
    fill: #FF8360;
}

.header__content--mobile .soicl_icons ul li.instagram svg path,
.header__content--mobile .soicl_icons ul li.youtube svg path,
.header__content--mobile .soicl_icons ul li.x-twitter svg path{
    fill:#FFF;
}
}




.link{
    display: block;
    width: 100%;
    padding-top: 0.01vw;
    padding-left: 0.04vw;
}
.link a.button{
    max-width: 17.46vw;
    width: auto;
    display: block;
    border: 2px solid #FF8360;
    font-family: "termina", sans-serif;
    font-weight: 500;
    padding: 0.9vw 4vw 0.74vw 0.78vw;
    font-size: 0.8vw;
    text-align: center;
    position: relative;
    color: #141414;
    letter-spacing: 0.04vw;
    transition: all 3s ease;
}
.link a.button:before{
    content: "";
    width: 0%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0vw;
    left: 0vw;
    transition: all 1s ease;
}
.link a.button .text{
    position: relative;
    z-index: 1;
}
.link a.button .svg{
    position: absolute;
    top: 0vw;
    right: 0vw;
    height: 100%;
    border-left: 2px solid #FF8360;
    width: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.link a.button .svg svg{
    width: 1vw;
    height: 1vw;
}
.link a.button:hover:before{
    width: 100%;
    background-color:#FF8360;
}



.re_animated_ttile .re_outer,
.re_animated_ttile2 .re_outer,
.re_animated_ttile3 .re_outer,
.re_animated_ttile4 .re_outer{
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 1vw;
  margin-bottom: -1vw;
}
.re_animated_ttile .re_inner{
  transform: translate(0, 137%) rotate(0deg);
  display: block;
  transition: all 1s ease;
  /* transform: rotate(6deg); */
}

.re_animated_ttile.animated_init .re_inner,
.re_animated_ttile2.animated_init .re_inner,
.re_animated_ttile3.animated_init .re_inner,
.re_animated_ttile4.animated_init .re_inner{
  transform: translate(0, 0) rotate(0deg);
}
.re_animated_ttile2 .re_inner{
  transform: translate(0, 200%) rotate(0deg);
  display: block;
  transition: all 1s ease;
  /* transform: rotate(6deg); */
}
.re_animated_ttile2.animated_init .re_inner {
    transform: translate(0, 0) rotate(0deg);
}

.re_animated_ttile3 .re_inner{
  transform: translate(0, 250%) rotate(0deg);
  display: block;
  transition: all 1s ease;
  /* transform: rotate(6deg); */
}
.re_animated_ttile3.animated_init .re_inner {
    transform: translate(0, 0) rotate(0deg);
}

.re_animated_ttile4 .re_inner{
  transform: translate(0, 300%) rotate(0deg);
  display: block;
  transition: all 1s ease;
  /* transform: rotate(6deg); */
}
.re_animated_ttile4.animated_init .re_inner {
    transform: translate(0, 0) rotate(0deg);
}
@media (max-width: 768px) {
.link{ }
.link a.button{width: 100%;max-width: 100%;font-size: 3.6vw;padding: 3vw 17.6vw 2.7vw 4.78vw;}
.link a.button:before{ }
.link a.button .text{}
.link a.button .svg{width: 12.64vw;}
.link a.button .svg svg{width: 3.7vw;height: 3.7vw;}
}




/* Section 01 **********************************************************/
.rebecca_cg6{
    padding-left: 17.15vw;
    padding-top: 7.12vw;
    padding-right: 17.15vw;
    position: relative;
    padding-bottom: 7.12vw;
    position: relative;
    z-index: 1;
    min-height: 46.2vw;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100vh;
}
.rebecca_cg6_bg{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0vw;
    left: 0vw;
}
.rebecca_cg6_bg.desktop_only{}
.rebecca_cg6_bg.mobile_only{}

.rebecca_cg6 .section_inner{
    display: block;
}

.rebecca_cg6 h5{
    text-align: center;
    letter-spacing: 0.014vw;
    color: #FFFFFF;
    font-family: "work-sans", sans-serif;
    font-weight: 400;
    font-size: 1.4vw;
    letter-spacing: 0.123vw;
}
.rebecca_cg6 h5 br{}
.rebecca_cg6 h2{
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    font-size: 6.23vw;
    padding-top: 1.23vw;
    letter-spacing: 0vw;
}
.rebecca_cg6 h2 br{}
.rebecca_cg6 article{color: #FFFFFF;text-align: center;padding-left: 13.9vw;padding-right: 13.9vw;padding-top: 1.74vw;}
.rebecca_cg6 article p{}
.rebecca_cg6 article p br{}
.rebecca_cg6 article p strong{ }

.rebecca_cg6 .link{
    text-align: center;
    padding: 0px;
    padding-top: 3.5vw;
}
.rebecca_cg6 .link a.button{
    max-width: 22.3vw;
    margin: 0px auto;
    border-color: #141414;
    background-color: #FFFFFF;
    padding: 0.9vw 3.36vw 0.74vw 0.78vw;
}
.rebecca_cg6 .link a.button .text{}
.rebecca_cg6 .link a.button .svg{
    border-color: #141414;
}
.rebecca_cg6 .link a.button .svg svg{}

@media (max-width: 768px){
.rebecca_cg6{
    padding-left: 2.15vw;
    padding-top: 30vw;
    padding-right: 2.15vw;
    padding-bottom: 30vw;
    border-bottom: 0px solid #141414;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.rebecca_cg6_bg{}
.rebecca_cg6_bg.desktop_only{
    display: none;
}
.rebecca_cg6_bg.mobile_only{}

.rebecca_cg6 .section_inner{
    height: auto;
}

.rebecca_cg6 h5{
    font-size: 3.9vw;
    letter-spacing: 0.08vw;
    font-weight: 500;
}
.rebecca_cg6 h5 br{}
.rebecca_cg6 h2{
    font-size: 12vw;
    padding-top: 3.89vw;
    letter-spacing: 0.09vw;
    line-height: 1.056;
}
.rebecca_cg6 h2 br{}
.rebecca_cg6 article{padding-left: 2.9vw;padding-right: 2.9vw;padding-top: 6.74vw;}
.rebecca_cg6 article p{}
.rebecca_cg6 article p br{}
.rebecca_cg6 article p strong{ }

.rebecca_cg6 .link{
    padding-top: 13.1vw;
    padding-left: 6vw;
    padding-right: 6.2vw;
}
.rebecca_cg6 .link a.button{
    max-width: unset;
    text-align: left;
    padding: 4.7vw 17.6vw 4.1vw 4.3vw;
    line-height: 1.12;
}
.rebecca_cg6 .link a.button .text{}
.rebecca_cg6 .link a.button .svg{
    width: 13.74vw;
}
.rebecca_cg6 .link a.button .svg svg{
    width: 4.5vw;
    height: 4.5vw;
}
}













/* Footer **********************************************************/
.footer {
    position: fixed;
    bottom: 0vw;
    left: 0vw;
    width: 100%;
    z-index: 0;
    display: none;
}

.footer_s1{
    background-color: #DFDBFF;
    display: block;
    width: 100%;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
    padding-top: 2.04vw;
    padding-bottom: 2.8vw;
    padding-left: 3.14vw;
    padding-right: 4.15vw;
}
.footer_s1 .section_inner{
    display: block;
    width: 100%;
}
.footer_s1 .footer_menu{
    width: 100%;
    display: block;
}
.footer_s1 .footer_menu_ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.footer_s1 .footer_menu_ul li{
    margin: 0px;
    list-style: none;
    display: inline-block;
}
.footer_s1 .footer_menu_ul li a{
    padding: 0vw;
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 0.04vw;
    color: #141414;
    margin-bottom: 0vw !important;
    display: block;
    position: relative;
    font-family: "termina", sans-serif;
    font-weight: 500;
    padding-top: 0.75vw;
    padding-right: 0.86vw;
    padding-left: 0.95vw;
    padding-bottom: 0.45vw;
    border: 1px solid rgb(255 255 255 / 0%);
    line-height: normal;
}
.footer_s1 .footer_menu_ul li:last-child a{
    border: 1px solid #141414
}

.footer_s1 .footer_menu_ul.s1{}
.footer_s1 .footer_menu_ul.s1 li{
}
.footer_s1 .footer_menu_ul.s1 li a{}

.footer_s1 .footer_menu_ul.s2{}
.footer_s1 .footer_menu_ul.s2 li{}
.footer_s1 .footer_menu_ul.s2 li a{}

.footer_s1 .footer_menu_ul.s3{}
.footer_s1 .footer_menu_ul.s3 li{}
.footer_s1 .footer_menu_ul.s3 li a{}

.footer_s1 .logo_soicalicons{
    width: 100%;
    display: flex;
    padding-top: 1.3vw;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.footer_s1 .logo_soicalicons .footer_menu_ul{
    display: none;
}
.footer_s1 .footer_logo{
    width: 70%;
    padding-left: 1.2vw;
    padding-right: 21.2vw;
    padding-top: 0.1vw;
}
.footer_s1 .footer_logo span{}
.footer_s1 .footer_logo span svg{}
.footer_s1 .footer_logo img{}

.footer_s1 .soicl_icons{
    width: 30%;
    display: block;
    padding-top: 1vw;
}
.footer_s1 .soicl_icons ul{
    margin: 0px;
    padding: 0px;
    text-align: right;
    display: block;
    width: 100.7%;
    position: relative;
    margin-right: -2vw;
}
.footer_s1 .soicl_icons ul li{
    display: inline-block;
    list-style: none;
    margin: 0px;
    width: 1.53vw;
    height: 1.53vw;
    margin-left: 1.15vw;
}
.footer_s1 .soicl_icons ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.footer_s1 .soicl_icons ul li a svg{
    width: 99%;
    height: 99%;
}
.footer_s1 .soicl_icons ul li.facebook a:hover svg path,
.footer_s1 .soicl_icons ul li.instagram a:hover svg circle,
.footer_s1 .soicl_icons ul li.spotify a:hover svg path,
.footer_s1 .soicl_icons ul li.youtube a:hover svg circle,
.footer_s1 .soicl_icons ul li.pinterest a:hover svg path,
.footer_s1 .soicl_icons ul li.x-twitter a:hover svg circle{
    fill:#FF8360;
}

.footer_s2{
    padding-left: 10.9vw;
    padding-top: 1.45vw;
    padding-right: 10.9vw;
    padding-bottom: 1.2vw;
}
.footer_s2 .section_inner{
    /* text-align: center; */
    /* display: block; */
}
.footer_s2 .left{
    /* width: 33%; */
    display: inline-block;
}
.footer_s2 .center{
    display: inline-block;
    /* width: 29%; */
    padding-left: 1.58vw;
}
.footer_s2 .right{
    display: inline-block;
    /* width: 38%; */
    padding-left: 0.1vw;
    padding-left: 0.6vw;
}
.footer_s2 ul{
    margin: 0px;
    padding: 0px;
}
.footer_s2 ul li{
    list-style: none;
    margin: 0px;
    font-family: "termina", sans-serif;
    font-weight: 400;
    font-size: 0.75vw;
    letter-spacing: -0.018vw;
}
.footer_s2 ul li a{
    color: #141414;
    position: relative;
}
.footer_s2 ul li a:before{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0.23vw;
    height: 1px;
    background-color: #141414;
    left: 0vw;
}

.footer_s2 .left ul{}
.footer_s2 .left ul li{}
.footer_s2 .left ul li a{}
.footer_s2 .left ul li a:before{ }

.footer_s2 .center ul{
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.footer_s2 .center ul li{
    display: inline-block;
    padding-left: 0vw;
    padding-right: 1.67vw;
}
.footer_s2 .center ul li a{
    text-transform: uppercase;
}
.footer_s2 .center ul li a:before{}
.footer_s2 .center ul li a:hover,
.footer_s2 .right ul li a:hover{
    color: #FF8360;
}
.footer_s2 .center ul li a:hover:before,
.footer_s2 .right ul li a:hover:before{
    background-color: #FF8360;
}
.footer_s2 .right ul{}
.footer_s2 .right ul li{}
.footer_s2 .right ul li a{
    margin-left: 0.2vw;
}
.footer_s2 .right ul li a:before{}


.footer_s1 .footer_menu_ul li .link_inner{
    overflow: hidden;
    display: block;
    position: relative;
}
.footer_s1 .footer_menu_ul li .link_inner:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: currentColor;
    transform: translateY(100%);
}
.footer_s1 .footer_menu_ul li .link_inner:after, 
.footer_s1 .footer_menu_ul li .link_inner .text{
    transition: transform .75s cubic-bezier(.19,1,.22,1);
    /* position: relative; */
    display: block;
}
.footer_s1 .footer_menu_ul li a:hover .link_inner .text {
    transform: translateY(-100%);
    /* margin-top: -6vw; */
    /* position: relative; */
    /* display: block; */
}

.footer_s1 .footer_menu_ul li a:hover .link_inner:after {
    transform: translateY(0)
}
@media (max-width: 768px){
    .footer{
    display: block;
    position: relative;
}
    
    .footer_s1{
        border-top: 0px solid #141414;
        padding-top: 7.3vw;
        padding-bottom: 2.74vw;
        padding-left: 4.14vw;
        padding-right: 4.15vw;
        /* display: none; */
    }
    .footer_s1 .section_inner{}
    .footer_s1 .footer_menu{
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        display: none;
    }
    .footer_s1 .footer_menu_ul{
        display: none;
        width: 50%;
    }
    .footer_s1 .footer_menu_ul li{
        display: block;
    }
    .footer_s1 .footer_menu_ul li a{
        display: inline-block;
        border: 1px solid rgb(255 255 255 / 0%) !important;
        font-size: 3.5vw;
        padding-top: 1.75vw;
        padding-right: 3.5vw;
        padding-left: 3.5vw;
        padding-bottom: 1.15vw;
    }
    
    .footer_s1 .footer_menu_ul.s1{
        /* width: 50%; */
    }
    .footer_s1 .footer_menu_ul.s1 li{}
    .footer_s1 .footer_menu_ul.s1 li a{}
    .footer_s1 .footer_menu_ul.s1 li:last-child a{}
    
    .footer_s1 .footer_menu_ul.s2{}
    .footer_s1 .footer_menu_ul.s2 li{
        text-align: right;
    }
    .footer_s1 .footer_menu_ul.s2 li a{}
    .footer_s1 .footer_menu_ul.s2 li:last-child a{}
    
    .footer_s1 .footer_menu_ul.s3{ display:none; }
    .footer_s1 .footer_menu_ul.s3 li{}
    .footer_s1 .footer_menu_ul.s3 li a{}
    
    .footer_s1 .logo_soicalicons{
    padding-top: 0vw;
}
    .footer_s1 .logo_soicalicons .footer_menu_ul{
        display: block;
        order: 2;
        width: 100%;
        padding-left: 3.8vw;
        padding-right: 3.9vw;
    }
    .footer_s1 .footer_logo{
        order: 3;
        width: 100%;
        padding-top: -0.8vw;
        padding-left: 3.8vw;
        padding-right: 3.9vw;
        padding-bottom: 4.3vw;
    }
    .footer_s1 .footer_logo span{}
    .footer_s1 .footer_logo span svg{}
    .footer_s1 .footer_logo img{}
    
    .footer_s1 .soicl_icons{
        order: 1;
        width: 100%;
        padding-bottom: 5.7vw;
    }
    .footer_s1 .soicl_icons ul{
        text-align: center;
        margin-right: 0vw;
        width: 100%;
    }
    .footer_s1 .soicl_icons ul li{
        width: 6.7vw;
        height: 6.7vw;
        margin: 0px;
        margin-left: 3.5vw;
        margin-right: 4vw;
    }
    .footer_s1 .soicl_icons ul li:last-child{
        margin-right: 0vw;
    }
    .footer_s1 .soicl_icons ul li:first-child{
        margin-left: 0vw;
    }
    .footer_s1 .soicl_icons ul li a{}
    .footer_s1 .soicl_icons ul li a svg {
        width: 96%;
        height: 97%;
    }
    
    
    .footer_s2{
        padding-left: 2.1vw;
        padding-top: 4.8vw;
        padding-right: 2.1vw;
        padding-bottom: 3.2vw;
    }
    .footer_s2 .section_inner{}
    .footer_s2 .left{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 0.8vw;
        order: 2;
    }
    .footer_s2 .center{
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 0.8vw;
        padding-left: 0px;
        order: 3;
    }
    .footer_s2 .right{
    order: 1;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
    padding-bottom: 0.4vw;
}
    .footer_s2 ul{}
    .footer_s2 ul li{
        font-size: 2vw;
        letter-spacing: 0.03vw;
    }
    .footer_s2 ul li a{}
    .footer_s2 ul li a:before{ }
    
    .footer_s2 .left ul{}
    .footer_s2 .left ul li{}
    .footer_s2 .left ul li a{}
    .footer_s2 .left ul li a:before{ }
    
    .footer_s2 .center ul{
        display: flex;
        justify-content: center;
    }
    .footer_s2 .center ul li{
        padding-left: 1.67vw;
        padding-right: 1.67vw;
    }
    .footer_s2 .center ul li a{}
    .footer_s2 .center ul li a:before{}
    
    .footer_s2 .right ul{}
    .footer_s2 .right ul li{}
    .footer_s2 .right ul li a{    font-weight: 500;}
    .footer_s2 .right ul li a:before{}
    
    .footer_s1 .logo_soicalicons .footer_menu_ul li{}
    .footer_s1 .logo_soicalicons .footer_menu_ul li a{
        border: 1px solid #141414 !important;
        display: block;
        text-align: center;
        padding-top: 3.75vw;
        padding-right: 3.5vw;
        padding-left: 3.5vw;
        padding-bottom: 3vw;
        letter-spacing: 0.1vw;
    }
    .rebecca_s11 .insta_code .code {
        display: none;
    }
    .rebecca_s11 .insta_code .code iframe {
        height: 26.8vw !important;
    }
}