@font-face {
    font-family: 'FreightTextPro';
    src: url('../fonts/FreightTextProBook-Regular.ttf');
    src: local('FreightText Pro Book'), local('FreightTextProBook-Regular'),
        url('../fonts/FreightTextProBook-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MinervaModern';
    src: url('../fonts/MinervaModern.otf');
    src: local('MinervaModern'), local('MinervaModern'),
        url('../fonts/MinervaModern.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: 'FreightTextPro', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    overflow: auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.05em !important;
}
a:active, a:focus {
    outline: none;
}
input, 
textarea {
    outline:none;
}
input:active, 
textarea:active {
    outline:none;
}
:focus {
    outline:none;
}
textarea {
    resize:none;
}
textarea {
    resize:vertical;
}
textarea {
    resize:horizontal;
}
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

p {
    padding: 0 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.6em;
}
strong {
    font-weight: 600;
}
.par-3 {
    font-size: 1rem;
    line-height: 1.6em;
}
.content-list {
    padding-left: 1.5vw;
    list-style: disc;
}
.content-list li {
    padding: 0 0 20px 0;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.txt-center {
    text-align: center;
}

.container {
    display: flex;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
}

.f-column {
    flex-direction: column;
}
.f-al-center {
    align-items: center;
}
.f-ju-center {
    justify-content: center;
}
.f-ju-space {
    justify-content: space-between;
}

.fade-in {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
    opacity: 1;
}
.box-title-page,
.box-banner-page,
.box-content,
.box-contact {
    transition: opacity .5s cubic-bezier(.445,.05,.55,.95), 
    -webkit-filter .5s cubic-bezier(.445,.05,.55,.95), 
    filter .5s cubic-bezier(.445,.05,.55,.95);
}

/* header */
header {
    width: 100%;
}
.logo {
    display: inline-block;
    width: 140px;
    text-align: left;
}
.logo a {
    color: #fff;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.navbar {
    height: calc(62px + 5vw);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu {
    display: inline-block;
    width: 400px;
    text-align: center;
}
.nav-item {
    display: inline-block;
    padding: 0 20px;
    list-style: none;
    text-align: center;
}
.nav-link {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6em;    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nav-link:hover,
.nav-link.active {
    border-bottom: 1px solid #fff;
}
.soc-item-mob {
    display: none;
}
.soc-item {
    display: inline-block;
    width: 130px;
}
.soc-item img {
    margin-left: 20px;
}
.hamburger {
    display: none;
    cursor: pointer;
}
.bar {
    width: 35px;
    height: 2px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #8B8B8B;
}  
.hamburger .bar:nth-child(3){
    opacity: 0;
}

/* banner */
.box-title-page {
    display: flex;
    justify-content: center;
    text-align: center;
}
.box-title-page h1 {
    margin-bottom: 24px;
    font-family: 'MinervaModern';
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-title-page h2 {
    margin-bottom: 20px;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-title-page h3 {
    margin-bottom: 20px;
    font-family: 'MinervaModern';
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-title-page-txt {
    width: 80%;
    margin: 0 auto 20px auto;
}
.box-banner-page {
    display: flex;
    justify-content: center;
    margin-bottom: 85px;
}
.banner-page {
    height: 740px;
    width: 100%;
}
.banner-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* main content */
#main-content.main-page {
    margin-top: 5.5vw;
    opacity: 1;
}
.main-page .box-title-page h1 {
    margin-bottom: 14px;
    line-height: 1em;
}
.main-page .box-title-page h2 {
    margin-bottom: 26px;
    line-height: 1em;
}
.box-content.main-sec1,
.box-content.main-sec3,
.box-content.main-sec4,
.box-content.main-sec5 {
    margin-bottom: 85px;
}
.box-content {
    display: flex;
    justify-content: center;
}
.box-content .container.h-line {
    padding-top: 30px;
    border-top: 2px solid #fff;
}
.box-content-title {
    margin-bottom: 24px;
    font-family: 'MinervaModern';
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
.box-content-sub-title {
    margin-bottom: 130px;    
    font-size: 1.5rem;
    line-height: 1.6em;
    text-align: center;
}
.box-content h2 {
    margin-bottom: 60px;
    font-family: 'MinervaModern';
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-content h3 {
    margin-bottom: 20px;
    font-family: 'MinervaModern';
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-content h4 {
    margin-bottom: 45px;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-content-b1,
.box-content-b2 {    
    width: 50%;
}
.box-content-b3 {    
    width: 33.3%;
    padding: 0 30px;
    margin-bottom: 100px;
}
.box-content-b3:first-child {
    padding: 0 30px 0 60px;
}
.box-content-b3:last-child {
    padding: 0 60px 0 30px;
}
.box-content-img img {
    max-width: 100%;
}
.box-content-txt {
    font-size: 1.2rem;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}
.box-content-b1.txt-left {
    padding-left: 170px;
}
.box-content-b1.txt-left .box-content-txt {
    max-width: 410px;
}
.box-content-b2.txt-right {
    padding-right: 130px;
}
.box-content-b1 .box-content-img img {
    width: 100%;
    max-width: 340px;
    height: auto;
}
.box-content-b2 .box-content-img img {
    height: 100%;
    min-height: 415px;
    max-height: 480px;
    width: auto;
    object-fit: cover;
    object-position: center;
}
.box-content-b2.a-right {
    padding-right: 60px;
    text-align: right;
} 
.box-content-b3 .box-content-img {
    margin-bottom: 20px;
}
.box-content-b3 .box-content-img img {
    max-height: 230px;
}
.box-content-b3 .box-content-txt {
    font-size: 1rem;
    line-height: 1.6em;
}
.box-content-img {
    line-height: 0;
}
.box-content.main-sec1 h2,
.box-content.main-sec3 h2,
.box-content.main-sec4 h2,
.box-content.main-sec5 h2  {
    line-height: 1em;
}
.box-content.main-sec1 .box-content-img,
.box-content.main-sec3 .box-content-img,
.box-content.main-sec4 .box-content-img,
.box-content.main-sec5 .box-content-img {
    margin-top: 5px;
}
.box-content.main-sec2 .box-content-title {
    padding-top: 16px;
    margin-bottom: 50px;
    line-height: 1em;
}
.box-content.main-sec2 .box-content-sub-title {
    margin-bottom: 66px;
    line-height: 1em;
}
.box-content.main-sec4 h2,
.box-content.main-sec4 h3,
.box-content.main-sec5 h2,
.box-content.main-sec5 h3 {
    margin-bottom: 30px;
}
.box-content.main-sec2 h4 {
    white-space: nowrap;
}

a.box-content-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 340px;
    height: 75px;
    padding: 0;
    margin: 0 auto 86px auto;
    background-color: #DCDCDC;
    border: none;
    border-radius: 0;
    cursor: pointer;
    color: #000;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 75px;
    text-align: center;
    transition: background-color 0.3s ease;
    box-shadow: none;
    outline: none;
}
a.box-content-btn:hover {
    background-color: #B6B6B6;
}

.main-sec4 .box-content-b1 {
    position: relative;
}
.main-sec4 .box-content-b1.txt-left .box-content-txt {
    max-width: 500px;
    margin-bottom: 36px;
}
.main-sec4 a.box-content-btn {
    margin-bottom: 0;
}


/* vision page */
#main-content.vision-page {
    margin-top: 7.5vw;
}
.vision-page .box-title-page {
    margin-bottom: 1vw;
}
.vision-page .box-title-page h2 {
    width: 80%;
    margin: 0 auto 20px auto;
}
.box-content.box-vision-content {
    margin-bottom: 4vw;
}
.box-content.box-vision-content .container.h-line {
    padding-top: 10px;
}
.box-content.box-vision-content .box-content-b1,
.box-content.box-vision-content .box-content-b2 {
    position: relative;
}
.box-content.box-vision-content .box-content-b1 h2,
.box-content.box-vision-content .box-content-b2 h2 {
    margin-bottom: 3vw;
    font-size: 2rem;
}
.box-content.box-vision-content .box-content-b1 .box-content-img,
.box-content.box-vision-content .box-content-b2 .box-content-img {
    margin-top: 40px;
}
.box-content.box-vision-content .box-content-b1 h2 {
    padding-right: 2.5vw;
}
.box-content.box-vision-content .box-content-b1 .box-content-txt {
    padding-right: 2.5vw;
    padding-bottom: 5vw;
}
.box-content.box-vision-content .box-content-b2 .box-content-img {
    padding-left: 4.5vw;
}
.box-content.box-vision-content .box-content-b1 .box-content-img {
    padding-right: 4.5vw;
}
.box-content.box-vision-content .box-content-b2 h2 {
    padding-left: 2.5vw;
}
.box-content.box-vision-content .box-content-b2 .box-content-txt {
    padding-left: 2.5vw;
    padding-bottom: 5vw;
}
.box-content.box-vision-content .box-content-b1 .box-content-img img, 
.box-content.box-vision-content .box-content-b2 .box-content-img img {
    height: 100%;
    max-height: 450px;
    width: 100%;    
    max-width: 100%;
    object-fit: cover;
    object-position: top;
}
.box-content.box-vision-content.vision-sec1 .box-content-b2 .box-content-img img  {
    object-position: 50% 50%;
}
.box-content.box-vision-content.vision-sec2 .box-content-b1 .box-content-img {
    height: 100%;
    max-height: 450px;
}
.box-content.box-vision-content.vision-sec2 .box-content-b1 .box-content-img img  {
    object-position: 50% 50%;
}
.box-content.box-vision-content .box-content-b1 a.box-content-btn {
    position: absolute;
    left: 60px;
    bottom: 0;    
    width: 230px;
    margin: 0;
    background-color:#F5F5F5;
}
.box-content.box-vision-content .box-content-b2 a.box-content-btn {
    position: absolute;
    right: 60px;
    bottom: 0;    
    width: 230px;
    margin: 0;
    background-color:#F5F5F5;
}
.box-content.box-vision-content .box-content-b1 a.box-content-btn:hover,
.box-content.box-vision-content .box-content-b2 a.box-content-btn:hover {
    background-color: #B6B6B6;
}
.box-content.box-vision-content.vision-sec4 .box-content-b1 {
    width: 45%;
}
.box-content.box-vision-content.vision-sec4 .box-content-b2 {
    width: 55%;
}
.box-content.box-vision-content.vision-sec4 .box-content-b1 h2 {
    padding-left: 60px;
    margin-bottom: 1vw;
}
.box-content.box-vision-content.vision-sec4 .box-content-b1 .box-content-txt {
    padding-left: 60px;
}
#feedbackFormVision {
    padding-right: 60px;
    margin-top: 65px;
}
.feedback-form-group-title {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.feedback-form-group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 25px;
}
.feedback-form-group.half-box {
    width: 49.5%;
} 
.feedback-form-group label,
.feedback-form-group input,
.feedback-form-group textarea {
    display: inline-block;
    width: 100%;
}
.feedback-form-group label {    
    font-size: 1.2rem;
    line-height: 1.6em;
}
.feedback-form-group input, 
.feedback-form-group textarea {
    background-color: #000;
    border-bottom: 1px solid #A9A9A9;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.6em;
    transition: all 0.3s ease;
}
.feedback-form-group input:hover, 
.feedback-form-group textarea:hover {
    border-bottom: 1px solid #fff;
}
.feedback-form-group input:focus, 
.feedback-form-group textarea:focus {
box-shadow: inset 0 -1.5px 0 white;
  outline: none;
}
.feedback-form-group.half-box label {
    font-size: 1rem;
    line-height: 1.6em;
}
.feedback-form-group-title span,
.feedback-form-group label span { 
    color: #B6B6B6;
    font-size: 1rem;
    line-height: 1.6em;
}
.feedback-form-group.checkbox-group {
    margin-top: -20px;
}
.feedback-form-group.checkbox-group label {
    display: flex;
    align-items: center;
}
.feedback-form-group.checkbox-group span {
    padding-left: 10px;
    color: #fff;
    font-size: 1rem;
    line-height: 1.6em;
}
.feedback-form-group.checkbox-group input[type="checkbox"] {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 1px 0px 0px 2px;
    margin-right: 0px;
    border: 1px solid #A9A9A9;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.feedback-form-group.checkbox-group label input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 75%;
    height: 75%;
    background-color: #000;
    -webkit-clip-path: polygon(13.29% 49.19%, 3.89% 59.8%, 40.98% 90%, 96.95% 21.23%, 86.94% 13.08%, 85.97% 12.29%, 38.95% 70.07%);
    clip-path: polygon(13.29% 49.19%, 3.89% 59.8%, 40.98% 90%, 96.95% 21.23%, 86.94% 13.08%, 85.97% 12.29%, 38.95% 70.07%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0 50%, #fff 50%);
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 200% 100%;
    mask-image: linear-gradient(90deg, transparent 0 50%, #fff 50%);
    mask-position: 0 0;
    mask-size: 200% 100%;
    transform: scale(1);
}
.feedback-form-group.checkbox-group input[type="checkbox"]:checked::before {    
    -webkit-mask-position: -100% 0;
    mask-position: -100% 0;
    outline: 1px solid #fafafa;
    transform: scale(1);
}
.feedback-form-group.checkbox-group label input[type="checkbox"]:checked {
    background-color: #fafafa;
}
.feedback-form-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0.8em 2em;
    margin: 0 auto;
    background-color: #DCDCDC;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.1rem;
    line-height: 1.6em;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: none;
    outline: none;
}
.feedback-form-btn:hover {
    background-color: #B6B6B6;
}

/* team page */
#main-content.team-page {
    margin-top: 2.5vw;
}
.team-page .box-title-page h1 {
    margin-bottom: 0;
}
.box-content.box-team-content {
    margin-bottom: 10vw;
}
.box-content.team-sec1 h2 {
    margin-bottom: 20px;
}
.box-content.box-team-content .box-content-b1 h2,
.box-content.box-team-content .box-content-b1 .box-content-txt,
.box-content.box-team-content .box-content-b1 .box-content-img {
    padding-right: 2.5vw;
}
.box-content.box-team-content .box-content-b2 h2,
.box-content.box-team-content .box-content-b2 .box-content-txt,
.box-content.box-team-content .box-content-b2 .box-content-img {
    padding-left: 2.5vw;
}
.box-content.box-team-content .box-content-b1 h2,
.box-content.box-team-content .box-content-b2 h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-content.box-team-content .box-content-b1 .box-content-img img,
.box-content.box-team-content .box-content-b2 .box-content-img img {
    height: 100%;
    max-height: 525px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.box-content.box-team-content .box-content-b1 .box-content-txt a, 
.box-content.box-team-content .box-content-b2 .box-content-txt a {
    color: #fff;
    text-decoration: underline;
}
.box-content.box-team-content.team-sec2 .box-content-b2 .box-content-img img,
.box-content.box-team-content.team-sec4 .box-content-b2 .box-content-img img  {
    object-position: 50% 35%;
}
.box-content.box-team-content.team-sec3 .box-content-b1 .box-content-img img,
.box-content.box-team-content.team-sec5 .box-content-b1 .box-content-img img {
    max-width: 100%;
    max-height: 550px;
    object-position: 50% 50%;
}
.box-content.box-team-content.team-sec6 {
    margin-bottom: 2vw;
}
.box-content.box-team-content.team-sec6 .box-content {
    padding-right: 45%;
}
.box-content.box-team-content.team-sec6 h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'MinervaModern';
    font-size: 5.2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-content.box-team-content.team-sec6 .box-content-txt {
    font-size: 1rem;
    line-height: 1.6em;
}
.box-content.box-team-content.team-sec7 .box-content-b1 h2 {
    margin-top: 0;
}
.box-content.box-team-content.team-sec7 .box-content-b2 .box-content-img img  {
    object-position: 50% 20%;
}
.box-content.box-team-content .box-content-images-3 {
    margin-bottom: 40px;
}
.box-content.box-team-content .box-content-images-3 img {
    display: inline-block;
    width: 30%;
    height: 20vw;
    min-height: 525px;
    object-fit: cover;
    object-position: top;
}
.box-content.box-team-content .box-content-images-3 img:nth-child(2) {
    margin: 0 4.5%;
}

/* retreat page */
#main-content.retreat-page {
    margin-top: 7vw;
}
.retreat-page .box-title-page h1 {
    margin-bottom: 12px;
}
.retreat-page .box-banner-page {
    margin-bottom: 7vw;
}
.retreat-page .banner-page {
    height: 610px;
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.retreat-page .banner-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.retreat-page .box-title-page-txt {
    width: 48%;
    margin: 0 auto 4vw auto;
}
.box-content.box-retreat-content.retreat-sec1 {
    text-align: center;
}
.box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery {
    display: flex;
}
.box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img {  
    width: 33.3%;
    padding: 0 30px;
}
.box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:first-child {
    padding: 0 30px 0 100px;
}
.box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:last-child {
    padding: 0 100px 0 30px;
}
.box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img img {
    max-width: 100%;
    margin-bottom: 2vw;
}
.box-content.box-retreat-content.retreat-sec2 a.box-content-btn {
    padding: 10px;
    margin-top: 2vw;
    line-height: 24px;
}
.box-content.box-retreat-content.retreat-sec3 {
    margin-bottom: 2vw;
}
.box-content.box-retreat-content.retreat-sec3 h2 {
    margin-bottom: 2vw;
}
.box-content.box-retreat-content.retreat-sec3 .box-content-b1 {
    width: 450px;
    padding: 0 0 0 150px;
}
.box-content.box-retreat-content.retreat-sec3 .box-content-b2 {
    width: calc(100% - 450px);
    padding: 0 300px 0 100px;
}
.box-content.box-retreat-content.retreat-sec3 .box-content-b1 img {
    width: 100%;
    max-width: 297px;
    height: 100%;
    max-height: 259px;
    margin-top: 15px;
    object-fit: cover;
    object-position: 50% 50%;
}
.box-content.box-retreat-content.retreat-sec3 .box-content-b2 .box-content-txt {
    margin: 0 auto;
}
.box-content.box-retreat-content.retreat-sec4 {
    margin-bottom: 10vw;
}
#feedbackFormAppointment {
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}
.box-content.box-retreat-content.retreat-sec5 {
    margin-bottom: 10vw;
}
.box-content.box-retreat-content.retreat-sec5 #rbg-connect {
    padding: 0 50px;
}
.box-content.box-retreat-content.retreat-sec5 a {
    color: #fff !important;
}
.box-content.box-retreat-content.retreat-sec6 {
    margin-bottom: 10vw;
}
.box-content.box-retreat-content.retreat-sec6 .box-content-questions {
    width: 80%;
    margin: 0 auto;
}
.box-content.box-retreat-content.retreat-sec6 .accordion {
    position: relative;
    border-bottom: 1px solid #fff;
}
.box-content.box-retreat-content.retreat-sec6 .accordion:first-child {
    border-top: 1px solid #fff;
}
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-header h4 {
    font-size: 1.2rem;
    padding: 40px 20px 40px 0;
    margin-bottom: 0;
}
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-icon-container {
    position: absolute;    
    height: 14px;
    width: 14px;
    right: 0;
    top: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-icon-container .plus {
    position: relative;
    width: 100%;
    height: 100%;
}
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-icon-container .plus .plus__horizontal-line, 
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-icon-container .plus .plus__vertical-line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: transform .2s;
    position: absolute;
}

.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-icon-container .plus .plus__vertical-line {
    transform: rotate(90deg);
}
.box-content.box-retreat-content.retreat-sec6 .accordion.active .accordion-icon-container .plus .plus__vertical-line {
    transform: rotate(0deg);
}
.box-content.box-retreat-content.retreat-sec6 .accordion .accordion-content {
    display: none;
    min-width: 70%;
    max-width: 300px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}
.box-content.box-retreat-content.retreat-sec6 .accordion.active .accordion-content {
    display: block;
    max-height: 100%;
    margin-bottom: 40px;
    opacity: 1;
    transition: max-height 0.5s ease, opacity 0.5s eas;
}
.box-content.box-retreat-content.retreat-sec6 .accordion.active .accordion-content ul {
    padding-inline-start: 40px;
}
.box-content.box-retreat-content.retreat-sec6 .accordion.active .accordion-content ul li {
    margin-top: .5em;
    margin-bottom: .5em;
    list-style-type: disc;
    font-size: 1.2rem;
    line-height: 1.6em;
}

.box-content.box-retreat-content.retreat-sec7 {
    margin-bottom: 7vw;
}
.box-content.box-retreat-content.retreat-sec7 .box-content-b1 {    
    width: 45%;
    padding-right: 9vw;
    padding-left: 60px;
}
.box-content.box-retreat-content.retreat-sec7 .box-content-b2  {
    width: 55%;
    padding-left: 1vw;
}
.box-content.box-retreat-content.retreat-sec7 .box-contact-title {
    margin-bottom: 35px;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
#feedbackFormRetreat .feedback-form-btn {
    margin: 0;
}

/* sessions page */    
#main-content.sessions-page {
    margin-top: 6vw;
    opacity: 1;
}    
.sessions-page .box-title-page h1 {
    margin-bottom: 10px;
}
.sessions-page .box-banner-page {
    margin-bottom: 100px;
}
.sessions-page .banner-page {
    height: 810px;
    width: 100%;
    max-width: 1440px;
    text-align: center;
}
.sessions-page .banner-page img {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    object-fit: cover;
}
.sessions-page .box-title-page-txt {
    width: 55%;
    margin: 0 auto 100px auto;
}
.box-content.box-sessions-content.sessions-sec1 {
    margin-bottom: 7vw;
}
.box-content.box-sessions-content.sessions-sec1 .box-content {    
    margin-bottom: 100px;
}
.box-content.box-sessions-content.sessions-sec1 h2 {
    font-size: 1.2rem;
    line-height: 1.4em;
    margin-bottom: 1vw;
}

/* pathway page */
.pathway-page-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66vh;
    background: 
    linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url('../images/ASZ01033-Enhanced-NR.jpg') center / cover no-repeat;
    z-index: -1;
  }
#main-content.pathway-page {
    margin-top: 135px;
}
.pathway-page .box-title-page {
    margin-bottom: 220px;
}
.pathway-page .box-title-page-txt {
    width: 50%;
    margin: 0 auto 40px auto;
}
.pathway-page .box-title-page-txt P:first-child {
    padding: 0 0 2.5vw;
}
.box-content.box-pathway-content.pathway-sec1 {
    margin-bottom: 13vw;
}
.box-content.box-pathway-content.pathway-sec1 .box-content-b1 h2 {
    padding-left: 60px;
    padding-right: 8.5vw;
    margin-bottom: 1vw;
    font-size: 2rem;
}
.box-content.box-pathway-content.pathway-sec1 .box-content-b1 .box-content-txt {
    padding-left: 60px;
    padding-right: 8.5vw;
}
#feedbackFormPathway {
    padding-right: 60px;
}
.box-content.box-pathway-content.pathway-sec2 {
    margin-bottom: 3.5vw;
}
.box-content-gallery {
    display: flex;
    flex-wrap: wrap;
}
.box-content-gallery-img {
    width: 32%;
    max-height: 335px;
    height: 25vw;
    margin-bottom: 2%;
}
.box-content-gallery-img:nth-child(3n+2) {
    margin: 0 2% 2% 2%;
}
.box-content-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

/* footer */
#footer {
    opacity: 1;
}
.box-contact {
    display: flex;
    margin-bottom: 100px;
}
.box-contact .container.h-line {
    padding-top: 30px;
    border-top: 2px solid #fff;
}
.box-contact .box-contact-title {
    padding-left: 60px;
    margin-bottom: 35px;
    font-family: 'MinervaModern';
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.4em;
    text-transform: uppercase;
}
.box-contact .box-contact-txt {
    padding-left: 60px;
    margin-bottom: 50px;
    font-size: 1.2rem;
}
.contact-form {
    padding-left: 60px;
}
.contact-form-group {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.contact-form-group input {    
    position: relative;
    width: 280px;
    height: 70px;
    padding: 1.4rem 2rem; 
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 1rem;
    line-height: 1.2rem;   
    transition: all 0.3s ease;
}
.contact-form-group input:focus {
    box-shadow: 0 0 0 2px #000, 0 0 0 5px #fff;
}
.contact-form-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 120px;
    height: 64px;
    padding: 0;
    margin: 0 auto 60px auto;
    background-color: #DCDCDC;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
    box-shadow: none;
    outline: none;
}
.contact-form-btn:hover {
    background-color: #B6B6B6;
}

/* terms-conditions page */
.terms-conditions-page {
    margin-top: 7vw;
    margin-bottom: 5vw;
}
.terms-conditions-page .title-page {
    width: 100%;
    align-content: center;
}
.terms-conditions-page .title-page h1 {
    margin-bottom: 7vw;
}
.terms-conditions-page .box-content-page .container {
    padding: 0 200px;
}
.terms-conditions-page ul {
    padding-inline-start: 0;
    padding-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.terms-conditions-page ul li {
    margin-left: 40px;
    list-style-type: disc;
    font-size: 1.2rem;
    line-height: 1.6em;
}
.terms-conditions-page a.box-content-btn {
    margin-top: 2vw;
}

@media (max-width: 1530px) { 
    /* retreat page */    
    .retreat-page .banner-page {
        height: auto;
    }
}

@media (max-width: 1480px) { 
    .container {
        display: flex;
        width: 100%;
        max-width: calc(100% - 80px);
        margin: 0 40px;
    }

    /* header */
    .logo a {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .nav-item {
        margin-left: 0.85vw;
        margin-right: 0.85vw;
    }
    .nav-link {
        font-size: calc(0.2 * 1.2vw + 1rem);
    }

    /* banner */
    .box-title-page h1 {
        font-size: calc(4.2 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-4.2) / 25));
    }
    .box-title-page h2 {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }

    /* main content */    
    .main-page .box-title-page h1 {
        margin-bottom: 14px;
        line-height: 1em;
    }
    .main-page .box-title-page h2 {
        margin-bottom: 26px;
        line-height: 1em;
    }
    .box-content h2,
    .box-content.box-team-content .box-content-b1 h2, 
    .box-content.box-team-content .box-content-b2 h2 {
        font-size: calc(1.8 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-2.8) / 25));
    }
    .box-content h3 {
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-0.2) / 25));
    }
    .box-content-txt,
    .box-content-txt p,
    .box-title-page-txt p,
    .content-list li {
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.6em * (1 + (-0.2) / 25));
    }
    .box-content-b1.txt-left {
        padding-left: 10%;
        padding-right: 8%;
    }
    .box-content-b1 h3 {
        padding-right: 50%;
    }
    .box-content-b1 .box-content-img {
        width: 50%;
    }
    .box-content-b2.a-right {
        padding-right: 5%;
    }
    .box-content.main-sec1,
    .box-content.main-sec3,
    .box-content.main-sec4,
    .box-content.main-sec5 {
        margin-bottom: 10%;
    }
    .box-content.main-sec4 .box-content-b1 h3 {
        padding-right: 0;
    }
    .box-content.main-sec4 .box-content-b2 .box-content-img {
        padding-left: 30%;
    }
    .box-content.main-sec1 .box-content-b2 .box-content-img, 
    .box-content.main-sec3 .box-content-b1 .box-content-img, 
    .box-content.main-sec4 .box-content-b2 .box-content-img, 
    .box-content.main-sec5 .box-content-b1 .box-content-img {
        width: 100%;
    }
    .box-content-title {
        font-size: calc(4.2 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-4.2) / 25));
    }
    .box-content-sub-title {
        margin-bottom: 10%;
        font-size: calc(0.5 * 1.2vw + 1rem);
    }
    .box-content h4 {
        font-size: calc(1 * 0.5vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    a.box-content-btn {
        width: 20%;
        min-width: 170px;
        height: 45px;
        margin-bottom: 10%;
        line-height: 45px;
    }
    .main-sec4 a.box-content-btn {
        left: 22%;
    }

    /* vision page */
    .box-content.box-vision-content .box-content-b1 h2, 
    .box-content.box-vision-content .box-content-b2 h2 {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .box-content.box-vision-content .box-content-b1 a.box-content-btn,
    .box-content.box-vision-content .box-content-b2 a.box-content-btn {
        height: 75px;
        line-height: 75px;
    }
    .box-content.box-vision-content .box-content-b1 .box-content-img,
    .box-content.box-vision-content .box-content-b2 .box-content-img {
        width: 100%;
    }
    .box-content.box-vision-content .box-content-b1 .box-content-txt,
    .box-content.box-vision-content .box-content-b2 .box-content-txt {
        padding-bottom: 80px;
    }
    .box-content.box-vision-content.vision-sec4 .box-content-b1 h2,
    .box-content.box-vision-content.vision-sec4 .box-content-b1 .box-content-txt {
        padding-left: 10%;
    }

    /* team page */
    .box-content.box-team-content.team-sec6 h2 {
        font-size: calc(4.2 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-4.2) / 25));
    }
    .box-content.box-team-content .box-content-b1 .box-content-img {
        width: auto;
    }
    .box-content-txt p.par-3 {
        font-size: 1rem;
        line-height: 1.6em;
    }

    /* retreat page */
    .box-content.box-retreat-content.retreat-sec2 h2 {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img {  
        width: 33.3%;
        padding: 0 15px;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:first-child {
        padding: 0 15px 0 50px;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:last-child {
        padding: 0 50px 0 15px;
    }
    .box-content.box-retreat-content.retreat-sec2 a.box-content-btn {
        width: 230px;
        height: 75px;
        padding: 10px;
        line-height: 24px;
    }
    .box-content.box-retreat-content.retreat-sec3 .box-content-b1 {
        width: 450px;
        padding: 0 0 0 10vw;
        overflow: hidden;
    }
    .box-content.box-retreat-content.retreat-sec3 .box-content-b2 {
        width: calc(100% - 450px);
        padding: 0 15vw 0 10vw;
    }
    .box-content.box-retreat-content.retreat-sec7 .box-content-b1 {
        padding-left: 5%;
    }
    .box-content.box-retreat-content.retreat-sec7 .box-contact-title {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .box-contact .box-contact-txt {
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.6em * (1 + (-0.2) / 25));
    }
      
    /* sessions page */
    .box-content.box-sessions-content.sessions-sec1 h2 {
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-0.2) / 25));
    }

    /* pathway page */
    .box-content.box-pathway-content.pathway-sec1 .box-content-b1 h2 {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .pathway-page .box-content-btn {
        height: 75px;
        line-height: 75px;
    }
    
    /* feedback form */
    .feedback-form-group-title,
    .feedback-form-group label {
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.6em * (1 + (-0.2) / 25));
    }

    /* footer */
    .box-contact .box-contact-title {
        padding-left: 5%;
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }
    .box-contact .box-contact-txt {
        padding-left: 5%;
        font-size: calc(0.2 * 1.2vw + 1rem);
        line-height: calc(1.6em * (1 + (-0.2) / 25));
    }
    .contact-form {
        padding-left: 5%;
    }
}

