﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    background: #ebe5df;
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
}

.emailScreen, .RegisterScreen, .consentIfNotRegistered {
    /* width: max-content;
    margin: 40px auto;
    padding: 25px 28px;
    background: #151414;
    border-radius: 4px;
    border: 1px solid #302d2d;
    animation: popup 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    max-width: 500px; */
}
.FH_logo{
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.RegistraionForm {
    /*height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;*/
    padding: 1.125rem;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 7rem;
}

h3 {
    font-size: 1.75rem;
    font-weight: 500;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 0;
}

a{
    color: #000000;
}

.emailScreen h2 {
    margin: 0;
}

.emailScreen h2 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 400;
    /* color: #e7e7e7; */
}

.emailScreen .input-parent, .RegisterScreen .input-parent {
    display: block;
    margin-bottom: 20px;
}

.emailScreen label, .RegisterScreen label {
    /* display: block;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 8px; */
    /* color: #a4a4a4; */
}

.emailScreen .input-parent input, .RegisterScreen .input-parent input {
    padding: 10px 5px;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    /* background: #323131; */
    border: none;
    /* color: #c7c7c7; */
    border-radius: 4px;
    outline: none;
    transition: all 0.2s ease;
}

.consentIfNotRegistered .input-parent {
    padding: 10px 5px;
}

.RegisterScreen .alreadyUserScreen input.LoginBtn {
    color: blue;
    text-decoration: underline;
    background: none;
    border: none;
    cursor: pointer;
    /* font-size: 12px;
        font-weight: bold; */
}

.alreadyUserScreen {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.emailScreen .input-parent input:hover {
    background: #404040;
}

.emailScreen .input-parent input:focus {
    box-shadow: 0px 0px 0px 1px #0087ff;
}

.RegisterScreen .userSMSConsent {
}

.emailScreen .button, .RegisterScreen input.button, .consentIfNotRegistered input.button {
    padding: 10px 18px;
    font-size: 12px;
    font-weight: bold;
    /* background: #e7d500; */
    width: 100%;
    border: none;
    border-radius: 4px;
    color: #000000;
    transition: all 0.2s ease;
    cursor: pointer;
}

.consentIfNotRegistered input.button {
    width: auto;
}

    .emailScreen .button:hover, .RegisterScreen input.button:hover, .consentIfNotRegistered input.button:hover {
        opacity: 0.9;
    }

    .emailScreen .button:focus, .RegisterScreen input.button:focus, .consentIfNotRegistered input.button:focus {
        box-shadow: 0px 0px 0px 3px black;
    }
.consentIfNotRegistered a{
    color:#000000;
}

.emailScreen .spanMsg, .RegisterScreen .registerEmailMsg {
    width: auto;
    display: flex;
    color: #E95858;
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0px;
}
    .emailScreen .spanMsg{
       /* display:none;*/
    }
    .hidden {
        display: none;
    }

/* updated 26 May 2025 */

.btn_primary_white {
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    padding: 9px 18px;
    border-radius: 100px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    width: 100%;
    margin: 10px auto;
    text-decoration: none;
}

.btn_primary_black {
    display: inline-block;
    background-color: #000000;
    border: 2px solid #000000;
    padding: 9px 18px;
    border-radius: 100px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    width: 100%;
    margin: 10px auto;
    text-decoration: none;
}

.btn_secondary_black {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #000000;
    padding: 9px 18px;
    border-radius: 100px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    width: 100%;
    margin: 10px auto;
    text-decoration: none;
}

.disabled {
    /* opacity: .5;
  cursor: not-allowed; */
}

.login-page {
    display: flex;
    min-height: 100vh;
}

.login_left_side {
    flex-grow: 1;
    width: 50%;
}

.login_box {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin: 0 auto;
}

.login_left_side_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    height: 100%;
    min-width: 280px;
}

.login_fh_logo {
    max-width: 65%;
    /* width: 800px; */
    margin: 1rem 0;
}

.login_header {
    text-align: center;
    width: 100%;
}

    .login_header h1 {
        margin-bottom: 0;
    }

.register_heading{
    font-size: 2.375rem;
    font-weight: 200;
    text-transform: uppercase;
}
.register_text{
    font-size: 1.375rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3rem;
}
.login_heading_text {
    font-size: 1.375rem;
    font-weight: 500;
    text-transform: uppercase;
}

