
/* HEADER */
div.mobileHeader {
    display: none;
}

header {
    position: relative;
    width: 100%;
    height: 190px;
    padding-top: 20px;
    background-color: #ffffff;
    z-index: 10;
}

header>div.inset>figure.logo {
    width: 130px;
    height: auto;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 20;
    cursor: pointer;
}

header>div.inset>figure.logo img {
    width: 130px;
    height: auto;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

header div.inset nav {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

header div.inset nav ul {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: left;
}

header div.inset nav ul li {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    height: 30px;
}

header div.inset nav ul li::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
    background-color: #bbbbbb;
}

header div.inset nav ul li:last-child::after {
    content: "";
    display: none;
}

header div.inset nav ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #747474;
    transition: all ease .5s;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 5px 10px;
}

header div.inset nav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e1bca5;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s ease;
}

header div.inset nav ul li a:hover {
    color: #666666;
    transition: all ease .5s;
}

header div.inset nav ul li a:hover,
header div.inset nav ul li.active > a {
    color: #666666;
    transition: all ease .5s;
}

header div.inset nav ul li a:hover::after,
header div.inset nav ul li.active > a::after {
    transform: scaleX(1);
}

header div.inset nav > a.appointment-button {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    text-decoration: none;
    display: block;
    padding: 0px 20px 0px 90px;
    background-color: #e8d4c7;
    border-radius: 25px
}

header div.inset nav > a.appointment-button:hover {
    color: #ffffff;
    background-color: #454545;
}

header div.inset nav > a.appointment-button::before {
    position: absolute;
    content: "";
    background-image: url(../assets/appointment-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 15px;
    top: -10px;
}

/* HEADER */

/* SLIDER */

.slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 190px);
    z-index: 0;
}

.slider .slider-container {
    height: 100%;    
}

.slider .slider-container .swiper-wrapper .swiper-slide {
    object-fit: cover;
    position: relative;
}

.slider .slider-container .swiper-wrapper .swiper-slide img.mobile-slide {
    display: none;
}
.slider .slider-container .swiper-wrapper .swiper-slide img.main-slide {
    width: 100%;
    height: calc(100vh - 190px);
    display: block;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.slider .slider-container .swiper-wrapper .swiper-slide .inset {
    height: 100%;
}

.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 10%);
    z-index: 10;
}

.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption h2 {
    width: fit-content;
    height: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #624837;
}

.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption h3 {
    width: fit-content;
    height: auto;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #624837;

}
.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption .slide-caption-text {
    width: 100%;
    height: auto;
    position: relative;
}
.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption .slide-caption-text::before {
    font-family: fthsc !important;
    content: "\e92d";
    font-weight: 300;
    font-size: 22px;
    color: #624837;
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
}

.slider .slider-container .swiper-wrapper .swiper-slide .inset .slide-caption .slide-caption-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #624837;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.swiper-pagination {
    margin-bottom: 25px !important;
}

.swiper-pagination-bullet {
    background-color: #e1bca5 !important;
    opacity: .7 !important;
    width: 15px!important;
    height: 15px!important;
    padding: 3px;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff !important;
    opacity: 1 !important;
    width: 15px!important;
    height: 15px!important;
    padding: 3px;
    outline: 1px solid #ffffff !important;
}

/* SLIDER */

h1.main-module-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #624837;
    position: relative;
    line-height: 100px;
}

h1.main-module-title span{
    width: max-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 86px;
    line-height: 100px;
    color: #624837;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}

a.main-module-more {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    width: fit-content;
    line-height: 100px;
    position: relative;
}

a.main-module-more:hover {
    color: #b2917c;
}
/* MAIN ABOUT US */

section.main-aboutus {
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
    background-color: #fbf8f7;
    margin-top: -100px;
}

section.main-aboutus > div.inset {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

section.main-aboutus > div.inset > div.main-aboutus-content {
    width: 800px;
    height: auto;
}

section.main-aboutus > div.inset > div.main-aboutus-content > h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #624837;
}

section.main-aboutus > div.inset > div.main-aboutus-content > h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 18px;
    color: #9b9591;
    margin-bottom: 20px;
}

