html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    /* overflow-x: hidden; */
    /* overflow-y: auto; */
    background-color: #fff;
}

/* GENERAL */

:root {
    --primaryTextColor: #1a1a1a;
    --primaryColor: #1ab9df;
}

.site {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

button.primary, button.secondary, button.tertiary {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    height: 60px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.08px;
    padding: 0 40px;
    margin: 0;
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    border-radius: 7px;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}
button.primary:hover {
    color: var(--primaryColor);
    background-color: transparent;
}

/* LOGIN */

.login-box {
    width: 100%;
    min-height: 100vh;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-box .photo {
    height: 100%;
}
.login-box .photo > div {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cad6d7;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.login-box .form {
    padding-top: 80px;
    padding-bottom: 80px;
}
.login-box .box {
    max-width: 440px;
    padding: 0;
    margin: 0 auto;
}
.login-box .logo img {
    max-width: 100%;
    max-height: 80px;
    margin-bottom: 50px;
}
.login-box .logo h2 {
    color: var(--primaryTextColor);
    font-size: 30px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 20px 0;
    margin: 0;
}
.login-box p {
    color: rgba(0, 0, 0, .75);
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.16px;
    padding: 0 0 40px 0;
    margin: 0;
}
.login-box .form-step-2 {
    display: none;
}
.login-box .form-label {
    font-size: 15px;
}
.login-box .form-otp {
    font-size: 24px;
    font-weight: 600;
}
.login-box .form-buttons {
    position: relative;
    column-gap: 10px;
    padding: 30px 0;
    margin: 20px 0 0 0;
    background-color: #f6f9fa;
}
.login-box .form-buttons::before {
    content: "";
    display: block;
    width: calc(100% + 160px);
    height: 100%;
    background-color: #f6f9fa;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0; left: -80px;
}
.login-box label.error {
    display: inline-block;
    color: #ee1339;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 10px 0 0 10px;
}
.login-box label.error.success-login,
.login-box label.error.error-login {
    width: 100%;
    margin: 0;
}
.login-box label.error.success-login {
    color: #09c517 !important;
}

.login-box .terms {
    max-height: calc(100vh - 190px);
    padding: 0 50px;
    overflow-y: auto;
}
.login-box .terms p,
.login-box .terms li {
    font-size: 17px;
    line-height: 30px;
}
.login-box .terms p {
    margin-bottom: 1rem;
}

/* FORM */

.form-group {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}
.form-otp {
    display: flex;
    margin-left: -8px;
}

.form-label {
    position: relative;
    color: var(--primaryTextColor);
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.13px;
    padding: 0 0 0 10px;
    margin: 0;
    z-index: 9;
}
.form-control {
    width: 100%;
    height: 60px;
    color: var(--primaryTextColor);
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.5px;
    padding: 0 25px;
    margin: 0;
    background-color: #fbfbfb;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    outline: none;
    transition: all .3s;
}
.form-control.col-2 {
    width: 60px;
    font-size: 20px;
    font-weight: 400;
    margin: 0 8px;
    padding: 0;
    text-align: center;
}
textarea.form-control {
    min-height: 260px;
    padding-top: 25px;
    padding-bottom: 25px;
    resize: none;
}
select.form-control {
    padding-left: 20px;
    background: #f9fcfc url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+') no-repeat;
    background-position: right 25px center;
    background-size: 12px;
    appearance: none;
}
.form-control:focus {
    background-color: #f9fcfc;
    border-color: var(--primaryColor);
    box-shadow: unset;
}
.form-control:disabled {
    background-color: #f9fcfc;
}

/* HEADER */

.header {
    transition: all .3s;
}
.header.sticky {
    background-color: #FFF;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.header .mini-top {
    padding: 15px 10px;
    margin: 0 50px;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s;
}
.header.sticky .mini-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .mini-top .contact a,
.footer .contact a {
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 0;
    margin: 0;
}
.header .mini-top .contact a:not(:last-of-type),
.footer .contact a:not(:last-of-type) {
    margin-right: 25px;
}
.header .mini-top .contact a:hover,
.footer .contact a:hover {
    color: var(--primaryColor);
}
.header .mini-top .contact i,
.footer .contact i {
    color: var(--primaryColor);
    font-size: 13px;
    padding-right: 4px;
}

.header .mini-top .links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .mini-top .links ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header .mini-top .links ul li {
    position: relative;
    margin: 0 16px 0 15px;
}
.header .mini-top .links ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background-color: rgba(0, 0, 0, .35);
    position: absolute;
    top: 5px; right: -15px;
}
.header .mini-top .links ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0;
    margin: 0;
}
.header .mini-top .links ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.header .mini-top .links .social-media,
.footer .social-media {
    display: flex;
    margin-left: 10px;
}
.header .mini-top .links .social-media a,
.footer .social-media a {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    margin-left: 5px;
    background-color: #050b20;
    border-radius: 50%;
}
.header .mini-top .links .social-media a:hover {
    background-color: var(--primaryColor);
}

.header .main {
    padding: 20px 0;
    margin: 0 50px;
}

.header .main .logo {
    width: 316px;
}

.header .main .info {
    text-align: right;
}

.header .main .user {
    color: var(--primaryTextColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    padding: 0;
    margin: 0;
}
.header .main .user span {
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 6px;
}

.header .main .logout {
    display: inline-block;
    color: var(--primaryTextColor);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-align: right;
    padding: 0;
    margin: 10px 0 0 0;
}
.header .main .logout:hover {
    color: var(--primaryColor);
}

/* .header .main .logout {
    width: 100px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 30px;
    margin-left: 25px;
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    border-top: 0;
    border-bottom: 0;
    cursor: pointer;
    transition: all .3s;
}
.header.sticky .main .logout {
    height: 76px;
}
.header .main .logout img {
    position: relative;
    top: -2px;
    max-height: 32px;
    filter: brightness(0) invert(1);
    transition: all .3s;
}
.header .main .logout:hover {
    background-color: #FFF;
}
.header .main .logout:hover img {
    filter: unset;
} */

/* NAVBAR */

.navbar {
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.navbar .navbar-nav {
    padding: 0;
    background-color: transparent;
}
.navbar .navbar-nav .nav-item {
    background-color: transparent;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: var(--primaryTextColor);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 14px 20px;
    margin: 0 3px;
    background-color: transparent;
}
.navbar .navbar-nav .nav-item .nav-link:not(.active):hover {
    color: var(--primaryColor);
}
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #FFF;
    background-color: var(--primaryColor);
    border-radius: 30px;
}

.navbar-nav .dropdown-menu {
    width: 240px;
    padding: 14px 0px;
    border-color: transparent;
    border-radius: 10px;
    box-shadow: 0 0 2px 3px rgba(5, 11, 33, 0.05);
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: var(--primaryTextColor);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 14px 20px;
    margin: 0;
}
.navbar-nav .dropdown-menu .dropdown-item:active {
    color: #FFF;
    background-color: var(--primaryColor);
}

/* HERO */

.hero {
    height: 680px;
    margin: 0 50px;
    padding-bottom: 120px;
    background-image: url('../img/hero-3.webp');
    background-color: #eee;
    background-size: 115% auto;
    background-position: bottom -250px right -200px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hero .content span,
.sub-hero .content span {
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 40px 0;
    margin: 0;
}
.hero .content span {
    color: #FFF;
}
.hero .content h1,
.sub-hero .content h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -0.56px;
    padding: 0;
    margin: 0;
}
.hero .content h1 {
    color: #FFF;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .7);
}
.sub-hero .content h1.smaller {
    font-size: 42px;
    line-height: 58px;
}
.hero .content p {
    color: #FFF;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    padding: 20px 0 55px 0;
    margin: 0;
}
.hero .content a {
    display: inline-block;
    height: 70px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 50px;
    margin: 0;
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    border-radius: 6px;
}
.hero .content a::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
.hero .content a:hover {
    color: var(--primaryColor);
    background-color: transparent;
}

.sub-hero {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 50px;
    border-top: 1px solid #d9d9d9;
}

/* FEATURED */

.featured {
    padding-top: 100px;
    padding-bottom: 100px;
}

.featured .headline p {
    display: block;
    font-size: 19px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: 6px;
    padding: 0 0 30px 0;
    margin: 0;
}
.featured .headline h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: -0.56px;
    padding: 0;
    margin: 0;
}

@media(min-width: 1500px) {
    .featured .container.c-2 {
        max-width: 1440px;
    }
}

.featured .item {
    height: inherit !important;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}
.featured .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}
.featured .item a:hover {
    text-decoration: none;
    border-color: var(--primaryColor);
    background-color: rgba(249, 249, 249, .75);
}

