@font-face {
  font-family: 'Almarena Light';
  src: url("fonts/Almarena_Display_Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Almarena Regular';
  src: url("fonts/Almarena_Display_Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Hero';
  src: url("fonts/Hero2.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'baskerville-display-pt';
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Hiragino Kaku Gothic ProN W05W3'; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:not(.scroll_link):hover {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  opacity: 0.7; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

a {
  color: inherit;
  text-decoration: none; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
body {
  font-family: 'Almarena Light';
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 0;
  background: #efece8;
  overflow-x: hidden;
  color: #292929; }
  body.no-scroll {
    overflow: hidden; }

p {
  line-height: 1.5; }

/* PAGE STYLES */
h1 {
  font-family: 'Hiragino Kaku Gothic ProN W05W3';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2; }

h2 {
  font-family: 'baskerville-display-pt';
  font-style: italic;
  font-size: 50px; }

h3 {
  font-family: 'Hiragino Kaku Gothic ProN W05W3';
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2; }

h4 {
  font-family: 'Hiragino Kaku Gothic ProN W05W3';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 2px; }

h5 {
  font-family: 'baskerville-display-pt';
  font-style: italic;
  font-size: 30px;
  font-style: italic; }

h6 {
  font-family: 'baskerville-display-pt';
  font-style: italic;
  font-size: 40px; }

.header {
  position: fixed;
  top: 30px;
  left: 10px;
  z-index: 2; }
  .header a {
    border-bottom: 1px solid transparent; }
  .header a:hover {
    opacity: 1 !important;
    border-bottom: 1px solid #000; }
  .header p {
    font-family: 'baskerville-display-pt';
    font-style: italic;
    font-size: 20px; }

.hamburger {
  position: fixed;
  top: 25px;
  right: 10px;
  padding: 10px;
  z-index: 10;
  width: auto;
  height: 48px;
  z-index: 101;
  border: 1px solid transparent; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #707070;
  height: 2px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -6px; }

.hamburger-inner:after {
  bottom: -6px; }

.hamburger-box {
  width: 24px;
  height: 18px; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #707070; }

.g-recaptcha {
  display: none; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mh_100 {
  min-height: 100vh; }

.menu_overlay {
  position: fixed;
  width: 280px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #efece8;
  box-shadow: inset 3px 0px 9px 0px rgba(0, 0, 0, 0.2);
  transform: translate(100%, 0);
  transition: all 0.4s;
  z-index: 10;
  padding: 0 40px; }
  .menu_overlay .logo {
    position: absolute;
    top: 90px;
    width: 100%;
    max-width: 75px; }
  .menu_overlay ul li {
    font-family: 'Almarena Light';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .menu_overlay ul li span {
      font-size: 8px; }
    .menu_overlay ul li.coming_soon {
      opacity: 0.25; }
    .menu_overlay ul li.bottom_link {
      position: absolute;
      bottom: 10px; }
  .menu_overlay.active {
    transform: translate(0, 0); }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #efece8;
  z-index: 200;
  display: none;
  color: #000; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup p {
    font-size: 20px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.my_btn {
  font-family: 'baskerville-display-pt';
  font-weight: 400;
  font-style: italic;
  line-height: 50px;
  width: 120px;
  padding: 0 20px;
  font-size: 20px;
  color: #000;
  border: 1px solid  #707070;
  background: transparent;
  cursor: pointer; }

.chapter_heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  max-width: 260px;
  margin: 0 auto;
  text-align: center; }
  .chapter_heading h4 {
    font-family: 'Almarena Light'; }

.masthead {
  position: relative;
  overflow: hidden;
  max-width: 100% !important; }
  .masthead .iframe.vimeo {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100vh;
    width: 100%;
    min-width: 100%;
    padding-bottom: 56.25%; }
    .masthead .iframe.vimeo.video_desktop {
      min-width: 100vh; }
  .masthead div.iframe iframe {
    position: absolute;
    top: -15px;
    left: 0;
    height: 100vh; }
  .masthead .mute_container {
    position: absolute;
    width: 40px;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 5; }
    .masthead .mute_container img {
      width: 100%; }
    .masthead .mute_container .mute {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -1;
      transition: all 0.3s;
      z-index: 2; }
    .masthead .mute_container.unmuted .unmute {
      opacity: 0; }
    .masthead .mute_container.unmuted .mute {
      opacity: 1;
      z-index: 1; }

.register_form .form_container {
  position: relative;
  max-width: 1000px; }
.register_form .form {
  display: block !important;
  position: relative;
  margin: 0 auto;
  transition: all 0.4s; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    font-family: 'Almarena Light';
    font-style: italic;
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #707070;
    outline: none;
    border-radius: 0;
    padding: 0; }
  .register_form .form input[type="text"]::placeholder,
  .register_form .form input[type="search"]::placeholder,
  .register_form .form input[type="tel"]::placeholder,
  .register_form .form input[type="number"]::placeholder,
  .register_form .form input[type="email"]::placeholder,
  .register_form .form input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  .register_form .form input[type="text"]:-ms-input-placeholder,
  .register_form .form input[type="search"]:-ms-input-placeholder,
  .register_form .form input[type="tel"]:-ms-input-placeholder,
  .register_form .form input[type="number"]:-ms-input-placeholder,
  .register_form .form input[type="email"]:-ms-input-placeholder,
  .register_form .form input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .register_form .form input[type="text"]::-ms-input-placeholder,
  .register_form .form input[type="search"]::-ms-input-placeholder,
  .register_form .form input[type="tel"]::-ms-input-placeholder,
  .register_form .form input[type="number"]::-ms-input-placeholder,
  .register_form .form input[type="email"]::-ms-input-placeholder,
  .register_form .form input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .register_form .form .form-group {
    position: relative; }
    .register_form .form .form-group .arrow_down {
      position: absolute;
      top: 10px;
      width: 30px;
      top: 10px;
      cursor: pointer; }
  .register_form .form select {
    background: url("../img/down_arrow_icon.svg") no-repeat;
    background-size: 30px;
    background-position: right center;
    cursor: pointer; }
  .register_form .form legend {
    font-size: 20px;
    text-transform: uppercase; }
  .register_form .form .disclaimer p {
    font-size: 16px; }
  .register_form .form .missing input[type="text"],
  .register_form .form .missing input[type="search"],
  .register_form .form .missing input[type="tel"],
  .register_form .form .missing input[type="number"],
  .register_form .form .missing input[type="email"],
  .register_form .form .missing input[type="password"] {
    border-bottom: 1px solid red; }
    .register_form .form .missing input[type="text"]::placeholder,
    .register_form .form .missing input[type="search"]::placeholder,
    .register_form .form .missing input[type="tel"]::placeholder,
    .register_form .form .missing input[type="number"]::placeholder,
    .register_form .form .missing input[type="email"]::placeholder,
    .register_form .form .missing input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1;
      /* Firefox */ }
    .register_form .form .missing input[type="text"]:-ms-input-placeholder,
    .register_form .form .missing input[type="search"]:-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
    .register_form .form .missing input[type="number"]:-ms-input-placeholder,
    .register_form .form .missing input[type="email"]:-ms-input-placeholder,
    .register_form .form .missing input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .register_form .form .missing input[type="text"]::-ms-input-placeholder,
    .register_form .form .missing input[type="search"]::-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
    .register_form .form .missing input[type="number"]::-ms-input-placeholder,
    .register_form .form .missing input[type="email"]::-ms-input-placeholder,
    .register_form .form .missing input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .register_form .form .agent_name_field {
    display: none; }
  .register_form .form .radio-wrapperG label {
    text-transform: uppercase; }
  .register_form .form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 20px;
    text-align: left;
    margin-right: 5px;
    cursor: pointer; }
    .register_form .form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .checkbox label {
      position: relative;
      text-transform: uppercase; }
    .register_form .form .checkbox label:before {
      content: "";
      position: absolute;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid #000;
      left: -22px; }
    .register_form .form .checkbox input[type="radio"]:checked + label:before,
    .register_form .form .checkbox input[type="checkbox"]:checked + label:before {
      content: "\2022";
      font-size: 46px;
      line-height: 20px;
      text-align: center; }
    .register_form .form .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px; }
    .register_form .form .disclaimer .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .disclaimer .checkbox label {
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .disclaimer .checkbox label:before {
      content: "";
      position: absolute;
      top: 10px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label {
      background: transparent;
      color: #000; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label:before,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label:before {
      content: "\2713"; }
    .register_form .form .disclaimer .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .warning-message,
  .register_form .form .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
  .register_form .form .thank_you_message {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    background: #efece8; }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .form .thank_you_message h3 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
.register_form .form.form-done .thank_you_message {
  opacity: 1;
  z-index: 2; }
.register_form .disclaimer p {
  font-size: 20px; }

.show_message {
  cursor: pointer; }

.footer p {
  font-size: 16px; }

/* PAGE STYLES END */
/* RESPONSIVE */
@media (max-width: 1600px) {
  h1 {
    font-size: 42px; } }
@media (max-width: 1300px) {
  h1 {
    font-size: 32px; }

  .register_form .form_container {
    position: relative;
    max-width: 600px;
    margin: 0 auto; }
  .register_form .form {
    position: relative;
    margin: 0 auto;
    transition: all 0.4s; } }
@media (max-width: 991px) {
  .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px; }

  h1 {
    font-size: 22px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 20px; }

  body {
    font-size: 16px; }

  .header {
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #efece8;
    -webkit-box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 13px 1px rgba(0, 0, 0, 0.2); }

  .hamburger {
    top: 14px; }

  .menu_overlay {
    box-shadow: inset 0px -13px 12px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    z-index: -1;
    transform: translate(0, -100%); }
    .menu_overlay ul li {
      text-align: center; }
      .menu_overlay ul li.bottom_link {
        position: relative; }
    .menu_overlay.active {
      transform: translate(0, 0);
      bottom: 0;
      z-index: 10; }
    .menu_overlay .logo {
      left: 50%;
      transform: translate(-50%, 0); }

  .hamburger.hamburger--arrow-r.is-active {
    transform: rotate(-90deg);
    background: transparent; } }

/*# sourceMappingURL=my_style.css.map */
