html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}
body {
    font-family: "Reckless Neue", serif;
    font-size: 16px;
    margin: 0;
    position: relative;
}
* {
    box-sizing: border-box;
}
.dark-mode .header h3, .dark-mode .header a {
    color: #fff;
}
.dark-mode .header {
    background-color: #000;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.6vw;
    border-bottom: 1px solid #E5E5E5;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999;
    background: #fff;
}
.title-row {
    background-color: #000;
    padding: 8vw 5vw;
}
.h1-heading {
  font-size: 5vw;
  font-family: 'Helvetica' !important;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
      margin: 0;
    line-height: 0.9;
}
h2.sect_title {
    font-size: clamp(18px, 1.5vw, 40px);
    font-family: RecklessNeue-Book-New, Helvetica, Arial, sans-serif;
	font-feature-settings: "ss04", "ss06", "ss07", "ss10", "ss14";
    font-weight: 800;
    text-transform: none;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2.sect_title.text-light {
    font-weight: 500;
}
.mw-100 {
    max-width: 100% !important;
}
.section ul, .section ol {
    margin-top: 0;
    margin-bottom: 0;
}
.section h4 {
    font-size: 1.25vw;
    margin-bottom: 0;
    font-family: RecklessNeue-Book-New, Helvetica, Arial, sans-serif;
	font-feature-settings: "ss04", "ss06", "ss07", "ss10", "ss14";
}
.pad_sect.pb-0 {
    padding-bottom: 0;
}
.block_inner h3 {
    font-size: 1.25vw;
    margin-bottom: 5px;
}
p a {
    color: #e06164 !important;
    text-decoration: underline;
    font-style: italic;
    
}
.italic {
    font-style: italic;
}
.header-right ul {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
}
.header-right ul li a, .left-menu a {
    color: #000;
    font-family: inherit !important;
    font-weight: 400 !important;
    text-decoration: none;
}
.header-right ul li a.active-menu-item, .header-right ul li a:hover {
    text-decoration: underline !important;
}
.header-right ul li a, .left-menu a {
    font-size: 1.1vw;
    text-decoration: none;
}
.header-right ul .visual_layout_modes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6vw;
    position: relative;
    display: none;
}
.header-right ul li a {
    text-transform: uppercase;
    font-size: 0.725vw;
}
.contact-btn {
    list-style: none;
}
.contact-btn li a {
    color: #000;
    font-family: inherit !important;
    font-weight: 400 !important;
    text-decoration: none;
    font-size: 0.9vw;
}
body.home-page .header-right ul .visual_layout_modes {
    /*display: flex;*/
}
.header-right a.visual_mode {
    width: 0.85vw;
    height: 0.85vw;
    display: inline-block;
    border: 0.15vw solid #000;
    border-radius: 50%;
    background: #fff;
}
.header-right a.visual_mode.disabled_mode {
    order: 2;
}
body.dark_mode .header-right a.visual_mode.disabled_mode {
    order: none;
}
.header-right a#dark_mode {
    background: #000;
}
.header-right .header-anchor, .about_link_header {
    text-decoration: none !important;
}
/*body.home-page a.about_link_header, body.about-page a.about_link_header {
    display: none;
}*/
.logo-menu {
    max-width: max-content !important;
    height: auto;
    margin: clamp(12px, 0.6vw, 20px) 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999999;
}
.left-menu {
    margin-left: 2rem;
}
.logo-menu h3 {
    margin: 0;
    text-transform: none;
    font-family: 'NHaasGroteskDSPro' !important;
    font-weight: 700;
    color: #000;
}
.dark_mode #feature_close text {
    fill: #fff;
}
.header .logo-menu h3 {
    font-size: 1.3vw;
    line-height: 1 !important;
}
.logo-menu h3 a {
    font-size: inherit !important;
    line-height: 1 !important;
    font-family: 'NHaasGroteskDSPro' !important;
}
.logo-menu a {
    color: #000;
    text-decoration: none;
}
.header-right {
    width: 70%;
    padding-right: 4%;
}
.contact-item {
    margin-left: 10%;
}
.header-right ul li a.header-anchor {
    text-transform: none;
}
.visual_mode_popup {
    position: absolute;
    top: calc(100% + 1vw);
    right: 0px;
    width: 23vw;
    background: #fff;
    font-size: 1.1vw;
    border-radius: 1.5vw;
    padding: 0.6vw 1.5vw 1.5vw;
    box-shadow: 0 0 0.5vw rgba(0,0,0,0.4);
    display: none;
}
.visual_mode_popup .cross_btn {
    display: block;
    margin-left: auto;
    width: 1.6vw;
    line-height: 1;
    text-decoration: none;
}
.visual_mode_popup p {
    margin-top: 0px;
}
.visual_mode_popup .popup-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
}
.visual_mode_popup .popup-btn .confirm_btn {
    padding: 0.3vw 1.2vw;
    line-height: 1;
    text-decoration: none;
    border: 0.15vw solid;
    border-radius: 0.5vw;
    box-shadow: none;
}
.visual_mode_popup .popup-btn .confirm_btn:hover {
    background: #000;
    color: #fff;
}
body.menu-open {
    overflow: hidden;
    padding-right: 15px;
}
body::before {
    background-color: rgb(0 0 0 / 88%);
    content: "";
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(.77, 0, .175, 1);
}
body.menu-open::before, body.modal-open::before {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(.77, 0, .175, 1);
}
.sidebar {
    position: fixed;
    right: -480px;
    top: 0;
    z-index: 999999;
    opacity: 1 !important;
    background-color: #fff;
    max-width: 480px;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    transition: right 0.5s cubic-bezier(.77, 0, .175, 1);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    overflow-y: auto;
}
.leadership .modal {
    position: fixed;
    left: auto;
    right: -480px;
    /*right: 0px;*/
    top: 0;
    z-index: 99999;
    opacity: 1 !important;
    background-color: #fff;
    max-width: 480px;
    width: 100%;
    height: 100%;
    padding: 20px 45px;
    transition: right 0.5s cubic-bezier(.77, 0, .175, 1);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    display: block !important;
    background: #fff !important;
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
.leadership .modal {
    max-height: 100vh !important;
    overflow-y: auto !important;
}
.leadership .modal.active-modal {
    right: 0px;
}
.leadership .modal-dialog {
    overflow: visible !important;
    /*max-height: 100vh !important;
    overflow-y: auto !important;*/
}
.leadership .modal-dialog .content-top img {
        overflow: hidden !important;
    }
.leadership .modal-dialog * {
    max-height: none !important;
    overflow: visible !important;
}
.leadership .modal-dialog .modal-content {
    border: none;
    padding: 0px;
    overflow: visible !important;
}
.leadership .modal-dialog .modal-content .content-top {
    overflow: visible !important;
    margin-bottom: 0px !important;
    text-align: left;
}
.leadership .modal-dialog .modal-content .content-top h5 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-family: 'Helvetica';
}
.leadership .modal-dialog .modal-body {
    padding: 0;
    height: auto !important;
    padding-bottom: 5rem;
}
.leadership .modal-dialog .modal-body p {
    margin-bottom: 0.8rem;
}
.menuclose, .leadership .modal-dialog .btn-close {
    float: right;
    background: #000;
    color: #fff;
    border: none;
    width: 3rem;
    height: 3rem;
    line-height: 1 !important;
    font-size: 3.25rem;
    border-radius: 100%;
    font-weight: 800;
    line-height: 0 !important;
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-align: center;
    font-family: "Reckless Neue", serif;
    cursor: pointer;
    opacity: 1;
    box-sizing: border-box;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 111;
}
.leadership .modal-dialog .btn-close {
    /*top: -4rem;*/
    top: 1.2rem;
    right: 2rem;
    position: fixed;
    display: none;
}
.leadership .active-modal .modal-dialog .btn-close {
    display: block;
}
.leadership .modal-dialog .modal-body a.download_framework {
    font-family: 'Helvetica';
    background: #000;
    color: #fff;
    max-width: max-content;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0.8rem 0 1.2rem;
    font-size: 14px;
    text-decoration: none;
}
/* .leadership .modal-dialog .modal-body .content p:last-child {
    font-size: 14px;
} */
.sidebar-content {
    margin: 4rem auto 0;
    padding-top: 4rem;
    max-width: 420px;
    height: -webkit-fill-available;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}