section.main-aboutus > div.inset > div.main-aboutus-content > p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #94735e;
    margin-bottom: 20px;
}

section.main-aboutus > div.inset > div.main-aboutus-content > p:last-child {
    margin-bottom: 0px;
}

section.main-aboutus > div.inset > figure {
    width: 400px;
}

section.main-aboutus > div.inset > figure > img {
    width: 100%;
}

section.main-aboutus > div.inset > div.main-aboutus-content > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 20px;
    position: relative;
}

section.main-aboutus > div.inset > div.main-aboutus-content > a::after {
    position: absolute;
    content: "\e92d";
    font-family: fthsc;
    font-size: 10px;
    color: #624837;
    right: -20px;
    top: 5px;
    transition: all ease .3s;
}

section.main-aboutus > div.inset > div.main-aboutus-content > a:hover::after {
    right: -30px;
    transition: all ease .3s;
}



/* MAIN ABOUT US */

/* MAIN EXPERTISE AREAS */
section.main-expertise-areas {
    width: 100%;
    height: auto;
    padding: 100px 0 50px 0;
    background-color: #f3f8ff;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul {
    width: 100%;
    height: auto;
    margin-top: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li {
    width: 25%;
    margin: 0 50px 100px 50px;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 20px;
    position: relative;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > a::after {
    position: absolute;
    content: "\e92d";
    font-family: fthsc;
    font-size: 10px;
    color: #624837;
    right: -20px;
    top: 5px;
    transition: all ease .3s;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > a:hover::after {
    right: -30px;
    transition: all ease .3s;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > img {
    width: 60px;
    height: auto;
    margin-bottom: 30px;
    opacity: .5;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li:hover > img {
    opacity: 1;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
}

section.main-expertise-areas > div.inset > div.main-expertise-areas-content > ul > li > span {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
}

/* MAIN EXPERTISE AREAS */

/* MAIN VIDEO */

section.main-video {
    width: 100%;
    height: 500px;
    position: relative;
    background-image: url(../assets/main-video-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -100px;
}

section.main-video > div.inset {
    display: flex;
    height: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.main-video {
    padding: 120px 0;
    text-align: center;
}

.video-play-btn {
    width: 90px;
    cursor: pointer;
    transition: .2s;
}

.video-play-btn:hover {
    transform: scale(1.1);
}

.video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-modal-content {
    position: relative;
    max-width: 900px;
    width: 90%;
}

.video-modal video {
    width: 100%;
    border-radius: 6px;
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 35px;
    color: #fff;
    cursor: pointer;
}


/* MAIN VIDEO */

/* MAIN INFOGRAPHIC */

section.main-infographic {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 100px;
}

section.main-infographic > div.inset > div.info-icons {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

section.main-infographic > div.inset > div.info-icons > div.icon {
    width: 260px;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section.main-infographic > div.inset > div.info-icons > div.icon > figure {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #e8d4c7;
    border-radius: 50%;
    margin-bottom: 30px;
}

section.main-infographic > div.inset > div.info-icons > div.icon > figure > img {
    width: 130px;
    height: 130px;
    position: absolute;
    margin-top: -50px;
}

section.main-infographic > div.inset > div.info-icons > div.icon > h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #624837;
    margin-bottom: 10px;
}

section.main-infographic > div.inset > div.info-icons > div.icon > p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #624837;
}

/* MAIN INFOGRAPHIC */

/* FOOTER */

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5ede8;
    padding-top: 50px;
}

footer>.inset>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

footer>.inset>ul>li:first-child {
    width: 30%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

footer>.inset>ul>li:first-child>figure {
    width: 165px;
    height: 150px;
}

footer>.inset>figure>img {
    width: auto;
    height: 100%;
}

footer>.inset>ul>li:first-child>a.appointment-button {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #454545;
    text-decoration: none;
    display: block;
    width: fit-content;
    padding: 0px 20px 0px 90px;
    background-color: #fbf8f7;
    border-radius: 25px;
    margin: auto;
}

footer>.inset>ul>li:first-child>a.appointment-button:hover {
    color: #fbf8f7;
    background-color: #454545;
}

footer>.inset>ul>li:first-child>a.appointment-button::before {
    position: absolute;
    content: "";
    background-image: url(../assets/appointment-icon-footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    left: 15px;
    top: -10px;
}

.footer-social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-social-media a {
    margin: 0 10px;
}

.footer-social-media a svg.facebook {
    width: auto;
    height: 32px;
    fill: #454545;
}

.footer-social-media a:hover svg.facebook {
    width: auto;
    height: 32px;
    fill: #d2d2d2;
}

.footer-social-media a svg {
    width: auto;
    height: 24px;
    fill: #454545;
}

.footer-social-media a:hover svg {
    width: auto;
    height: 24px;
    fill: #d2d2d2;
}

footer>.inset>ul>li:last-child {
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
}

footer>.inset>ul>li:last-child > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

footer>.inset>ul>li:last-child > p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

footer>.inset>ul>li:last-child > div.footer-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 30px;
}

footer>.inset>ul>li:last-child > div.footer-content > div {
    width: 450px;
    height: auto;
    position: relative;
}

footer>.inset>ul>li:last-child > div.footer-content > div::after {
    content: "";
    position: absolute;
    right: 45px;
    top: 0;
    width: 1px;
    height: 30px;
    background-color: #747474;
}

footer>.inset>ul>li:last-child > div.footer-content > div:last-child::after {
    display: none;
}

footer>.inset>ul>li:last-child > div.footer-content > div > h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}

footer>.inset>ul>li:last-child > div.footer-content > div > ul.footer-menu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    text-decoration: none;
    transition: all ease .3s;
}

footer>.inset>ul>li:last-child > div.footer-content > div > ul.footer-menu li a:hover {
    color: #8c8c8c;
    transition: all ease .3s;
}

footer>.inset>ul>li:last-child > div.footer-content > div > ul li p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: block;
    width: fit-content;
}

footer>.inset>ul>li:last-child > div.footer-content > div > ul li p span {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    position: relative;
}

footer>.inset>ul>li:last-child > div.footer-content > div > ul li p span::after {
    content: ":";
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    position: absolute;
    right: 0;
}

footer>.inset>ul>li:last-child > div.footer-content > div > h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
}

footer>.inset>ul>li:last-child > div.footer-content > div > address {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 30px;
}

footer>.inset>ul>li:last-child > div.footer-content > div:last-child > a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    display: block;
}

footer>div.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-top: 50px;
    color: #838282;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px;
    display: none;
    z-index: 1000;
}

.cookie-consent>.inset {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.cookie-consent>.inset>.cookies-text {
    font-size: 14px;
    font-weight: 200;
    color: #ffffff;

}

.cookie-consent>.inset>button#acceptCookies {
    background-color: #6d6d6d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;

}

.cookie-consent>.inset>button#acceptCookies:hover {
    background-color: #a0a0a0;
}