.form_wrapper {
    width: 100%;
    /* margin-top: 2rem; */
    padding: 1.00rem;
}

.form-label {
    font-size: 1rem;
    font-weight: 400;
}

.form-control {
    background-color: #F3ECE6;
    border: 1px solid #D1C6BB;
    padding: .6rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 8px;
    outline: none;
    /* color: #7a7673; */
}

    .form-control:focus {
        background-color: #F3ECE6;
        border: 1px solid #000000;
        box-shadow: none;
    }

    .form-control:disabled {
        background-color: #ebe5df;
        border: 1px solid #D1C6BB;
    }

input.invalid {
    border-color: #E95858;
}

input.valid {
    border-color: rgb(3, 187, 3);
}

.input-group-text {
    background-color: #F3ECE6;
    border: 1px solid #D1C6BB;
}

#inputPassword {
    border-right: 0;
}

    #inputPassword:focus + #passIcon {
        border-color: #000000;
    }

#passIcon {
    border-left: 0;
    cursor: pointer;
}
.number_wrapper{
    display: flex;
    gap: 5px;
    position: relative;
}
.number_wrapper > input:first-child{
    width: 45%;
}

.login_right_side {
    background: url(../images/login_img.jpg);
    width: 50%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.checkbox_wrapper_div {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

    .checkbox_wrapper_div span:first-child {
        display: inline flex;
        align-items: center;
        height: 100%;
    }

.error_msg {
    color: #E95858;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin: 10px 0px 5px 0px;
}
#btnVerifyEmail{
    position:absolute;
    width:1px;
    height:1px;
}
.success_msg {
    color: green;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

.link_wrapper {
    text-align: center;
}

.alreadyUserScreen {
    display: inline-block;
    color: #000000;
    font-size: 1rem;
    font-weight: 300;
    text-underline-offset: 3px;
    margin: 0 auto;
}

.bg_gradient {
    position: fixed;
    bottom: 0;
    background: linear-gradient(#EBE5DF, #FFF6C6);
    height: 248px;
    width: 100%;
    z-index: -1;
}

.legal {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.legal_device {
    margin-top: 1rem;
    display: none;
}

    .legal p, .legal_device p {
        font-size: 13px;
        font-weight: 400;
    }

/* Customize the label (the container) */
.checkbox_wrapper {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    width: 20px;
}

    /* Hide the browser's default checkbox */
    .checkbox_wrapper input {
        position: absolute;
        opacity: 0;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #F9F7F5;
    border: 1px solid #A5917D;
    border-radius: 4px;
    cursor: pointer;
}

/* On mouse-over, add a grey background color */
.checkbox_wrapper:hover input ~ .checkmark {
    background-color: #F9F7F5;
}

/* When the checkbox is checked, add a blue background */
.checkbox_wrapper input:checked ~ .checkmark {
    background-color: #55A063;
    border: 1px solid #55A063;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_wrapper .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* .RegisterScreen{
    max-height: 50vh;
    overflow-y: auto;
} */

.row>*{
    padding: 0 .3rem;
}

/* Header */


.btn-wrp {
  display: flex;
}

.btn-wrp.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.btn-wrp.bot-marg-50 {
  margin-bottom: 50px;
}

.btn {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: #000000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 17px;
  line-height: 130%;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.btn:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border-color: #d4cec9;
}

.btn.dark {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn.dark:hover {
  background-color: #282828;
  border-color: #282828;
}

.btn.dark.submit {
  margin-left: auto;
  padding-left: 35px;
  padding-right: 35px;
}

.btn.in-nav {
  padding-left: 23px;
  padding-right: 23px;
}

.btn.in-nav.hidden:hover {
  border-color: #000000;
  background-color: #000000;
  color: #FFFFFF;
}

.btn.in-nav.hidden.in-menu-centered {
  display: none;
}

.btn.in-nav.hidden.dark:hover {
  background-color: #282828;
}

.btn.in-nav.place-holder {
  display: none;
}

.btn.white-border {
  background-color: var(--transparent);
}

.btn.white-border:hover {
  border-color: #000000;
}

.btn.white-border.white-text {
  color: #FFFFFF;
}

.btn.in-nav {
  padding-left: 23px;
  padding-right: 23px;
}

.btn.in-nav.hidden:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.btn.in-nav.hidden.in-menu-centered {
  display: none;
}

.btn.in-nav.hidden.dark:hover {
  background-color: #282828;
}

.btn.in-nav.place-holder {
  display: none;
}
.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.box-intro {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.box-intro.bot-marg-133 {
  z-index: 3;
  margin-bottom: 133px;
  position: relative;
}

.box-intro.max-w-420 {
  max-width: 420px;
}

.box-intro.max-w-420.bot-marg-147 {
  margin-bottom: 147px;
}

.box-intro.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 12%;
}

.box-intro.align-left.max-w-474 {
  z-index: 1;
  max-width: 474px;
  position: relative;
}

.box-intro.align-left.max-w-481 {
  max-width: 481px;
}

.box-intro.align-left.max-w-750 {
  width: 750px;
}

.box-intro.align-left.max-w-750.left-marg-auto {
  margin-left: auto;
  margin-right: 2%;
}

.box-intro.align-left.marg-off {
  margin-right: 0%;
}

.box-intro.align-left.marg-off.sticky {
  width: 100%;
  max-width: 433px;
  position: sticky;
  top: 100px;
}

.box-intro.align-left.marg-off.max-w-494 {
  max-width: 494px;
}

.box-intro.align-left.max-w-539 {
  margin-bottom: 55px;
  margin-right: 0%;
}

.box-intro.align-left.max-w-539.tablet-w-auto {
  margin-bottom: 0;
  margin-right: 0;
}

.box-intro.align-left.bot-marg-24 {
  margin-bottom: 24px;
  margin-right: 0%;
}

.box-intro.align-left.bot-marg-70 {
  z-index: 1;
  max-width: 300px;
  margin-bottom: 70px;
  margin-right: 0%;
  position: relative;
}

.box-intro.align-left.sticky {
  margin-right: 0%;
  position: sticky;
  top: 100px;
}

.box-intro.full-w-horiz {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.box-intro.full-w-horiz.bot-marg-100 {
  margin-bottom: 100px;
}

.box-intro.max-w-661 {
  max-width: 661px;
}

.box-intro.max-w-473 {
  max-width: 473px;
  margin-bottom: 89px;
  margin-left: auto;
  margin-right: auto;
}

.box-intro.max-w-473.absolute {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.box-intro.max-w-473.absolute._2, .box-intro.max-w-473.absolute._3, .box-intro.max-w-473.absolute._4, .box-intro.max-w-473.absolute._5, .box-intro.max-w-473.absolute._6, .box-intro.max-w-473.absolute._7 {
  opacity: 0;
}

.box-intro.max-w-694 {
  max-width: 694px;
  margin-bottom: 49px;
}

.box-intro.bot-marg-35 {
  margin-bottom: 35px;
}

.box-intro.max-w-644 {
  max-width: 644px;
  margin-bottom: 46px;
}

.box-intro.max-w-539 {
  max-width: 539px;
}

.header_container{
    width: 100%;
    padding: 0 20px;
    max-width: 1420px;
    margin: 0 auto;
}
.navbar {
  z-index: 10;
  background-color: var(--transparent);
  position: fixed;
  inset: 0% 0% auto;
  width: 100%;
}

.nav {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 22px;
  position: relative;
}

.nav-logo {
  width: 100%;
  max-width: 120px;
  margin-right: auto;
  transition: all .3s ease-in-out;
}
.nav-logo img{
  max-width: 100%;
  height: auto;
}

.nav-burger {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 38px;
  height: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: absolute;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.stick-1, .stick-2 {
  background-color: #000000;
  width: 38px;
  height: 2px;
  transition: all .3s ease-in-out;
}


.burger-open {
  z-index: 1;
  width: 100px;
  height: 46px;
  position: absolute;
  top: auto;
  bottom: -14px;
}

.burger-close {
  width: 100px;
  height: 46px;
  position: absolute;
  bottom: -14px;
  left: auto;
}

.nav-bg {
  background-color: #ffffffb3;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  z-index: -1;
}

.nav-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 36px;
  display: flex;
  position: relative;
  flex-grow: 1;
}

.nav-parent {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  transition: all .3s ease-in-out;
}
.small-logo img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
}
.nav-links-wrp {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.small-logo {
  width: 100%;
  max-width: 45px;
  margin-bottom: 44px;
}

.nav-link {
  color: #000000;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 135%;
  text-decoration: none;
}

.nav-bg-menu-opened {
  background-color: #ffffffd9;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 22px #00000026;
  transition: all .3s ease-in-out;
}

.nav-links-column {
  flex-flow: column;
  display: flex;
}
.nav-link{
  padding: 0;
}

.small-nav-link {
  color: #000000;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.small-nav-link.opacity-50 {
  color: #00000080;
  opacity:1 !important;
}

.nav-links-columns-wrp {
  justify-content: space-between;
  width: 24%;
  display: flex;
}

.nav-links-wrp-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 32px;
  padding-left: 18px;
  padding-right: 34px;
  display: flex;
}
.book-pop-up-wrp {
  z-index: 1000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: auto;
  display: none;
  transition: all .3s ease-in-out;
}

.book-pop-up {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffd9;
  border-radius: 20px;
  width: 503px;
  margin-bottom: auto;
  margin-left: auto;
  padding: 16px 22px 22px;
  display: flex;
  position: relative;
  inset: 12px 14px auto auto;
  box-shadow: 0 4px 22px #00000026;
  transform: translate3d(110%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.book-content {
  flex-flow: column;
  display: flex;
  width: 100%;
}

.cross-icon {
  width: 28px;
  margin-bottom: 13px;
  margin-left: auto;
}

.book-link {
  border: 1px solid #dad4cd;
  border-radius: 11px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.book-link.bot-marg-12 {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 12px;
}

.book-link-text {
  position: absolute;
  inset: auto 12px 12px auto;
}

.header-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 37px;
  font-weight: 200;
  line-height: 120%;
}

.header-h2.max-w-384 {
  max-width: 384px;
  margin-bottom: 26px;
}

.header-h2.marg-off {
  margin-bottom: 0;
}

.header-h2.bot-marg-48 {
  margin-bottom: 48px;
}

.header-h2.bot-marg-15 {
  margin-bottom: 15px;
}

.header-h2.bot-marg-15.white {
  color: var(--white);
}

.header-h2.bot-marg-22 {
  margin-bottom: 22px;
}

.header-h2.max-w-475 {
  width: 100%;
  max-width: 475px;
  margin-bottom: 0;
}

.header-h2.white {
  color: var(--white);
}

.header-h2.white.max-w-394 {
  max-width: 394px;
  margin-bottom: 0;
}

.header-h2.bot-marg-12 {
  margin-bottom: 12px;
}

.header-h2.bot-marg-12.top-marg-23 {
  margin-top: 23px;
}

.header-h2.bot-marg-40 {
  margin-bottom: 40px;
}

.paragraph.size-17 {
  font-size: 17px;
  line-height: 130%;
}

.paragraph.size-17.bot-marg-26 {
  margin-bottom: 26px;
}

.paragraph.size-17.bot-marg-17 {
  margin-bottom: 17px;
}

.paragraph.size-17.light {
  font-weight: 300;
}

.paragraph.size-17.light.white {
  color: var(--white);
}

.paragraph.size-17.light.white.but-70 {
  color: #ffffffb3;
}

.paragraph.size-17.light.white.but-70.bot-marg-22 {
  margin-bottom: 22px;
}

.paragraph.size-17.light.bot-marg-19 {
  margin-bottom: 19px;
}

.paragraph.size-17.light.bot-marg-19.max-w-388 {
  max-width: 388px;
}

.paragraph.size-17.light.bot-marg-10 {
  margin-bottom: 10px;
}

.paragraph.size-17.light.max-w-850 {
  max-width: 850px;
  margin-bottom: 17px;
}

.paragraph.size-17.light.max-w-850.marg-off {
  margin-bottom: 0;
}

.paragraph.size-17.light.bot-marg-17 {
  display: block;
}

.paragraph.size-17.light.bot-marg-17.max-w-768 {
  max-width: 768px;
}

.paragraph.size-17.light.link {
  color: var(--black);
  text-decoration: none;
}

.paragraph.size-17.light.max-w-473 {
  max-width: 473px;
}

.paragraph.size-17.green {
  color: #006647;
}

.paragraph.size-17.green.allcaps {
  text-transform: uppercase;
}

.paragraph.size-15 {
  font-size: 15px;
  line-height: 140%;
}

.paragraph.size-15.light {
  font-weight: 200;
}

.paragraph.size-15.light.bot-marg-26 {
  margin-bottom: 26px;
}

.paragraph.size-15.light.but-70 {
  color: #000000b3;
  text-decoration: none;
}

.paragraph.size-15.light.but-70.max-w-338 {
  max-width: 338px;
  margin-top: 72px;
}

.paragraph.size-15.light.but-70.bot-marg-26 {
  font-weight: 300;
}

.paragraph.size-15.light.max-w-527 {
  max-width: 527px;
}

.paragraph.size-15.light.max-w-527.bot-marg-15 {
  margin-bottom: 15px;
}

.paragraph.size-15.light.max-w-731 {
  max-width: 731px;
}

.paragraph.size-15.light.max-w-731.bot-marg-15 {
  margin-bottom: 15px;
}

.paragraph.size-15.light.white {
  color: var(--white);
}

.paragraph.size-15.light.white.max-w-511 {
  max-width: 511px;
}

.paragraph.size-15.light.grey {
  color: #5b5652;
}

.paragraph.size-12 {
  color: #9c9c9c;
  letter-spacing: -.24px;
  font-size: 12px;
  line-height: 140%;
}

.paragraph.size-18 {
  color: #ebe5df;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
}

.paragraph.size-14 {
  color: var(--white);
  line-height: 115%;
}

.paragraph.size-14.allcaps {
  text-transform: uppercase;
  line-height: 120%;
}

.paragraph.size-14.allcaps.ls-17 {
  color: var(--black);
  letter-spacing: 2.38px;
  margin-bottom: 15px;
}

.paragraph.size-14.h-100 {
  line-height: 100%;
}

.cover-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.cover-img.relative {
  z-index: 1;
  position: relative;
}

.cover-img.fit-20--left {
  object-position: 20% 50%;
}

/* Open header */

.header_container.nav-open .nav-parent{
  width: 100%;
}
.header_container.nav-open .nav-logo{
  opacity: 0;
}
.header_container.nav-open .nav-burger{
  transform: translate3d(0px, 4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.header_container.nav-open .stick-1{
  transform: translate3d(0px, 4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.header_container.nav-open .stick-2{
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}
.header_container.nav-open .burger-open{
  display: none;
}
.header_container.nav-open .burger-close{
  display: block;
}
.header_container.nav-open .btn.in-nav.shown.w-inline-block{
  display: none;
}
.header_container.nav-open .btn.in-nav.hidden.dark.w-inline-block{
  display: block !important;
  opacity: 1 !important;
}
.header_container.nav-open .nav-links-wrp{
  display: flex !important;
  height: 379px !important;
}
.header_container.nav-open .nav-bg-menu-opened{
  opacity: 1 !important;
}
.header_container.nav-open .nav-bg{
  opacity: 0;
}


/* Book pop up open */
.book-pop-up-wrp.book-pop-open{
  display: block;
}
/* .book-pop-up-wrp.book-pop-open .book-pop-up{
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg) !important;
  transform-style: preserve-3d !important;
  opacity: 1 !important;
} */

/* Country dropdown */
/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
    /* -webkit-box-shadow: 0 5px 15px rgba(48, 48, 48, 0.3);
  box-shadow: 0 5px 15px rgba(48, 48, 48, 0.3); */
    border: 1px solid #D1C6BB;
    border-radius: 10px 0 0 10px;
    color: #000000;
    font-size: 1.12rem;
    outline: none !important;
    -webkit-appearance: none;
    background: #F3ECE6;
}

.autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #f3ece6;
        display: flex;
        align-items: center;
        width: 100%;
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: #D9CFC4;
            color: #000000;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: #f6e100 !important;
    color: #000;
}

.autocomplete {
    position: relative;
}

#selectedCountry {
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: .6rem 1rem;
    font-size: 1rem;
}

    #selectedCountry img, .autocomplete-items img {
        margin-right: 5px;
    }

#countryDropdownInput {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 6px 12px;
    width: 100%;
    /* -webkit-box-shadow: 0 5px 15px rgba(48, 48, 48, 0.3);
  box-shadow: 0 5px 15px rgba(48, 48, 48, 0.3); */
    border: 1px solid #D1C6BB;
    border-radius: 10px 0 0 10px;
    color: #000000;
    font-size: 1rem;
    outline: none !important;
    -webkit-appearance: none;
    background: #F3ECE6;
}

    #countryDropdownInput.show {
        display: block;
    }

#ddl_country {
    padding: 3px 5px;
    display: none;
}

.fh_countryInputbox > div:first-child {
    width: 40%;
}

.fh_countryInputbox > div:last-child {
    width: 60%;
}

/*****************************************/

@media screen and (min-width: 1024px) and (orientation: landscape) {
    a:hover{
        color: #3a3a3a !important;
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1021px) and (orientation: landscape) {
    .login-page {
        flex-direction: column-reverse;
    }

    .login_right_side {
        height: 300px;
        width: 100%;
        background-position: center;
    }

    .login_left_side {
        width: 100%;
    }
    h3{
        margin-top: 3rem;
    }
    .legal {
        display: none;
    }

    .login_left_side_wrapper {
        margin-top: 0;
    }

    .legal_device {
        display: block;
    }

    .RegisterScreen {
        max-height: none;
        overflow-y: visible;
    }
    h3{

    }
}

@media screen and (max-width: 992px) {
    .login_box {
        width: 100%;
        padding: 1rem;
    }

    .login_fh_logo {
        margin: 0;
    }
    .form-label{
        font-size: .875rem;
    }
    .nav-parent{
      width: 100%;
    }
  .btn.in-nav.hidden {
    display: none;
  }

  .btn.in-nav.hidden.in-menu-centered {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .btn.in-nav.hidden.in-menu-centered.dark-hidden {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
  }

  .btn.in-nav.hidden.in-menu-centered.dark-hidden:hover {
    background-color: #282828;
    border-color: #282828;
  }

  .btn.in-nav.place-holder {
    border-style: solid;
    border-color: transparent;
    background-color: transparent;
    opacity: 0;
    color: transparent;
    transition-property: none;
    display: flex;
  }
  .nav-links-wrp-content{
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 584px;
    padding-top: 28px;
  }
  .header_container.nav-open .btn.in-nav.hidden.dark.w-inline-block{
    display: none !important;
  }
  .header_container.nav-open .nav-links-wrp{
    height: auto !important;
  }
  .nav-links-columns-wrp {
    width: 50%;
    margin-top: 62px;
  }
  
  .paragraph.size-17.light.bot-marg-26.tablet-max-w-673 {
    max-width: 673px;
  }

  .paragraph.size-15.light.but-70.max-w-338 {
    margin-top: 0;
  }

  .paragraph.size-15.light.max-w-527, .paragraph.size-15.light.white.max-w-511 {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
    .nav-logo {
    z-index: 1;
  }

  .nav-content {
    width: 100%;
  }

  .nav-links-wrp {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .small-logo {
    max-width: 42px;
  }

  .nav-links-columns-wrp {
    width: 80%;
    margin-top: 62px;
  }

  .nav-links-wrp-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 578px;
    padding-top: 36px;
  }
  .book-pop-up-wrp {
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        right: auto;
    }
      .book-pop-up {
        width: 444px;
        margin-left: auto;
        margin-right: auto;
        right: auto;
    }
}
@media screen and (max-width: 600px) {
    .register_heading{
        font-size: 2rem;
    }
    .register_text{
        font-size: 1.2rem;
    }
    .box-intro.align-left.sticky {
    position: relative;
    top: 0;
  }

}
@media screen and (max-width: 479px){
  .btn {
    padding-top: 9px;
  }

  .btn.in-nav.hidden.in-menu-centered {
    width: 100%;
  }

  .btn.in-nav.shown {
    text-align: center;
    font-size: .75rem;
  }
   .nav-logo {
    max-width: 100px;
  }

  .nav-link {
    font-size: 27px;
  }

  .nav-links-wrp-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 34px;
    padding-left: 2px;
    padding-right: 16px;
  }
  .register_heading{
    font-size: 1.7rem;
  }
  .register_text{
    font-size: 1rem;
  }
  #gReCaptcha >div{
    scale: .8;
    transform: translateX(-34px);
  }
      .book-pop-up-wrp {
        justify-content: center;
        align-items: flex-start;
        width: 100vw;
        height: 100vh;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        display: none;
        position: absolute;
        inset: 0%;
        overflow: auto;
    }
      .book-pop-up {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }
      .book-link {
      height: 268px;
  }
}