@media (max-width: 1440px) {  
    /* sessions page */    
    .sessions-page .banner-page {
        height: auto;
    }
}

@media (max-width: 1378px) { 
    .box-content.box-retreat-content.retreat-sec4 .box-content-b1 img {
        margin-top: 0;
    }
}

@media (max-width: 1290px) { 
    /* main content */
    .box-content-b3 {
        padding: 0;
    }
    .box-content-b3:first-child {
        padding: 0 5.5% 0 0;
    }
    .box-content-b3:last-child {
        padding: 0 0 0 5.5%;
    }

    /* team page */    
    .box-content.box-team-content.team-sec6 .box-content {
        width: 50%;
        padding-right: 0;
    }

    /* pathway page */ 
    .pathway-page .box-title-page {
        margin-bottom: 270px;
    }

    /* footer */
    .contact-form-btn {
        display: block;
        margin: 10px 0 60px 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .box-content h4 {
        font-size: calc(1 * 0.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }

    /* retreat page */
    .box-content.box-retreat-content.retreat-sec3 .box-content-b1 {
        width: 400px;
        padding: 0 0 0 2vw;
    }
    .box-content.box-retreat-content.retreat-sec3 .box-content-b2 {
        width: calc(100% - 400px);
        padding: 0 5vw 0 0vw;
    }

    /* terms-conditions page */
    .terms-conditions-page .box-content-page .container {
        padding: 0 10vw;
    }
}

@media (max-width: 768px) { 
    body.active-mob {
        overflow: hidden;
    }

    .container.active-mob {
        max-width: 100%;
        margin: 0px;
        transform: none;
        transition: none;
    }
   
    /* header */
    .soc-item-mob {
        display: block;
    }
    .soc-item {
        display: none;
    }
    .bar{
        display: block;
    }
    .hamburger {
        display: block;
    }
    .hamburger.active {
        display: block;
        position: fixed;
        right: 40px;
        z-index: 99999;
    }
    .hamburger.active .bar:nth-child(2){
        opacity: 0;
    }
    .hamburger.active .bar:nth-child(1){
        transform: rotate(45deg) translateY(10.5px); 
    }  
    .hamburger.active .bar:nth-child(3){
        opacity: 1;
        transform: rotate(-45deg) translateY(-10.5px); 
    }
    .nav-menu {
        opacity: 0;
    }
    .navbar {
        position: relative;
    }
    .nav-menu {
        position: fixed;
        top: 0;
        left: -150%;
        width: 100%;
        height: 100vh;
        background-color: #DCDCDC;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: left 0.3s ease;
        z-index: 999;
        padding: 20% 0;
        margin: 0;
    }      
    .nav-menu.active {
        left: 0;
        opacity: 1;
    }      
    .nav-item {
        display: block;
        padding: 0;
        margin: 0 0 4vw 0;
        text-align: left;
    }
    .nav-link {
        display: block;
        width: 100%;
        padding-left: 65px;
        font-size: 6vmin;
        color: #000;
    }      
    .logo.active {
        position: fixed;
        left: 40px;
        z-index: 99999;
    }      
    .logo.active a {
        color: #000;
    }
    .soc-item-mob {
        position: fixed;
        left: 40px;
        bottom: 0;
    }
    .soc-item-mob a {
        margin: 15px 7.5px;
    }

    /* banner */
    .banner-page {
        height: auto;
        width: 100%;
    }

    /* main content */
    #main-content.active-mob {
        opacity: 0;
    }
    .f-column-rev-mob {
        flex-flow: column-reverse;
    }
    .f-column-mob {
        flex-direction: column;
    }
    .box-banner-page {
        margin-bottom: 20vw;
    }
    .box-content-b1, 
    .box-content-b2 {
        width: 100%;
        margin-bottom: 5%;
    }
    .box-content-b1 h3 {
        padding-right: 0;
    }
    .box-content-b1 .box-content-img {
        width: 70%;
    }
    .box-content-b1.txt-left,
    .box-content-b2.txt-right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .box-content-b2.a-right {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5%;
    }
    .box-content-b2 .box-content-img {
        width: 70%;
    }
    .box-content-b3 {
        width: 100%;
    }
    .box-content-b3,
    .box-content-b3:first-child,
    .box-content-b3:last-child {
        padding: 0;
    }
    .box-content-b3:last-child {
        margin-bottom: 5%;
    }
    .box-content.main-sec4 .box-content-b2 .box-content-img {
        padding-left: 0;
        text-align: left;
    }
    .box-content.main-sec4 .box-content-b2 h3 {
        padding-left: 0;
    }
    .main-sec4 a.box-content-btn {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 5%;
    }
    .box-content h4 {
        font-size: calc(1 * 1.2vw + 1rem);
        line-height: calc(1.4em * (1 + (-1) / 25));
    }

    .box-content.main-sec1,
    .box-content.main-sec2,
    .box-content.main-sec3,
    .box-content.main-sec4,
    .box-content.main-sec5 {
        margin-bottom: 20vw;
    }
    .box-content.main-sec1 .box-content-b1,
    .box-content.main-sec2 a.box-content-btn,
    .box-content.main-sec3 .box-content-b2,
    .box-content.main-sec4 .box-content-b1,
    .box-content.main-sec5 .box-content-b2  {
        margin-bottom: 0;
    }    
    .box-content.main-sec1 .box-content-b2 .box-content-img, 
    .box-content.main-sec3 .box-content-b1 .box-content-img, 
    .box-content.main-sec4 .box-content-b2 .box-content-img, 
    .box-content.main-sec5 .box-content-b1 .box-content-img {
        width: 100%;
    }

    /* vision page */    
    .vision-page .banner-page {
        max-width: calc(100% - 80px);
        margin: 0 40px;
    }
    .box-content.box-vision-content .box-content-b1 .box-content-img, 
    .box-content.box-vision-content .box-content-b2 .box-content-img {
        margin-top: 0;
    }
    .box-content.box-vision-content .box-content-b1 h2,
    .box-content.box-vision-content .box-content-b1 .box-content-txt,
    .box-content.box-vision-content .box-content-b1 .box-content-img {
        padding-right: 0;
    }
    .box-content.box-vision-content .box-content-b2 h2,
    .box-content.box-vision-content .box-content-b2 .box-content-txt,
    .box-content.box-vision-content .box-content-b2 .box-content-img {
        padding-left: 0;
    }
    .content-list {
        padding-left: 2.5vw;
        margin-left: 1vw;
        list-style: disc;
    }
    .box-content.box-vision-content .box-content-b1 a.box-content-btn,
    .box-content.box-vision-content .box-content-b2 a.box-content-btn {
        left: 0;
        right: auto;
    }
    .box-content.box-vision-content.vision-sec4 .box-content-b1,
    .box-content.box-vision-content.vision-sec4 .box-content-b2 {
        width: 100%;
    }
    .box-content.box-vision-content.vision-sec4 .box-content-b1 h2,
    .box-content.box-vision-content.vision-sec4 .box-content-b1 .box-content-txt {
        padding-left: 0;
        padding-bottom: 0;
    }
    #feedbackFormVision {
        padding-right: 0;
        margin-top: 0;
    }

    /* team page */
    .box-content.box-team-content .box-content-b1 h2,
    .box-content.box-team-content .box-content-b1 .box-content-txt,
    .box-content.box-team-content .box-content-b1 .box-content-img {
        width: 100%;
        padding-right: 0;
    }
    .box-content.box-team-content .box-content-b2 h2,
    .box-content.box-team-content .box-content-b2 .box-content-txt, 
    .box-content.box-team-content .box-content-b2 .box-content-img {
        width: 100%;
        padding-left: 0;
    }
    .box-content.box-team-content.team-sec6 .box-content {
        width: 100%;
    }
    .box-content.box-team-content .box-content-images-3 {
        text-align: center;
    }
    .box-content.box-team-content .box-content-images-3 img {
        width: 100%;
    }
    .box-content.box-team-content .box-content-images-3 img:nth-child(2) {
        margin: 0;
    }
    
    /* retreat page */
    .retreat-page .box-title-page-txt {
        width: 75%;
        margin: 0 auto 4vw auto;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery {
        text-align: center;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img {
        width: 100%;
        height: auto;
        max-height: 600px;
        padding: 0;
        margin: 0 0 2vw 0;
        overflow: hidden;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img img {
        max-width: 100%;
        max-height: 300px;
        margin-bottom: 2vw;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:first-child {
        padding: 0;
    }
    .box-content.box-retreat-content.retreat-sec2 .box-retreat-content-gallery-img:last-child {
        padding: 0;
    }
    .box-content.box-retreat-content.retreat-sec3 .box-content-b1,
    .box-content.box-retreat-content.retreat-sec3 .box-content-b2 {
        width: 100%;
        padding: 0;
    }  
    .box-content.box-retreat-content.retreat-sec5 #rbg-connect {
        padding: 0 5vw;
    }
    .box-content.box-retreat-content.retreat-sec6 .box-content-questions {
        width: 100%;
    }
    .box-content.box-retreat-content.retreat-sec7 .box-content-b1 {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .box-content.box-retreat-content.retreat-sec7 .box-content-b2 {
        width: 100%;
        padding-left: 0;
    }

    /* sessions page */      
    .sessions-page .box-banner-page {
        margin-bottom: 6vw;
    }  
    .sessions-page .banner-page img {
        width: 80%;
    }
    .sessions-page .box-title-page-txt {
        width: 100%;
        margin: 0 auto 6vw auto;
    }
    .box-content.box-sessions-content.sessions-sec1,
    .box-content.box-sessions-content.sessions-sec1 .box-content {
        margin-bottom: 6vw;
    }

    /* pathway page */
    .pathway-page .box-title-page-txt {
        width: 100%;
    }
    .box-content.box-pathway-content.pathway-sec1 .box-content-b1 h2 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 3vw;
    }
    .box-content.box-pathway-content.pathway-sec1 .box-content-b1 .box-content-txt {
        padding-left: 0;
        padding-right: 0;
    }
    #feedbackFormPathway {
        padding-right: 0;
    }
    .box-content-gallery-img {
        width: 49%;
        max-height: 335px;
        height: 30vw;
        margin-bottom: 2%;
    }
    .box-content-gallery-img:nth-child(3n+2) {
        margin: inherit;
    }
    .box-content-gallery-img:nth-child(odd) {
        margin-right: 1%;
    }
    .box-content-gallery-img:nth-child(even) {
        margin-left: 1%;
    }

    /* terms-conditions page */
    .terms-conditions-page .box-content-page .container {
        padding: 0 10vw;
    }

    /* footer */
    #footer.active-mob {
        opacity: 0;
    }
    .box-contact .box-contact-title,
    .box-contact .box-contact-txt,    
    .contact-form {
        padding-left: 0;
    }
    .contact-form-group input {
        width: 240px;
    }
}

@media (max-width: 580px) { 
    /* terms-conditions page */
    .terms-conditions-page .box-title-page .container {
        flex-direction: column;
    }
    .terms-conditions-page .box-content-page .container {
        padding: 0;
    }
}

@media (max-width: 480px) { 
    
    /* vision page */
    .feedback-form-group.half-box {
        width: 49%;
    }

    /* retreat page */
    .box-content.box-retreat-content.retreat-sec4 .box-content-b1 img {
        padding-right: 0;
    }
}

@media (max-width: 360px) { 
    
    /* main page */
    .box-content.main-sec2 h4 {
        font-size: calc(0.5vw + 1rem);
    }
}
.error {
    color: #925b5b;
}
.grecaptcha-badge {
    visibility: hidden;
}

.rs-events-container h1:first-of-type {
    display: none !important;
}
/* Hide "Package Dates" or "Flexible Dates" titles from retreat.guru plugin on retreat.asp */
.rs-date {
    display: none;
}
/*Retreat Guru CSS*/

/* Hide program type (ie. Package Dates) from sidebar */
.rs-event-date {
    display: none;
}

/* Hide teacher name from all program pages */
.rs-program-with-teachers {
    display: none;
}

/* Hide program type (ie. Open Dates) from program page */
.rs-program-date {
    display: none;
}

/* Align text */
div.rs-program-content {
    text-align: justify;
    text-justify: inter-word;
}

div.rs-program-excerpt {
    text-align: justify;
    text-justify: inter-word;
}

div.rs-teacher-bio {
    text-align: justify;
    text-justify: inter-word;
}

div.rs-container {
    text-align: justify;
    text-justify: inter-word;
}
.box-content.box-retreat-content.retreat-sec5 .rs-register-button {
    background: white !important;
    color: black !important;
}
.rsProgramDetails_7lbo3c.rs-program-details > h1:first-child {
    font-size: 1.25em;
    font-weight: bold;
}
/*Retreat Guru CSS*/

#gmaps {
    max-width: 100%;
}
.lets-talk {
    padding: 0px 50px;
}
@media (max-width: 480px) { 
    .lets-talk {
        padding: 0;
    }
}