@font-face {
    font-family: 'ABCRepro-Regular';
    src: url('fonts/ABCRepro-Regular.eot');
    src: url('fonts/ABCRepro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ABCRepro-Regular.woff2') format('woff2'),
        url('fonts/ABCRepro-Regular.woff') format('woff'),
        url('fonts/ABCRepro-Regular.ttf') format('truetype'),
        url('fonts/ABCRepro-Regular.svg#ABCRepro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'BestChoice-Medium';
    src: url('fonts/BestChoice-Medium.eot');
    src: url('fonts/BestChoice-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/BestChoice-Medium.woff2') format('woff2'),
        url('fonts/BestChoice-Medium.woff') format('woff'),
        url('fonts/BestChoice-Medium.ttf') format('truetype'),
        url('fonts/BestChoice-Medium.svg#BestChoice-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}



html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overscroll-behavior: none;
    font-weight: normal;
    overflow: auto;
        overflow: hidden;
  
    position: fixed;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    background-color: black;
    position: relative;
    color: white;
    font-size: 15.84px;
    line-height: 23.76px;
    color:#451d28;
    background-color:#fbf9f0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

body *,span, a,p {
    text-size-adjust: none;
}

p:last-child {
    margin: 0;
}



html, body {
    -ms-overflow-style: none;
}

html, body {
    -ms-overflow-style: none;
}


* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body * {
    outline: none;
}

div, ul, li, header, footer, a, figure, img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

b, strong, h1, h2, h3, h4, h5, h6, label {
    font-weight: normal;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input, button {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
}

a {
    color: #451d28;
}

b, strong {
}

.custom_clear::after {
    clear: both;
    display: block;
    content: '';
}

a {
    text-decoration: none
}
.link_email{
    width: 296.972px;
    margin:auto;
    display:block;
}
.link_email svg{
    width:100%;
    height:auto;
    display:block;
    
}
.page_container {}

.page_container .social_menu {
    position: absolute;
    top: 50px;
    right: 50px;
}
.page_container .social_menu a {
    display: block;
    width: 23.135px;
}
.page_container .social_menu a svg {
    width: 100%;
    height: auto;
    display: block;
}

.page_container .page_center {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.page_container .page_center .logo {
    width: 79px;
    margin: auto;
    margin-bottom: 2.6042vw;
}
.page_container .page_center .logo svg {
    display: block;
    width: 100%;
    height: auto;
}

.page_container .page_center .email-form {
    font-family: 'BestChoice-Medium';
    text-align: center;
}
.page_container .page_center .email-form .email-form-title {
    text-transform: uppercase;
    margin-bottom: 1.5625vw;
    letter-spacing: .049em;
}
.page_container .page_center .email-form input[type="email"] {
    height: 49px;
    border-radius: 0;
    border: 2px solid #451d28;
    display: inline-block;
    background: transparent;
    padding: 0 10px;
    color: #451d28;
    font-size: 15.84px;
    letter-spacing: 0.025em;
    font-family: 'ABCRepro-Regular';
    width: 238px;
    border-right: 0;
    pointer-events: none;
}
.page_container .page_center .email-form div.submit {
    background: transparent;
    height: 49px;
    border-radius: 0;
    border: 2px solid #451d28;
    padding: 0;
    cursor: pointer;
    width: 50px;
    text-align: center;
    font-size: 15.84px;
    letter-spacing: 0.025em;
    font-family: 'ABCRepro-Regular';
    transition: background .25s linear, color .25s linear;
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
}
.page_container .page_center .email-form div.submit:hover{
    background-color: #451d28;
    color:#fbf9f0;
    
}
.page_container .page_center .email-form .form-msg {
    position: absolute;
    width: 100%;
    margin-top: 7px;
}

.page_container .bottom_text_logo {
    position: absolute;
    bottom: 73px;
    width: 91.25vw;
    left: 50%;
    transform: translate(-50%, 0px);
}
.page_container .bottom_text_logo svg {
    display: block;
    width: 100%;
    height: auto;
}

/* Placeholders */
.email-form input::placeholder,
.email-form textarea::placeholder { color:#451d28; opacity:1; }
.email-form input::-webkit-input-placeholder,
.email-form textarea::-webkit-input-placeholder { color:#451d28; }
.email-form input::-moz-placeholder,
.email-form textarea::-moz-placeholder { color:#451d28; }
.email-form input:-ms-input-placeholder,
.email-form textarea:-ms-input-placeholder { color:#451d28; }
.email-form input::-ms-input-placeholder,
.email-form textarea::-ms-input-placeholder { color:#451d28; }

/* Text selection */
::selection { background:#451d28; color:#fbf9f0; }
::-moz-selection { background:#451d28; color:#fbf9f0; }

@media screen and (orientation: landscape) {

}
@media screen and (max-width: 1060px) {
    .page_container .bottom_text_logo{
        width:50%;
        bottom:20px
    }
}
@media screen and (orientation: portrait) {
    
body {font-size: 3.4764vw;line-height: 5.2538vw;}


.page_container {
}

.page_container .social_menu {right: 5.61vw;top: 5.61vw;}
.page_container .social_menu a {width: 5.0776vw;}
.page_container .social_menu a svg {
}

.page_container .page_center {
}
.page_container .page_center .logo {width: 17.4533vw;margin-bottom: 10.5352vw;}
.page_container .page_center .logo svg {
}

.page_container .page_center .email-form {
}
.page_container .page_center .email-form .email-form-title {margin-bottom: 7.1238vw;}
.page_container .page_center .email-form input[type="email"] {font-size: 3.4764vw;height: 10.1514vw;width: 52.1817vw;border: 0.2226vw solid #451d28;border-right: 0;}
.page_container .page_center .email-form div.submit {font-size: 3.4764vw;height: 10.1514vw;border: 0.2226vw solid #451d28;width: 11.5761vw;line-height: 10.1514vw;}
.page_container .page_center .email-form div.submit:hover{
}
.page_container .page_center .email-form .form-msg {margin: 0;padding: 3.8905vw;}

.page_container .bottom_text_logo {width: 84.862vw;bottom: 6.3224vw;}
.page_container .bottom_text_logo svg {
}
    .link_email{
    width: 63.8vw;
    }
}



@media screen and (orientation: portrait), screen and (max-width: 1060px) {
    

}