.cookie-consent>.inset>button#rejectCookies {
    background-color: #6d6d6d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;

}

.cookie-consent>.inset>button#rejectCookies:hover {
    background-color: #a0a0a0;
}

/* FOOTER */
/* MAIN PAGE */

/* CONTENT PAGES */
/* STATIC CONTENT */
section.content {
    width: 100%;
    height: auto;
    position: relative;
}

section.content>figure {
    width: 100%;
    height: 550px;
    position: relative;
}

section.content>figure > .inset {
    position: absolute;
    left: 0;
    right: 0;
}

section.content>figure > .inset .title-container {
    width: fit-content;
    height: 550px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    right: 0;
    font-family: 'Poppins', sans-serif;
    color: #624837;
}

section.content>figure > .inset .title-container h2 {
    font-size: 36px;
    font-weight: 700;
}

section.content>figure > .inset .title-container h3 {
    font-size: 30px;
    font-weight: 500;
}

section.content>figure > .inset .title-container h4 {
    font-size: 26px;
    font-weight: 300;
}

section.content>figure > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

section.content>.content-container {
    margin-bottom: 50px;
}

section.content>.content-container>.inset>h1 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 30px;
    background-color: #dabba7;
    min-width: 50%;
    max-width: fit-content;
    padding: 5px 100px 5px 20px;
    margin-top: -30px;
    margin-bottom: 50px;
}