.featured .item .photo {
    display: block;
    width: 100%;
    height: 220px;
    background-color: #DDD;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.featured .item .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
}
.featured .item .content .segment,
.profile .main .content .info .segment {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.16px;
    padding: 0 0 15px 0;
    margin: 0;
}
.featured .item .content h3,
.profile .main .content .info h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.26px;
    padding: 0;
    margin: 0;
}
.featured .item .content .price {
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 12px 0 25px 0;
    margin: 0 0 17px 0;
    border-bottom: 1px solid rgba(217, 217, 217, .5);
}
.featured .item .content .price span {
    color: var(--primaryColor);
    font-weight: 500;
    padding-right: 4px;
}

.featured .item .content .details,
.profile .main .content .info .details {
    flex-wrap: wrap;
}
.featured .item .content .details p,
.profile .main .content .info .details p {
    width: 50%;
    color: #77797e;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.15px;
    padding: 8px 0;
    margin: 0;
}
.featured .item .content .details p span,
.profile .main .content .info .details p span {
    display: block;
    color: #1a1a1a;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.featured .item .content .order {
    display: block;
    width: 100%;
    height: 58px;
    color: var(--primaryColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 0;
    margin: 25px 0 0 0;
    background-color: transparent;
    border: 2px solid var(--primaryColor);
    border-radius: 6px;
    transition: all .3s;
}
.featured .item .content .order::before {
    content: "";
    display: inline-block;
    height: inherit;
    vertical-align: middle;
}
.featured .item a:hover .content .order {
    color: #FFF;
    background-color: var(--primaryColor);
}

/* PROFILE */

.profile,
.page {
    padding-bottom: 100px;
}

.profile .main .content {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.profile .main .content .photo {
    display: block;
    width: 100%;
    height: 520px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.profile .main .content .info {
    padding: 45px 50px;
}
.profile .main .content .info h2 {
    color: var(--primaryColor);
    font-size: 36px;
}
.profile .main .content .info .details,
.profile .main .content .info .offer {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(217, 217, 217, .5);
}

.profile .reservation .box {
    position: sticky;
    top: 150px;
    padding: 40px;
    background-color: #F1F1F1;
    border-radius: 10px;
}
.profile .reservation .box h3 {
    color: var(--primaryTextColor);
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.24px;
    padding: 0 0 30px 0;
}

.profile .box .fields.fields-half {
    display: flex;
    justify-content: space-between;
}
.profile .box .field {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.profile .box .fields.fields-half .field {
    width: 49%;
}
.searchbar .box .field > label,
.profile .box .field > label {
    display: block;
    color: var(--primaryTextColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 6px 15px;
    margin: 0;
}
.searchbar .box .field select,
.profile .box .field input, 
.profile .box .field select, 
.profile .box .field textarea {
    width: 100%;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: none;
    padding: 15px 20px;
    margin: 0;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .4);
    box-shadow: unset;
    box-sizing: border-box;
    outline: none !important;
    transition: all .5s;
}
.profile .box .field select {
    padding: 18px 23px;
}
.searchbar .box .field select:focus,
.profile .box .field input:not(:read-only):focus,
.profile .box .field select:focus {
    border-color: var(--primaryColor);
}
.profile .box .field p {
    width: 100%;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: none;
    padding: 5px 0 5px 25px;
    margin: 0;
}
.profile .box .field.field-price {
    padding: 18px 10px;
    text-align: center;
    background-color: rgba(29, 29, 27, .5);
    border-radius: 6px;
}
.profile .box .field.field-price > label {
    color: rgba(255, 255, 255, .85);
    padding-left: 0;
    padding-bottom: 8px;
}
.profile .box .field.field-price p {
    color: #FFF;
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
.searchbar .box .field button,
.profile .box .field.field-submit a,
.profile .box .field.field-submit button {
    display: block;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 18px 0;
    margin: 10px 0 0 0;
    background-color: var(--primaryColor);
    border: 2px solid var(--primaryColor);
    border-radius: 6px;
    cursor: pointer;
    transition: all .3s;
}
.profile .box .field.field-submit button[disabled] {
    cursor: not-allowed;
}
.profile .box .field.field-submit a:hover {
    color: var(--primaryColor);
    background-color: transparent;
}
.profile .box .field.field-submit button:not(:disabled):hover {
    opacity: 0.85;
}

.profile .box .form-check {
    position: relative;
    flex-direction: row;
    margin: 5px 0 20px 0;
}
.profile .box .form-check input {
    width: 18px;
    height: 18px;
    border: 2px solid #d9d9d9;
}
.profile .box .form-check input:checked {
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}
.profile .box .form-check input:focus {
    box-shadow: unset;
}
.profile .box .form-check input.error {
    border-color: #ee1339;
}
.profile .box .form-check > label {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 2px;
    padding-left: 6px;
}
.profile .box .form-check > label a {
    color: var(--primaryColor);
}
.profile .box .form-check > label a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}
.profile .box .form-check > label.error {
    display: none !important;
}

.profile .box .field > label.error {
    display: inline-block;
    color: #ee1339;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 10px 0 0 22px;
}

/* SEARCHBAR */

.searchbar .box form {
    display: flex;
    padding: 35px 45px 40px 45px;
    margin-top: -50px;
    background-color: #FFF;
    border: 2px solid #d9d9d9;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}
.searchbar .box .field {
    width: 20%;
    padding: 0 6px;
}
.searchbar .box .field button {
    color: #FFF;
    padding: 13px 0;
    margin-top: 20px;
    background-color: var(--primaryColor);
    transition: all .3s;
}
.searchbar .box .field button:hover {
    color: var(--primaryColor);
    background-color: #FFF;
}

/* MODAL */

.modal-lg {
    max-width: 900px;
}
.modal-content {
    position: relative;
    padding: 55px 70px 45px 70px;
    background-color: #fff;
    border: 1px solid #F1F1F1;
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(28, 36, 63, .35);
}
.modal-header {
    position: relative;
    padding: 0;
    border: 0;
}
.modal-header .btn-close {
    align-items: center;
    background-color: #F1F1F1;
    border: 0;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    line-height: 1;
    margin: -1rem -1rem -1rem auto;
    opacity: .5;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 44px;
    cursor: pointer;
}
.modal-title {
    width: 100%;
    color: var(--brand);
    font-family: var(--fontD);
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
}
.modal-body {
    padding: 40px 0 0 0;
}

/* ENTRY */

.entry h4 {
    color: var(--primaryTextColor);
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.24px;
    padding: 20px 0;
}

.entry a {
    color: var(--primaryColor);
}
.entry a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.entry p, 
.entry ul li, 
.entry ol li {
    color: var(--primaryTextColor);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.18px;
    padding: 0;
}
.entry p strong {
    font-weight: 600;
}
.entry p:last-of-type {
    margin-bottom: 0;
}

.entry ul {
    list-style: none;
    padding-left: 20px;
}
.entry ul > li {
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    margin-top: 10px;
}
.entry ul > li::before {
    content: "\f054";
    color: var(--primaryColor);
    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
}

.entry ol {
    margin-left: 0;
}
.entry ol > li {
    padding-left: 7px;
    margin-top: 5px;
}

/* FAQ */

.accordion-item {
    border: 0;
    border-radius: 0;
}
.accordion-header {
    cursor: pointer;
}
.accordion-button {
    font-weight: 400 !important;
    padding: 28px 0 30px 0 !important;
    border-bottom: 1px solid #d9d9d9;
}
.accordion-button:not(.collapsed) {
    color: var(--primaryColor);
    background-color: transparent;
    border-bottom: 0;
    box-shadow: unset;
}
.accordion-collapse.show {
    border-bottom: 1px solid #d9d9d9;
}
.accordion-body {
    padding-top: 5px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}

/* FOOTER */

.footer {
    position: relative;
    background-color: rgba(29, 29, 27, .95);
}
.footer .container-fluid {
    background-color: #1D1D1B;
}
.footer .container-fluid > .container .row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer > .container .row {
    position: relative;
}
.footer > .container .row.row-1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer > .container .row.row-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer > .container .row.row-2::before {
    content: "";
    display: block;
    width: calc(100% - (var(--bs-gutter-x) * .5) - (var(--bs-gutter-x) * .5));
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 0; left: calc(var(--bs-gutter-x) * .5);
}

.footer .logo {
    display: flex;
    align-items: center;
}
.footer .logo a {
    display: block;
    padding: 7px 10px;
    background-color: #FFF;
}
.footer .logo p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.18px;
    /* padding: 5px 0 5px 30px;
    margin: 0 0 0 50px;
    border-left: 1px solid rgba(255, 255, 255, .2); */
    padding: 0;
    margin: 0 auto;
}

.footer h4 {
    color: #FFF;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0 0 20px 0;
    margin: 0;
}

.footer .contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer .contact address,
.footer .contact ul li,
.footer .newsletter p {
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    padding: 0 0 10px 0;
    margin: 0;
}
.footer .contact a {
    color: #fff;
    margin-top: 15px;
}

.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .links ul li a {
    color: rgba(255, 255, 255, .8);
    font-weight: 300;
    line-height: 26px;
}
.footer .links ul li a:hover {
    color: var(--primaryColor);
}

.footer .newsletter p {
    padding-bottom: 25px;
}
.footer .newsletter .form-control {
    height: 56px;
    font-size: 16px;
    background-color: #FFF;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.footer .newsletter button {
    height: 56px;
    color: var(--primaryColor);
    padding: 0 25px;
    background-color: #FFF;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer .newsletter .field label.error {
    color: red;
    font-size: 13px;
    padding: 0 10px;
    position: absolute;
    bottom: -28px;
}
.footer .newsletter .form-alert label {
    color: #FFF;
    font-size: 13px;
    padding: 5px 10px 0 10px;
}

.footer .social-media a {
    width: 46px;
    height: 46px;
    color: var(--primaryTextColor);
    font-size: 18px;
    background-color: #FFF;
}
.footer .social-media a:hover {
    color: #FFF;
    background-color: var(--primaryColor);
}

.footer .copyright p {
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    padding: 0;
    margin: 0;
}