.content-top {
    text-align: center;
    margin-bottom: 3rem;
}
.content-top img {
    width: 100%;
    max-width: 100px;
    border-radius: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin: auto;
    overflow: hidden !important;
    display: block;
}
.content-top h3, .leadership .modal-dialog h3 {
    font-size: 2.8rem;
    font-weight: 500;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: none;
    font-family: 'Helvetica' !important;
}
body .contact-form p {
    color: #000;
}
.contact-form input {
    height: 40px;
    padding: 5px 10px;
}
.contact-form textarea {
    padding: 5px 10px;
    height: 100px;
}
.contact-form {
    color: #000;
    width: 100%;
}
.contact-form p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.contact-form textarea, .contact-form input {
    width: 100%;
    margin-top: 5px;
    font-family: 'Reckless Neue';
}
.contact-form input.wpcf7-submit {
    max-width: 180px;
    background-color: #000;
    color: #fff;
    border: 0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.contact-form input.wpcf7-submit:hover {
    background-color: #2d2d2d;
}
.screen-reader-response {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 0.9em;
    font-weight: normal;
    display: block;
}
fieldset.hidden-fields-container {
    padding: 0 !important;
    border: none !important;
}

/* Password modal css */
#container {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    visibility: hidden;
    display: none;
    background-color: rgb(0 0 0 / 88%);
    color: #fff;
    background: transparent !important;
}