section.content>.content-container>.inset>h1 > span {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    margin-left: 15px;
}

section.content>.content-container>.inset>h2 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

section.content>.content-container>.inset>h2::before {
    position: absolute;
    content: "\e92d";
    font-family: fthsc;
    color: #624837;
    left: 0;
    top: 10px;
    font-size: 14px;
}

section.content>.content-container>.inset>p {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 20px;
}

/* EXPERTISE AREAS */

section.content>.content-container>.inset>ul {
    width: 100%;
    display: flex;
    flex-direction: row;
}

section.content>.content-container>.inset>ul>li:first-child {
    width: 30%;
}

section.content>.content-container>.inset>ul>li:first-child>ul {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
}

section.content>.content-container>.inset>ul>li:first-child>ul>li {
    width: 100%;
    padding: 5px 10px;
    background-color: #f0f0f0;
    margin-bottom: 5px;
    position: relative;
}

section.content>.content-container>.inset>ul>li:first-child>ul>li:hover,
section.content>.content-container>.inset>ul>li:first-child>ul>li.active {
    background-color: #dabba7;
    cursor: pointer;
}

section.content>.content-container>.inset>ul>li:first-child>ul>li>a {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none;
    transition: all ease .3s;
}

section.content>.content-container>.inset>ul>li:first-child>ul>li:hover>a,
section.content>.content-container>.inset>ul>li:first-child>ul>li.active>a {
    font-weight: 600;
    transition: all ease .3s;
}

section.content>.content-container>.inset>ul>li:first-child>ul>li:hover::after,
section.content>.content-container>.inset>ul>li:first-child>ul>li.active::after {
    font-family: 'fthsc';
    content: "\e92d";
    color: #624837;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 8px;
}

section.content>.content-container>.inset>ul>li:first-child>figure {
    width: 90%;
    height: 690px;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
}

section.content>.content-container>.inset>ul>li:first-child>figure img {
    width: 100%;
    height: 100%;
}

section.content>.content-container>.inset>ul>li:last-child {
    width: 70%;
}

.footer-select {
    display: none;
}

section.content>.content-container>.inset>ul>li:last-child>h3 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
}