#container:target {
    visibility: visible;
    display: block;
}
.modal-open #container.active {
    display: flex;
    visibility: visible;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
#container .modal-content, .popup-box .modal-content {
    background-color: #171617;
    max-width: 544px;
    padding: 80px;
    position: relative;
    width: 100%;
}
#container .modal-content form {
    font-size: 14px;
}
#container .modal-close, .popup-box .modal-close {
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 2rem;
}
#container .modal-content input {
    width: 100%;
    outline: none !important;
}

body.light_mode a#dark_mode {
    order: -1;
}

#main-menu-toggle {
    display: none;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 999999;
    font-family: "Reckless Neue", serif !important;
}
#main-menu-toggle::before {
    content: "[";
}
#main-menu-toggle::after {
    content: "]";
}

@media (min-width: 2000px) {
    .header{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1599px) {
    .logo-menu h3 {
        font-size: 1.7vw;
    }
}

/* Commenting it because dont know why it is used. */
/* @media only screen and (max-width: 1025px) {

    .main_section > .content_side {
        z-index: 9999999;
    }

} */

@media (max-width: 991px) {
    #main-menu-toggle {
        display: inline-flex;
    }
    #site-menu-header {
        position: fixed;
        top: 50px;
        padding-top: 0 !important;
        background: #fff;
        z-index: 99999999;
        height: 100%;
        left: 0px;
        width: 100%;
        height: 0%;
        overflow: hidden;
        transition: height 0.4s ease-in-out;
    }
    #site-menu-header.active_main_menu {
        height: 100%;
    }
    #site-main-menu {
        /* border-top: 1px solid #333; */
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 20px;
        text-align: left;
    }
    #site-main-menu li a {
        font-size: 22px !important;
        line-height: 1.6;
    }
    .contact-item {
        margin-left: 0 !important;
    }
    .contact-item a::before {
        content: "[";
    }
    .contact-item a::after {
        content: "]";
    }
    .contact-item a {
        text-transform: uppercase !important;
    }
    .menu-opened header, .menu-opened header .header-right {
        background: #000 !important;
    }
    .menu-opened header .logo-menu h3 a, .menu-opened header a#main-menu-toggle, .menu-opened .header-right ul li a {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    .menuclose, .leadership .modal-dialog .btn-close {
        width: 44px;
        height: 44px;
        font-size: 44px;
    }
    .logo-menu h3 {
        font-size: 18px;
    }
    .header {
        padding: 20px;
    }
    .logo-menu {
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #site-menu-header {
        top: 45px;
    }
    .title-row {
            padding: 60px 5vw;
    }
    .h1-heading {
        font-size: clamp(45px, 12vw, 60px);
    }
    .section h4 {
        margin-top: 15px;
    }
    /*#header-main:not(:has(.active_main_menu)) #site-menu-header {
        padding-top: 0px !important;
    }*/
    
    
    /* body .header {
        border: none !important;
    } */
}
@media (max-width: 600px){
    .sidebar {
        max-width: 100%;
        right: -100%;
        border-radius: 0;
    }
}
@media (max-width: 480px){
    #container .modal-content, .popup-box .modal-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo-menu h3 {
        font-size: 20px;
    }
}


body {
    min-height: 100vh;
}
body.dark_mode {
    background: #000;
    color: #fff;
}
body.dark_mode .header {
    background: #000;
    color: #fff !important;
}
body.dark_mode .header-right a#light_mode {
    background: #fff;
    /*order: 3;*/
    order: -1;
}
body.dark_mode .header-right a.visual_mode {
    border-color: #fff;
    background: #000;
}
body.dark_mode .visual_mode_popup p {
    margin-top: 0px;
    color: #000;
}
body.dark_mode .author_detail {
    background: #000;
    color: #fff;
}
body.dark_mode .header a {
    color: inherit;
}
body.dark_mode .header .logo-menu a {
    color: #fff !important;
}
body.dark_mode .header a.header-anchor, body.dark_mode .header a.about_link_header {
    color: #fff !important;
}
body.dark_mode .visual_mode_popup .popup-btn .confirm_btn {
    color: #000;
}
body.dark_mode .visual_mode_popup .popup-btn .confirm_btn:hover {
    color: #fff;
}


@media (max-width: 1699px) {
    header .header-right ul li a {
        font-size: 0.85vw;
    }
}

@media (max-width: 1499px) {
    header .header-right ul li a {
        font-size: 1.1vw;
    }
    .header-right {
        width: 76%;
        padding-right: 2%;
    }
}

@media (max-width: 1299px) {
    header .header-right ul li a {
        font-size: 13px;
    }
}

@media (max-width: 1199px) {
    .contact-item {
        margin-left: 8%;
    }
}

@media only screen and (max-width: 1025px) {

    .header {
        padding: 5px 20px;
    }
    .author_detail-body {
        padding-top: 50px;
    }
    .header .logo-menu h3 {
        font-size: 20px !important;
        margin: 0px !important;
        padding-bottom: 0px !important;
    }
    /* .header-right ul li a, .left-menu a {
        font-size: 20px !important;
    } */
    .header-right ul .visual_layout_modes {
        gap: 10px;
    }
    .header-right a.visual_mode {
        width: 17px;
        height: 17px;
    }
    .header-right ul {
        gap: 25px;
    }
    .visual_mode_popup {
        font-size: 20px;
        width: 85vw;
        padding: 5px 20px 20px;
    }
    .visual_mode_popup .cross_btn {
        width: 25px;
    }
    .visual_mode_popup .popup-btn {
        gap: 20px;
    }
    .visual_mode_popup .popup-btn .confirm_btn {
        padding: 5px 15px;
    }

    body .contact-form p {
        font-size: 20px;
    }
    .contact-form textarea, .contact-form input {
        font-size: 18px;
        padding: 10px 15px;
        height: auto;
        margin-top: 10px;
        border: 1px solid;
    }


}

@media only screen and (max-width: 767px) {

    .header .logo-menu h3 {
        font-size: 18px !important;
    }
    .header-right ul li a, .left-menu a {
        font-size: 16px !important;
    }
    .visual_mode_popup {
        font-size: 16px;
    }
    .header-right ul {
        gap: 15px;
        justify-content: flex-end;
    }
    /*.header-anchor.about_link {display: none !important;}*/

}

#feature_close {
    width: 5.5vw;
    height: 5.5vw;
    font-size: 1vw;
    font-weight: 500;
    background: #e06164;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    text-decoration: none;
    position: fixed;
    bottom: 5vh;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    transform: scale(1);
    box-shadow: 3px 4px 16px 1px rgba(0,0,0,0.4);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}
#feature_close svg {
    width: 145%;
    height: 100%;
    position: absolute;
    z-index: 11;
    font-family: "Reckless Neue", serif !important;
    font-size: 1.4vw;
    left: 60%;
    transform: translateX(-50%);
    font-weight: 300;
    opacity: 0;
    animation-delay: 0.28s;
}
#feature_close svg g {
    transform: translate3d(0px, 0px, 0px) rotate(-120deg) scale(1);
    transform-origin: 50% 50%;
    opacity: 0;
    transition: opacity 0.3s ease 0.36s;
}
#feature_close text {
    fill: #000;
}
#feature_close:hover {
    transform: scale(1.1);
}