section.content>.content-container>.inset>ul>li>p {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

section.content>.content-container>.inset>ul>li>p>strong {
    font-weight: 500;
}


section.content>.content-container>.inset>ul>li>p>i,
section.content>.content-container>.inset>ul>li>p>i>strong,
section.content>.content-container>.inset>ul>li>ul>li>i {
    font-size: 14px;
    font-style: italic;
    color: #aaa29d!important;
}

section.content>.content-container>.inset>ul>li:last-child>ul {
    list-style-type: disc;
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 300;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 20px;
}

section.content>.content-container>.inset>ul>li:last-child>ul>li {
    list-style-type: disc;
}

section.content>.content-container>.inset>ul>li:last-child>ul>li>ul>li {
    list-style-type: circle;
    margin-left: 20px;
}

/* EXPERTISE AREAS */

/* BLOG */
section.main-blog {
    width: 100%;
    height: auto;
    padding: 100px 0 50px 0;
    background-color: #fbf8f7;
}

section.main-blog > div.inset > div.main-blog-list > h1 {
    float: left;
}

section.main-blog > div.inset > div.main-blog-list > a {
    float: right;
}

section.main-blog > div.inset > div.main-blog-list > ul {
    clear: both;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-top: 50px;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide {
    width: 350px;
    height: 450px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    transition: all ease .3s;
}

/* section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide:hover {
    -webkit-box-shadow: 0px 0px 15px 5px #CDCDCD; 
    box-shadow: 0px 0px 15px 5px #CDCDCD;
    transition: all ease .3s;
    border-radius: 15px;
} */

/* section.main-blog > div.inset > div.main-blog-list > ul > li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 10%;
    right: -38.3px;
    background-color: #fff1e8;
} */

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > figure {
    width: 100%;
    height: 240px;
    position: relative;
    transition: all ease .3s;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > figure > time {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    background-color: #dabba7;
    padding: 5px 15px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide:hover > figure,
section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide:hover > figure > img {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    transition: all ease .3s;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > figure > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all ease .3s;

}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > div.blog-content {
    padding: 10px;
    height: 150px;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > div.blog-content > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #624837;
}

section.main-blog > div.inset > div.main-blog-list > div.swiper-wrapper > div.swiper-slide > div.blog-content > p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #848484;
}

section.blog-list {
    width: 100%;
    height: auto;
    position: relative;
}

section.blog-list>figure {
    width: 100%;
    height: 550px;
    position: relative;
}

section.blog-list>figure > .inset {
    position: absolute;
    left: 0;
    right: 0;
}

section.blog-list>figure > .inset .title-container {
    width: fit-content;
    height: 550px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    right: 0;
    font-family: 'Poppins', sans-serif;
    color: #624837;
}

section.blog-list>figure > .inset .title-container h2 {
    font-size: 36px;
    font-weight: 700;
}

section.blog-list>figure > .inset .title-container h3 {
    font-size: 30px;
    font-weight: 500;
}

section.blog-list>figure > .inset .title-container h4 {
    font-size: 26px;
    font-weight: 300;
}

section.blog-list>figure > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

section.blog-list>.inset>h1 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 30px;
    background-color: #dabba7;
    min-width: 50%;
    max-width: fit-content;
    padding: 5px 100px 5px 20px;
    margin-top: -30px;
    margin-bottom: 50px;
}

section.blog-list>.inset>h1 > span {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    margin-left: 15px;
}

section.blog-list>.inset>div.blog-item-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item {
    width: 600px;
    height: 580px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 30px 0;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > figure,
section.blog-list>.inset>div.blog-item-list>div.blog-item > figure > img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > h2 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 18px;
    margin: 20px 0;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > time {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 200;
    font-size: 14px;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > p {
    font-family: 'Poppins', sans-serif;
    color: #a0a0a0;
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #624837;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 20px;
    position: relative;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > a::after {
    position: absolute;
    content: "\e92d";
    font-family: fthsc;
    font-size: 10px;
    color: #624837;
    right: -20px;
    top: 5px;
    transition: all ease .3s;
}

section.blog-list>.inset>div.blog-item-list>div.blog-item > div.blog-content > a:hover::after {
    right: -30px;
    transition: all ease .3s;
}

/* BLOG DETAIL */
section.content>div.content-container > div.inset> article.blog-post {
    width: 900px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

section.content>div.content-container > div.inset> article.blog-post > h1 {
        font-family: 'Poppins', sans-serif;
        color: #624837;
        font-weight: 600;
        font-size: 30px;
        background-color: #dabba7;
        min-width: 50%;
        max-width: fit-content;
        padding: 5px 100px 5px 20px;
        margin-top: -30px;
        margin-bottom: 50px;
}

section.content>div.content-container > div.inset> article.blog-post > time {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 20px;
}

section.content>div.content-container > div.inset> article.blog-post > p {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
}

section.content>div.content-container > div.inset> article.blog-post > h2 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

section.content>div.content-container > div.inset> article.blog-post > h3 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

section.content>div.content-container > div.inset> article.blog-post > ul {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 0;
}

section.content>div.content-container > div.inset> article.blog-post > ul > li {
    margin-left: 15px;
    list-style-type: disc;
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 400;
    font-size: 16px;
}

section.content>div.content-container > div.inset> article.blog-post > div.mobile-other-articles {
    display: none;
}

section.content>div.content-container > div.inset> div.blog-other-articles {
    width: 340px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 50px;
}

section.content>div.content-container > div.inset> div.blog-other-articles > h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #624837;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item > a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item:last-child {
    border-bottom: none;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item > figure {
    width: 150px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 10px;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item > figure > img {
    width: 150px;
    height: auto;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item > div.blog-content > h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #624837;
    margin-bottom: 10px;
}

section.content>div.content-container > div.inset> div.blog-other-articles > div.blog-other-articles-list > div.blog-other-article-item > div.blog-content > time {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 200;
    color: #624837;
}



/* BLOG */

/* CONTACT */

section.contact {
    width: 100%;
    height: auto;
    position: relative;
}

section.contact>figure {
    width: 100%;
    height: 550px;
    position: relative;
}

section.contact>figure > .inset {
    position: absolute;
    left: 0;
    right: 0;
}

section.contact>figure > .inset .title-container {
    width: fit-content;
    height: 550px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    right: 0;
    font-family: 'Poppins', sans-serif;
    color: #624837;
}

section.contact>figure > .inset .title-container h2 {
    font-size: 36px;
    font-weight: 700;
}

section.contact>figure > .inset .title-container h3 {
    font-size: 30px;
    font-weight: 500;
}

section.contact>figure > .inset .title-container h4 {
    font-size: 26px;
    font-weight: 300;
}

section.contact>figure > img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

section.contact>.content-container {
    margin-bottom: 50px;
}

section.contact>.content-container>.inset>h1 {
    font-family: 'Poppins', sans-serif;
    color: #624837;
    font-weight: 600;
    font-size: 30px;
    background-color: #dabba7;
    min-width: 50%;
    max-width: fit-content;
    padding: 5px 100px 5px 20px;
    margin-top: -30px;
    margin-bottom: 50px;
}

section.contact>.content-container>.inset>h1 > span {
    color: #ffffff;
    font-weight: 400;
    font-size: 30px;
    margin-left: 15px;
}

.contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

.contact-info li {
    position: relative;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    width: 48.6%;
    padding: 10px 20px 10px 100px;
    color: #624837;
    background-color: #f1f1f1;
    margin: 20px 10px;
}

.contact-info li:first-child {
    width: 100%;
}

.contact-info li:first-child::before {
    position: absolute;
    font-family: fthsc;
    content: "\e91e";
    color: #dabba7;
    font-size: 60px;
    left: 20px;
    top: -6px;
}

.contact-info li:nth-child(2)::before {
    position: absolute;
    font-family: fthsc;
    content: "\e932";
    color: #dabba7;
    font-size: 60px;
    left: 20px;
    top: -6px;
}

.contact-info li:last-child::before {
    position: absolute;
    font-family: fthsc;
    content: "\e90d";
    color: #dabba7;
    font-size: 60px;
    left: 20px;
    top: -6px;
}

.contact-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.contact-form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.contact-form li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-form li span {
    width: 30%;
    height: 50px;
    padding: 10px 20px 10px 100px;
    margin: 0 20px 20px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #624837;
    background-color: #f1f1f1;
    position: relative;
    display: block;
}

.contact-form li:first-child span::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(../assets/user.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 0;
}

.contact-form li:nth-child(2) span::before {
    position: absolute;
    font-family: 'fthsc';
    content: "\e932";
    color: #dabba7;
    display: block;
    font-size: 50px;
    left: 20px;
    top: 0;
}

.contact-form li:nth-child(3) span::before {
    position: absolute;
    font-family: 'fthsc';
    content: "\e90d";
    color: #dabba7;
    display: block;
    font-size: 50px;
    left: 20px;
    top: 0;
}

.contact-form li input[type=text],
.contact-form li textarea {
    width: 70%;
    height: 50px;
    border: 1px solid #c4c4c4;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #624837;
    padding: 20px;
}

.contact-form li textarea {
    height: 200px;
    resize: none;
}

.contact-form li:last-child {
    justify-content: flex-end;
    padding: 30px 0;
}

.contact-form li input[type=submit] {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #624837;
    background-color: #e8d4c7;
    padding: 5px 30px;
    border: none;
    border-radius: 15px;
    outline: none;
    transition: all ease .3s;
    cursor: pointer;
}

.contact-form li input[type=submit]:hover {
    color: #e8d4c7;
    background-color: #624837;
    transition: all ease .3s;
}

.contact-map {
    width: 100%;
    height: 450px;
    border: none;
}

/* CONTACT */