#feature_close:hover svg {
    opacity: 1;
}
/* .filters-open #feature_close svg g.btn-close {
    opacity: 0 !important;
} */
#feature_close:hover svg g.btn-close {
    animation: filterRotate 0.5s ease forwards;
    animation-delay: 0.28s;
    opacity: 1;
}
.active_filters #feature_close svg {
    opacity: 1;
}
.active_filters #feature_close svg g.btn-close {
    animation: filterRotate 0.5s ease forwards;
    animation-delay: 0.28s;
    opacity: 1;
}
.animate-rotate {
    animation: filterRotate 0.5s ease forwards;
    animation-delay: 0.28s;
    opacity: 1;
}
@keyframes filterRotate {
    from {
        transform: translate3d(0px, 0px, 0px) rotate(-120deg) scale(1);
    }
    to {
        transform: translate3d(0px, 0px, 0px) rotate(40deg) scale(1);
    }
}

body.password-modal-open.modal-open, body.password-modal-open.modal-open *, body.modal-open, body.modal-open * {
    overflow: hidden !important;
    max-height: 100vh !important;
}
#container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}
#container .modal-content {
    width: 50vw;
    max-width: 530px;
    background: #000;
    padding: 25px;
    color: #fff;
}
#container .modal-content .modal-back {
    text-decoration: none;
    color: inherit;
    font-size: 30px;
    line-height: 0.6;
    max-width: max-content;
    position: absolute;
    top: 25px;
    right: 25px;
    height: auto;
    opacity: 1;
    padding: 0;
}
#container .modal-content .pass_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0px 20px 15px;
    font-weight: 400;
    font-size: 16px;
}
#container .modal-content input#Pass {
    width: 100%;
    border: 2px solid #fff;
    padding: 15px 15px;
    line-height: 1;
    border-radius: 3px;
    background: transparent;
    color: #fff;
}
#container .modal-content .btn-submit {
    background: #fff;
    color: #000;
    border-radius: 3px;
    font-family: 'Helvetica';
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
    padding: 19px 52px;
    line-height: 1;
    margin-top: 15px;
}


body.dark_mode #container {
    background: rgba(0,0,0,0.95);
}
body.dark_mode #container .modal-content {
    background: #fff;
    color: #000;
}
body.dark_mode .modal-content .pass_cont .icon_lock {
    filter: brightness(0) invert(0);
}
body.dark_mode #container .modal-content .btn-submit {
    background: #000;
    color: #fff;
}
body.dark_mode #container .modal-content input#Pass {
    border: 2px solid #000;
    background: #fff;
    color: #000;
}


@media screen and (max-width: 1025px) {
    #feature_close {
        width: 9vw;
        height: 9vw;
    }

    #container .modal-content {
        width: 90vw;
    }
    #feature_close svg {
        font-size: 3vw;
    }

}
@media screen and (max-width: 600px) {
    #feature_close {
        width: 70px;
        height: 70px;
        bottom: 40px;
    }
    #feature_close svg {
        font-size: 5.5vw;
    }

    #container .modal-content .pass_cont {
        font-size: 14px;
    }
    #container .modal-content .pass_cont {
        padding: 0px 10px 15px;
        gap: 10px;
    }
    #container .modal-content .pass_cont .icon_lock {
        width: 15px;
    }
    #container .modal-content .btn-submit {
        font-size: 16px;
        padding: 15px 40px;
    }
    #container .modal-content .modal-back {
        font-size: 40px;
        top: 20px;
        z-index: 111;
    }


}

@media (max-height: 800px) and (min-height: 700px) {
    .sidebar-content {
        margin: 2rem auto 0;
        padding-top: 2rem;
    }
    .content-top {
            margin-bottom: 2rem;
    }
    .content-top img {
        max-width: 80px;
        margin: auto;
        display: block;
    }
    .leadership .modal-dialog .content-top img {
        overflow: hidden !important;
    }
    .content-top h3, .leadership .modal-dialog h3 {
        margin-top: 1rem;
    }
}
 
@media (max-height: 699px) and (min-height: 600px) {
    .menuclose, .leadership .modal-dialog .btn-close {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 2.75rem;
    }
    .sidebar-content {
        margin: 1rem auto 0;
        max-width: 360px;
    }
    .content-top {
        margin-bottom: 1rem;
    }
    .content-top img {
        max-width: 70px;
        margin: auto;
        display: block;
    }
    .content-top h3, .leadership .modal-dialog h3 {
        margin-top: 5px;
        font-size: 2.5rem;
    }
    .contact-form p {
        margin-bottom: 8px;
    }
}