@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-MediumItalic.woff2') format('woff2'), url('../fonts/LibreBodoni-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-BoldItalic.woff2') format('woff2'), url('../fonts/LibreBodoni-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-Bold.woff2') format('woff2'), url('../fonts/LibreBodoni-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-SemiBoldItalic.woff2') format('woff2'), url('../fonts/LibreBodoni-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-SemiBold.woff2') format('woff2'), url('../fonts/LibreBodoni-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-Italic.woff2') format('woff2'), url('../fonts/LibreBodoni-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-Regular.woff2') format('woff2'), url('../fonts/LibreBodoni-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Bodoni';
    src: url('../fonts/LibreBodoni-Medium.woff2') format('woff2'), url('../fonts/LibreBodoni-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Globall styles */
:root {
    --white: #fff;
    --black: #000;
    --transition: 300ms ease-in-out;
    --BodyFont: "Roboto", sans-serif;
    --Titlefont: 'Libre Bodoni';
    --regular: 400;
    --medium: 500;
    --semiBold: 600;
    --bold: 700;
    --primaryColor: #1D1D1B;
    --Accent: #2D2926;
    --lightGrey: #F3F3F3;
    --darkGrey: #9C9C9C;
    --bgLightGreen: #E3E5E4;
    --bgGrey: #EAEAEA;
    --bgDarkBlack: #2D2926;
}

html,
html body {
    font-family: var(--BodyFont);
    line-height: 1.5;
    font-size: 16px;
    font-weight: var(--regular);
    color: var(--primaryColor);
    padding: 0;
    margin: 0;
}

body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--BodyFont);
}

body .font-roboto {
    font-family: "Roboto", sans-serif;
}

body .container {
    max-width: 1680px;
    padding: 0;
}

a {
    display: inline-block;
}

body a,
body a:hover {
    text-decoration: none;
}

body h2,
body main .twenty-25-text-h2 {
    font-size: 45px;
    line-height: 1.112;
    font-weight: var(--medium);
}

body main .twenty-25-text-h2 span,
body h2 span {
    font-family: var(--Titlefont);
    font-size: 50px;
}

body .twenty25-h2-big h2,
body .twenty25-h2-big h2>span {
    font-size: 75px;
}

.twenty25-margin-bottom-100 {
    margin-bottom: 100px;
}

p:last-child {
    margin-bottom: 0;
}

.twennty25-o-hidden {
    overflow: hidden;
}

body .twenty25-arrow-down {
    margin: 40px 0 0;
    text-align: center;
}

body .twenty25-align-top-mobile .twenty25-arrow-down {
    bottom: 60px;
    position: absolute;
    left: 0;
    right: 0;
}

.twenty25-arrow-down svg path {
    fill: currentColor;
}

.twenty25-arrow-down svg {
    animation: scrolling 1.5s linear infinite;
}

@keyframes scrolling {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

.arrow-white a {
    color: #fff;
}

.arrow-black a {
    color: var(--Accent);
}

.video-container {
    margin: 0;
}

body div.h-wrapper main.h-main .twenty-25-section-padding {
    padding: 120px 40px;
    margin: 0 auto;
    position: relative;
}

.twenty25-cover-section-bottom-align:has(.right-img-fixed) {
    position: static;
}

.twenty25-cover-section-bottom-align:has(.right-img-fixed)>.vc_column-inner {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-content: end;
    width: 50%;
}

.twenty25-cover-section-bottom-align:has(.right-img-fixed)>.vc_column-inner>.wpb_wrapper {
    max-width: 815px;
}

body div.h-wrapper main.h-main .twenty-25-section-padding.twenty-25-pb-0 {
    padding-bottom: 0;
}

body div.h-wrapper main.h-main .twenty-25-section-padding.twenty25-bot-pos {
    align-content: flex-end;
    padding-bottom: 160px !important;
}

body .twenty25-image-slide-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

body .twenty25-image-slide-cover * {
    height: 100% !important;
    width: 100%;
    padding: 0 !important;
    object-fit: cover;
}

body .vc_section.vc_section-has-fill,
body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
body .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 160px;
}

.twenty25-section-full,
.twenty25-section-stretch {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    min-width: 100vw;
}

.twenty25-legalsection {
    min-height: 820px;
}

body .twenty25-section-stretch>*:not(.twenty25-marquee):not(.twenty25-image-slide-cover) {
    max-width: 1630px;
    margin: 0 auto !important;
}

body.page-id-13000 #sentence_animation_section>*:not(.twenty25-marquee):not(.twenty25-image-slide-cover) {
    width: 100%;
}

body .twenty25-work-section>*:not(.twenty25-marquee):not(.twenty25-image-slide-cover) {
    max-width: 1730px;
}

body .twenty25-section-stretch>*.vc_col-sm-8 {
    max-width: 1086px !important;
}

body .twenty25-section-stretch>*.vc_col-sm-4 {
    max-width: 543px !important;
}

body .twenty25-section-stretch>*.vc_col-sm-6 {
    max-width: 815px !important;
}

body .twenty25-section-stretch>*.vc_col-sm-8:first-child,
body .twenty25-section-stretch>*.vc_col-sm-4:first-child,
body .twenty25-section-stretch>*.vc_col-sm-6:first-child {
    margin-right: 0 !important;
}

body .twenty25-section-stretch>*.vc_col-sm-8:nth-child(2),
body .twenty25-section-stretch>*.vc_col-sm-4:nth-child(2),
body .twenty25-section-stretch>*.vc_col-sm-6:nth-child(2) {
    margin-left: 0 !important;
}

/* body.page-id-13000 .twenty25-home-hero-section.twenty25-section-stretch>*.vc_col-sm-6:first-child {
	 margin: 0 !important;
}
 */
.twenty25-injection-img {
    margin-right: -68px;
}

/* header */
header.fml_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 25px;
    background-color: #1D1D1B;
    z-index: 9999;
    transition: all 0.4s;
    padding-top: 15px;
    padding-bottom: 15px;
}

.admin-bar header.fml_header {
    top: 32px;
}

@media (max-width:781px) {
    .admin-bar header.fml_header {
        top: 46px;
    }
}

.fml_header.sticky {
    position: fixed;
    background-color: #1D1D1B !important;
    animation: slide 0.6s ease-in-out;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width:767px) {
    .fml_header.sticky {
        animation: none;
        transform: translateY(-100%);
    }
}

.fml_header_logo svg {
    width: 182px;
    transition: all 0.4s;
}

.fml_header.sticky .fml_header_logo svg {
    width: 140px;
}

.page-id-12912 header.fml_header,
.page-id-13140 header.fml_header,
.page-id-13169 header.fml_header,
.page-id-16438 header.fml_header,
.page-id-13183 header.fml_header,
.page-id-12761 header.fml_header:not(.sticky),
.page-id-13000 header.fml_header:not(.sticky),
.page-id-13180 header.fml_header:not(.sticky),
.page-id-13986 header.fml_header,
.page-id-14088 header.fml_header,
.page-id-16285 header.fml_header {
    background-color: transparent;
}

.apply-transparent-header header.fml_header {
    background-color: transparent;
}

.admin-bar header.fml_header {
    top: 32px;
}

.page-id-12761 header.fml_header:not(.sticky) .fml_header_ham_menu_icon {
    background-color: #eaeaea;
}

.page-id-12761 header.fml_header:not(.sticky) *:not(.select2-selection--single *):not(.select2-selection--single) {
    color: #1d1d1d;
}

.page-id-12761 header.fml_header:not(.sticky) svg path {
    fill: currentColor;
}

.fml_header_ham_menu_icon img {
    transition: all 0.3s;
}

.page-id-12761 header.fml_header:not(.sticky) .fml_header_ham_menu_icon img {
    mix-blend-mode: difference;
}

[class*="menu-fml-hamburger-menu"] ul,
.menu-fml-header-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 45px;
}

.menu-fml-header-menu-container ul li a {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    transition: var(--transition);
}

[class*="menu-fml-hamburger-menu"] ul li.menu-item-has-children>a {
    position: relative;
    transition: var(--transition);
    padding-right: 30px;
    display: inline-block;
}

[class*="menu-fml-hamburger-menu"] ul a:hover,
[class*="menu-fml-hamburger-menu"] ul li.menu-item-has-children>a:hover,
.menu-fml-header-menu-container ul li a:hover {
    color: var(--darkGrey);
}

[class*="menu-fml-hamburger-menu"] ul li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    background-image: url('../img/down-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

body.fml-hamburger-active {
    overflow: hidden;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

body.fml-hamburger-active::before {
    opacity: 1;
    visibility: visible;
}

.fml_header_logo img {
    width: 100%;
    max-width: 180px;
}

.fml_header_ham_menu_icon {
    cursor: pointer;
}

.fml_header_ham_menu_icon img {
    width: 100%;
    max-width: 32px;
}

.fml_hamburger_menu_main_wrappper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 340px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 150px 24px 150px clamp(48px, 12vw, 72px);
    padding-right: 24px;
    z-index: 999999;
    transition: var(--transition);
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
}

.e-academy-inner {
    margin-top: 75px;
}

.e-academy-inner a {
    background: #9A9A9C;
    padding: 13px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #F3F3F3;
    border-radius: 30px;
    font-size: 20px;
    transition: var(--transition);
}

.e-academy-inner a:hover {
    background-color: var(--Accent);
    color: var(--white);
}

.fml_hamburger_menu_main_wrappper.in {
    transform: translateX(0);
}

[class*="menu-fml-hamburger-menu"] ul {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    text-align: left;
}

.fml_header_ham_menu {
    width: 100%;
    box-sizing: border-box;
    padding-left: clamp(8px, 2vw, 16px);
}

.fml_header_ham_menu [class*="menu-fml-hamburger-menu"] ul,
.fml_header_ham_menu #menu-fml-hamburger-menu.menu {
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 30px;
    width: 100%;
    box-sizing: border-box;
}

.fml_header_ham_menu [class*="menu-fml-hamburger-menu"] ul li,
.fml_header_ham_menu [class*="menu-fml-hamburger-menu"] ul a {
    text-align: left !important;
    display: block;
    width: auto;
    max-width: 100%;
}

[class*="menu-fml-hamburger-menu"] ul li,
[class*="menu-fml-hamburger-menu"] ul a {
    color: var(--lightGrey);
    text-transform: uppercase;
    font-weight: var(--bold);
    font-size: 25px;
    transition: var(--transition);
    line-height: 1;
}

.fml_hamburger_menu_close_btn {
    position: absolute;
    top: 45px;
    left: 74px;
    cursor: pointer;
}

[class*="menu-fml-hamburger-menu"] ul ul.sub-menu {
    padding-top: 20px;
}

[class*="menu-fml-hamburger-menu"] ul ul.sub-menu li:not(:last-child) {
    margin-bottom: 22px;
}

[class*="menu-fml-hamburger-menu"] ul ul.sub-menu li a {
    color: #D1D0D2;
    font-size: 24px;
    font-weight: var(--regular);
    transition: var(--transition);
    font-weight: 300;
}

[class*="menu-fml-hamburger-menu"] ul ul.sub-menu li a:hover {
    color: var(--white);
}

/* footer */
footer#fml_footer {
    background-color: var(--bgDarkBlack);
    padding: 72px 40px 32px;
}

.fml_footer_top_content {
    display: flex;
}

.fml_footer_top_content>div.fml_footer_menu_form_social_links {
    width: 32%;
}

.fml_footer_top_content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fml_footer_top_content ul li:not(:last-child) {
    margin-bottom: 12px;
}

.fml_footer_top_content .widget-title {
    color: var(--lightGrey);
    font-weight: var(--bold);
    font-size: 22px;
    margin-bottom: 8px;
}

.fml_footer_top_content ul li a {
    color: #B8B7B6;
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    transition: var(--transition);
}

.fml_footer_top_content .textwidget p {
    color: #B8B7B6;
    line-height: 1.3;
    font-size: 14px;
}

.fml_footer_top_content .textwidget p>a {
    color: inherit;
    border-bottom: 1px solid var(--lightGrey);
}

.fml_footer_top_content #custom_html-17 .textwidget {
    width: 200%;

    @media(max-width: 1024px) {
        width: 100%;
    }
}

.fml_footer_menu_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    padding: 0 48px;
    width: 43%;
}

.social-icons-widget {
    display: flex;
    gap: 7px;
}

.social-icons-widget a {
    background-color: var(--white);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 5px;
    color: var(--bgDarkBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.social-icons-widget a:hover {
    background-color: #444444;
    color: var(--white);
}

.fml_footer_logo {
    margin-bottom: 50px;
    width: 25%;
}

.fml_footer_logo svg {
    width: 212px;
}

body .twenty25-hero-title {
    font-size: 82px;
    font-weight: var(--regular);
    line-height: 1;
    font-family: var(--BodyFont);
    text-transform: uppercase;
}

body .twenty25-text-transform-normal {
    text-transform: none;
}

.hyper-text-block.twenty25-hero-description p,
.hyper-text-block.twenty25-hero-description h2 {
    word-spacing: normal !important;
    font-size: 24px !important;
    line-height: 1.5 !important;
    max-width: 660px;
}

.twenty25-hero-description.contact-description p,
.twenty25-hero-description.contact-description h2 {
    max-width: 500px;
}

.twenty25-hero-description.expertise-description p,
.twenty25-hero-description.expertise-description h2 {
    max-width: 875px;
}

.twenty25-bg-fix {
    background-attachment: fixed;
}

a.twenty25-button,
button.twenty25-button,
body main.h-main div.twenty25-button button,
body main.h-main div.twenty25-button a,
body .gform_wrapper.dtm-form_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=image]),
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    font-weight: var(--medium);
    text-transform: uppercase;
    color: var(--lightGrey);
    background-color: var(--Accent);
    line-height: 1;
    padding: 14px 35px;
    border-radius: 24px;
    transition: var(--transition);
    font-family: var(--BodyFont);
    cursor: pointer;
    height: auto;
}

a.twenty25-button:hover,
button.twenty25-button:hover,
a.twenty25-button:focus,
button.twenty25-button:focus,
body main.h-main div.twenty25-button a:focus,
body main.h-main div.twenty25-button button:focus,
body main.h-main div.twenty25-button button:hover,
body main.h-main div.twenty25-button a:hover,
body .gform_wrapper.dtm-form_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=image]):hover,
body .gform_wrapper.dtm-form_wrapper input[type="button"]:not([type=radio]):not([type=checkbox]):not([type=image]):focus,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit]:focus {
    background-color: var(--black) !important;
    color: var(--white) !important;
}

body main.h-main div.twenty25-button.btn-white button {
    background: #2D2926;
    border: 2px solid #fff;
    color: #fff;
}

body main.h-main div.twenty25-button.btn-white button:hover {
    background: #fff;
    color: #2D2926;
}

.twenty25-home-hero-section {
    height: 100vh;
    max-height: 1000px;
    min-height: 800px;
}

body main.h-main .twenty25-home-hero-section div.twenty25-button a {
    font-size: 24px;
}

div.twenty25-hero-right-image img {
    width: 75%;
    max-width: 700px;
    margin: 0 auto;
}

.twenty25-cpt-title,
div.twenty25-hero-right-image .vc_figure,
div.twenty25-hero-right-image .vc_single_image-wrapper {
    display: block;
    text-align: center;
}

body main .twenty25-image-radius.wpb_single_image .vc_single_image-wrapper img {
    border-radius: 15px;
}

.twenty25-react-section .hyper-text-block ul li,
.fml-nctf-faq-short-description,
.twenty25-icon-heading-wrapper .wpb_wrapper p,
.twenty25-icon-heading-wrapper .wpb_wrapper h4,
.fml-expert_in-d-title {
    padding-left: 30px;
    position: relative;
}

.twenty25-react-section .hyper-text-block ul li::before,
.fml-nctf-faq-short-description::before,
.twenty-25-smart-list ul li::before,
.twenty25-icon-heading-wrapper .wpb_wrapper h4::before,
.fml-expert_in-d-title:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 14px;
}

.twenty25-react-section .hyper-text-block ul {
    margin: 0;
    list-style: none;
    padding: 0;
    padding-inline-start: 0;
}

.twenty25-react-section .hyper-text-block ul li::before,
.twenty25-skin-section .twenty25-icon-heading-wrapper .wpb_wrapper h4::before {
    /* filter: brightness(0) saturate(100%) invert(64%) sepia(52%) saturate(433%) hue-rotate(303deg) brightness(97%) contrast(103%);
	 */
    filter: brightness(0) saturate(100%) invert(97%) sepia(6%) saturate(2867%) hue-rotate(298deg) brightness(90%) contrast(105%);
}

.vc_custom_1734707004666 ul>li {
    margin: 15px 0 0;
}

.twenty25-react-section .hyper-text-block ul li strong {
    font-weight: var(--bold);
    text-transform: uppercase;
}

.twenty25-new-generation-section .twenty25-section-title .wpb_wrapper {
    text-align: center;
    max-width: 400px;
    display: block;
    margin-inline: auto;
}

section.vc_section.twenty25-new-generation-section {
    max-width: 1445px;
    margin-inline: auto;
}

.twenty25-technology-sub-heading {
    display: flex;
}

body .twenty25-technology-sub-heading p {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    word-spacing: 0 !important;
    font-weight: 300;
}

body .hyper-text-block li,
body .hyper-text-block p {
    word-spacing: 0 !important;
    line-height: 1.5 !important;
}

.twenty25-technology-sub-heading div span {
    font-weight: var(--medium);
    text-transform: uppercase;
}

.twenty25-smarttouch-title .wpb_wrapper h2 {
    color: var(--white);
    max-width: 450px;
}

.twenty-25-smart-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.twenty-25-smart-list ul li {
    position: relative;
    padding-left: 30px;
    color: var(--white);
}

.twenty-25-smart-list ul li::before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7471%) hue-rotate(67deg) brightness(110%) contrast(112%);
    top: 6px;
    width: 16px;
    height: 16px;
}

.twenty-25-smart-list ul li:not(:last-child) {
    margin-bottom: 8px;
}

.e-academy-inner a::first-letter,
.fml_footer_menu_item:nth-child(4) .widget-title::first-letter {
    color: #E4002B;
}

.twenty25-impact-main {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1d1d1b;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 0 15px;
    min-height: 100%;
    transition: var(--transition);
    z-index: 5;
}

/* .twenty25-left-half>.vc_column-inner:hover .twenty25-impact-main{
	 opacity: 1;
	 visibility: visible;
}
 */
.twenty25-left-half>.vc_column-inner:has(.twenty25-impact-main) {
    position: relative;
}

.twenty25-impact-main .twenty25-smarttouch-title .wpb_wrapper h2 {
    max-width: 100%;
}

.twenty25-impact-main .twenty25-impact-box>.vc_column-inner {
    padding: 0 6px 12px;
}

.twenty25-impact-main .twenty25-impact-box {
    padding: 0 0 0 8px;
    width: 100%;
}

.twenty25-impact-main .twenty25-impact-box:last-child {
    padding: 0 8px 0 0;
    width: 55%;
}

.twenty25-impact-box>.vc_column-inner>.wpb_wrapper {
    display: flex;
    gap: 15px;
    color: #fff;
    align-items: center;
    padding: 13px;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 7px;
}

.twenty25-impact-box>.vc_column-inner>.wpb_wrapper .twenty25-impact-icon {
    margin: 0;
}

.twenty25-impact-main .twenty25-impact-content h6 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.twenty25-impact-main .twenty25-impact-content p {
    margin: 0 !important;
    font-size: 15px !important;
}

.twenty25-impact-box>.vc_column-inner>.wpb_wrapper .twenty25-impact-icon img {
    width: 1em;
    height: 1em;
    font-size: 52px;
    object-fit: contain;
}

.fml_footer_form .fml_footer_form_title {
    font-size: 22px;
    font-weight: var(--bold);
    color: var(--lightGrey);
    margin-bottom: 20px;
}

.fml_footer_form_type {
    color: var(--lightGrey);
    margin-bottom: 20px;
}

.fml_footer_45 {
    max-width: 220px;
    text-align: center;
}

.fml_footer_45 img {
    max-width: 100px;
}

footer .fml_footer_form form .gform-body .ginput_container_email input {
    background-color: #444444;
    border-radius: 6px;
    border: none;
    outline: none;
    padding: 13px 20px;
}

footer .fml_footer_form form .gform-body .ginput_container_email input::placeholder,
footer .fml_footer_form form .gform-body .ginput_container_email input,
footer .fml_footer_form form .gform-body input::placeholder,
footer .fml_footer_form form .gform-body input {
    color: var(--lightGrey) !important;
    font-size: 18px;
}

.fml_footer_form form .gchoice {
    display: flex;
    gap: 10px;
}

.fml_footer_form form .gchoice label {
    color: #9E9C9B;
    font-size: 14px;
}

footer .fml_footer_form form div.ginput_container_checkbox .gchoice input {
    appearance: none;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 0;
    border: 1px solid #8A8A8A;
    transition: var(--transition);
    background-color: #313131;
    padding: 0;
    margin-top: 5px;
}

footer .fml_footer_form form div.ginput_container_checkbox .gchoice input:checked {
    background-color: var(--white);
    border-color: var(--white);
}

.fml_footer_form form .gchoice input::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 9px;
    border: 2px solid #E4002B;
    ;
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 2px;
    transform: rotate(35deg);
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
}

.fml_footer_form form .gchoice input:checked:before {
    opacity: 1;
    visibility: visible;
}

.fml_footer_form {
    margin-bottom: 60px;
}

/*.fml-mobile, .fml_progress_bar_inside, .twenty-25-mobile-title, footer .fml_footer_form form .gform_footer.before {
	 display: none;
}
*/
.ginput_container_email {
    position: relative;
}

/*.ginput_container_email::before {
	 content: "";
	 position: absolute;
	 top: 50%;
	 transform: translateY(-50%);
	 right: 20px;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 background-image: url('../img/submit-arrow.svg');
	 width: 20px;
	 height: 20px;
}
*/
.fml_footer_bottom_menu_content {
    margin-top: 111px;
}

.fml_footer_bottom_menu_content ul {
    padding: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fml_footer_bottom_menu_content ul li a {
    color: #908E8D;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    transition: var(--transition);
}

.fml_footer_top_content ul li a:hover,
.fml_footer_bottom_menu_content ul li a:hover {
    color: var(--white);
    text-decoration: none;
}

.fml_footer_bottom_menu_content ul li:not(:first-child) a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    border-radius: 50%;
    height: 4px;
    background-color: #908E8D;
}

.fml_footer_form_type_inner,
.fml_footer_form form .ginput_container_radio>.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    color: var(--lightGrey);
}

.fml_footer_form_type_inner_item,
.fml_footer_form form .ginput_container_radio .gchoice {
    display: flex;
    gap: 6px;
    align-items: center;
}

.fml_footer_form form .ginput_container_radio>.gfield_radio label {
    max-width: 100%;
    color: var(--lightGrey);
    font-size: inherit;
}

.fml_footer_form_type_inner_item input,
footer .fml_footer_form form .gform-body input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #8A8A8A;
    background-color: #313131;
    transition: var(--transition);
    position: relative;
}

.fml_footer_form_type_inner_item label {
    margin-bottom: 0;
}

.fml_footer_form_type_inner_item input:checked::before,
footer .fml_footer_form form .gform-body input[type="radio"]::before,
footer .fml_footer_form form .gform-body input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    border-radius: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border: none;
}

.fml_footer_form form .gform-body>.gform_fields {
    display: flex;
    flex-direction: column;
}

.fml_footer_form form .gform-body>.gform_fields .gfield--type-html .arrow_icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/submit-arrow.svg);
    width: 1em;
    height: 1em;
    position: relative;
    font-size: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 100%;
    z-index: 1;
    margin: 32px 20px 0 0;
}

.fml_footer_form form .gform-body>.gform_fields .gfield--type-html {
    order: -1;
    float: right;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.fml_footer_form form .gform-body>.gform_fields .gfield--type-radio {
    order: -1;
}

footer .fml_footer_form form .gform-body .ginput_container_email input:-webkit-autofill,
footer .fml_footer_form form .gform-body .ginput_container_email input:-webkit-autofill:hover,
footer .fml_footer_form form .gform-body .ginput_container_email input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 40rem #444444 inset;
}

/* Homepage marquee slider */
body .twenty25-marquee.wpb_column {
    position: absolute !important;
    bottom: 32px;
    left: calc(-100vw / 2 + 100% / 2) !important;
    right: calc(-100vw / 2 + 100% / 2) !important;
}

.fml_text_marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    opacity: 0.6;
}

.fml_text_marquee .fml_m_content {
    display: flex;
    white-space: nowrap;
    font-size: 0;
}

.fml_text_marquee .fml_m_text {
    display: flex;
    align-items: baseline;
    /* gap: 32px;
	 */
    gap: 15px;
}

.fml_text_marquee .fml_m_text.fml_m_text_original {
    animation: ua-move-horizontal-normal-text-marquee 20s linear infinite;
}

.fml_text_marquee .fml_m_text.fml_m_text_copy {
    position: absolute;
    top: 0;
    left: 32px;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: ua-move-horizontal-normal-text-marquee-copy 20s linear infinite;
}

@keyframes ua-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0%) translateZ(0);
    }

    100% {
        transform: translateX(-100%) translateZ(0);
    }
}

@keyframes ua-move-horizontal-normal-text-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0);
    }

    100% {
        transform: translateX(0%) translateZ(0);
    }
}

.fml_text_marquee .fml_m_text_item {
    font-size: 50px;
    line-height: 1.1em;
    color: #626260;
    display: flex;
    gap: 32px;
    align-items: center;
    letter-spacing: 5px;
    font-size: 44px;
    font-weight: var(--medium);
    text-transform: uppercase;
    width: max-content;
}

.fml_text_marquee .fml_m_text_item .page-id-12912 .fml_text_marquee .fml_m_text_item {
    color: #9E9C9D;
}

.fml_text_marquee .ua-e-icon-holder {
    display: flex;
    font-size: 30px;
    align-self: center;
    align-items: center;
}

img.marquee-icon {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

/* marquee end */
body .twenty25-section-title h2 {
    margin-bottom: 0;
}

body .twenty25-range-title {
    max-width: 400px;
    text-align: center;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.twenty25-left-half>.vc_column-inner {
    max-width: 570px;
    margin-left: auto;
}

ul.fml-tab-title {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

ul.fml-tab-title li {
    height: auto;
}

ul.fml-tab-title li a {
    height: 100%;
    display: block;
}

ul.fml-tab-title li a:hover {
    text-decoration: none;
}

.fml-tab-title-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1D1D1B;
    font-size: 18px;
    font-weight: 300;
    padding: 24px;
    background-color: #F3F3F3;
    height: 100%;
    transition: var(--transition);
    min-width: 180px;
    justify-content: center;
}

ul.fml-tab-title li a.active .fml-tab-title-icon {
    background-color: var(--white);
    font-weight: var(--bold);
    text-decoration: none;
}

ul.fml-tab-title li:first-child .fml-tab-title-icon {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

ul.fml-tab-title li:last-child .fml-tab-title-icon {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}

.fml-tab-content {
    margin-inline: auto;
}

.fml-tab-content-link {
    position: absolute;
    bottom: 38px;
    left: 80px;
}

.fml-tab-content-link img {
    max-width: 80px;
}

.responsive-offer-old-section,
.fml_instagram_feeds.mobile,
.fml_header_ham_menu .sub-menu {
    display: none;
}

.fml-tab-content {
    display: none;
    position: relative;
}

.fml-tab-content.active {
    display: block;
}

.fml-tab-content-image.active+div+.fml_product_display_content .fml_product_display_plus {
    display: none;
}

.language-dropdown {
    margin-left: auto;
    /* display: none!important;
	 */
}

html[lang^="fr"] body .language-dropdown {
    display: block !important;
}

.language-dropdown select {
    border: none;
    outline: none;
    color: #fff;
    appearance: auto;
}

.language-dropdown select option {
    color: var(--Accent);
}

.fml-tab-content-image {
    width: 50%;
    margin: 0;
    transition: all 0.3s;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    min-height: 500px;
}

.fml-tab-content-image.active {
    left: 0%;
    margin: 0 0 0 -40px;
    transform: translateX(0%);
}

.fml_product_display_plus {
    width: 1em;
    height: 1em;
    background-color: #1D1D1B;
    position: absolute;
    left: 65%;
    top: 40%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    /* animation: zoom-in-zoom-out 2s ease-out infinite;
	 */
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.fml_product_display_plus:before,
.fml_product_display_plus:after {
    content: '';
    width: 50%;
    height: 0.07em;
    background-color: #fff;
    position: absolute;
}

.fml_product_display_plus:after {
    transform: rotate(90deg);
}

.fml_product_display_plus_content {
    position: absolute;
    right: 0;
    padding: 75px 25px;
    background-color: #444444;
    border-radius: 13px 0 0 13px;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    width: 40vw;
    max-width: 800px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    top: 50%;
    transform: translateY(-55%);
    right: -999999px;
}

.fml_product_display_plus_content:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fml_product_display_plus_content.in {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.fml_product_display_plus_content.in:before {
    display: none;
}

.fml_product_display_close {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.fml_product_display_close:before,
.fml_product_display_close:after {
    content: '';
    width: 1em;
    height: 0.1em;
    position: absolute;
    background-color: currentColor;
    transform: rotate(46deg);
    border-radius: 3px;
}

.fml_product_display_close:after {
    transform: rotate(-45deg);
}

.fml_product_display_info_inner {
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
}

.fml_product_display_plus_title {
    padding-left: 12px;
    border-left: 2px solid #ffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.fml_product_display_plus_title h2 {
    font-size: 30px;
}

.fml_product_display_plus_description {
    font-size: 20px;
}

.fml_product_display_plus_description b {
    margin: 0 0 15px;
    display: block;
}

.fml_product_display_plus_description ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px;
}

.fml_product_display_plus_description ul>li:before {
    content: '';
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid currentColor;
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg) translateY(-4px);
    margin: 0 0.6em 0 0;
}

/* before after image */
.fml_before_after_slider {
    max-width: 1100px;
    margin-inline: auto;
}

.values_progressBarContainer {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: 80px;
}

.values_progressBaritem-image img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    opacity: 0.7;
    transition: var(--transition);
    cursor: pointer;
}

.values_progressBaritem.active .values_progressBaritem-image img {
    opacity: 1;
}

/* Home technology */
.twentytwenty-wrapper>.twentytwenty-container {
    height: auto !important;
    padding-bottom: calc(0.74 * 100%);
}

.twentytwenty-wrapper>.twentytwenty-container>.twentytwenty>img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.fml_product_image_inner .slick-list {
    margin: 0 -9px;
}

.fml_discover_fillmed_inner .slick-list .slick-slide>a,
.fml_product_image_inner .slick-list .slick-slide {
    margin: 0 9px;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
    height: 0;
    padding-bottom: calc(1.05*58%);
}

.fml_product_image_inner .slick-list .slick-slide {
    cursor: pointer;
    padding-bottom: calc(1*55%);
}

.fml_discover_fillmed_inner .slick-list .slick-slide>img,
.fml_product_image_inner .slick-list .slick-slide img,
.fml_product_image_inner .slick-list .slick-slide .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fml_product_image_inner .slick-list .slick-slide img {
    z-index: 1;
}

.play_button {
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 50px;
    background-color: #fff;
    z-index: 1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C6C3BC;
    transition: all 0.3s;
}

.play_button:after {
    content: '';
    border-top: 0.2em solid transparent;
    border-left: 0.36em solid currentColor;
    border-bottom: 0.2em solid transparent;
    display: block;
    margin-left: 0.1em;
}

.play_button:hover {
    color: #212529;
}

/* .fml_product_image_inner .slick-list .slick-slide .video-frame {
	 transform: scale(3.4);
}
 */
body .fml_before_after_slider_for .slick-prev:focus,
body .fml_before_after_slider_for .slick-next:focus,
body .fml_before_after_slider_for .slick-prev:hover,
body .fml_before_after_slider_for .slick-next:hover {
    background-color: transparent;
}

body .fml_before_after_slider_for .slick-prev,
body .fml_before_after_slider_for .slick-next {
    z-index: 5;
    padding: 0;
    background-color: transparent;
    font-size: 0px;
    font-weight: var(--bold);
    text-transform: uppercase;
    color: #9C9C9C !important;
    line-height: 0;
    height: auto;
}

body .fml_before_after_slider_for .slick-arrow:after,
body .fml_before_after_slider_for .slick-arrow:before {
    font-size: 50px;
    display: block;
    margin: -15px 0;
}

.fml_before_after_slider {
    position: relative;
    padding-top: 55px;
    margin-top: -35px;
}

.fml_before_after_slider:before,
.fml_before_after_slider:after {
    content: 'Before';
    position: absolute;
    top: 0;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.fml_before_after_slider:before {
    left: 0;
}

.fml_before_after_slider:after {
    right: 0;
    content: 'After';
}

body .fml_before_after_slider_for .slick-prev:hover,
body .fml_before_after_slider_for .slick-nex:hover {
    color: var(--white) !important;
}

body .fml_ro_main_inner_wrapper .slick-arrow,
body .fml_before_after_slider_for .slick-prev::before,
body .fml_before_after_slider_for .slick-next::before {
    content: "";
    background-image: url('../img/slick-arrow.svg');
    min-width: 36px;
    min-height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body .fml_before_after_slider_for .slick-prev::before {
    transform: scale(-1);
}

.fml_before_after_title_description {
    text-align: center;
    margin-top: 50px;
}

.fml_before_after_title h3 {
    color: var(--white);
    font-size: 26px;
    font-weight: var(--bold);
    margin-bottom: 30px;
}

.fml_before_after_description {
    max-width: 200px;
    margin: 0 auto;
    color: #F3F3F3;
}

.fml_before_after_description p {
    line-height: 1.5;
}

/* home range section */
.fml_discover_fillmed_inner .slick-list {
    margin: 0 -25px;
}

.fml_discover_fillmed_inner .slick-list .slick-slide {
    margin: 0 25px;
    border-radius: 0;
}

.fml_discover_fillmed_inner .slick-list .slick-slide>a {
    padding-bottom: calc(1*100%);
    margin: 0;
}

.fml_discover_fillmed_inner .slick-list .slick-slide>a {
    display: block;
    border-radius: 0;
}

.fml_discover_fillmed_inner .slick-list .slick-slide>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fml_discover_fillmed_center_img {
    position: absolute;
    top: 15%;
    left: 18%;
    bottom: 15%;
    right: 18%;
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    color: var(--primaryColor);
}

.fml_discover_fillmed_title {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}

.fml_discover_fillmed_center_img img {
    width: 100%;
    max-width: 200px;
    height: 170px;
    object-fit: contain;
}

/* They did it */
.fml_they_did_it_slider_for .slick-list {
    margin: 0 -8px;
}

.fml_they_did_it_slider_for .slick-list .slick-track {
    display: flex;
}

.fml_they_did_it_slider_for .slick-list .slick-slide {
    margin: 0 8px;
    background-color: var(--white);
    padding: 36px;
    border-radius: 13px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fml_they_did_it_comment_icon {
    margin-bottom: 13px;
}

.fml_they_did_it_description {
    margin-bottom: 48px;
    font-size: 18px;
}

.fml_they_did_it_info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}

.fml_they_did_it_image img {
    width: 79px;
    height: 79px;
    border-radius: 50%;
    object-fit: cover;
}

.fml_they_did_it_title_capion {
    font-size: 18px;
}

.fml_they_did_it_title {
    font-weight: var(--bold);
}

/* Talent */
body .fml_talent_slider_for .slick-prev:focus,
body .fml_talent_slider_for .slick-next:focus,
body .fml_talent_slider_for .slick-prev:hover,
body .fml_talent_slider_for .slick-next:hover {
    background-color: transparent;
}

body .fml_talent_slider_for .slick-prev,
body .fml_talent_slider_for .slick-next {
    z-index: 5;
    padding: 0;
    background-color: transparent;
    font-size: 0px;
    font-weight: var(--bold);
    text-transform: uppercase;
    color: #9C9C9C !important;
    line-height: 0;
    height: auto;
}

body .fml_talent_slider_for .slick-arrow:after,
body .fml_talent_slider_for .slick-arrow:before {
    font-size: 35px;
    display: block;
    /* margin: -15px 0;
	 */
}

.fml_talent_slider_for>.slick-list {
    /* overflow: visible;
	 padding: 0 30px 0 0;
	 */
}

.fml_talent_slider_for .slick-list {
    /* margin: 0 -8px;
	 */
}

.fml_talent_slider_for .slick-list .slick-track {
    /* display: flex;
	 */
}

.fml_talent_slider_for .slick-list .slick-slide {
    margin: 0 8px;
    padding: 15px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.fml_talent_comment_icon {
    position: absolute;
    top: 8px;
}

.fml_talent_comment_icon svg {
    width: 40px;
}

.fml_talent_description {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    font-style: italic;
    position: relative;
}

.fml_talent_info {
    margin-top: auto;
    background-color: var(--white);
    padding: 20px;
    height: 100%;
    -webkit-border-bottom-right-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    -moz-border-radius-bottomright: 18px;
    -moz-border-radius-bottomleft: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    position: relative;
}

.fml_talent_image img {
    width: 100%;
    height: 263px;
    -webkit-border-top-left-radius: 18px;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topleft: 18px;
    -moz-border-radius-topright: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    object-fit: cover;
}

.fml_talent_name_position {
    font-size: 13px;
}

.fml_talent_name {
    font-size: 15px;
    font-weight: var(--bold);
}

/* home faq section */
.fml-nctf-faq-item,
.fml-faq-item .fml-faq-title {
    padding: 22px 0;
    position: relative;
    padding-right: 40px;
    border-bottom: 1px solid #1D1D1B;
    transition: var(--transition);
    cursor: pointer;
}

.fml-nctf-faq-item:last-child {
    border-bottom: none;
}

.fml-faq-item:first-child .fml-faq-title {
    border-top: 1px solid #1D1D1B;
}

.fml-faq-item.active .fml-faq-title {
    border-bottom-color: transparent;
    padding-bottom: 15px;
}

.fml-nctf-faq-item::before,
.fml-faq-item .fml-faq-title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 25px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/plus.png');
    transition: var(--transition);
}

.fml-nctf-faq-item::before {
    filter: brightness(0) saturate(100%) invert(78%) sepia(28%) saturate(3480%) hue-rotate(301deg) brightness(104%) contrast(119%);
}

.fml-nctf-faq-item.active::before,
.fml-faq-item.active .fml-faq-title::before {
    background-image: url('../img/minus.png');
}

.fml-nctf-faq-item h3,
.fml-faq-item .fml-faq-title {
    margin: 0;
    font-size: 20px;
    font-weight: var(--bold);
    color: #1D1D1B;
    cursor: pointer;
}

.fml-nctf-faq-item h3 span {
    font-size: 14px;
    font-weight: var(--regular);
    margin-left: 5px;
}

.fml-nctf-faq-item h3 {
    background-color: #EAEAEA;
    border-radius: 4px;
    padding: 2px 10px;
    width: fit-content;
}

.fml-faq-toggle,
.fml-pd-toggle {
    width: fit-content;
    display: flex;
    background: #D5D5D4;
    padding: 0;
    border-radius: 30px;
    margin-bottom: 30px;
}

.fml-nctf-faq-content,
.fml-faq-content {
    padding-top: 15px;
    font-size: 16px;
}

.fml-faq-content {
    border-bottom: 1px solid var(--black);
    padding-bottom: 22px;
    padding-top: 0;
}

.fml-faq-toggle-item,
.fml-pd-toggle-item {
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition);
    width: 155px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.fml-pd-toggle-item {
    color: #2D2926;
}

.fml-faq-toggle-item.active,
.fml-pd-toggle-item.active {
    background: var(--Accent);
    color: #fff;
    font-weight: 700;
}

.twenty25-faq-section .wpb_wrapper {
    max-width: 1088px;
    margin: 0 auto;
}

.fml-pd-toggle {
    margin: 0 0 17px;
}

.fml-pd-group {
    font-size: 20px;
}

/* cta section */
.twenty25-cta-section {
    height: 700px;
}

.twenty25-cta-three-block {
    display: flex;
    gap: 15px;
}

.twenty25-cta-three-block .wpb_column {
    height: auto;
}

.twenty25-cta-three-block .vc_column-inner {
    display: flex;
    height: 100%;
}

.twenty25-cta-three-block .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.twenty25-cta-three-block .vc_column-inner .wpb_wrapper img {
    width: 36px;
    max-width: max-content;
}

.twenty25-cta-three-block .vc_column-inner .wpb_wrapper .hyper-text-block,
.twenty25-cta-three-block .vc_column-inner .wpb_wrapper .hyper-text-block p {
    margin-bottom: 0 !important;
}

body .twenty25-cta-section .twenty25-hero-title {
    margin-bottom: 25px;
}

.twenty25-product-faq-section .wpb_single_image img {
    max-width: 650px;
}

.twenty25-right-half>.vc_column-inner {
    max-width: 570px;
    margin-left: 0;
}

.twenty25-product-faq-section {
    padding: 85px 0;
}

.vc_row.vc_row-flex>.vc_column_container.twenty25-protocol-left-full-image>.vc_column-inner {
    padding: 0;
}

.vc_row.vc_column-gap-35>.vc_column_container.twenty25-left-full-image {
    padding-left: 0;
}

.vc_row.vc_column-gap-35>.vc_column_container.twenty25-right-half {
    padding-right: 40px;
}

.twenty25-protocol-section .vc_column_container.vc_col-sm-6:not(.twenty25-protocol-left-full-image)>.vc_column-inner {
    padding-left: 160px;
    padding-right: 40px;
}

.fml-nctf-faq-short-description {
    text-transform: uppercase;
    position: relative;
}

.fml-nctf-faq-description {
    color: #F58DA2;
    padding-left: 25px;
}

.fml-nctf-faq-short-description {
    padding-left: 25px;
}

.fml-nctf-faq-short-description::before {
    top: 5px;
    width: 14px;
    height: 14px;
}

.fml-nctf-faq-description-info:not(:last-child) {
    margin-bottom: 20px;
}

div.twenty25-protocal-list {
    padding-left: 26px;
    position: relative;
    margin: 0;
}

.twenty25-protocal-list .wpb_column>.vc_column-inner {
    padding: 0;
}

.twenty25-protocal-list:not(:last-child) {
    min-height: 160px;
}

.twenty25-protocal-list::after,
div.twenty25-protocal-list:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 20px;
    bottom: 3px;
    width: 1px;
    background-color: #D1D1D1;
    display: block;
}

.twenty25-protocal-list::after {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: var(--Accent);
    border-radius: 50%;
}

.twenty25-protocal-list .wpb_wrapper h4 {
    font-size: 23px;
    font-weight: var(--bold);
    text-transform: uppercase;
    margin-top: -6px !important;
}

.twenty25-map-section .store-wrapper .row {
    max-width: inherit;
}

body .twenty25-protocol-section .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.twenty25inner-protocol-title {
    max-width: 340px;
}

body .twenty25-protocol-section .vc_column_container>.vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
}

body .twenty25-visible-benefit .vc_column_container>.vc_column-inner {
    padding: 0;
}

.twenty25-visible-benefit .twenty25-section-title {
    text-align: center;
}

body .twenty25-visible-benefit .vc_column_container>.vc_column-inner {
    padding: 0;
    max-width: 1055px;
    margin-inline: auto;
}

.twenty25-visible-benefit .fml-center-image img {
    max-width: 700px;
    display: block;
    margin-inline: auto;
}

.fml-visible-benefits-title {
    color: #FFA7CE;
    font-weight: var(--medium);
    font-size: 42px;
    font-size: 38px;
    line-height: 1;
    margin-bottom: 5px;
}

.fml-visible-benefits-caption {
    font-size: 20px;
    font-size: 18px;
    line-height: 1.2;
}

span.benefit-number {
    top: -0.8em;
    display: inline-block;
    position: relative;
    font-size: 11px;
    cursor: pointer;
}

.fml-visible-benefits-section {
    position: relative;
    max-width: 700px;
    display: block;
    margin-inline: auto;
}

.fml-visible-benefits-group {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.fml-visible-benefits-item {
    position: absolute;
}

.fml-visible-benefits-item:first-child {
    text-align: center;
    left: 44%;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) !important;
    padding: 0 20px;
}

.fml-visible-benefits-item:nth-child(2) {
    right: -20px;
    top: 28%;
    text-align: center;
    max-width: 165px;
}

.fml-visible-benefits-item:nth-child(3) {
    bottom: 66px;
    right: 40px;
    max-width: 150px;
}

.fml-visible-benefits-item:nth-child(4) {
    left: 24px;
    bottom: 68px;
    text-align: right;
    max-width: 179px;
    z-index: 5;
}

.fml-visible-benefits-item:nth-child(5) {
    top: 190px;
    max-width: 158px;
    text-align: right;
    left: -36px;
}

.fml-visible-benefits-item {
    z-index: -1;
}

/**** customized one for visible benefits ***/

/* 4 Items Layout (25% gaps) */
.fml-visible-benefits-item.items-4.pos-1 {
    text-align: center;
    left: 44%;
    top: -5px;
    left: 50%;
    transform: translateX(-50%) !important;
    padding: 0 20px;
}

.fml-visible-benefits-item.items-4.pos-2 {
    right: -20px;
    top: 28%;
    text-align: center;
    max-width: 165px;
}

.fml-visible-benefits-item.items-4.pos-3 {
    bottom: 66px;
    right: 40px;
    max-width: 150px;
}

.fml-visible-benefits-item.items-4.pos-4 {
    left: 24px;
    bottom: 68px;
    text-align: right;
    max-width: 179px;
    z-index: 5;
}

/* 3 Items Layout (33.33% gaps) */
.fml-visible-benefits-item.items-3.pos-three-1 {
    text-align: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 0 20px;
    max-width: 180px;
}

.fml-visible-benefits-item.items-3.pos-three-2 {
    right: 0;
    top: 30%;
    text-align: left;
    max-width: 165px;
}

.fml-visible-benefits-item.items-3.pos-three-3 {
    left: 0;
    bottom: 70px;
    text-align: right;
    max-width: 179px;
}

/* 2 Items Layout (50% gaps) */
.fml-visible-benefits-item.items-2.pos-two-1 {
    text-align: center;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 0 20px;
    max-width: 180px;
}

.fml-visible-benefits-item.items-2.pos-two-2 {
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    text-align: center;
    max-width: 179px;
}

@media(max-width: 767px) {
    span.benefit-number {
        top: -0.6em
    }
}

/* professional video section */
.twenty25-pro-sec-row>.wpb_column:last-child>.vc_column-inner {
    max-width: 495px;
}

.twenty25-professional-list .wpb_column>.vc_column-inner {
    padding: 0;
}

.twenty25-professional-list .wpb_column>.vc_column-inner>.wpb_wrapper {
    position: relative;
    padding-left: 40px;
}

.twenty25-professional-list .wpb_column>.vc_column-inner>.wpb_wrapper .vc_icon_element {
    text-align: left;
    position: absolute;
    left: -10px;
    top: -13px;
}

/* .twennty25-professional-section .wpb_video_widget {
	 display: flex;
	 justify-content: center;
}
 */
.twenty25-professional-title {
    max-width: 370px;
}

.twennty25-professional-section .video-container {
    margin-bottom: 0;
}

/* skin activation */
.fml-sa-widget {
    display: flex;
    gap: 40px;
}

.fml-sa-right-info-inner {
    display: flex;
    gap: 145px;
    align-items: center;
    background-color: #F3F3F3;
    border-radius: 28px;
    padding: 40px 140px;
    min-height: 521px;
}

.fml-sa-after-title,
.fml-sa-before-title,
.fml-sa-before-after-title {
    text-align: center;
    color: var(--Accent);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.fml-sa-after-caption,
.fml-sa-before-caption,
.fml-sa-before-after-caption {
    font-size: 20px;
    font-weight: 300;
    color: var(--Accent);
}

.fml-sa-item-text {
    font-size: 20px;
    font-weight: 300;
    max-width: 100%;
}

.fml-sa-toggle {
    display: flex;
    /* width: 300px; */
    width: auto;
    border-radius: 30px;
    background-color: #E2E1E1;
    margin-bottom: 50px;
}

.fml-sa-toggle-item {
    font-size: 16px;
    padding: 15px 25px;
    color: var(--Accent);
    border-radius: 30px;
    transition: var(--transition);
    width: 50%;
    text-align: center;
    cursor: pointer;
    word-break: break-word;
    hyphens: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fml-sa-toggle-item.active {
    background-color: var(--Accent);
    font-weight: var(--bold);
    color: var(--white);
}

.fml-sa-main-title {
    margin-bottom: 50px;
}

.fml-sa-left-info {
    width: 30%;
}

.fml-sa-right-info {
    width: 70%;
}

.fml-sa-after-image,
.fml-sa-before-image,
.fml-sa-before-after-image {
    position: relative;
    padding-bottom: calc(1.2*100%);
    height: 0;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 16px;
}

.fml-sa-after-image img,
.fml-sa-before-image img,
.fml-sa-before-after-image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.fml-sa-after,
.fml-sa-before,
.fml-sa-before-after {
    width: 50%;
}

[data-behavior="immediate"] .fml-sa-after .fml-sa-after-title {
    visibility: hidden;
    opacity: 0;
}

.fml-sa-right-info-inner:has(.fml-sa-before-after) {
    gap: 30px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    text-align: center;
}

.fml-sa-before-after-title {
    width: calc(200% + 30px);
}

.fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-after-image,
.fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-before-image,
.fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-before-after-image {
    padding-bottom: calc(0.8* 100%);
    margin-bottom: 30px;
    border-radius: 6px;
}

/* home three block section */
.twenty25-home-three-block-inner-row .wpb_wrapper .hyper-text-block p,
.twenty25-home-three-block-inner-row .wpb_wrapper .hyper-text-block {
    margin-bottom: 0;
}

.twenty25-home-three-block-inner-row .wpb_wrapper .hyper-text-block {
    max-width: 250px;
    margin: 0 auto;
}

.twenty25-home-three-block-inner-row .wpb_wrapper h5 {
    font-size: 24px;
    font-weight: var(--bold);
}

.twenty25-home-three-block-inner-row .vc_single_image-wrapper img {
    width: 100%;
    max-width: 96px;
}

.twenty25-home-three-block-inner-row .vc_column-inner {
    border-radius: 13px;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.twenty25-home-three-block-inner-row {
    display: flex;
    gap: 18px;
    max-width: 1300px;
    margin-inline: auto;
}

.twenty-25-fullwidth-section .twenty25-left-half>.vc_column-inner {
    max-width: 840px;
    padding: 40px;
}

.twenty-25-fullwidth-section .twenty25-left-half.twenty25-right-half>.vc_column-inner {
    margin-left: 0;
    padding-left: 140px;
}

.twenty-25-fullwidth-section .twenty25-left-half>.vc_column-inner>.wpb_wrapper {
    max-width: 580px;
}

.twenty-25-right-full-image .wpb_single_image .vc_figure,
.twenty-25-right-full-image .wpb_single_image .vc_single_image-wrapper,
.twenty-25-right-full-image .wpb_single_image img {
    width: 100%;
}

.twenty-25-fullwidth-section .wpb_wrapper h2,
.twenty-25-fullwidth-section .hyper-text-block p {
    margin-bottom: 40px !important;
}

/* map css */
.fml-custom-store .map-shortcode-locator {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control {
    background-color: #F3F3F3;
    padding: 13px 15px;
    border-radius: 6px;
    border: none;
    outline: none;
}

.fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control,
.fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control::placeholder {
    color: #878583;
    font-size: 18px;
    opacity: 1;
}

.store_locator_map_infowindow a.marker-tel {
    color: #1D1D1B !important;
    ;
}

body .hyper-text-block a {
    color: #585858;
}

body .hyper-text-block a:hover {
    color: #1D1D1B;
}

.fml-custom-store .map-shortcode-title {
    margin-bottom: 20px;
}

.fml-custom-store .map-shortcode-locator-caption,
.fml-custom-store .map-shortcode-description {
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 20px;
}

.fml-custom-store .map-shortcode-locator-caption {
    margin-bottom: 0;
}

.fml-custom-store .map-shortcode-locator-icon img {
    width: fit-content;
    max-width: 35px;
    margin-bottom: 0;
}

.fml-custom-store .search_keyword_input_group .input-group-append button .fml-icon-search,
body .prooftag-form .input-group>.input-group-append>.search-btn>i:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-image: url('../img/right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body .prooftag-form .input-group>.input-group-append>.search-btn>i:before {
    width: 1em;
    height: 1em;
}

.fml-custom-store .input-group-append {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.store-wrapper.fml-custom-store {
    background-color: var(--white);
}

.fml-custom-store .store_locator_sidebar {
    padding: 32px;
    background-color: #F3F3F3;
    border-radius: 7px;
}

.fml-custom-store .store_locator_sidebar>.store_locator_sidebar_entry {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgb(112 112 112 / 58%);
    font-size: 18px;
}

.fml-custom-store .scroll-wrapper {
    margin: -40px 0 0;
}

.fml-custom-store .scroll-content {
    left: 2px !important;
    margin: 0 !important;
}

/* home three block section */
.fml_Key_principles_slider_for {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 1230px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.fml_Key_principles_slider div.fml_Key_principles_top_content {
    display: flex;
    flex-direction: column;
    gap: 13px;
    align-items: center;
    text-align: center;
    background: #f3f3f3;
    padding: 60px 45px;
    border-radius: 13px;
    width: calc(33.33% - 12px);
}

.fml_Key_principles_title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: var(--bold);
    color: var(--Accent);
}

.fml_Key_principles_description p {
    font-size: 20px;
    color: #878583;
    text-align: center;
    max-width: 250px;
    line-height: 1.35;
}

.fml_Key_principles_image {
    margin-bottom: 20px;
    min-height: 100px;
}

.fml_Key_principles_image img {
    width: 100%;
    max-height: 100px;
}

/* Progress Bar Container */
.fml_slider_progress {
    position: absolute;
    bottom: 0;
    left: 22px;
    right: 16px;
    height: 3px;
    background-color: #FDE8EC;
    z-index: 10;
    overflow: hidden;
}

/* Progress Bar Animation */
.fml_slider_progress .fml_progress {
    width: 0;
    height: 100%;
    background-color: #F58DA2;
    transition: none;
}

/* Active Animation */
.fml_slider_progress .fml_progress.animate {
    animation: progress-bar linear 3s;
}

/* Keyframes for Progress Bar */
@keyframes progress-bar {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.fml-protocol-items {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
    height: 0px;
}

.fml-protocol-items.visible {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

/* news section */
.fml_the_art_slider_for .slick-list,
.fml_cpt_post_list_for .slick-list {
    margin: 0 -9px;
}

.fml_the_art_top_content,
div.fml_cpt_post_list_item {
    padding: 0 9px;
}

.fml_the_art_image,
.fml_cpt_post_list_image a {
    position: relative;
    padding-bottom: calc(1.3*100%);
    overflow: hidden;
    border-radius: 13px;
    display: block;
    margin-bottom: 35px;
}

.fml_cpt_post_list_image a {
    padding-bottom: calc(1.34*100%);
    margin-bottom: 25px;
}

.fml_cpt_post_list_image a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(45, 41, 38);
    background: linear-gradient(0deg, rgba(45, 41, 38, 1) 0%, rgba(45, 41, 38, 0) 100%);
    z-index: 2;
    opacity: 0.5;
}

.fml_the_art_image {
    padding-bottom: 105%;
    border-radius: 0;
}

.fml_the_art_slider_for .slick-track {
    display: flex;
}

.fml_the_art_slider_for .slick-track>.fml_the_art_top_content {
    height: auto;
    position: relative;
    padding-bottom: 43px;
}

.fml_the_art_top_content.slick-slide.slick-current.slick-active {
    padding-bottom: 43;
}

.fml_the_art_slider_for .slick-track>.fml_the_art_top_content>.fml_the_art_button {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: calc(100% - 18px);
}

.fml_the_art_slider_for .slick-track>.fml_the_art_top_content>.fml_the_art_button>a {
    line-height: 1.4;
    display: block;
    border-radius: 60px;
}

div.fml_the_art_image img,
div.fml_cpt_post_list_image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.fml_cpt_post_list_image a img,
.fml_cp_list_content_list .fml_cp_list_image img {
    filter: grayscale(1);
    transition: var(--transition);
}

.fml_cpt_post_list_item:hover div.fml_cpt_post_list_image a img,
.fml_cp_list_content_list:hover .fml_cp_list_image img {
    filter: grayscale(0);
}

div.fml_cpt_post_list_title a {
    font-size: 24px;
    font-weight: var(--medium);
    color: var(--Accent);
    line-height: 1.2;
    text-align: left;
}

.fml_cpt_post_list_for {
    margin-bottom: 50px;
}

.fml_the_art_description {
    margin-bottom: 50px;
}

.fml_the_art_description p {
    font-size: 20px;
    color: #1D1D1B;
    line-height: 1.3;
}

.twenty25-cpt-title h2 {
    margin-bottom: 50px;
    text-align: center;
    max-width: 260px;
    margin-inline: auto;
}

.fml_the_art_title {
    position: absolute;
    top: 0px;
    left: 20px;
    transform: rotate(-90deg);
    transform-origin: right;
    white-space: nowrap;
    width: 0;
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: nowrap;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}

.fml_the_art_image::before {
    content: "";
    position: absolute;
    top: 150px;
    background-color: var(--white);
    left: 19px;
    width: 1px;
    bottom: 30px;
    z-index: 2;
}

.twenty25-home-map .fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control {
    background-color: var(--white);
    min-height: 51px;
}

.twenty25-home-map .fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control::placeholder {
    color: #878583 !important;
}

.twenty25-home-map .store-wrapper.fml-custom-store {
    background-color: var(--lightGrey);
}

.fml_the_art_slider_for .slick-arrow {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.twenty25-cta-full-image {
    /* background-attachment: fixed;
	 */
}

.twenty25-cta-full-image .twenty25-section-title h2 {
    text-align: center;
}

.twenty25-cta-full-image .twenty25-section-title h2 span {
    color: var(--white);
    font-family: var(--BodyFont);
}

.twenty25-cta-full-image {
    height: 500px;
}

.twenty25-react-section .wpb_single_image .vc_single_image-wrapper img {
    width: 100%;
    max-width: 512px;
}

/* clinic home tab section */
.fml-protocols-section {
    display: flex;
    gap: 30px;
    transition: var(--transition);
}

.fml-protocol-group {
    width: calc(20% - 24px);
    transition: var(--transition);
}

.fml-protocol-group-image {
    position: absolute;
    overflow: hidden;
    display: flex;
    height: 100%;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s;
}

.fml-protocol-group.active .fml-protocol-group-image {
    opacity: 0;
    visibility: hidden;
}

@keyframes Fadeop {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fml-protocol-item-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.fml-protocol-group,
.fml-protocols-accordance-image {
    height: 800px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

div.fml-protocol-group-image img,
.fml-protocols-accordance-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fml-protocol-group-title,
.fml-protocols-accordance-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 20px;
    text-align: center;
    color: var(--white);
    z-index: 2;
    font-size: 28px;
    font-weight: var(--bold);
    line-height: 1.2;
    transition: var(--transition);
    word-wrap: break-word;
    hyphens: auto;
}

.fml-protocol-group.in-active .fml-protocol-group-title,
.fml-protocols-accordance-image.active .fml-protocols-accordance-title {
    font-size: 28px;
}

.fml-protocol-items,
.fml-protocols-accordance-content {
    background-color: #F1F1F1;
}

.fml-protocols-accordance-content {
    padding: 0 25px;
}

.fml-protocol-items-counter-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
}

.fml-protocol-items-count,
.fml-protocols-accordance-image.active .fml-protocols-accordance-image.active {
    font-size: 82px;
    color: #979594;
    font-weight: var(--bold);
    line-height: 0.8;
}

.fml-protocol-items-title {
    font-size: 32px;
    font-weight: var(--medium);
    color: var(--Accent);
    text-transform: uppercase;
}

.fml-protocol-item-image,
.fml-protocols-accordance-item-image {
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    margin-bottom: 32px;
}

div.fml-protocol-item-image img,
.fml-protocols-accordance-item-image img {
    width: 230px;
    height: 230px;
    object-fit: contain;
}

.fml-list-scale {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    padding-left: 40px;
    width: 230px;
}

.fml-list-scale::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/black-line.svg');
    height: 100%;
    width: 30px;
}

.fml-protocol-item-title,
.fml-protocols-accordance-item-title {
    font-size: 24px;
    font-weight: var(--bold);
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--Accent);
    padding: 5px 10px;
    width: fit-content;
    margin-bottom: 10px;
}

.fml-protocol-item-caption,
.fml-protocols-accordance-item-caption {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--Accent);
    margin-bottom: 30px;
}

.fml-protocol-item-description,
.fml-protocols-accordance-item-description {
    font-size: 22px;
    color: var(--Accent);
    /* max-width: 420px; */
}

.fml-protocol-group.in-active {
    width: calc(12.5% - 8px);
}

.fml-protocol-group.active {
    width: calc(50% - 8px);
}

.fml-protocols-section:has(.active) {
    gap: 10px;
}

.fml-btn-wrap,
.fml_sl_btn_wrap,
.fml-protocols-accordance-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    gap: 5px;
    z-index: 99;
    position: relative;
}

.fml-btn-wrap .slick-arrow,
.fml_sl_btn_wrap .slick-arrow,
.fml-protocols-accordance-btn-wrap .slick-arrow {
    cursor: pointer;
}

.fml-slick-count-total,
.fml_sl_slick_count_total,
.fml-protocols-accordance-slick-count-total {
    display: flex;
    align-items: center;
    background: var(--Accent);
    border-radius: 255px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    gap: 4px;
}

.fml-protocol-scale-title,
.fml-protocol-scale-title {
    font-size: 14px;
}

.fml-protocol-scale-value,
.fml-protocols-accordance-scale-value {
    font-size: 25px;
    font-weight: 700;
    color: var(--Accent);
}

ul.fml-list-scale li:not(:last-child) {
    margin-bottom: 20px;
}

.fml-protocol-items-inner {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.fml-protocol-group.active .fml-protocol-items-inner {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s;
}

.fml-protocol-item-description,
.fml-protocol-item-title,
.fml-protocol-item-caption {
    margin-left: 80px;
}

.fml-protocol-scale-title sup {
    color: #6998B7;
    font-size: 11px;
    top: -0.8em;
}

/* new css */
body .mb-10 {
    margin-bottom: 10px !important;
}

body .mb-55 {
    margin-bottom: 55px !important;
}

body .mb-40 {
    margin-bottom: 40px !important;
}

body .mt-50 {
    margin-top: 50px !important;
}

.width100 {
    width: 100%;
    ;
}

.twenty25-centered-p-ab {
    position: absolute;
    left: 100%;
    max-width: 380px;
    top: 0;
    height: 90%;
    width: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.twenty25-centered-p-ab *,
.twenty25-centered-p-ab.wpb_single_image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.twenty25-badge {
    display: inline-block;
    background-color: var(--Accent);
    color: #fff;
    padding: 4px 10px;
}

.twenty25-uses-list .vc_column-inner>.wpb_wrapper {
    padding: 0 0 0 45px;
    position: relative;
}

.twenty25-uses-list .hyper-text-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.twenty25-uses-list .hyper-text-block h3 {
    font-size: 34px;
    font-weight: bold;
}

.twenty25-uses-list .hyper-text-block sup {
    color: #6998B7;
    font-size: 11px;
    top: -0.8em;
}

.twenty25-uses-list .vc_column-inner>.wpb_wrapper:before {
    content: '';
    top: 20px;
    bottom: 26px;
    left: 0;
    position: absolute;
    background-image: url(../img/black-line.png);
    width: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.fml-protocol-group-count,
.fml-protocols-accordance-count {
    font-size: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 0.6;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.fml-protocol-group:hover .fml-protocol-group-count {
    visibility: visible;
    opacity: 1;
}

body .twenty25-list-image:not(:last-child) {
    margin-bottom: 45px !important;
}

.twenty25-list-image {
    display: flex;
    align-items: center;
}

.twenty25-list-image * {
    width: 50%;
}

.twenty25-list-image.wpb_single_image .vc_single_image-wrapper {
    width: 100%;
}

.twenty25-list-image figure.wpb_wrapper {
    text-align: right;
}

.twenty25-list-image figure.wpb_wrapper img {
    height: 250px;
    width: auto;
    object-fit: contain;
}

.twenty25-list-image .wpb_heading {
    font-size: 28px;
    max-width: 380px;
    text-transform: uppercase;
}

.twenty25-list-image.reverse {
    flex-direction: row-reverse;
}

.twenty25-list-image.reverse figure.wpb_wrapper {
    text-align: left;
}

.twenty25-btn-wrap .vc_column-inner .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

/* Expert In*/
.fml-expert_in-desktop .fml-expert_in-d-group:not(:last-child) {
    margin-bottom: 30px;
}

.fml-expert_in-d-title {
    margin: 0 0 10px;
}

.fml-expert_in-d-title h3 {
    font-size: 32px;
    margin: 0;
}

.fml-expert_in-d-title:before {
    width: 19px;
    height: 15px;
}

.fml-expert_in-d-title,
.fml-expert_in-d-content {
    padding: 0 0 0 37px;
    font-size: 20px;
    line-height: 1.35;
}

/* Scientific Committee*/
body .twenty-25-committee {
    padding-bottom: 0 !important;
}

.fml_scientific_committee_inner>.slick-list {
    margin: 0 -14px;
}

.fml_scientific_committee_outside {
    padding: 0 14px;
}

.fml_scientific_committee_inside {
    position: relative;
}

.fml_scientific_committee_image {
    line-height: 0;
    margin: 0 0 -3px
}

.fml_scientific_committee_image * {
    display: block;
    width: 100%;
    height: auto;
    filter: grayscale(1);
    transition: all 0.3s;
}

.fml_scientific_committee_inside:hover .fml_scientific_committee_image * {
    filter: grayscale(0);
}

.fml_scientific_committee_image img {
    mix-blend-mode: multiply;
}

.fml_scientific_committee_image a {
    background-color: #f1f1f1;
}

.fml_scientific_committee_info {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #fff;
    padding: 24px 10px;
    text-align: center;
    border-radius: 13px;
    color: var(--Accent);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}

.fml_scientific_committee_inside:hover .fml_scientific_committee_info {
    opacity: 1;
    visibility: visible;
}

.fml_scientific_committee_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.fml_scientific_committee_position {
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
}

.fml_scientific_committee_country {
    font-weight: 300;
    font-style: italic;
    color: #878583;
}

/* Award Collection */
.fml_award_collection_outside {
    transition: all 0.4s;
    transform: scale(-1, 1) rotate3d(1, 1, 1, -9deg);
}

.fml_award_collection_outside.slick-active+.fml_award_collection_outside {
    filter: blur(7px);
}

.fml_award_collection_outside.slick-slide:not(.slick-current) {
    filter: blur(7px);
}

.fml_award_collection_outside.slick-active~.fml_award_collection_outside {
    transform: scale(1, 1) rotate3d(1, 1, 1, -9deg);
}

.fml_award_collection_outside.slick-active {
    filter: blur(0px);
    transform: scale(1, 1) rotate3d(1, 1, 1, 0deg);
}

.fml_award_collection_inner.slick-slider {
    width: 33.33%;
    margin: 0 auto;
    overflow: visible;
}

.fml_award_collection_inner.slick-slider>.slick-list {
    overflow: visible;
}

.fml_award_collection_image,
.fml_award_collection_image img {
    width: 100%;
}

.fml_award_collection_info {
    color: #fff;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.4s;
    transition-delay: 0s;
}

.fml_award_collection_outside.slick-active .fml_award_collection_info {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    transition-delay: 0.4s;
}

.fml_award_collection_title {
    font-size: 35px;
    font-weight: 500;
}

.fml_award_collection_description {
    font-weight: 300;
    font-size: 25px;
}

.fml_award_collection_inner.slick-slider>button.slick-arrow {
    background: transparent;
    height: 34px;
    width: 27px;
    font-size: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 50%;
    transform: translateY(-50%);
    color: #898989 !important;
    transition: all 0.3s;
}

.fml_award_collection_inner.slick-slider>button.slick-arrow:hover {
    color: #fff !important;
}

.fml_award_collection_inner.slick-slider>button.slick-arrow:after {
    content: '';
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    border: 7px solid currentColor;
    font-size: 44px;
    transform: rotate(-45deg);
    left: 15px;
}

.fml_award_collection_inner.slick-slider>button.slick-next.slick-arrow {
    transform: scale(-1, 1) translateY(-50%);
}

/* signature molecules*/
.twenty25-signature-sec>.vc_row {
    max-width: 1220px;
    margin: 0 auto !important;
}

.overflolw_hidden.twenty25-signature-sec>.vc_row {
    max-width: 1680px;
}

.fml_our_signature_outside {
    padding: 0 27px;
}

.fml_our_signature_image {
    padding-bottom: calc(1.25 * 100%);
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.fml_our_signature_image>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fml_our_signature_info {
    position: absolute;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.fml_our_signature_inner.slick-slider {
    margin: 0 -27px;
}

.fml_our_signature_title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 5px;
}

.fml_our_signature_description {
    font-weight: 300;
    line-height: 1.35;
}

/* offer */
.twenty25-subtitle {
    font-size: 26px;
    font-weight: 400 !important;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.twenty25-per-use-content {
    margin: 0 0 65px 0 !important;
}

.twenty25-section-title h4,
.twenty25-mat-content h4,
.twenty25-per-use-content h4,
body .twenty25-offer-content h4 {
    font-size: 20px;
}

.twenty25-per-use-content p,
.twenty25-mat-content p {
    font-size: 15px !important;
}

.twenty25-per-use-content h2 {
    font-family: var(--Titlefont);
    font-weight: 600;
    font-size: 50px;
    line-height: 1;
}

.twenty25-section-title h4>span,
body .twenty25-offer-content h4 {
    font-family: var(--Titlefont);
}

.twenty25-section-title h4 {
    margin: 0 0 15px;
}

.twenty25-mat-content h4 {
    margin: 0;
    font-weight: 400;
}

.twenty25-mat-content {
    margin: 0 0 20px !important;
}

.twenty25-icon-list-wrap>.vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

body .twenty25-offer-image {
    margin: 0 !important;
    width: 74px;
}

.twenty25-offer-content {
    width: calc(100% - 74px);
    padding: 0 0 0 8px;
}

body .twenty25-offer-content p {
    margin: 0 !important;
    font-size: 18px !important;
}

.twenty25-offer-img-slider img.attachment-full {
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.twenty25-offer-img-slider .vc_images_carousel ol.vc_carousel-indicators {
    bottom: -40px !important;
}

.twenty25-offer-img-slider {
    margin-bottom: 60px !important;
}

/* card content philosophy */
.fml_philosophy_content_inner.slick-slider {
    margin: 0 -40px;
}

.fml_philosophy_content_inner.slick-slider .slick-track {
    display: flex;
    ;
}

.fml_philosophy_content_outside {
    padding: 32px 26px;
    margin: 0 40px;
    border-radius: 20px;
    background-color: #F3F3F3;
    text-align: center;
    height: auto !important;
}

.fml_philosophy_content_icon,
.fml_philosophy_content_svg {
    text-align: center;
    font-size: 110px;
    margin: 0 0 10px;
}

.fml_philosophy_content_svg {
    width: auto !important;
    height: auto !important;
}

.fml_philosophy_content_icon img,
.fml_philosophy_content_svg svg {
    width: 1em;
    height: 0.9em;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.fml_philosophy_content_title {
    color: var(--Accent);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
}

.fml_philosophy_content_title>span {
    /* display: block; */
    font-size: 35px;
    font-family: var(--Titlefont);
}

.fml_philosophy_content_description {
    text-align: left;
}

body .gform_wrapper.dtm-form_wrapper .gform_body .gform_page_fields {
    width: 100%;
    max-width: 100%;
}

body .gform_wrapper.dtm-form_wrapper ul li.gfield {
    margin: 0 0 35px;
}

body .gform_legacy_markup_wrapper .gsection {
    border: none;
    padding: 0 !important;
}

body .gform_legacy_markup_wrapper .gsection .gfield_label,
body .gform_legacy_markup_wrapper h2.gsection_title,
body .gform_legacy_markup_wrapper h3.gform_title,
body .gform_legacy_markup_wrapper .top_label .gfield_label,
body .gform_legacy_markup_wrapper legend.gfield_label {
    font-size: 22px;
    color: #878583;
    font-weight: 500;
}

body .gform_legacy_markup_wrapper .top_label .gfield_label,
body .gform_legacy_markup_wrapper legend.gfield_label {
    color: var(--Accent);
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 10px 0 0;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container select,
body .gform_wrapper.dtm-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper select,
body .gform_wrapper textarea,
body .gform_wrapper textarea.textarea,
body .gform_wrapper.dtm-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):hover,
body .gform_wrapper select:hover,
body .gform_wrapper textarea:hover,
body .gform_wrapper textarea.textarea:hover,
body .gform_wrapper.dtm-form_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper textarea.textarea:focus,
body .prooftag-form .input-group>input.form-control,
.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select,
.gform_wrapper.gravity-theme .gfield_description {
    min-height: 58px;
    padding: 10px 30px;
    border: none;
    background-color: #EEEEF0;
    border-radius: 10px;
    font-size: 20px;
    color: var(--Accent);
    width: 100%;
    outline: none;
    box-shadow: none;
}

.career-form_wrapper h2.gform_title {
    text-align: center;
    font-weight: 400;
    margin: 0 0 23px;
}

body .gform_wrapper.gravity-theme .gfield_header_item,
body .gform_wrapper.gravity-theme .gform_fileupload_rules,
body .gform_wrapper.gravity-theme .ginput_complex label,
body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 20px;
    font-weight: 500;
}

body .gform_wrapper.gravity-theme .ginput_complex input,
body .gform_wrapper.gravity-theme .ginput_complex select,
body .gform_wrapper.gravity-theme .gfield_description {
    background-color: #EEEEF0;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    padding: 14px 28px;
    line-height: 1.5;
    color: #878583;
}

body .gform_wrapper.gravity-theme .gfield_description:before {
    background-image: url(../img/fileicon.png);
    ;
    content: '';
    width: 1em;
    height: 1.3em;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: -0.15em 0;
}

body .gform_wrapper.gravity-theme .gfield_description {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

body .gform_wrapper.gravity-theme .ginput_complex input::placeholder {
    color: #878583;
}

body .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_fileupload {
    display: none;
}

body .gform_legacy_markup_wrapper #gform_page_11_1 .top_label div.ginput_container {
    max-width: 457px;
}

body .gform_wrapper.gravity-theme .ginput_complex .ginput_address_country {
    position: relative;
}

body .ginput_container_select:after,
body .gform_wrapper.gravity-theme .ginput_complex .ginput_address_country:after {
    z-index: 1;
    content: 'v';
    border: none;
    display: block;
    background-image: none;
    font-size: 20px;
    transform: scale(2, 1) translateY(-50%);
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 25px;
}

#gform_wrapper_11 .gform_page_footer,
.maxwidth_640 {
    max-width: 100%;
    justify-content: flex-start;
    gap: 12px;
}

body .gform_wrapper.dtm-form_wrapper .gform_page_footer .button {
    min-width: auto;
    border: 1px solid;
    width: auto;
}

body .gform_wrapper.dtm-form_wrapper .gform_page_footer .button.gform_previous_button[type="button"]:not(:hover) {
    background-color: transparent !important;
    border: 1px solid var(--Accent);
    color: var(--Accent);
}

body .gform_legacy_markup_wrapper ul.gfield_checkbox li,
body .gform_legacy_markup_wrapper ul.gfield_radio li {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
}

body .gform_legacy_markup_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin: 0;
    width: 17px;
}

body .gform_legacy_markup_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    font-size: 16px;
    line-height: 1.375;
}

.gform_page_fields .steps-form-wrapper {
    text-align: center;
    margin: 0 0 70px;
}

.instagram-gallery__actions,
body .gform_legacy_markup_wrapper .gform_validation_errors>h2.hide_summary .gform-icon {
    display: none;
}

body .gform_legacy_markup_wrapper li.gfield.gfield_error,
body .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    border: none;
    padding: 0;
}

body .gform_legacy_markup_wrapper .gfield_required {
    color: currentColor;
}

.twenty25-contact-content {
    margin: 150px 0 0;
}

body .twenty25-contact-content>p {
    font-size: 16px !important;
    line-height: 1.375 !important;
}

body .twenty25-contact-content>p a {
    color: #6998B7;
}

body .gform_wrapper.dtm-form_wrapper .gform_page:nth-of-type(3) ul.gform_fields li.gfield .gfield_label {
    display: block;
}

/* They talk about use */
.fml_they_talk_about_us_icon svg {
    width: 136px;
    height: auto;
}

.fml_they_talk_about_us_title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.13;
    font-weight: bold;
    max-width: 880px;
    text-align: center;
    margin: 0 auto;
}

.fml_they_talk_about_us_icon {
    text-align: center;
    margin: 0 0 -25px;
}

.fml_they_talk_about_us_slider_nav {
    margin: 120px 0 0;
}

.fml_they_talk_about_us_outside_nav {
    cursor: pointer;
}

.fml_they_talk_about_us_image img {
    width: 80%;
    height: 45px;
    object-fit: contain;
    opacity: 0.4;
    transition: all 0.3s;
    margin: 0 auto;
}

.fml_they_talk_about_us_outside_nav.slick-current .fml_they_talk_about_us_image img {
    opacity: 1;
}

/* news tabs */
.fml_cp_search_sortby_wrapper {
    max-width: 663px;
    margin: 0 auto 40px;
}

.fml_cp_search {
    position: relative;
}

.fml_cp_search input.form-control {
    min-height: 54px;
    background-color: rgba(255, 255, 255, 0.63);
    height: auto;
    border: none;
    border-radius: 10px;
    padding: 5px 22px;
    font-size: 20px;
    color: var(--Accent);
    outline: none;
    box-shadow: none;
}

.fml_cp_search input.form-control::placeholder {
    color: rgb(45 41 38 / 44%) !important;
}

.search__btn svg {
    width: 1em;
    height: 1em;
}

.search__btn {
    line-height: 0;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
}

.fml_news_filter_wrapper {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0 0 70px;
    flex-wrap: wrap;
}

.fml_news_filter_wrapper>label {
    margin: 0;
    cursor: pointer;
}

.fml_news_filter_wrapper>label>input {
    display: none;
}

.fml_news_filter_wrapper>label>span {
    font-size: 20px;
    line-height: 1.4;
    min-height: 42px;
    padding: 2px 25px;
    border: 1px solid #707070;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 4px;
    color: var(--Accent);
    transition: all 0.3s;
}

.twenty25-library .fml_news_filter_wrapper>label:not(:first-child):not(:last-child)>span {
    text-transform: uppercase;
}

.fml_news_filter_wrapper>label>input:checked~span {
    background-color: var(--Accent);
    color: #fff;
}

.fml_news_filter_wrapper>label>span:before {
    content: '';
    width: 0.9em;
    height: 0.4em;
    border: 0.2em solid currentColor;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    margin: -4px 10px 0 0;
    display: none;
}

.fml_news_filter_wrapper>label>input:checked~span:before {
    display: inline-block;
}

.fml_cp_list_wrapper,
.fml_sl_list_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px -50px;
}

.fml_cp_list_content_list,
.fml_sl_list_content_list {
    width: 25%;
    padding: 0 28px 50px;
}

.fml_sl_list_content_list {
    width: 33.33%;
}

.fml_cp_list_image,
.fml_sl_list_image {
    position: relative;
    padding-bottom: calc(0.7 * 100%);
    margin: 0 0 20px;
    border-radius: 13px;
    overflow: hidden;
}

.fml_sl_list_image {
    padding-bottom: calc(1.1* 100%);
    width: 80%;
}

.fml_cp_list_image *,
.fml_sl_list_image * {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    object-fit: cover;
}

.fml_cp_list_title a,
.fml_sl_list_title a,
.fml_cp_list_title a:hover,
.fml_sl_list_title a:hover,
.fml_cp_list_title a:focus,
.fml_sl_list_title a:focus {
    color: var(--Accent);
}

.fml_cp_list_title h3,
.fml_sl_list_title h4 {
    font-size: 30px;
    line-height: 1.13;
    margin: 0 0 5px;
    text-align: left;
}

.fml_sl_list_title h4 {
    font-size: 28px;
}

.fml_cp_list_description,
.fml_sl_list_description {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.4;
    text-align: left;
}

.fml_sl_list_description {
    font-size: 18px;
}

.read_more_wrapper a {
    color: var(--Accent);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: underline;
}

.fml_loadmore_wrapper,
.fml_sl_loadmore_wrapper {
    margin: 55px 0 0;
    text-align: center;
}

.fml_sl_list_image {
    width: 100%;
    padding-bottom: calc(1.4* 100%);
}

.prooftag-form .input-group>input.form-control {
    text-align: left;
}

body .prooftag-form .input-group {
    position: relative;
    padding: 0;
}

body .prooftag-form .input-group>.input-group-append {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.prooftag-form {
    max-width: 490px;
}

body .prooftag-form .input-group>.input-group-append>.search-btn {
    padding: 0;
    background: transparent;
    color: var(--Accent);
    border: none;
    font-size: 22px;
}

div[class*="twenty25-procedure-row-"] {
    background-color: #EEEEF0;
    padding: 57px 60px;
}

body div.twenty25-procedure-row-top {
    padding-bottom: 0;
    border-radius: 14px 14px 0 0;
}

body div.twenty25-procedure-row-bottom {
    padding-top: 0;
    border-radius: 0 0 14px 14px;
    display: flex;
    align-items: center;
}

body .twenty25-procedure-list {
    display: flex;
    margin: 0;
    align-items: center;
    gap: 18px;
    position: relative;
}

body .twenty25-procedure-list h6 {
    width: 44px;
    height: 44px;
    background-color: var(--Accent);
    color: #fff;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    flex-grow: 0;
    flex-shrink: 0;
}

body .twenty25-procedure-list p {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0;
}

body div.twenty25-procedure-row-bottom>.wpb_column>.vc_column-inner {
    padding: 0 70px;
}

body .twenty25-procedure-list:before {
    content: '';
    background-color: var(--Accent);
    opacity: 0.21;
    position: absolute;
    right: 100%;
    height: 2px;
    width: 83px;
    margin: 0 50px;
    top: 50%;
    transform: translateY(-50%)
}

body div.twenty25-procedure-row-bottom>.wpb_column:first-child>.vc_column-inner .twenty25-procedure-list:before {
    display: none;
}

/* feedback 2025/17/01 */
.middle-column-content .vc_column-inner .wpb_wrapper {
    max-width: 300px;
    margin-inline: auto;
}

.twenty-25-smart-section {
    overflow-x: clip;
}

.twenty25-injection-img .vc_single_image-wrapper {
    transition: var(--transition);
    transform: translateX(100%);
}

.twenty25-pro-sec-row .wpb_wrapper .video-container {
    background-color: transparent;
    padding-bottom: 86%;
}

.twenty25-pro-sec-row .wpb_wrapper .video-container iframe {
    left: 50%;
    transform: translateX(-50%);
}

.trigger-one,
.trigger-two,
.trigger-three {
    position: relative;
}

.hyper-text-block.hover-one {
    position: absolute;
    background: #1d1d1b;
    padding: 15px;
    color: #fff;
    display: block;
    z-index: 2;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.hyper-text-block.hover-one h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.hyper-text-block.hover-one div {
    font-size: 13px;
    font-weight: 400;
}

.trigger-two:hover .hyper-text-block.hover-one,
.trigger-three:hover .hyper-text-block.hover-one,
.trigger-one:hover .hyper-text-block.hover-one {
    opacity: 1;
    visibility: visible;
}

.hyper-text-block.hover-two {
    top: 100px;
}

.hyper-text-block.hover-three {
    top: 150px;
}

.hyper-text-block.hover-one div a {
    color: #6998B7;
    text-decoration: none;
}

body .twenty25-just-video .vc_column_container>.vc_column-inner,
body .custom-vimeo-element .vc_column_container>.vc_column-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.fml-background-video-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.twenty-25-right-full-image .fml-background-video-wrapper {
    height: auto;
    padding-bottom: 60%;
}

body .twenty25-just-video .fml-background-video-wrapper {
    height: 1090px;
}

.twenty25-square-img .vc_single_image-wrapper {
    position: relative;
    padding-bottom: 100% !important;
    overflow: hidden;
}

.twenty25-square-img .vc_single_image-wrapper>img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.twenty25-has-square-vid .fml-background-video-wrapper {
    padding-bottom: 100%;
}

.fml-background-video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* min-height: 100vh;
	 min-width: 177.77vh;
	 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.twenty25-has-square-vid .fml-background-video-wrapper iframe {
    height: 100%;
}

.twenty25-fixedbg .fml-background-video-wrapper iframe {
    position: fixed;
}

.twenty25-fixedbg {
    display: block;
    clip-path: inset(0 0 0 0);
}

.fml-overlay-text {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 2;
    text-align: center;
}

.fml-overlay-text {
    display: flex;
    justify-content: center;
}

#sentence_animation_section .fml-background-video-container .fml-overlay-text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.fml-overlay-text h2 {
    flex-grow: 0;
    flex-shrink: 0;
}

.fml-overlay-text span {
    color: var(--white);
    text-align: center;
    font-family: var(--BodyFont);
}

.twenty25-two-video .fml-background-video-container+.fml-background-video-container,
.twenty-25-mobile,
.twenty25-hide {
    display: none !important;
}

.wpb_single_image.wpb_content_element.vc_align_left.twenty25-overlay-img {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(29, 29, 27);
    background: linear-gradient(0deg, rgba(29, 29, 27, 1) 0%, rgba(29, 29, 27, 0) 100%);
    margin: 0;
    height: 500px;
    display: flex;
    align-items: flex-end;
    padding: 32px;
}

.wpb_single_image.wpb_content_element.vc_align_left.twenty25-overlay-img img {
    width: 100%;
    max-width: 250px;
    display: block;
    margin-inline: auto;
    height: auto;
}

.fml_Key_principles_svg svg {
    width: 100%;
    height: 100%;
}

.twenty25-react-section .wpb_wrapper {
    max-width: 670px;
}

/* Insta , Linkedin feed */
.twenty25-feed-wrapper {
    display: flex;
    gap: 153px;
    max-width: 1236px !important;
}

.twenty25-feed-wrapper>.wpb_column.vc_column_container {
    background-color: #EEEEF0;
    border-radius: 37px;
    padding: 42px;
}

.twenty25-feed-wrapper>.wpb_column.vc_column_container .wpb_wrapper .hyper-text-block {
    margin-bottom: 25px !important;
}

.twenty25-feed-wrapper>.wpb_column.vc_column_container .wpb_wrapper .hyper-text-block p {
    font-size: 24px !important;
    font-weight: 400;
}

.twenty25-feed-wrapper>.wpb_column.vc_column_container .wpb_wrapper .hyper-text-block p img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin-right: 8px;
}

.twenty25-feed-wrapper .instagram-gallery-square .instagram-gallery-item__media-wrap {
    padding-top: 120%;
}

.twenty25-feed-wrapper.vc_row:after,
.twenty25-feed-wrapper.vc_row:before {
    content: none;
}

.twenty25-toggle-btn .fa-adjust {
    width: 1em;
    height: 1em !important;
    background-color: #fff;
    position: absolute;
    top: 40%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.twenty25-toggle-btn .fa-adjust:before,
.twenty25-toggle-btn .fa-adjust:after {
    content: '';
    width: 50%;
    height: 0.07em;
    background-color: #000000;
    position: absolute;
    top: 50%;
    right: 4px;
}

.twenty25-toggle-btn .fa-adjust:after {
    transform: rotate(90deg);
}

/* career */
.twenty25-soc-icon-wrap>.vc_column-inner>.wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 80px;
}

body .twenty25-soc-icon.hyper-text-block a {
    font-size: 16px;
    text-decoration: none;
    color: var(--primaryColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 400;
}

body .twenty25-soc-icon a img {
    width: 1em;
    height: 1em;
    object-fit: contain;
    margin: 0 auto 5px;
    font-size: 45px;
    line-height: 0;
}

/* work culture */
.fml_work_culture_top_content {
    padding: 0 20px;
    text-align: center;
}

.fml_work_culture_slider_for .slick-list {
    margin: 0 -20px;
}

.fml_work_culture_image img {
    width: 0.6em;
    height: 1em;
    object-fit: contain;
    font-size: 130px;
    display: block;
    margin: 0 auto;
}

.fml_work_culture_image {
    margin: 0 0 16px;
}

.fml_work_culture_description p {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.1;
}

.fml_work_culture_title h3 {
    margin: 0 0 1em;
}

.career-form_wrapper h2.gform_title {
    text-align: center;
    font-weight: 400;
    margin: 0 0 23px;
}

body .twenty25-section-stretch>.twenty25-single-img:not(.twenty25-marquee):not(.twenty25-image-slide-cover) {
    max-width: 100% !important;
    margin-right: 0 !important;
    padding-top: 120px;
}

body .twenty25-section-stretch>.twenty25-single-img:not(.twenty25-marquee):not(.twenty25-image-slide-cover) img {
    height: 700px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.language-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: currentColor;
    line-height: 1;
    font-size: inherit;
}

.language-dropdown .select2-container--default .select2-selection--single {
    background: #4B4B4D;
    border: none;
}

.language-dropdown .select2-container .select2-selection--single {
    height: auto;
    color: #fff;
    padding: 10px 5px;
    border-radius: 10px;
    font-size: 16px;
}

.language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.6em;
}

.language-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,
.language-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 2px solid currentColor;
    margin: 0;
    width: 0.35em;
    height: 0.35em;
    position: static;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-top: -0.5em;
}

.language-dropdown .select2-container {
    width: auto !important;
}

body>.select2-container {
    z-index: 9999;
    margin: -5px 0 0;
}

body .select2-container--default .select2-results>.select2-results__options {
    position: relative;
}

body .select2-dropdown {
    background: #4B4B4D;
    border-radius: 0 0 10px 10px;
    border: none;
}

body .select2-results__option,
body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    text-align: center;
    color: #fff;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    padding: 5px;
}

footer#fml_footer .gform_confirmation_wrapper {
    color: #fff;
}

.fml-visible-benefits-section {
    visibility: hidden;
}

.ua_circle_percent {
    font-size: 100px;
    width: 5.5em;
    height: 5.5em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
    background-image: conic-gradient(#ffa7ce 0% 0%, #f3f3f3 0% 100%);
    transition: background-image 2s;
}

.circle_inbox {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    border-radius: 50%;
    background-color: #f3f3f3;
    background-image: url(../img/center.png);
    background-repeat: no-repeat;
    background-position: center;
}

.ua_circle_progressbar_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fml-center-image img {
    display: none !important;
}

.fml-visible-benefits-item {
    background: #f3f3f3;
}

.fml-visible-benefits-item:not(:first-child) {
    padding: 20px;
}

.fml_footer_form form .gform-body>.gform_fields .gfield--type-html .arrow_icon * {
    padding: 0;
    font-size: 0;
    background: transparent !important;
    width: 100%;
    height: 100%;
    display: block !important;
    margin: 0;
}

footer#fml_footer .gform_wrapper.gravity-theme .gform_footer {
    display: none;
}

.fml_footer_form form .gform-body>.gform_fields .gfield>.validation_message {
    display: none;
}

body #skin-hero-section {
    background-position: left center !important;
}

#home_banner {
    position: relative;
}

body #home_banner::after {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: block;
    opacity: 0.25;
}

.twenty25-impact-main {
    margin: 0 !important;
    left: 0;
    right: -30px;
    opacity: 0;
    visibility: hidden;
    background-color: #444444;
    min-height: auto;
    bottom: 0;
    top: inherit;
    padding: 80px 18px;
    border-radius: 10px;
}

.twenty25-impact-main.active {
    opacity: 1;
    visibility: visible;
}

.twenty25-toggle-btn.twenty25-button button.vc_general {
    background-color: #444444;
    border: none;
    background-image: none;
    color: #fff;
}

.twenty25-toggle-btn.twenty25-button button.vc_general i.entypo-icon {
    color: #444444;
    background-color: #fff;
    border-radius: 99px;
    padding: 3px;
    height: auto;
    font-size: 22px;
    line-height: 1;
    right: 10px !important;
}

div.twenty25-button {
    display: block !important;
    margin-top: 32px;
}

span.close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 1em;
    height: 1em;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

span.close-btn:before,
span.close-btn:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    border-radius: 13px;
    transform: rotate(45deg);
}

span.close-btn:after {
    transform: rotate(-45deg);
}

/* tooltip */
.fml-visible-benefits-caption,
.popup_button,
.tooltip-trigger {
    position: relative;
    display: inline-block;
}

.fml-vb-tooltip-content,
.popup_content,
.tooltip-trigger .tooltip-trigger-text {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

.fml-vb-tooltip-content {
    width: 300px;
    bottom: 60%;
}

.tooltip-trigger .tooltip-trigger-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.popup_button sup,
.tooltip-trigger sup {
    cursor: pointer;
}

.fml-visible-benefits-caption .benefit-number:hover+.fml-vb-tooltip-content,
.popup_button sup:hover+.popup_content,
.tooltip-trigger sup:hover+.tooltip-trigger-text,
.fml-visible-benefits-item:hover .fml-vb-tooltip-content {
    visibility: visible;
    opacity: 1;
}

.fml-background-video-wrapper .fml-overlay-text h2 {
    margin: 0;
    color: var(--black);
}

.fml-background-video-wrapper .fml-overlay-text {
    font-size: 45px;
    line-height: 1.112;
    font-weight: var(--medium);
    color: var(--white);
}

.fml-background-video-wrapper .fml-overlay-text {
    gap: 12px;
}

.single-post .fml_cpt_post_list_widget {
    display: none;
}

/* coming soon pop up =================================================== */
.fml_skin_diagnostic_main_wrapper {
    margin-top: 74px;
}

/* .fml_skin_diagnostic_main_wrapper {
	 position: fixed;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: #fff;
	 z-index: 9999;
	 opacity: 0;
	 visibility: hidden;
	 transition: var(--transition);
}
 */
/* .admin-bar .fml_skin_diagnostic_main_wrapper {
	 top: 32px;
}
 */
/* body:has(.fml_skin_diagnostic_main_wrapper.in) {
	 position: fixed;
	 overflow: hidden;
}
 .fml_skin_diagnostic_main_wrapper.in {
	 opacity: 1;
	 visibility: visible;
}
 */
.fml-custom-layout {
    display: flex;
}

/* steps 4+ (anything after step 3) */
body[class*="gf-step-"] .fml-left-content {
    width: 40%;
}

body[class*="gf-step-"] .fml-right-content {
    width: 60%;
}

/* override for steps 1-3 */
/* body.gf-step-1 .fml-left-content, body.gf-step-2 .fml-left-content, body.gf-step-3 .fml-left-content, body.gf-step-4 .fml-left-content, body.gf-step-5 .fml-left-content, body.gf-step-6 .fml-left-content, body.gf-step-7 .fml-left-content, body.gf-step-14 .fml-left-content, body.gf-step-15 .fml-left-content{
	 width: 50%;
}
 body.gf-step-1 .fml-right-content, body.gf-step-2 .fml-right-content, body.gf-step-3 .fml-right-content, body.gf-step-4 .fml-right-content, body.gf-step-5 .fml-right-content, body.gf-step-6 .fml-right-content, body.gf-step-7 .fml-right-content, body.gf-step-14 .fml-right-content, body.gf-step-15 .fml-right-content{
	 width: 50%;
}
 */
body.gf-step-1 .fml-left-content,
body.gf-step-5 .fml-left-content,
body.gf-step-10 .fml-left-content,
body.gf-step-14 .fml-left-content,
body.gf-step-19 .fml-left-content {
    width: 50%;
}

body.gf-step-1 .fml-right-content,
body.gf-step-5 .fml-right-content,
body.gf-step-10 .fml-right-content,
body.gf-step-14 .fml-right-content,
body.gf-step-19 .fml-right-content {
    width: 50%;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
    text-align: center;
}

.fml-right-content {
    padding: 64px 84px;
    /* padding-top: 125px; */
    text-align: center;
    /* max-width: 1200px;
	 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

    @media (max-width:1024px) {
        padding-inline: 32px;
    }
}

.fml-right-content .gform_page .gform_page_fields {
    min-height: 450px;

    @media (max-width:767px) {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.fml_skin_diagnostic_main_wrapper .fml-right-content .fml-step-header>span {
    font-size: 26px;
    font-weight: var(--regular);
    margin-bottom: 5px;
    display: block;

    @media (max-width:1024px) {
        font-size: 18px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage span {
    font-size: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    line-height: 1;
    margin: 0;
}

.fml_skin_diagnostic_main_wrapper div.gf_progressbar_wrapper::before,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 145px;
    height: 1px;
    z-index: -1;
    width: calc(50% - 250px);
    background-color: #1D1D1B;

    @media (max-width:767px) {
        left: 84px;
        width: calc(50% - 153px);
    }
}

.fml_skin_diagnostic_main_wrapper div.gf_progressbar_wrapper::before {
    left: auto;
    right: 164px;
    z-index: 5;
    width: calc(50% - 275px);
    transform: none;
    top: 35px;

    @media (max-width:767px) {
        right: 100px;
        width: calc(50% - 168px);
        top: 27px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage span::before {
    content: "Your beauty profile";
    font-size: 20px;
    font-weight: var(--regular);
    color: #878583;
    z-index: 22;
}

.fml-right-content .fml-step-header p,
.fml-right-content .fml-step-header h2 {
    margin-bottom: 50px;

    @media (max-width:767px) {
        margin-bottom: 32px;
    }
}

.fml-right-content .fml-step-header p {
    font-size: 20px;
    font-weight: var(--regular);
    line-height: 1.35;
    max-width: 580px;
    margin-inline: auto;
    display: block;

    @media (max-width:767px) {
        font-size: 16px;
    }
}

.fml-right-content .fml-step-header h2 span {
    font-family: var(--Titlefont);
    font-weight: var(--bold);
    font-size: 50px;
    display: inline-block;
    margin: 0;

    @media (max-width:767px) {
        font-size: 40px;
    }
}

div.fml-left-image img {
    width: 100%;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_title,
.fml_skin_diagnostic_main_wrapper .gform_heading {
    display: none;
}

.fml_skin_diagnostic_main_wrapper div.gf_progressbar_wrapper {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
}

.fml_skin_diagnostic_main_wrapper .fml_skin_diagnostic_close_btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar {
    background: #EEEEF0;
    border-radius: 0;
    position: relative;
    height: 66px;

    @media (max-width:767px) {
        height: 55px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar::before,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar::after {
    content: "About you";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: var(--regular);
    left: 30px;
    color: #878583;

    @media (max-width:767px) {
        left: 10px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar::after {
    content: "Your lifestyle";
    left: auto;
    right: 30px;
    ;

    @media (max-width:767px) {
        right: 10px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage {
    border-radius: 0 !important;
    height: 100%;
}

.fml-left-image {
    height: 100%;
    /* min-height: calc(100svh - 75px);
	 */
    min-height: 950px;
}

.fml-left-content .fml-left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 950px;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper .final-submission-form .gform_page_footer input.button:not(.gform_next_button)[type="submit"],
.fml_skin_diagnostic_main_wrapper button,
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_footer input.button,
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_footer input[type=submit],
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button,
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 17px;
    font-weight: var(--medium);
    border-radius: 35px;
    padding: 15px 30px;
    background-color: #2D2926;
    text-transform: uppercase;
    height: auto;
    line-height: 1;
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid #2D2926;

    &:hover {
        background-color: transparent;
        color: #2D2926;
    }

    @media (max-width:767px) {
        font-size: 14px;
    }
}

/* .fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button.gform_previous_button{
	 display: none!important;
}
 */
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button:not(.gform_next_button) {
    position: absolute;
    left: 37px;
    top: 110px;
    color: #2D2926;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    background-image: url(https://fillmed.com/wp-content/uploads/2025/08/left_arrow.svg);
    background-position: 0px 0px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    margin: 0;
    padding-left: 16px;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button:not(.gform_next_button):hover,
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button:not(.gform_next_button):focus {
    box-shadow: none;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_checkbox,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_radio {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    row-gap: 35px;

    @media (max-width:767px) {
        gap: 10px;
        row-gap: 10px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select.button-toggle .gfield_radio {
    gap: 0;
    border: 1px solid #2D2926;
    border-radius: 99px;
    width: fit-content;
    margin-inline: auto;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_checkbox input,
.fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_radio input {
    display: none;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_checkbox label,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_radio label {
    font-size: 22px;
    font-weight: var(--regular);
    border: 1px solid #2D2926;
    line-height: 1;
    padding: 15px 30px;
    cursor: pointer;
    border-radius: 99px;
    transition: var(--transition);

    @media (max-width:767px) {
        font-size: 18px;
    }

    @media (max-width:767px) {
        font-size: 15px;
        padding: 12px 20px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select.button-toggle .gfield_radio label {
    border: none;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_checkbox label:hover,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_radio input:checked+label,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_checkbox input:checked+label {
    background-color: #2D2926;
    color: var(--white);
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline.button_select .gfield_radio label:hover {
    background-color: inherit;
    color: inherit;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio::before {
    left: 0;
    position: absolute;
    content: "";
    bottom: 8px;
    right: 0;
    background-color: #2D2926;
    height: 1px;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 5px;
    padding: 0;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio .gchoice:first-child {
    align-items: flex-start;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio .gchoice:last-child {
    align-items: flex-end;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio .gchoice label {
    font-size: 22px;

    @media (max-width:767px) {
        font-size: 16px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio .gchoice input {
    width: 18px;
    height: 18px;
    background-color: var(--white);
    z-index: 2;
    cursor: pointer;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield.gf_list_inline:not(.button_select) .gfield_radio .gchoice input:checked {
    accent-color: #000;
}

.fml_skin_diagnostic_main_wrapper .fml-right-content .gform_wrapper.gravity-theme .gform_page_footer {
    text-align: right;
    padding: 0;
    margin: 0;
}

.fml_skin_diagnostic_main_wrapper .fml-right-content .gform_wrapper.gravity-theme .gform_page.step-female-2-wrapper .gform_page_footer,
.fml_skin_diagnostic_main_wrapper .fml-right-content .gform_wrapper.gravity-theme .gform_page.step-1-wrapper .gform_page_footer,
.fml_skin_diagnostic_main_wrapper .fml-right-content .gform_wrapper.gravity-theme .gform_page.step-female-7-wrapper .gform_page_footer {
    text-align: center;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gform_fields fieldset {
    margin-bottom: 64px;

    @media (max-width:767px) {
        margin-bottom: 32px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gform_fields fieldset input {
    max-width: 500px;
    color: #1d1d1b;
    background-color: #EEEEF0;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gform_fields fieldset input::placeholder {
    color: #878583 !important;
    opacity: 1;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper {
    width: 100%;
}

body .gform_wrapper.gravity-theme .gfield_description.validation_message {
    font-size: 16px;
    font-weight: 400;
    color: #c02b0a;
    justify-content: center;
}

div img.gform_ajax_spinner {
    height: 35px !important;
    width: 35px !important;
    position: absolute;
    right: 115px;
    margin-bottom: -60px;
    margin-top: 60px;
    object-fit: contain;

    @media (max-width:1024px) {
        right: 70px;
    }
}

.step-female-7-wrapper img.gform_ajax_spinner,
.step-1-wrapper img.gform_ajax_spinner,
.step-female-2-wrapper img.gform_ajax_spinner {
    right: calc(50% - 38px);
    transform: translateX(-50%);
}

.gform_wrapper.gravity-theme .field_description_above.button-toggle .gfield_description {
    background-color: transparent;
    padding: 0;
    text-align: center;
    color: #2D2926;
    font-size: 22px;
    font-weight: var(--regular);
    display: block;

    @media (max-width:767px) {
        font-size: 16px;
    }
}

.gform_wrapper.gravity-theme .field_description_above.button-toggle .gfield_description::before {
    content: none;
}

.gform_wrapper.gravity-theme .improve-wrapper .ginput_container_image_choice .gfield_radio,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gfield_radio {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    @media (max-width:767px) {
        grid-template-columns: repeat(1, 1fr);
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gfield_radio .gchoice {
    inline-size: inherit;
    max-inline-size: inherit;
    min-inline-size: inherit;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gfield-choice-image-wrapper {
    /* aspect-ratio: 1 / 3.6;
	 */
    aspect-ratio: 1 / 2.6;
    max-height: 450px;
    width: 100%;

    @media (max-width:880px) {
        aspect-ratio: 1 / 2;
    }

    @media (max-width:767px) {
        aspect-ratio: 2;
    }
}

.skin-type-wrapper .ginput_container_image_choice span.gfield-image-choice-wrapper-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding: 10px;
}

.improve-wrapper .gfield-image-choice-wrapper-inner,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice span.gfield-image-choice-wrapper-inner input {
    display: none;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice span.gfield-image-choice-wrapper-inner label .skin-diag-25-title-img-choice {
    font-size: 20px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: var(--bold);
    margin-bottom: 10px;
    overflow-wrap: break-word;

    @media (max-width:1024px) {
        font-size: 18px;
    }

    @media (max-width:767px) {
        font-size: 16px;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice span.gfield-image-choice-wrapper-inner label .skin-diag-25-text-img-choice {
    font-size: 15px;
    color: var(--white);
    text-align: center;
    max-width: 90%;
    margin-inline: auto;
    line-height: 1.3;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out;

    @media (max-width:767px) {
        display: block;
    }
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gchoice:has(input:checked) .gfield-image-choice-wrapper-outer .gfield-image-choice-wrapper-inner .gform-field-label .skin-diag-25-text-img-choice,
.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gfield-image-choice-wrapper-outer:hover .gfield-image-choice-wrapper-inner .gform-field-label .skin-diag-25-text-img-choice {
    max-height: 300px;
}

body .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield legend.gfield_label {
    margin: 0;
    padding-bottom: 1px;
}

.step-female-9-wrapper .routine-main-wrapper .section-title h3,
body .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gfield_label h3,
body .gform_wrapper.gravity-theme .button-toggle .gfield_label h3,
.step-female-6-wrapper .face-map-main-wrapper h3.title,
.fml_skin_diagnostic_main_wrapper .step-female-5-wrapper .gform_fields .gfield_label,
.fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_fields .improve-wrapper .gfield_label {
    font-size: 32px;
    font-weight: var(--medium);
    margin-bottom: 40px;

    @media (max-width:767px) {
        margin-bottom: 25px;
        font-size: 20px;
    }
}

.step-female-6-wrapper .face-map-main-wrapper h3.title {
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .improve-wrapper .ginput_container_image_choice .gfield_radio {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.step-female-6-wrapper .face-map-main-wrapper p.subtitle {
    font-size: 22px;
    font-weight: var(--regular);

    @media (max-width:767px) {
        font-size: 15px;
    }
}

.face-map-main-wrapper .face-map .marker input {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #2D2926;
    border-radius: 50%;
    position: relative;

    @media (max-width:767px) {
        width: 11px;
        height: 11px;
        border-width: 1px;
    }
}

.face-map-main-wrapper .face-map .marker input:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #1D1D1B;
    border-radius: 50%;

    @media (max-width:767px) {
        width: 6px;
        height: 6px;
    }
}

.face-map-main-wrapper .face-map .marker input:checked {
    border-color: #1D1D1B;
}

.face-map {
    width: 300px;
    height: 400px;
    margin: 70px 0;
    margin-inline: auto;
    background-image: url(https://fillmed.com/wp-content/uploads/2025/08/female.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;

    @media (max-width:767px) {
        width: 160px;
        height: 250px;
        margin: 0 auto 20px;
    }
}

.face-map .marker {
    position: absolute;
    display: flex;
    align-items: center;
    min-width: 300px;
    justify-content: space-between;
    font-size: 24px;
    font-weight: var(--bold);
    font-family: var(--Titlefont);
}

.face-map .marker::before {
    content: "";
    height: 1px;
    background-color: #2D2926;
    width: 90%;
    right: 18px !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;

    @media (max-width:767px) {
        right: 18px;
    }
}

label.marker.neck::before,
label.marker.mouth::before,
label.marker.eyes::before {
    left: 18px !important;
    right: auto;

    @media (max-width:767px) {
        left: 18px !important;
    }
}

.face-map .marker .label {
    position: relative;
    z-index: 22;
    background-color: var(--white);
    padding-right: 15px;
}

label.marker.neck .label,
label.marker.mouth .label,
label.marker.eyes .label {
    padding: 0 0 0 15px;
}

label.marker.forehead {
    flex-direction: row-reverse;
    top: 105px;
    right: 218px;

    @media (max-width:767px) {
        top: 68px;
        right: 115px;
    }
}

label.marker.eyes {
    top: 125px;
    left: 138px;

    @media (max-width:767px) {
        top: 85px;
        left: 75px;
    }
}

label.marker.cheek {
    top: 200px;
    right: 240px;
    flex-direction: row-reverse;

    @media (max-width:767px) {
        top: 119px;
        right: 128px;
    }
}

label.marker.mouth {
    top: 220px;
    left: 133px;

    @media (max-width:767px) {
        top: 131px;
        left: 73px;
    }
}

label.marker.chin {
    bottom: 95px;
    flex-direction: row-reverse;
    right: 187px;

    @media (max-width:767px) {
        bottom: 64px;
        right: 100px;
    }
}

label.marker.neck {
    bottom: 68px;
    left: 180px;

    @media (max-width:767px) {
        bottom: 46px;
        left: 102px;
    }
}

body .gform_wrapper.gravity-theme .button-toggle .gfield_label h3,
body .gform_wrapper.gravity-theme .button-toggle .gfield_label {
    margin: 0 0 5px;
}

body .gform_wrapper.gravity-theme .step-female-10-wrapper .button-toggle .gfield_label h3 {
    margin: 0 0 40px;
}

.fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 30px;
    align-items: flex-start;

    @media (max-width:1150px) {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 15px;
    }

    @media (max-width:767px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

.fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox .gfield_checkbox img {
    width: 100%;
}

.fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
    padding: 0;
    position: relative;
}

.fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox .gfield_checkbox .gchoice:where(:has(input:checked))::after {
    font-family: gform-icons-theme !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    text-transform: none;
    align-items: center;
    background-color: #000;
    block-size: 22px;
    border-radius: 50%;
    color: #fff;
    content: "\e917";
    display: flex;
    filter: drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));
    font-size: 16px;
    inline-size: 22px;
    inset-block-start: 10px;
    inset-inline-end: 10px;
    justify-content: center;
    position: absolute;
    z-index: 5;

    @media (max-width:767px) {
        block-size: 30px;
        inline-size: 30px;
        font-size: 20px;
    }
}

body .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
    background-color: var(--black);
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper .final-submission-form .gform_page_footer input.button:not(.gform_next_button) {
    padding: 0;
    position: static;
    background-image: none;
    height: auto !important;
    color: var(--white);
    width: auto;
    margin-inline: auto;
}

.final-submission-form {
    max-width: 640px;
    margin-inline: auto;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield input[type="email"] {
    color: #1d1d1b;
    font-size: 22px;
    background-color: #EEEEF0;
    border-radius: 6px;
    padding: 14px 30px;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield input[type="email"]::placeholder {
    color: #878583 !important;
    font-size: 22px;
    opacity: 1;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield--type-email {
    text-align: left;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield--type-email label {
    font-size: 22px;
    margin-bottom: 5px;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield--type-checkbox label a,
.fml-right-content .gform_wrapper .final-submission-form .gfield--type-checkbox label {
    color: rgba(49, 49, 49, 0.6);
    font-size: 14px;
    text-align: left;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield--type-checkbox label br {
    display: none;
}

.fml-right-content .gform_wrapper .final-submission-form .gfield--type-checkbox input {
    margin-top: -20px;
    margin-right: 5px;
}

/* drag and drop ============================================== */
.routine-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 70px;

    @media (max-width:767px) {
        align-items: center;
    }
}

.routine-box {
    border: 2px solid #ccc;
    border-radius: 15px;
    width: 300px;
    min-height: 140px;
    padding: 10px;
    position: relative;
}

.routine-box h3 {
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
}

.product-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
}

.product-item {
    max-width: 135px;
    text-align: center;
    cursor: grab;
    position: relative;
}

.product-item img {
    width: 100%;
    height: auto;

    @media(max-width:767px) {
        width: 45px;
        height: 45px;
    }
}

.product-list .product-item img {
    width: auto;
    height: 100%;
}

.drop-zone {
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.drop-zone .product-item {
    cursor: pointer;
}

.drop-zone .product-item::after {
    content: "Click to remove";
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #888;
}

body.page-id-19924 .container,
body.page-id-19460 .container,
body.page-id-19807 .container {
    max-width: 100%;
}

.routine-title {
    width: fit-content;
    display: block;
    margin-inline: auto;
    background: #fff;
    z-index: 22;
    position: absolute;
    top: -20px;
    padding-inline: 15px;
    left: 50%;
    transform: translateX(-50%);
    min-width: max-content;
}

.step-female-9-wrapper .product-list {
    align-items: flex-end;
}

body .routine-box .drop-zone .product-item {
    width: 60px !important;
    position: relative;
    padding-top: 20px;
}

.product-item .close-btn {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    color: #000000;
    cursor: pointer;
    font-size: 15px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    user-select: none;
    display: none;
}

.drop-zone .product-item .close-btn {
    display: block;
}

.routine-box .drop-zone .product-item::after {
    content: none;
}

.routine-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-female-9-wrapper .routine-main-wrapper .section-title:not(.routine-title-main) h3 {
    margin-bottom: 5px;
}

.step-female-9-wrapper .routine-main-wrapper .section-title:not(.routine-title-main) h3+p {
    font-size: 22px;
    color: #2D2926;
}

/* thank you page ============================================== */
#gform_page_55_23 .gform_previous_button {
    display: none !important;
}

.skin_form_data_main_wrapper {
    background: #171714;
    color: #fff;
    text-align: center;
    padding-bottom: 100%;
    border-radius: 50%;
    height: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    font-size: 25px;
    position: relative;
}

.skin_form_data_header_footer_outside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.skin_form_data_footer_item span {
    text-transform: uppercase;
    font-weight: 700;
}

.skin_form_data_symbol_firstletter {
    display: flex;
    font-size: 100px;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 15px;
}

.skin_form_data_symbol {
    font-size: 75px;
}

/* Final multi step form ============================================ */
.gform_wrapper.gravity-theme .step-female-4-wrapper .ginput_container_image_choice .gfield_checkbox {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;

    @media (max-width:767px) {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

body .gselect2 .ginput_container_select:after,
body .gform_wrapper.gravity-theme .ginput_complex .gselect2 .ginput_address_country:after {
    display: none;
}

body .gform_wrapper .select2-container .select2-selection--single {
    background-color: #EEEEF0;
    min-height: 58px;
    border: none;
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 20px;
    display: flex;
    align-items: center;
}

body .gform_wrapper .gselect2 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
    margin-bottom: 0px;
}

body .gform_wrapper .gselect2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 100%;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1.5em;
}

body .gform_wrapper .gselect2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 3px solid currentColor;
    margin: 0;
    width: 15px;
    height: 15px;
    position: static;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-top: -0.5em;
}

body .gform_wrapper .gselect2 .select2-results__option,
body .gform_wrapper .gselect2 .select2-container--default .gform_wrapper .gselect2 .select2-results__option[aria-selected=true],
body .gform_wrapper .gselect2 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 18px;
    line-height: 1.5;
}

body .select2-container sup {
    font-size: 75%;
}

.twenty-25-fullwidth-section .twenty25-left-half>.vc_column-inner>.wpb_wrapper {
    max-width: 614px;
}

.fml_scientific_linkedin_instagram_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.fml_scientific_linkedin_instagram_link img {
    width: 33px;
    height: 33px;
    object-fit: contain;
    transition: var(--transition);
}

.fml_scientific_linkedin_instagram_link a:hover img {
    transform: scale(1.1);
}

.fml_award_collection_link {
    margin-top: 30px;
}

.fml_award_collection_link a {
    padding: 15px 32px;
    background-color: var(--white);
    border-radius: 25px;
    color: #010101;
    font-size: 17px;
    font-weight: var(--medium);
    text-transform: uppercase;
    border: 1px solid var(--white);
    line-height: 1;
    transition: var(--transition);
}

.fml_award_collection_link a:hover {
    background-color: transparent;
    color: var(--white);
}

@media(max-width: 768px) {
    body .gform_wrapper .select2-container {
        max-width: 100% !important;
    }

    body .gform_wrapper .select2-container .select2-selection--single {
        display: flex !important;
        align-items: center;
    }

    body .gform_wrapper .gselect2 .select2-container .select2-selection--single .select2-selection__rendered {
        margin-bottom: 0px !important;
    }

    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0px !important;
    }
}

@media(min-width: 1550px) {
    .gform_wrapper.gravity-theme .step-female-4-wrapper #field_55_20 .ginput_container_image_choice .gfield_checkbox {
        display: grid;
        grid-template-columns: repeat(4, 156px);
        gap: 30px;
        max-width: 956px;
        margin-inline: auto;
        justify-content: center;
    }

    .fml-custom-layout .fml-right-content .step-female-8-wrapper .gfield .ginput_container_checkbox #input_55_51.gfield_checkbox {
        display: grid;
        grid-template-columns: repeat(5, 156px);
        gap: 30px;
        max-width: 863px;
        margin-inline: auto;
        justify-content: center;
    }
}

/* .fml_skin_diagnostic_main_wrapper .final-visible div.gf_progressbar_wrapper,
.final-visible .fml-left-content {
    display: none;
} */

.final-visible .fml-right-content {
    width: 100%;
    margin-inline: auto;
    min-height: calc(100vh - 75px);

    @media (max-width:1024px) {
        padding: 64px 32px;
    }
}

.final-submission-form .skin-diagnostic-result h2 {
    margin-bottom: 36px;

    @media (max-width:767px) {
        max-width: 300px;
        margin-inline: auto;
    }
}

.final-submission-form .gfield--type-html {
    margin-bottom: 40px;
}

.final-submission-form .gfield--type-html .skin-profile-prompt {
    max-width: 485px;
    display: block;
    margin-inline: auto;
}

.fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_address {
    justify-content: center;
}

/* Loader */
.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
}

.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.fml_skin_diagnostic_loader_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #444444;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.twenty25-matrix-title .wpb_wrapper {
    text-align: center;
}

body .mb-100 {
    margin-bottom: 100px !important;

    @media (max-width:1024px) {
        margin-bottom: 64px !important;
    }

    @media (max-width:767px) {
        margin-bottom: 48px !important;
    }
}

body .twenty25-matrix-left-column .wpb_wrapper .hyper-text-block>*:not(:last-child) {
    margin-bottom: 32px !important;
}

body .twenty25-matrix-left-column .wpb_wrapper .hyper-text-block>* strong {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.twenty25-matrix-row {
    gap: 100px;
    flex-wrap: nowrap;

    @media (max-width:880px) {
        flex-direction: column;
        gap: 64px;
    }

    @media (max-width:767px) {
        gap: 32px;
    }
}

.show_on_mobile {
    max-width: 220px;
    margin-inline: auto;
}

body div.h-wrapper main.h-main .twenty-25-section-padding.twenty25-hero-section {
    margin-top: 75px;
    padding-top: 195px;
    padding-bottom: 195px;

    @media (max-width:1024px) {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    @media (max-width:1024px) {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.fml_discover_fillmed_inner.slick-slider>button.slick-arrow {
    font-size: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 50%;
    transform: translateY(-50%);
    color: #000000 !important;
    transition: all 0.3s;
    background-color: unset;
}

.fml_discover_fillmed_inner.slick-slider>button.slick-arrow {
    background-image: url(../img/right-arrow-new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
}

.fml_discover_fillmed_inner.slick-slider>button.slick-arrow.slick-prev {
    transform: rotate(-180deg);
}

@media (min-width:1300px) {
    #twenty_25_contact_hero {
        background-position: right !important;
        background-size: 110% !important;
    }
}

@media (min-width:768px) {
    div.show_on_mobile {
        display: none !important;
    }

    .fml_Key_principles_top_content:nth-child(3) .fml_Key_principles_svg,
    .fml_Key_principles_top_content:nth-child(2) .fml_Key_principles_svg {
        width: 120px !important;
        height: 110px !important;
        margin-top: -10px;
    }
}

/* Custom timeline slider ===================================== */
.hyper-breadcrumbs-wrapper {
    display: none !important;
}

.timeline-slider-wrapper {
    padding: 60px 0;
    position: relative;
}

.timeline-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 100px;
    max-width: 385px;
    margin-inline: auto;
}

.timeline-year-badge {
    width: 98px;
    height: 98px;
    border: 2px solid #2D2926;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #2D2926;
}

.timeline-connector {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}

.timeline-line {
    width: 100%;
    height: 1px;
    background: #2D2926;
}

.timeline-drag-btn {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    background: #2D2926;
    user-select: none;
    z-index: 2;
}

.timeline-drag-btn.dragging {
    cursor: grabbing;
    transition: none;
}

.timeline-drag-btn:not(.dragging) {
    transition: left 0.3s ease, background 0.3s ease;
}

.timeline-drag-btn:hover {
    background: #333;
}

.timeline-drag-btn:hover svg path {
    stroke: #fff;
}

.timeline-drag-btn svg {
    width: 1.2em;
    height: 1em;
    fill: #ffffff;
    font-size: 20px;
    margin-left: -8px;
}

.timeline-drag-btn svg path {
    stroke: var(--white);
    stroke-width: 2;
    fill: none;
}

.timeline-track-container {
    position: relative;
}

.timeline-track-container::before {
    content: '';
    position: absolute;
    top: 330px;
    left: -50vw;
    right: -50vw;
    height: 1px;
    background: #C8C8C8;
    z-index: 0;
    pointer-events: none;
}

body {
    overflow-x: clip;
}

.timeline-track .slick-list {
    overflow: visible;
    margin: 0 -50px;
}

.overflolw_hidden {
    overflow: hidden;
}

.timeline-track {
    position: relative;
}

.timeline-track .slick-track {
    display: flex;
    cursor: grab;
}

.timeline-track .slick-track:active {
    cursor: grabbing;
}

.timeline-track .slick-slide {
    padding: 0 50px;
}

.timeline-card {
    text-align: center;
    position: relative;
}

.timeline-card-media {
    width: 100%;
    height: 270px;
    margin-bottom: 54px;
    position: relative;
    overflow: hidden;
    background-color: #000000;
}

.timeline-card-media iframe,
div.timeline-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.timeline-card-media .vimeo-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.timeline-card-media .vimeo-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.timeline-card-media.playing .timeline-thumbnail {
    display: none;
}

.timeline-card-media.playing .play-btn {
    display: none;
}

.timeline-card-media.playing .vimeo-wrapper {
    display: block;
}

.timeline-card-media .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.timeline-card-media .play-btn:hover {
    background: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}

.timeline-card-media .play-btn svg {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    fill: var(--white);
}

.timeline-card-media .play-btn:hover svg {
    fill: #6A6A6A;
}

.timeline-card-dot {
    width: 14px;
    height: 14px;
    background: #000000;
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 2;
}

.timeline-card-year {
    font-size: 20px;
    color: #949494;
    margin-bottom: 15px;
}

.timeline-card-title {
    font-size: 22px;
    font-weight: 500;
    color: #1D1D1B;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}

.timeline-card-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 2px;
}

/** instagram feed ***/
body .instagram-grid-2x2 .instagram-gallery-feed .instagram-gallery-list {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    gap: var(--qligg-spacing); */
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px !important;
}

body .instagram-grid-2x2 .instagram-gallery-feed .instagram-gallery-list .instagram-gallery-item {
    height: 250px;
    width: 100%;
}

@media (max-width: 767px) {
    .timeline-slider-wrapper {
        padding: 40px 0;
    }

    .timeline-year-badge {
        width: 64px;
        height: 64px;
        font-size: 14px;
    }

    .timeline-header {
        margin-bottom: 30px;
    }

    .timeline-card-media {
        background-color: #000000;
    }

    .timeline-card-media .play-btn {
        width: 42px;
        height: 42px;
    }

    .timeline-card-media .play-btn svg {
        width: 20px;
        height: 20px;
    }

    .timeline-connector {
        width: 100px;
    }

    .timeline-drag-btn {
        width: 35px;
        height: 35px;
    }

    .timeline-track .slick-slide {
        padding: 0 10px;
    }

    .timeline-card-media {
        height: 200px;
        margin-bottom: 30px;
    }

    .timeline-track-container::before {
        top: 236px;
    }
}

/* responsive */
@media (max-width:1366px) {
    .skin_form_data_symbol_firstletter {
        font-size: 75px;
    }

    .skin_form_data_symbol {
        font-size: 50px;
    }

    .skin_form_data_main_wrapper {
        font-size: 24px;
    }
}

@media (min-width: 1025px) {
    .fml-protocols-accordance-section.fml-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    body .twenty25-title-with-bg-sm {
        background-size: 0px;
    }

    body .twenty25-visible-sm,
    .fml_footer_menu_item.mobile,
    .fml_sl_btn_wrap,
    body .twenty25-banner-image-mobile,
    .fml_quick_actions_bar_wrapper,
    .fml_progress_bar_inside,
    .twenty-25-mobile-title {
        display: none;
    }

    /* Expert In*/
    .fml-expert_in-section.fml-expert_in-mobile {
        display: none;
    }

    body .twenty25-left-half-container {
        padding-right: 100px;
    }

    .d-none-desktop {
        display: none !important;
    }
}

@media (max-width:1800px) {
    .twenty-25-section-padding {
        padding-inline: 40px !important;
    }
}

@media (max-width:1400px) {
    .fml-protocols-section {
        gap: 25px;
    }

    .fml-protocol-group-title,
    .fml-protocols-accordance-title {
        font-size: 26px;
    }

    .fml-protocol-group-count,
    .fml-protocols-accordance-count {
        font-size: 130px;
    }

    .twenty25-feed-wrapper {
        gap: 96px;
    }

    body .fml_before_after_slider_for .slick-arrow:after {
        font-size: 30px;
    }

    .twenty-25-fullwidth-section .twenty25-left-half>.vc_column-inner {
        padding-right: 64px;
    }

    .twenty-25-fullwidth-section .twenty25-left-half.twenty25-right-half>.vc_column-inner {
        padding-left: 64px;
    }

    div.twenty25-hero-right-image img {
        max-width: 500px;
    }

    .page-id-13000 main.h-main,
    .page-id-12761 main.h-main {
        padding-top: 0;
    }

    .fml_discover_fillmed_title {
        font-size: 15px;
    }

    .fml_discover_fillmed_center_img img {
        /* max-width: 85px;
		 */
        height: 120px;
    }

    .fml-sa-right-info-inner {
        gap: 20%;
        padding: 40px 15%;
    }
}

@media (max-width:1366px) {
    .face-map .marker {
        min-width: 200px;
        overflow: hidden;
    }
}

@media (max-width:1200px) {
    .twenty25-feed-wrapper {
        gap: 64px;
    }

    body .fml_before_after_slider_for .slick-arrow:after {
        font-size: 20px;
    }

    .fml_the_art_description p {
        font-size: 16px;
    }

    a.twenty25-button,
    button.twenty25-button,
    body main.h-main div.twenty25-button button,
    body main.h-main .twenty25-home-hero-section div.twenty25-button a {
        font-size: 14px;
    }

    body h2,
    body main .twenty-25-text-h2 {
        font-size: 40px;
    }

    body main .twenty-25-text-h2 span,
    body h2 span {
        font-size: 46px;
    }

    .fml-sa-right-info-inner {
        gap: 10%;
        padding: 40px 10%;
    }
}

@media (max-width:1024px) {
    .timeline-track .slick-list {
        margin: 0 -20px;
    }

    .timeline-track .slick-slide {
        padding: 0 20px;
    }

    .fml_award_collection_title {
        font-size: 26px;
    }

    .fml_award_collection_link a {
        font-size: 15px;
    }

    .fml-sa-right-info-inner {
        min-height: auto;
    }

    .fml_award_collection_inner.slick-slider>button.slick-arrow {
        width: 20px;
        height: 20px;
    }

    .fml_award_collection_inner.slick-slider>button.slick-arrow:after {
        border: 4px solid currentColor;
    }

    .fml-protocols-section.fml-desktop {
        display: none;
    }

    .twenty25-feed-wrapper>.wpb_column.vc_column_container {
        padding: 32px 25px;
        border-radius: 13px;
    }

    .twenty25-feed-wrapper>.wpb_column.vc_column_container .wpb_wrapper .hyper-text-block p img {
        width: 42px;
        height: 42px;
    }

    .twenty25-feed-wrapper>.wpb_column.vc_column_container .wpb_wrapper .hyper-text-block p {
        font-size: 18px !important;
    }

    body .twenty25-just-video .fml-background-video-wrapper {
        height: 590px;
    }

    body .px-15-md,
    body .section-px-15-md>.vc_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    body .px-32-md {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }

    .twenty25-d-none-md {
        display: none !important;
    }

    .twenty25-d-block-sm {
        display: block !important;
    }

    .twenty-25-w-100 {
        width: 100% !important;
    }

    footer#fml_footer {
        padding-inline: 25px;
    }

    body div.h-wrapper main.h-main .twenty-25-section-padding {
        padding: 100px 10px;
        padding-inline: 10px !important;
    }

    body div.h-wrapper main.h-main .twenty-25-section-padding.twenty-25-feed-section {
        padding-inline: 25px !important;
    }

    body .vc_section.vc_section-has-fill,
    body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
    body .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 100px;
    }

    .twenty-25-fullwidth-section .twenty25-left-half>.vc_column-inner {
        padding: 32px;
        padding-right: 32px;
    }

    .twenty-25-fullwidth-section .twenty25-left-half.twenty25-right-half>.vc_column-inner {
        padding: 32px;
        padding-left: 32px;
    }

    .fml-background-video-wrapper .fml-overlay-text,
    body h2,
    body main .twenty-25-text-h2 {
        font-size: 36px;
    }

    body h2 span,
    body main .twenty-25-text-h2 span {
        font-size: 40px;
    }

    .twenty-25-fullwidth-section .hyper-text-block p {
        font-size: 16px !important;
    }

    .twenty-25-fullwidth-section .wpb_wrapper h2,
    .twenty-25-fullwidth-section .hyper-text-block p {
        margin-bottom: 20px !important;
    }

    .w-100-md {
        width: 100% !important;
    }

    .fml_product_image_inner .slick-list .slick-slide {
        padding-bottom: calc(0.2* 100%);
    }

    .fml-tab-content-link {
        left: 20px;
    }

    .fml-tab-title-icon {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        min-width: 120px;
    }

    .values_progressBarContainer {
        overflow: hidden;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .values_progressBaritem {
        flex-grow: 0;
        display: inline-flex;
        flex-shrink: 0;
    }

    body .fml_before_after_slider_for .slick-prev,
    body .fml_before_after_slider_for .slick-next {
        font-size: 0;
    }

    body .fml_before_after_slider_for .slick-arrow:after {
        display: none;
    }

    .rl_sidebar_box_inner {
        padding-left: 0;
    }

    /* footer */
    .fml_footer_top_content {
        flex-wrap: wrap;
    }

    .fml_footer_menu_list {
        width: 75%;
    }

    .fml_footer_top_content>div.fml_footer_menu_form_social_links {
        width: 100%;
        margin: 40px 0 0;
    }

    .fml_cp_list_wrapper.slick-slider button.slick-arrow,
    .fml_discover_fillmed_inner.slick-slider button.slick-arrow,
    .fml_they_did_it_slider_for.slick-slider button.slick-arrow,
    .fml_talent_slider_for.slick-slider button.slick-arrow,
    .fml_they_talk_about_us_slider_nav.slick-slider button.slick-arrow {
        font-size: 0;
        background: transparent;
        color: var(--Accent) !important;
        line-height: 0;
        height: auto;
        width: auto;
        top: 50%;
    }

    .fml_discover_fillmed_inner.slick-slider button.slick-arrow:before,
    .fml_they_did_it_slider_for.slick-slider button.slick-arrow:before,
    .fml_talent_slider_for.slick-slider button.slick-arrow:before,
    .fml_talent_slider_for.slick-slider button.slick-arrow:before {
        content: none !important;
    }

    .fml_cp_list_wrapper.slick-slider button.slick-arrow,
    .fml_discover_fillmed_inner.slick-slider button.slick-arrow,
    .fml_they_did_it_slider_for.slick-slider button.slick-arrow,
    .fml_talent_slider_for.slick-slider button.slick-arrow,
    .fml_talent_slider_for.slick-slider button.slick-arrow {
        background-image: url('../img/right-arrow-new.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 36px;
        height: 36px;
    }

    .fml_they_talk_about_us_slider_nav.slick-slider button.slick-prev.slick-arrow {
        transform: scale(-1, 1) translateY(-50%);
    }

    .fml_discover_fillmed_inner.slick-slider button.slick-arrow:before,
    .fml_they_did_it_slider_for.slick-slider button.slick-arrow:before,
    .fml_talent_slider_for.slick-slider button.slick-arrow:before,
    .fml_they_talk_about_us_slider_nav.slick-slider button.slick-arrow:before {
        content: "→";
        display: block;
        color: currentColor;
        font-size: 36px;
        opacity: 1;
        font-family: "slick";
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fml_cp_list_wrapper.slick-slider button.slick-prev,
    .fml_discover_fillmed_inner.slick-slider button.slick-prev,
    .fml_they_did_it_slider_for.slick-slider button.slick-prev,
    .fml_talent_slider_for.slick-slider button.slick-prev {
        display: none !important;
    }

    .twenty25-protocol-left-full-image *,
    body .twenty25-protocol-left-full-image .wpb_single_image img {
        height: 100%;
        object-fit: cover;
    }

    .twenty25-protocol-section .vc_column_container.vc_col-sm-6:not(.twenty25-protocol-left-full-image)>.vc_column-inner {
        padding-left: 60px;
        padding-right: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fml-sa-widget {
        gap: 20px;
        flex-direction: column;
    }

    .fml-sa-left-info,
    .fml-sa-right-info {
        width: 100%;
    }

    .fml-sa-item-text {
        display: none !important;
    }

    .fml-sa-toggle {
        width: 100%;
        margin: 0;
    }

    .fml-sa-main-title {
        text-align: center;
        margin-bottom: 30px;
    }

    body .vc_custom_1734865223032 {
        text-align: center;
        padding-left: 15px !important;
    }

    .vc_custom_1734865223032 .vc_btn3-container.vc_btn3-left {
        text-align: center;
        margin: 0;
    }

    body .vc_custom_1734866830645 {
        padding: 20px 0 0 !important;
    }

    .fml_Key_principles_slider_for .slick-track {
        display: flex;
    }

    .fml_Key_principles_slider div.fml_Key_principles_top_content {
        margin: 0 6px;
        padding: 40px 20px;
    }

    .fml-protocols-section,
    .fml-protocols-accordance-section {
        flex-direction: column;
        gap: 0 !important;
        margin: 0 -30px;
    }

    .fml-protocol-group {
        height: auto;
    }

    .fml-protocols-accordance-image.active {
        background-color: #F1F1F1;
    }

    .fml-protocol-group-image,
    .fml-protocols-accordance-image {
        position: relative;
        height: 100px;
        transition: all 0.3s;
    }

    .fml-protocol-group-image:after,
    .fml-protocols-accordance-image:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #878583;
        opacity: 0.2;
    }

    .fml-protocols-accordance-image.active:after {
        display: none;
    }

    .fml-protocol-group.active .fml-protocol-group-image {
        height: 0px;
        display: block;
    }

    .fml-protocol-group-title,
    .fml-protocols-accordance-title {
        text-align: left;
        padding: 20px 20px 20px 80px;
        font-size: 33px;
    }

    .fml-protocols-accordance-image.active .fml-protocols-accordance-title {
        font-size: 32px;
        font-weight: var(--medium);
        color: var(--Accent);
        text-transform: uppercase;
    }

    .fml-protocol-group-count,
    .fml-protocols-accordance-count {
        font-size: 80px;
        opacity: 1;
        visibility: visible;
        left: -15px;
        text-align: left;
        top: 50%;
        transform: translateY(-50%);
        mix-blend-mode: soft-light;
        font-weight: 700;
        transition: var(--transition);
    }

    .fml-protocols-accordance-image img {
        transition: var(--transition);
    }

    .fml-protocols-accordance-image.active img {
        opacity: 0;
        visibility: hidden;
    }

    .fml-protocols-accordance-image.active .fml-protocols-accordance-count {
        color: #979594;
        font-weight: var(--bold);
        mix-blend-mode: normal;
    }

    .fml-protocol-group.in-active {
        width: 100%;
    }

    .fml-protocol-group.active {
        width: 100%;
    }

    .fml-protocol-items {
        height: auto;
        max-height: 0px;
        overflow: hidden;
    }

    .fml-protocol-items.visible {
        max-height: 10000px;
        padding: 15px 30px;
    }

    .fml-protocol-group.active .fml-protocol-group-image {
        height: 0px;
        display: block;
    }

    .fml-protocol-items-count {
        font-size: 80px;
        margin-left: -45px;
    }

    div.fml-protocol-item-image img,
    .fml-protocols-accordance-item-image img {
        max-width: 250px;
        max-height: 272px;
    }

    .fml-protocol-item-image>*,
    .fml-protocols-accordance-item-image>* {
        width: 50%;
    }

    .fml-protocol-item-image,
    .fml-protocols-accordance-item-image {
        justify-content: flex-end;
    }

    .fml-protocol-item-description,
    .fml-protocol-item-title,
    .fml-protocol-item-caption {
        margin-left: 0;
    }

    .fml-btn-wrap,
    .fml-protocols-accordance-btn-wrap {
        padding: 20px 0;
        margin: 0;
    }

    .twenty25-list-image .wpb_heading {
        font-size: 20px;
    }

    .fml_cp_list_content_list,
    .fml_sl_list_content_list {
        width: 50%;
    }

}

@media (max-width:880px) {
    .vc_row.wpb_row.vc_inner.vc_row-fluid.twenty25-matrix-row .vc_col-sm-6 {
        width: 100%;
    }

    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper {
        margin: 0;
    }

    .fml_skin_diagnostic_main_wrapper .sm-hidden {
        display: none;
    }

    .routine-container {
        flex-direction: column;
    }

    .routine-box {
        width: 100%;
        padding: 0;
    }

    .routine-box .drop-zone .product-item {
        flex: 1;
    }

    .fml-right-content {
        padding: 64px 32px;
        padding-top: 135px;
    }

    .fml-left-image {
        height: 500px;
        min-height: 500px;
    }

    .fml-custom-layout {
        flex-direction: column;
    }

    .fml-right-content,
    .fml-left-content {
        width: 100% !important;
    }

    .fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button:not(.gform_next_button) {
        top: 90px;
        left: 25px;
    }

    .fml_Key_principles_top_content {
        width: calc(50% - 9px);
    }

    .fml_header_menu {
        display: none;
    }

    .fml-faq-item .fml-faq-title {
        font-size: 16px;
    }

    .fml-faq-item .fml-faq-title {
        padding: 16px 0;
        padding-right: 20px;
    }

    .fml-faq-item .fml-faq-title::before {
        top: 17px;
    }

    .fml-faq-content {
        font-size: 14px;
        padding-bottom: 16px;
    }

    .fml-background-video-wrapper {
        height: 56.25vw;
    }
}

@media (max-width:767px) {
    .twenty25-matrix-row .twenty25-matrix-left-column .wpb_wrapper {
        margin-bottom: -50px;
    }

    body main.h-main .twenty25-matrix-section div.twenty25-button a {
        font-size: 14px;
    }

    body main.h-main .twenty25-matrix-section .vc_btn3-container.vc_btn3-inline {
        margin-inline: 0 !important;
        text-align: center;
    }

    div.wpb_wrapper div.hide_on_mobile {
        display: none !important;
    }

    .skin_form_data_symbol_firstletter {
        font-size: 50px;
    }

    .skin_form_data_main_wrapper {
        font-size: 16px;
    }

    .skin_form_data_symbol {
        font-size: 32px;
    }

    body .twenty25-matrix-left-column .wpb_wrapper .hyper-text-block>* strong,
    .twenty25-matrix-left-column .wpb_wrapper h3 {
        font-size: 20px !important;
    }

    .twenty25-matrix-section:not(.twenty25-hero-section) .vc_row.wpb_row.vc_inner.vc_row-fluid.twenty25-matrix-row {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .final-submission-form .gfield--type-html h3 {
        font-size: 20px;
    }

    .step-female-9-wrapper .routine-main-wrapper .product-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding-inline: 20px;
    }

    .product-item {
        margin-inline: auto;
    }

    body .routine-main-wrapper {
        padding-inline: 0;
    }

    .fml-custom-layout .fml-right-content .step-female-9-wrapper .routine-main-wrapper .section-title h3 {
        margin-bottom: 32px;
    }

    .face-map .marker {
        min-width: 140px;
        font-size: 15px;
    }

    .fml-left-content {
        display: none;
    }

    .fml-right-content {
        /* padding-inline: 16px;
        padding-top: 55px;
        padding-bottom: 55px;
        min-height: calc(100vh - 74px); */
    }

    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .skin-type-wrapper .ginput_container_image_choice .gfield-choice-image-wrapper {
        max-height: 120px;
    }

    .fml_skin_diagnostic_main_wrapper .gform_wrapper .gform_page_footer input.button:not(.gform_next_button) {
        font-size: 14px;
        top: 75px;
    }

    .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after {
        font-size: 16px !important;
        block-size: 20px !important;
        inline-size: 20px !important;
    }

    .fml_skin_diagnostic_main_wrapper .fml-right-content .gform_wrapper.gravity-theme .gform_page_footer {}

    #gform_55_validation_container {
        display: none;
    }

    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar_percentage span::before,
    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar::before,
    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .gf_progressbar::after {
        font-size: 15px;
    }

    .page-id-12761 header.fml_header:not(.sticky) *:not(.select2-selection--single *):not(.select2-selection--single) {
        color: #F3F3F3;
    }

    .page-id-12761 header.fml_header:not(.sticky) .fml_header_ham_menu_icon {
        background-color: transparent;
    }

    .circle_inbox {
        background-size: 70% !important;
    }

    .fml-visible-benefits-item:not(:first-child) {
        padding: 0;
    }

    #clinic-locator .gm-style .gm-style-iw-d::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
        background-color: #F5F5F5;
    }

    #clinic-locator .gm-style .gm-style-iw-d::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #clinic-locator .gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 1px solid #555555;
    }

    body #home_banner .wpb_column>.vc_column-inner {
        padding-inline: 0;
    }

    body #philosophy_hero_section .vc_column-inner {
        padding-bottom: 0;
    }

    body #philosophy_hero_section .vc_column-inner .twenty25-hero-title {
        margin-bottom: 15px !important;
    }

    body .twenty25-arrow-down {
        margin: 25px 0 0;
    }

    body #philosophy_hero_section .vc_column-inner .vc_custom_1735553429119 #text-block-1,
    body #philosophy_hero_section .vc_column-inner .vc_custom_1735553429119 {
        margin-bottom: 0 !important;
    }

    body .webXR {
        min-height: 300px;
    }

    body .fml-tab-content-image.active {
        min-height: 500px;
    }

    #art-fillter-hero-section .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image {
        padding-top: 65px;
    }

    .twenty25-feed-wrapper {
        flex-direction: column;
        gap: 32px;
    }

    body div.h-wrapper main.h-main .twenty-25-section-padding.twenty-25-feed-section {
        padding-inline: 30px !important;
    }

    .twenty-25-mobile .video-container {
        padding-bottom: 178%;
    }

    #instagram-gallery-feed-0 .instagram-gallery-item[data-feed-item-index="3"],
    #instagram-gallery-feed-0 .instagram-gallery-item[data-feed-item-index="4"],
    #instagram-gallery-feed-0 .instagram-gallery-item[data-feed-item-index="5"],
    #instagram-gallery-feed-0 .instagram-gallery-item[data-feed-item-index="6"],
    .fml_instagram_feeds,
    .twenty25-two-video .fml-background-video-container,
    .twenty-25-desktop {
        display: none !important;
    }

    .fml_instagram_feeds.mobile,
    .twenty25-two-video .fml-background-video-container+.fml-background-video-container,
    .twenty-25-mobile {
        display: block !important;
    }

    .fml_instagram_feeds.mobile {
        margin-inline: -25px;
    }

    .wpb_single_image.wpb_content_element.vc_align_left.twenty25-overlay-img {
        height: 200px;
        left: 32px;
        right: 32px;
        padding: 0;
    }

    body .twenty25-just-video .fml-background-video-wrapper {
        height: 300px;
    }

    .wpb_single_image.wpb_content_element.vc_align_left.twenty25-overlay-img>figure {
        height: auto;
    }

    .fml_hamburger_menu_main_wrappper {
        padding: 150px 32px 150px 48px;
    }

    .fml_hamburger_menu_close_btn {
        left: 32px;
    }

    .middle-column-content .vc_column-inner .wpb_wrapper {
        max-width: 100%;
    }

    .fml-overlay-text {
        text-align: left;
    }

    .twenty25-title-break h1>span,
    .twenty25-title-break h2>span,
    .twenty25-title-break h3>span,
    .twenty25-title-break h4>span {
        display: block;
    }

    body .mb-55 {
        margin-bottom: 30px !important;
    }

    body .mb-40 {
        margin-bottom: 20px !important;
    }

    body .mt-50 {
        margin-top: 30px !important;
    }

    body .ml-25-sm {
        margin-left: 25px !important;
    }

    body .twenty25-pt-0-sm {
        padding-top: 0 !important;
    }

    body .twenty25-pb-0-sm {
        padding-bottom: 0 !important;
    }

    body .twenty25-pb-20-sm {
        padding-bottom: 20px !important;
    }

    body .pb-64-sm {
        padding-bottom: 64px !important;
    }

    body .twenty25-column-reverse>.vc_row {
        flex-direction: column-reverse !important;
    }

    body .twenty25-d-none-md {
        display: none !important;
    }

    body .d-sm-block {
        display: block !important;
    }

    body .twenty25-mb-0-sm,
    body .twenty25-mb-0-sm>p {
        margin-bottom: 0 !important;
    }

    body .twenty25-text-left-sm,
    body .twenty25-text-left-sm>* {
        text-align: left !important;
    }

    body .twenty25-text-center-sm,
    body .twenty25-text-center-sm>* {
        text-align: center !important;
    }

    .fml_instagram_feeds.mobile,
    .fml_footer_menu_item.mobile {
        grid-column: 1 / -1;
    }

    .twenty25-cta-full-image .twenty25-section-title h2 span {
        display: block;
    }

    header.fml_header {
        justify-content: center;
    }

    body.page-id-13169 main#h-main,
    body.page-id-13000 main#h-main,
    body.page-id-12761 main#h-main,
    body.page-id-13140 main#h-main,
    body.page-id-16438 main#h-main {
        margin-top: 20px;
    }

    body.page-id-13169 header.fml_header,
    body.page-id-13000 header.fml_header,
    body.page-id-12761 header.fml_header,
    body.page-id-13140 header.fml_header,
    body.page-id-16438 header.fml_header {
        background-color: #1D1D1B !important;
    }

    .fml_footer_form .fml_footer_form_title {
        font-size: 33px;
        line-height: 1.1;
    }

    .fml_footer_form .fml_footer_form_title span {
        font-size: 36px;
        font-family: var(--Titlefont);
        display: block;
    }

    .fml_footer_form {
        margin-bottom: 0;
    }

    .fml_footer_menu_list {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
    }

    .fml_footer_menu_form_social_links>.fml_footer_form {
        border-bottom: 1px solid #F3F3F3;
        padding-bottom: 48px;
        margin-bottom: 0;
    }

    .fml_header_logo a svg,
    .fml_header.sticky .fml_header_logo svg {
        width: 132px;
    }

    .language-dropdown,
    .fml_header_ham_menu_icon {
        min-width: 50px;
    }

    .fml_header_logo {
        margin: 0 auto;
    }

    .twenty25-art-regeneration .wpb_column .vc_column-inner {
        padding-inline: 0 !important;
    }

    .fml_cpt_post_list_for .slick-list,
    .fml_the_art_slider_for .slick-list,
    .fml_philosophy_content_inner.slick-slider .slick-list {
        padding-right: 70px;
        margin: 0 -15px
    }

    .fml_philosophy_content_inner.slick-slider .slick-list {
        padding-right: 30px;
    }

    .fml_the_art_slider_for .slick-list {
        margin: 0 -30px 0 -15px;
    }

    .fml_cpt_post_list_for .slick-list .slick-slide,
    .fml_the_art_top_content {
        padding: 0 15px;
        position: relative;
    }

    .fml_the_art_slider_for .slick-track>.fml_the_art_top_content>.fml_the_art_button {
        left: 15px;
    }

    body .twenty25-h2-big {
        margin-bottom: 10px !important;
    }

    .fml-background-video-wrapper .fml-overlay-text,
    body h2,
    body main .twenty-25-text-h2,
    body .twenty25-h2-big h2,
    body .twenty25-h2-big h2>span {
        font-size: 33px;
    }

    .fml-background-video-wrapper .fml-overlay-text {
        flex-direction: column;
        align-items: center;
    }

    body .twenty25-h2-big~.twenty25-section-title h2 {
        font-size: 26px;
    }

    body h2 span,
    body main .twenty-25-text-h2 span {
        font-size: 36px;
    }

    .fml-faq-toggle-item {
        width: 50%;
        text-align: center;
    }

    .fml-faq-toggle {
        width: 100%;
        margin-bottom: 35px;
    }

    .twenty25-home-hero-section {
        /* min-height: 85vh;
		 */
        min-height: 650px;
        height: auto;
    }

    body div.h-wrapper main.h-main .twenty-25-section-padding {
        padding: 65px 15px;
        padding-inline: 15px !important;
    }

    body div.h-wrapper main.h-main .twenty25-home-hero-section.twenty-25-section-padding {
        overflow: hidden;
    }

    body.page-id-16438 div.h-wrapper main.h-main .twenty25-home-hero-section.twenty-25-section-padding {
        overflow: hidden;
        padding-bottom: 0 !important;
    }

    body.page-id-13000 div.h-wrapper main.h-main .twenty-25-section-padding,
    body.page-id-12761 div.h-wrapper main.h-main .twenty-25-section-padding,
    body div.h-wrapper main.h-main #philosophy_hero_section {
        padding: 65px 15px 35px !important;
    }

    body.page-id-13000 div.h-wrapper main.h-main .twenty25-home-hero-section.twenty-25-section-padding,
    body.page-id-12761 div.h-wrapper main.h-main .twenty25-home-hero-section.twenty-25-section-padding {
        min-height: 650px;
        padding-bottom: 0 !important;
    }

    body div.h-wrapper main.h-main .twenty-25-section-padding.twenty25-bot-pos {
        padding-bottom: 0px !important;
    }

    body.page-id-13000 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    body.page-id-13000 .twenty25-home-hero-section .vc_custom_1734703184701,
    body.page-id-13000 .twenty25-home-hero-section #text-block-1 {
        margin-bottom: 25px !important;
    }

    body.page-id-13000 .twenty25-home-hero-section .twenty25-hero-title {
        margin-bottom: 15px !important;
    }

    body .vc_section.vc_section-has-fill,
    body .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
    body .vc_section.vc_section-has-fill+.vc_section {
        padding-top: 65px;
    }

    body .vc_custom_1734953633516 {
        padding-bottom: 65px !important;
    }

    body .twenty25-cover-section-sm {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 0;
        top: 0;
        display: flex !important;
        align-items: flex-end !important;
        margin: 0;
    }

    body .twenty25-cover-section-sm * {
        line-height: 0;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .twenty25-cover-section-sm * img {
        height: auto;
        object-fit: contain;
    }

    .fml_product_image_inner .slick-list .slick-slide {
        padding-bottom: calc(1*50%);
    }

    .fml_product_image_inner .slick-list {
        margin: 0 -9px;
        overflow: visible;
        padding: 0 20px 0 0;
    }

    body .fml_cpt_post_list_for .slick-arrow,
    body .fml_product_image_inner .slick-arrow {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .fml-tab-title-icon {
        flex-direction: column;
        font-size: 10px;
        text-align: center;
    }

    .fml-tab-title img {
        max-width: 22px;
    }

    .fml_footer_top_content {
        flex-direction: column;
        gap: 48px;
    }

    .fml_footer_logo,
    .fml_footer_top_content>div.fml_footer_menu_form_social_links,
    .fml_footer_menu_list {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .fml_footer_logo {
        order: 3;
        text-align: center;
    }

    .fml_footer_menu_list {
        order: 2;
    }

    .fml_footer_top_content>div.fml_footer_menu_form_social_links {
        order: 1;
    }

    .fml_footer_45 {
        max-width: 70px;
        margin-inline: auto;
    }

    .fml_footer_45 img {
        max-width: 70px;
        margin-top: 25px;
    }

    .fml_footer_bottom_menu_content {
        margin-top: 48px;
    }

    .fml_footer_form_type_inner,
    .fml_footer_form form .ginput_container_radio>.gfield_radio {
        flex-direction: column;
        gap: 10px;
    }

    /* .twenty-25-fullwidth-section {
		 padding-top: 64px;
	}
	 */
    .twenty-25-fullwidth-section .wpb_single_image .vc_single_image-wrapper {
        padding: 0 32px;
    }

    .twenty-25-fullwidth-section:not(.twenty-25-fullwidth-section2) {
        flex-direction: column-reverse;
    }

    .twenty-25-mobile-title {
        display: block;
        padding: 0 32px;
    }

    .fml_footer_menu_form_social_links .fml_footer_menu_social_links,
    .twenty25-left-half .wpb_content_element {
        display: none;
    }

    .page-id-12717 .twenty25-left-half .wpb_content_element {
        display: block;
    }

    .fml_progress_bar_inside {
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        position: relative;
        margin-bottom: 48px;
    }

    .fml_Key_principles_slider_for {
        margin-bottom: 14px;
    }

    .fml_Key_principles_slider div.fml_Key_principles_top_content {
        padding: 60px 32px;
    }

    .fml_cpt_post_list_title {
        position: absolute;
        bottom: 20px;
        left: 15px;
        right: 15px;
        padding: 32px;
        z-index: 5;
    }

    div.fml_cpt_post_list_title a {
        color: var(--white);
    }

    .twenty25-cpt-title h2,
    .fml_cpt_post_list_for {
        margin-bottom: 20px;
    }

    /* hero banner*/
    .fml_text_marquee .fml_m_text_item {
        gap: 22px;
        font-size: 25px;
    }

    img.marquee-icon {
        width: 22px;
        height: 22px;
    }

    .twenty25-home-hero-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .twenty25-home-hero-section .vc_single_image-wrapper {
        padding: 80px 0 0
    }

    body .twenty25-marquee.wpb_column {
        bottom: inherit;
        top: 80px;
    }

    body #regulatory-marquee {
        bottom: 0;
        top: auto;
    }

    body .twenty25-hero-title {
        font-size: 48px;
        margin: 0 0 25px !important;
    }

    .hyper-text-block.twenty25-hero-description p,
    .hyper-text-block.twenty25-hero-description h2 {
        font-size: 20px !important;
        margin: 0 !important;
    }

    body .vc_custom_1734322824172,
    .vc_custom_1734322824172 #text-block-1 {
        margin: 0 !important;
    }

    .vc_col-has-fill:first-child>.vc_column-inner,
    .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container:first-child:not(.twenty25-left-half)>.vc_column-inner,
    .vc_row-has-fill+.vc_row>.vc_column_container:first-child>.vc_column-inner,
    .vc_row-has-fill>.vc_column_container:first-child:not(.twenty25-left-half)>.vc_column-inner {
        padding-top: 0;
    }

    body .vc_custom_1734340177441 {
        margin-bottom: 15px !important;
    }

    ul.fml-tab-title li {
        width: 100%;
    }

    ul.fml-tab-title {
        width: calc(100% - 0px);
        margin: 0 auto;
    }

    .fml-tab-title-icon {
        min-width: 58px;
        padding: 5px;
        justify-content: flex-end;
    }

    .tab_title_readmore_wrapper {
        margin: 0 -15px;
    }

    .fml_product_display_plus_content {
        min-width: inherit;
        width: 100%;
        /* max-width: 370px;
		 */
        max-width: 250px;
        margin-right: -30px !important;
    }

    .fml_product_display_plus {
        font-size: 22px;
        top: 20%;
        left: 81%;
    }

    .fml_product_display_info_inner {
        max-width: inherit;
    }

    .fml-tab-content-image {
        display: flex;
        align-items: center;
        min-height: 300px;
    }

    .fml_product_display_plus_title,
    .fml_product_display_plus_title h2 {
        font-size: 28px;
    }

    .fml_product_display_plus_description,
    .fml-pd-group {
        font-size: 16px;
    }

    .fml-pd-toggle-item {
        padding: 10px 8px;
        width: 100%;
        font-size: 14px;
    }

    .fml-pd-toggle {
        width: 100%;
    }

    .fml-tab-content-link {
        left: 0;
        bottom: 15px;
    }

    .fml-tab-content-link img {
        max-width: 60px;
    }

    .twenty25-margin-bottom-100,
    body .vc_custom_1734862810731 {
        margin-bottom: 50px !important;
    }

    .twenty25-icon-heading-wrapper:not(:last-child) {
        margin-bottom: 35px;
    }

    .twenty25-new-generation-section .twenty25-icon-heading-wrapper:not(:last-child),
    .twenty25-skin-section .twenty25-icon-heading-wrapper:not(:last-child) {
        margin-bottom: 0px;
    }

    body .vc_custom_1734508590500 {
        background-color: #050504 !important;
    }

    body .vc_custom_1734343574602,
    body .vc_custom_1734584459916 {
        margin-bottom: 45px !important;
    }

    .twenty-25-st-img .vc_figure img {
        max-width: 160px;
    }

    .values_progressBaritem-image img {
        width: 80px;
        height: 80px;
    }

    .values_progressBarContainer {
        gap: 20px;
        margin-top: 50px;
    }

    /* smart section */
    .twenty25-toggle-btn {
        margin: 40px 0 0;
        text-align: center;
        width: 100%;
    }

    .twenty25-toggle-btn.twenty25-button button.vc_general {
        background-color: #444444;
        border: none;
        background-image: none;
        color: #fff;
    }

    .twenty25-toggle-btn.twenty25-button button.vc_general i.entypo-icon {
        color: #444444;
        background-color: #fff;
        border-radius: 99px;
        padding: 3px;
        height: auto;
        font-size: 22px;
        line-height: 1;
        right: 10px !important;
    }

    body .twenty-25-smarttext-mobile p {
        color: rgb(243 243 243 / 48%);
        font-size: 12px !important;
        margin: 50px 0 0 !important;
    }

    body .twenty-25-smart-section {
        background-color: #050505 !important;
    }

    body .twenty25-before-after-row {
        background-color: #1D1D1B;
        margin: 0 -15px -65px !important;
        padding: 60px 15px;
    }

    .twenty25-impact-main,
    .twenty25-left-half>.vc_column-inner:hover .twenty25-impact-main {
        margin: 0 !important;
        left: 0;
        right: -30px;
        opacity: 0;
        visibility: hidden;
        background-color: #444444;
        min-height: auto;
        bottom: 0;
        top: inherit;
        padding: 80px 18px;
        border-radius: 10px;
    }

    .twenty25-impact-main.active,
    .twenty25-left-half>.vc_column-inner:hover .twenty25-impact-main.active {
        opacity: 1;
        visibility: visible;
    }

    .twenty25-impact-main .twenty25-impact-box {
        width: 100%;
        padding: 0 15px;
    }

    .twenty25-impact-main .twenty25-impact-box>.vc_column-inner {
        padding: 0 0 17px;
    }

    .twenty25-impact-box>.vc_column-inner>.wpb_wrapper .twenty25-impact-icon {
        display: block;
    }

    .fml_before_after_slider:before,
    .fml_before_after_slider:after {
        font-size: 14px;
    }

    .fml_before_after_slider {
        padding-top: 30px;
        margin-top: -65px;
    }

    .fml_before_after_title h3 {
        font-size: 19px;
        margin: 0 0 10px;
    }

    .fml_before_after_description {
        font-size: 14px;
    }

    .fml_before_after_title_description {
        margin-top: 25px;
    }

    .store-wrapper>.row {
        margin: 0;
        position: relative;
        margin-bottom: 70px;
    }

    .store-wrapper>.row>.col-md-4,
    .store-wrapper>.row>.col-md-8 {
        padding: 0;
        position: static;
    }

    .rl_sidebar_box_inner {
        padding: 0;
    }

    .fml-custom-store .map-shortcode-title {
        margin-bottom: 10px;
    }

    .fml-custom-store #rl_sidebar_box .rl_sidebar_box_inner input.form-control {
        height: auto;
    }

    .fml-custom-store .map-shortcode-locator {
        position: absolute;
        top: 100%;
    }

    div#map_box>div#rl_map {
        height: 300px !important;
    }

    .fml-custom-store .map-shortcode-locator-caption {
        font-size: 15px;
        margin: 20px 0 0;
    }

    .fml-custom-store .map-shortcode-locator-icon img {
        max-width: 30px;
    }

    .fml_they_did_it_slider_for .slick-list .slick-slide {
        padding: 30px;
        justify-content: space-between;
    }

    .fml_they_did_it_description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .fml_they_did_it_info {
        margin: 0;
    }

    .fml_talent_slider_for .slick-list .slick-slide {
        padding: 0px;
        justify-content: space-between;
    }

    .fml_talent_description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .fml_talent_info {
        margin: 0;
    }

    .fml_talent_comment_icon svg {
        width: 30px;
    }

    .twenty25-right-half.wpb_column.vc_column_container.vc_col-sm-6 {
        padding-right: 15px;
    }

    .twenty25-cta-three-block {
        flex-direction: column;
        gap: 8px;
    }

    body .twenty25-nctf-cta-img {
        margin: 0 0 15px !important;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        text-align: center !important;
    }

    .twenty25-product-faq-section {
        padding: 85px 0 150px;
    }

    .twenty25-cta-section {
        height: 550px;
    }

    .vc_section[data-vc-full-width]:has(.twenty25-nctf-cta-img) {
        overflow: visible;
    }

    body .twenty25-nctf-cta-img img {
        max-width: 120px;
        width: 100%;
    }

    body .vc_row.vc_column-gap-30>.vc_column_container {
        padding: 0 15px;
    }

    .vc_row.vc_column-gap-30>.vc_column_container>.vc_column-inner {
        padding-top: 15px !important;
    }

    .twenty25-visible-benefit .fml-center-image img {
        width: -webkit-fill-available;
        margin: 0 -15px 0 -44px;
        min-width: 100%;
    }

    .fml-visible-benefits-item:first-child {
        left: 50%;
        transform: translateX(-50%) scale(0.8);
    }

    .fml-visible-benefits-item:nth-child(5) {
        top: 26%;
        max-width: 106px;
        left: 0;
    }

    .fml-visible-benefits-item {
        transform: scale(0.8);
    }

    .fml-visible-benefits-item:nth-child(4) {
        left: 0;
        bottom: 5%;
        max-width: 125px;
        padding: 10px 0;
    }

    .fml-visible-benefits-item:nth-child(3) {
        bottom: 5%;
        right: 43px;
        text-align: right;
        padding: 10px 0;
        max-width: 108px;
    }

    .fml-visible-benefits-item:nth-child(2) {
        right: 0;
        top: 25%;
        text-align: center;
        max-width: 119px;
    }

    .fml-sa-right-info-inner,
    .fml-sa-right-info-inner:has(.fml-sa-before-after) {
        padding: 20px;
        gap: 8px;
    }

    .fml-sa-right-info-inner:has(.fml-sa-before-after) {
        align-items: stretch;
    }

    .fml-sa-after-caption,
    .fml-sa-before-caption,
    .fml-sa-before-after-caption {
        text-align: center;
        font-size: 12px;
    }

    .fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-after-image,
    .fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-before-image,
    .fml-sa-right-info-inner:has(.fml-sa-before-after) .fml-sa-before-after-image {
        margin-bottom: 10px;
        padding-bottom: calc(1.5* 100%);
    }

    .fml-sa-before-after-title {
        width: calc(200% + 16px);
    }

    .fml-sa-after-title,
    .fml-sa-before-title,
    .fml-sa-before-after-title {
        font-size: 12px;
    }

    body.twennty25-professional-sectione>.vc_row {
        gap: 30px;
    }

    .twenty25-cpt-title h2 {
        text-align: left;
        max-width: 100%;
    }

    .twenty25-protocol-section .vc_column_container.vc_col-sm-6:not(.twenty25-protocol-left-full-image)>.vc_column-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .twenty25-centered-p-ab {
        top: 100%;
        left: 0;
        transform: none;
        width: 100px;
        height: 400px;
    }

    .twenty25-c-eye-section .twenty25-right-half {
        padding: 0 !important;
    }

    .twenty25-c-eye-section .twenty25-right-half>.vc_column-inner>.wpb_wrapper {
        padding-left: 80px;
    }

    .twenty25-uses-list .hyper-text-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    body .twenty25-uses-list .hyper-text-block>p {
        font-size: 15px !important;
    }

    .twenty25-uses-list .hyper-text-block h3 {
        margin: 0 0 -5px;
        font-size: 25px;
    }

    .twenty25-c-eye-section .twenty25-right-half>.vc_column-inner>.wpb_wrapper>.hyper-text-block {
        margin-left: -80px;
    }

    .twenty25-centered-p-ab {
        bottom: -315px;
        left: -2px;
        transform: none;
        width: 130px;
        height: 490px;
        top: inherit;
    }

    .twenty25-c-eye-section .twenty25-right-half {
        padding: 0 !important;
    }

    .twenty25-c-eye-section .twenty25-right-half>.vc_column-inner>.wpb_wrapper {
        padding-left: 80px;
    }

    .twenty25-uses-list .hyper-text-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    body .twenty25-uses-list .hyper-text-block>p {
        font-size: 15px !important;
    }

    .twenty25-uses-list .hyper-text-block h3 {
        margin: 0 0 -5px;
        font-size: 25px;
    }

    .twenty25-c-eye-section .twenty25-right-half>.vc_column-inner>.wpb_wrapper>.hyper-text-block {
        margin-left: -80px;
    }

    .twenty25-list-image figure.wpb_wrapper>.vc_single_image-wrapper {
        display: block;
        width: 100%;
    }

    .twenty25-list-image {
        gap: 15px;
    }

    .twenty25-list-image figure.wpb_wrapper img {
        height: 200px;
    }

    .twenty25-image-list-right>.vc_column-inner {
        border: none !important;
        margin-top: -30px;
    }

    .twenty25-list-image:nth-child(even) {
        flex-direction: row-reverse;
    }

    .twenty25-list-image.reverse:nth-child(even) {
        flex-direction: row;
    }

    body .twenty25-list-image:not(:last-child) {
        margin-bottom: 40px !important;
    }

    .twenty25-bottom-align-button {
        position: absolute;
        bottom: 60px;
        left: 30px;
        right: 30px;
        margin: 0;
        text-align: center;
    }

    .twenty-25-section-padding:has(.twenty25-bottom-align-button)>.wpb_column {
        position: static;
    }

    .twenty-25-section-padding:has(.twenty25-bottom-align-button) {
        position: relative;
    }

    .twenty-25-section-padding:has(.twenty25-bottom-align-button)>.wpb_column:last-child {
        margin-bottom: 75px;
    }

    body .vc_custom_1734926939152 {
        margin-bottom: 0 !important;
    }

    /* title with bg on mobile */
    body .twenty25-title-with-bg-sm {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 200px 0;
        margin: -65px -30px 60px;
    }

    body section>.twenty25-title-with-bg-sm {
        margin-left: -15px;
        margin-right: -15px;
    }

    .twenty25-title-with-bg-sm>.wpb_column {
        margin: 0 !important;
    }

    .twenty25-title-with-bg-sm>.wpb_column>.vc_column-inner {
        padding: 0 30px;
    }

    .twenty25-title-with-bg-sm .twenty25-section-title {
        background-color: #fff;
        padding: 15px !important;
    }

    .twenty25-title-with-bg-sm .twenty25-section-title h2 {
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
    }

    .twenty25-title-with-bg-sm .twenty25-section-title h2>span {
        font-family: var(--BodyFont);
        font-weight: 400;
    }

    /* mobile protocol */
    body .twenty25-protocol-mobile.vc_row-flex {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 220px 30px 100px;
    }

    body .twenty25-protocol-mobile.vc_row-flex>* {
        width: 50%;
    }

    body .twenty25-protocol-mobile.vc_row-flex .wpb_single_image img {
        /* height: 250px;
		 */
        border-radius: 10px;
        object-position: top;
    }

    body .twenty25-protocol-mobile .twenty25-protocol-left-full-image * {
        height: auto;
    }

    .twenty25-protocol-mobile .vc_column_container.vc_col-sm-6:not(.twenty25-protocol-left-full-image)>.vc_column-inner {
        padding-left: 30px;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        height: 160px;
        overflow: hidden;
        align-items: flex-start;
        justify-content: flex-start;
        overflow-y: auto;
    }

    .twenty25-protocal-list .wpb_wrapper h4 {
        font-size: 20px;
    }

    div.twenty25-protocal-list {
        padding: 10px 0 00;
        background-color: #fff;
        z-index: 1;
        position: relative;
    }

    div.twenty25-protocal-list .wpb_wrapper {
        background-color: #fff;
        padding-bottom: 10px;
    }

    .twenty25-protocal-list::after {
        display: none !important;
    }

    .twenty25-protocol-mobile .twenty25inner-protocol-title {
        position: absolute;
        bottom: 100%;
        left: -100%;
        margin: 0 0 40px !important;
        right: 0;
    }

    /* Expert In*/
    .fml-expert_in-section-d.fml-expert_in-desktop {
        display: none;
    }

    .fml-expert_in-section.fml-expert_in-mobile .fml-faq-toggle-item {
        font-size: 14px;
        padding: 15px;
    }

    .fml-expert_in-section.fml-expert_in-mobile .fml-faq-toggle-item:first-letter {
        text-transform: uppercase;
    }

    /* scientific Committee*/
    .fml_scientific_committee_inner>.slick-list {
        overflow: visible;
        padding: 0 50px 0 0;
    }

    .twenty-25-committee>.vc_row>.wpb_column>.vc_column-inner>.wpb_wrapper {
        display: flex;
        flex-direction: column;
    }

    .twenty-25-committee .twenty25-section-title {
        position: relative;
        z-index: 1;
    }

    .twenty-25-committee .twenty25-button {
        order: 1;
        margin: 50px 0 80px;
    }

    .hyper-text-block.hover-one body .fml_scientific_committee_inside .fml_scientific_committee_image * {
        filter: grayscale(0);
        mix-blend-mode: inherit;
    }

    .fml_scientific_committee_image * {
        filter: unset;
        mix-blend-mode: unset;
        filter: grayscale(0);
    }

    body .fml_scientific_committee_inside .fml_scientific_committee_info {
        background: transparent;
        position: static;
        padding: 20px 0;
        opacity: 1;
        visibility: visible;
    }

    .fml_scientific_committee_inside {
        padding: 0 26px;
        border-radius: 18px;
        background-image: linear-gradient(0deg, transparent, rgb(114 114 114 / 20%));
        margin: 100px 0 0;
        display: flex;
        flex-direction: column;
    }

    .fml_scientific_committee_image a {
        background: transparent;
    }

    .fml_scientific_committee_image {
        margin: -134px auto 0;
        overflow: hidden;
        border-radius: 0 0 999px 999px;
        max-width: 230px;
    }

    /* award collection */
    .fml_award_collection_info {
        min-width: 80vw;
        margin: 40px 0 0;
    }

    .fml_award_collection_outside {
        display: flex !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .fml_award_collection_title {
        font-size: 18px;
    }

    .fml_award_collection_description {
        font-size: 15px;
    }

    .fml_award_collection_image {
        transform: scale(1.5);
        mix-blend-mode: luminosity;
    }

    .fml_award_collection_outside {
        transform: scale(-1, 1) rotate3d(1, 1, 1, -9deg) translateX(30px);
        filter: blur(2px);
    }

    .fml_award_collection_outside.slick-active {
        filter: blur(0px);
    }

    .fml_award_collection_outside.slick-active~.fml_award_collection_outside {
        transform: scale(1, 1) rotate3d(1, 1, 1, -9deg) translateX(30px);
    }

    .fml_award_collection_section {
        margin: 80px -30px 0;
    }

    .fml_award_collection_inner.slick-slider>button.slick-arrow {
        transform: translateY(-50%) scale(0.7);
        top: 26%;
    }

    .fml_award_collection_inner.slick-slider>button.slick-next.slick-arrow {
        transform: translateY(-50%) scale(-0.7, 0.7);
        right: -40px;
    }

    .fml_award_collection_inner.slick-slider>button.slick-prev.slick-arrow {
        left: -40px;
    }

    /* Signature molecules */
    .fml_our_signature_inner.slick-slider {
        margin: 0 -5px;
    }

    .fml_our_signature_outside {
        padding: 0 5px;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
    }

    .fml_our_signature_outside.slick-current,
    .fml_our_signature_outside.slick-current~.fml_our_signature_outside {
        opacity: 1;
        visibility: visible;
    }

    .fml_our_signature_info {
        font-size: 12px;
        padding: 10px;
    }

    .fml_our_signature_title {
        font-size: 20px;
        line-height: 1.1;
    }

    .fml_our_signature_inner.slick-slider>.slick-list {
        overflow: visible;
    }

    /* protocol */
    .fml-protocol-item-title,
    .fml-protocols-accordance-item-title {
        font-size: 21px;
    }

    .fml-protocol-item-caption,
    .fml-protocols-accordance-item-caption {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .fml-protocol-item-description,
    .fml-protocols-accordance-item-description {
        font-size: 16px;
    }

    .fml-protocol-item-image,
    .fml-protocols-accordance-item-image {
        gap: 5px;
    }

    .fml-protocols-accordance-scale-title .popup_button sup:hover+.popup_content {
        left: unset;
        right: 0%;
        transform: translateX(0%);
    }

    .fml-protocols-accordance-scale-title sup {
        color: #6998B7;
    }

    /* power combination */
    .twently25-img-between-text {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    body .vc_custom_1734706907726 {
        margin-bottom: 450px !important;
    }

    .twently25-img-between-text img {
        height: 400px;
        width: 100% !important;
        max-width: 100% !important;
        object-fit: contain;
    }

    .twently25-img-between-text * {
        text-align: center !important;
    }

    /* offer*/
    body .twenty25-offer-image {
        width: 46px;
    }

    .twenty25-offer-content {
        width: calc(50% - 46px);
    }

    .twenty25-offer-right>.vc_column-inner>.wpb_wrapper>.vc_custom_heading {
        text-align: center !important;
    }

    .twenty25-subtitle {
        font-size: 15px;
    }

    .twenty25-per-use-content {
        margin: 0 0 160px 0 !important;
    }

    .twenty25-section-title h4,
    .twenty25-mat-content h4,
    .twenty25-per-use-content h4,
    body .twenty25-offer-content h4 {
        font-size: 18px;
    }

    body .twenty25-mat-content p {
        font-size: 12px !important;
    }

    .twenty25-icon-list-wrap>.vc_column-inner>.wpb_wrapper {
        row-gap: 10px;
    }

    .twenty25-icon-list-wrap {
        position: absolute !important;
        bottom: 190px;
        left: 0;
        right: 0;
    }

    body .twenty25-offer-content p {
        font-size: 14px !important;
    }

    .twenty25-section-title h4,
    .twenty25-mat-content h4,
    .twenty25-per-use-content h4,
    body .twenty25-offer-content h4 {
        font-size: 14px;
    }

    .twenty25-offer-img-slider img.attachment-full {
        max-width: 180px;
    }

    /* card bos philosophy */
    .fml_philosophy_content_inner.slick-slider .slick-list {
        overflow: visible;
        margin: 0;
    }

    .fml_philosophy_content_inner.slick-slider {
        margin: 0 -15px;
    }

    .fml_philosophy_content_outside {
        margin: 0 15px;
    }

    .fml_philosophy_content_title {
        font-size: 24px;
    }

    .fml_philosophy_content_title br {
        display: inline-flex;
    }

    .fml_philosophy_content_title>span {
        font-size: 32px;
    }

    .twenty25-contact-content {
        margin: 50px 0 0;
    }

    #gform_wrapper_11 .gform_page_footer,
    .maxwidth_640 {
        justify-content: flex-end;
    }

    body .gform_legacy_markup_wrapper ul.gfield_checkbox li,
    body .gform_legacy_markup_wrapper ul.gfield_radio li {
        font-size: 20px;
        margin: 0 0 15px;
    }

    body .gform_legacy_markup_wrapper .gsection .gfield_label,
    body .gform_legacy_markup_wrapper h2.gsection_title,
    body .gform_legacy_markup_wrapper h3.gform_title,
    body .gform_legacy_markup_wrapper .top_label .gfield_label,
    body .gform_legacy_markup_wrapper legend.gfield_label {
        font-size: 17px;
    }

    .fml_sl_btn_wrap {
        margin: 0 0 15px;
    }

    .fml_news_filter_wrapper {
        justify-content: flex-start;
        gap: 4px;
        margin: 0 0 40px;
    }

    .fml_news_filter_wrapper>label>span {
        font-size: 14px;
        min-height: 30px;
        padding: 2px 18px;
    }

    .fml_cp_list_content_list,
    .fml_sl_list_content_list {
        width: 100%;
    }

    .fml_cp_list_title h3,
    .fml_sl_list_title h4 {
        font-size: 23px;
    }

    .fml_cp_list_description,
    .fml_sl_list_description,
    .read_more_wrapper a {
        font-size: 15px;
    }

    .fml_they_talk_about_us_title {
        font-size: 23px;
        font-weight: 500;
        text-transform: none;
    }

    .fml_they_talk_about_us_icon svg {
        width: 95px;
    }

    .fml_sl_loadmore_wrapper {
        display: none;
    }

    body div.twenty25-procedure-row-top {
        background: transparent;
        padding: 0;
    }

    body div.twenty25-procedure-row-bottom {
        width: calc(100% - 30px);
        margin: 0 auto !important;
        display: block;
        border-radius: 14px;
        padding: 40px 35px;
    }

    body div.twenty25-procedure-row-bottom>.wpb_column>.vc_column-inner {
        padding: 0;
        margin-bottom: 55px;
    }

    body div.twenty25-procedure-row-bottom>.wpb_column:last-child>.vc_column-inner {
        margin-bottom: 0;
    }

    body .twenty25-procedure-list:before {
        height: 55px;
        width: 2px;
        opacity: 1;
        margin: 0 0 4px;
        bottom: 100%;
        top: inherit;
        transform: none;
        left: 20px;
    }

    body .twenty25-banner-image-mobile {
        position: absolute !important;
        right: 0;
        bottom: -92px;
        margin: 0 !important;
        height: 650px;
        width: 100% !important;
        display: flex;
        align-items: flex-end;
    }

    body.page-id-16438 .twenty25-banner-image-mobile {
        bottom: auto;
        top: 0;
    }

    body.page-id-13000 .twenty25-banner-image-mobile {
        bottom: 60px;
        align-items: flex-start;
    }

    /* body.page-id-12761 .twenty25-banner-image-mobile {
		 width: 200%;
	}
	 */
    /* .page-id-12912 .fml_text_marquee .fml_m_text_item {
		 color: #444444 !important;
	}
	 */
    body.page-id-12912 .twenty25-marquee.wpb_column {
        top: 100%;
        display: block !important;
        margin: 15px 0 0;
    }

    body.page-id-12912 div.h-wrapper main.h-main .twenty25-home-hero-section {
        margin-bottom: 80px;
        overflow: visible;
    }

    .twenty-25-section-padding:has(.twenty25-banner-image-mobile)>* {
        position: static !important;
    }

    .twenty-25-section-padding:has(.twenty25-banner-image-mobile) * {
        position: static;
    }

    .twenty-25-section-padding:has(.twenty25-banner-image-mobile) sup {
        position: relative;
    }

    body .wpb_single_image.wpb_content_element * {
        width: 100%;
        height: auto;
        object-fit: contain;
        padding: 0;
        object-position: bottom;
    }

    .wpb_column:has(.twenty25-banner-image-mobile) {
        z-index: 0;
    }

    .twenty25-banner-image-mobile.img-contain-bottm img {
        object-fit: contain;
        height: 86%;
        top: -20px;
        position: absolute;
    }

    .page-id-12761 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0;
    }

    .twenty25-banner-image-mobile.img-contain-bottm * {
        display: flex !important;
        align-items: flex-end;
    }

    body .twenty25-align-top-mobile {
        justify-content: flex-end;
        padding-top: 200px !important;
    }

    body .twenty25-image-slide-cover * {
        object-position: 83% 0;
    }

    .fml_quick_actions_bar_wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background-color: #fff;
        display: flex;
        justify-content: center;
        padding: 15px 25px;
    }

    .fml_quick_actions_bar_list {
        padding: 0 5px;
        text-align: center;
        width: 100%;
    }

    .fml_quick_actions_bar_title>a {
        font-size: 12px;
        color: var(--Accent);
        display: block;
        text-align: center;
    }

    .fml_quick_actions_bar_image img {
        width: 1em;
        height: 1em;
        font-size: 32px;
    }

    .fml_quick_actions_bar_image {
        margin: 0 0 5px;
    }

    .twenty25-img-full-sm .wpb_single_image .vc_single_image-wrapper {
        padding: 0;
    }

    .twenty25-img-full-sm:not(.twenty-25-right-full-image)>.vc_column-inner {
        padding: 0;
        margin: 20px -15px 0 !important;
    }

    .twenty25-title-break-sm h2 span {
        display: block;
    }

    .twenty-25-fullwidth-section .twenty25-left-half.twenty25-right-half>.vc_column-inner {
        padding: 15px 32px;
    }

    body .twenty25-title-chinese h2 span {
        margin: 15px 0 0;
        display: block;
    }

    body .twenty25-range-title {
        text-align: left;
        max-width: 100%;
    }

    .fml_discover_fillmed_center_img {
        padding: 20px;
        gap: 9px;
    }

    body .instagram-gallery-list[data-feed_layout=masonry] .instagram-gallery-item,
    body .instagram-gallery-list[data-feed_layout=gallery] .instagram-gallery-item {
        min-width: 33.33%;
    }

    .twenty25-fixedbg .fml-background-video-wrapper iframe {
        position: absolute;
    }

    body .gform_wrapper.gravity-theme .ginput_complex span.gform-grid-col {
        margin: 0 0 16px 0;
    }

    body .gform_wrapper.gravity-theme .ginput_complex span.gform-grid-col:last-child {
        margin: 0;
    }

    body .gform_wrapper.gravity-theme .gfield_header_item,
    body .gform_wrapper.gravity-theme .gform_fileupload_rules,
    body .gform_wrapper.gravity-theme .ginput_complex label,
    body .gform_wrapper.gravity-theme .gfield_label {
        font-size: 15px;
        font-weight: 500;
    }

    body .gform_wrapper.gravity-theme .ginput_complex input,
    body .gform_wrapper.gravity-theme .ginput_complex select,
    body .gform_wrapper.gravity-theme .gfield_description {
        font-size: 15px;
        padding: 14px 21px;
        min-height: 48px;
    }

    body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 1;
        min-height: 1px;
    }

    body .gform_wrapper.gravity-theme .gform_footer,
    body .gform_wrapper.gravity-theme .gform_page_footer {
        padding-bottom: 0;
    }

    .career-form_wrapper {
        margin-bottom: -40px;
    }

    .fml_work_culture_image {
        margin: 0 0 10px;
    }

    .fml_work_culture_slider {
        margin: -40px 0 0;
    }

    .fml_work_culture_title h3 {
        font-size: 24px;
    }

    .fml_work_culture_title h3 span {
        font-size: 28px;
    }

    .fml_work_culture_slider_for .slick-dots {
        position: static;
        margin: 20px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .fml_work_culture_slider .fml_work_culture_slider_for.slick-slider {
        margin: 0;
    }

    .fml_work_culture_slider_for .slick-dots>li {
        margin: 0;
        width: auto;
        height: auto;
    }

    .fml_work_culture_slider_for .slick-dots>li>button {
        width: 1em;
        height: 1em;
        padding: 0;
        border-radius: 50%;
        font-size: 6px;
        border: 1px solid #2D2926;
        transition: all 0.3s;
    }

    .fml_work_culture_slider_for .slick-dots>li>button:before {
        display: none;
    }

    .fml_work_culture_slider_for .slick-dots>li.slick-active>button {
        background-color: #2D2926;
        font-size: 8px;
    }

    /* legal mention */
    body .twenty25-legalsection .twenty25-banner-image-mobile {
        /* height: 550px;
		 bottom: -60px;
		 */
        object-fit: contain;
        display: block;
        position: relative !important;
        height: auto;
        bottom: unset;
    }

    body .twenty25-legalsection .twenty25-left-half>.vc_column-inner>.wpb_wrapper>:not(.twenty25-banner-image-mobile) {
        position: relative;
        z-index: 1;
        width: 85%;
        margin: 0 auto;
    }

    .twenty25-legalsection {
        min-height: 1px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .twenty25-btn-wrap .vc_column-inner .wpb_wrapper {
        align-items: center;
        /* margin-top: -60%;
		 */
        /* margin-bottom: -30px;
		 */
    }

    .twenty25-btn-wrap .vc_column-inner .wpb_wrapper>.twenty25-button {
        margin-bottom: 13px;
    }

    .twenty25-btn-wrap .vc_column-inner .wpb_wrapper>.twenty25-button:last-child {
        margin-bottom: 0;
    }

    body main.h-main div.twenty25-button button {
        font-size: 11px;
        padding: 13px 20px;
    }

    footer#fml_footer {
        margin-bottom: 0;
    }
}

.ua_circle_percent {
    font-size: 100px;
    width: 6em;
    height: 6em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
    background-image: conic-gradient(#ffa7ce 0% 0%, #f3f3f3 0% 100%);
    transition: background-image 2s;
}

.ua_circle_progressbar_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .fml_award_collection_link a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .fml_award_collection_link {
        margin-top: 20px;
    }

    .fml_award_collection_inner.slick-slider>button.slick-arrow {
        width: 24px;
        height: 30px;
    }

    footer#fml_footer {
        margin-bottom: 0;
    }

    body #home_banner::after {
        opacity: 0;
    }

    .fml-visible-benefits-section {
        visibility: visible;
    }

    .ua_circle_percent {
        background: conic-gradient(rgb(255, 167, 206) 0%, rgb(255, 167, 206) 100%, rgb(243, 243, 243) 100%, rgb(243, 243, 243) 100%);
    }
}

.fml-center-image img {
    display: none !important;
}

.fml-visible-benefits-item {
    background: #f3f3f3;
}

input#gform_submit_button_47 {
    display: block !important;
}

@media (max-width:767px) {
    .fml_skin_diagnostic_main_wrapper .gform_wrapper.gravity-theme .ginput_container_image_choice span.gfield-image-choice-wrapper-inner label .skin-diag-25-text-img-choice {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
    }

    .gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked)) .gform-field-label .skin-diag-25-text-img-choice {
        max-height: 200px !important;
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 5px;
    }

    .ua_circle_percent {
        font-size: 40px;
    }

    .fml-visible-benefits-title {
        font-size: 28px;
    }

    .fml-visible-benefits-caption {
        font-size: 15px;
    }

    #decode_column,
    div.twenty25-has-square-vid+div.twenty-25-fullwidth-section2,
    div.twenty25-has-square-vid {
        padding-top: 65px !important;
    }

    .gform_wrapper.gravity-theme .improve-wrapper .ginput_container_image_choice .gfield_radio {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}

/* new section */
progress {
    opacity: 0;
}

.ua_progress-element {
    width: 100%;
}

.ua_progress-container {
    position: relative;
    background: #FFFFFF;
    height: 51px;
    border-radius: 25px;
    overflow: hidden;
    direction: rtl;
}

.ua_progress-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #BBBBBB;
    animation: ua_progress-html 1s ease-in forwards;
}

.ua_progress-label {
    position: relative;
}

.ua_progress-label::after {
    content: attr(data-value) "%";
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes ua_progress-html {
    to {
        width: var(--ua_progress-width, 0%);
        right: 0;
    }
}

/* .fml_ro_main_inner_wrapper .fml_ro_listing_wrapper.slick-slide {
	 display: flex !important;
	 align-items: center;
	 gap: 64px;
}
 */
.fml_ro_left_content,
.fml_ro_right_content {
    width: 50%;
    float: left;
    display: inline-block;
}

.fml_ro_right_info_item_list {
    position: relative;
}

.fml_ro_right_info_item_list:not(:last-child) {
    margin-bottom: 7px;
}

.fml_ro_info_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-inline: 25px;
}

body.single-post #h-main {
    padding-top: 75px;
}

.fml_ro_info_percentage {
    margin-left: auto;
    color: #2D2926;
    font-family: var(--Titlefont);
    font-size: 18px;
    font-weight: var(--medium);
}

div.fml_ro_info_content .fml_ro_info_image img {
    max-height: 34px;
}

.fml_ro_right_caption,
.fml_ro_info_title {
    font-size: 18px;
}

body .fml_ro_main_inner_wrapper .slick-arrow:hover,
body .fml_ro_main_inner_wrapper .slick-arrow:focus,
body .fml_ro_main_inner_wrapper .slick-arrow {
    background-image: url('../img/new-section-arrow.svg');
    background-color: transparent;
    padding: 0;
    font-size: 0;
}

body .fml_ro_main_inner_wrapper .slick-arrow.slick-prev {
    background-image: url('../img/new-section-left-arrow.svg');
}

body .fml_ro_main_inner_wrapper .slick-arrow {
    top: 50%;
    /* transform: translateY(-50%);
	 */
}

@media(min-width: 768px) {
    body .fml_ro_main_inner_wrapper .slick-arrow.slick-next {
        right: unset;
        left: 44%;
    }
}

.fml_ro_main_inner_wrapper.slick-slider {
    padding: 0 64px;
    padding-top: 50px;
}

.fml_ro_right_title h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #707070;
    font-size: 45px;
}

.fml_ro_right_description {
    margin-bottom: 20px;
    font-size: 21px;
}

.fml_ro_right_caption {
    font-weight: var(--medium);
}

.fml_ro_right_description span {
    font-family: var(--Titlefont);
    font-size: 38px;
    font-weight: var(--bold);
}

.slick-slider {
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.fml_ro_image_left img {
    max-width: 100%;
}

.fml_ro_left_content .fml_ro_right_title,
.fml_ro_left_content .fml_ro_right_caption {
    display: none;
}

@media (max-width:880px) {
    .fml_ro_main_inner_wrapper .fml_ro_listing_wrapper.slick-slide {
        flex-direction: column;
        gap: 0;
    }

    .fml_ro_left_content,
    .fml_ro_right_content {
        width: 100%;
    }

    .fml_ro_main_inner_wrapper.slick-slider {
        padding-inline: 30px;
        padding-top: 20px;
    }

    body .fml_ro_main_inner_wrapper .slick-arrow {
        width: auto;
        height: auto;
        min-width: 26px;
        min-height: 26px;
    }

    /* body .fml_ro_main_inner_wrapper .slick-arrow.slick-prev {
		 transform: scale(-1) translateY(calc(-50% + 26px));
	}
	 */
    .fml_ro_main_inner_wrapper.slick-slider {
        padding: 0 32px;
    }
}

@media (max-width:767px) {
    .fml_ro_main_inner_wrapper.slick-slider {
        padding: 0;
        margin-top: 48px;
    }

    div.fml_ro_info_content .fml_ro_info_image img {
        max-height: 26px;
    }

    .ua_progress-container {
        height: 38px;
    }

    .fml_ro_right_caption,
    .fml_ro_info_title {
        font-size: 14px;
    }

    .fml_ro_info_percentage {
        font-size: 14px;
    }

    .fml_ro_right_description {
        font-size: 17px;
        text-align: center;
        margin-bottom: 22px;
    }

    /* .fml_ro_right_content .fml_ro_right_title, .fml_ro_right_content .fml_ro_right_caption {
		 display: none;
	}
	 */
    .fml_ro_right_description span {
        font-size: 32px;
    }

    .fml_ro_right_title h3 {
        padding-bottom: 0;
        font-size: 26px;
        border: none;
        text-align: center;
        margin-bottom: 2px;
    }

    .fml_ro_right_caption {
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
    }

    body .fml_ro_main_inner_wrapper .slick-arrow {
        top: 15%;
        transform: translateY(-15%);
    }

    .fml_ro_info_content {
        padding-inline: 20px;
    }

    .fml_ro_left_content .fml_ro_right_title,
    .fml_ro_left_content .fml_ro_right_caption {
        display: block;
    }

    .fml-visible-benefits-item:nth-child(5) .fml-vb-tooltip-content,
    .fml-visible-benefits-item:nth-child(4) .fml-vb-tooltip-content {
        left: 0;
        transform: none;
    }

    .fml-visible-benefits-item:nth-child(3) .fml-vb-tooltip-content,
    .fml-visible-benefits-item:nth-child(2) .fml-vb-tooltip-content {
        right: 0;
        left: auto;
        transform: none;
    }

    .fml-vb-tooltip-content {
        width: 200px;
    }
}

/* blog single */
.single-post #h_section_legend-1,
.single-post .hyper-breadcrumbs-wrapper {
    display: none;
}

.single-post .post-head-left,
.single-post header.fml_header {
    background-color: #2E282C;
}

.single-post .post-head-left {
    padding-top: 42px;
    width: 100%;
    flex: none;
    max-width: 100%;
    padding-inline: 0;
}

.fml_post_short_info {
    max-width: 1300px;
    margin-inline: auto;
    color: var(--white);
    padding-bottom: 32px;
    padding-inline: 32px;
}

.fml_post_short_info .fml_post_title {
    max-width: 750px;
}

.fml_post_short_info .fml_post_title h1 {
    text-align: left;
    font-weight: var(--medium);
    font-size: 45px;
    margin-bottom: 15px;
}

.fml_post_read_time {
    font-size: 17px;
    font-weight: 200;
    color: #919191;
}

.fml_post_category {
    font-size: 20px;
    color: #707070;
    border: 1px solid #919191;
    border-radius: 6px;
    line-height: 1;
    padding-inline: 25px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    min-width: 120px;
}

.single-post .post-head-right {
    width: 100%;
    max-width: 1150px;
    margin-inline: auto;
    padding-inline: 32px;
    flex: none;
    ;
    position: relative;
    z-index: 5;
}

.share-icons,
.fml_share_wrapper .holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.share-icons {
    align-items: center;
    gap: 10px;
}

.share-heading {
    font-size: 18px;
    font-weight: var(--medium);
    color: #B9B9B9;
}

.share-icons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #B9B9B9;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.share-icons a:hover {
    color: var(--white);
    transform: scale(1.05);
}

.single-post .post-head-right .post-head-right-container {
    position: absolute;
    margin-top: 100px;
}

.single-post .fml_post_single-section {
    padding: 100px 40px !important;
}

.single-post .fml_post_single-section>.vc_column_container {
    width: 100%;
    max-width: 812px;
    margin-inline: auto;
    margin-left: auto;
    margin-right: auto;
}

body.single.single-post article .entry-content .post-head {
    flex-direction: column;
}

body.single.single-post article div.entry-content .post-desc p {
    text-align: left !important;
}

body.single.single-post .row.post-content {
    width: 100%;
}

/* .fml_post_single-section .hyper-text-block h2, .fml_post_single-section .hyper-text-block p:not(:last-child) {
	 margin-bottom: 2.5rem !important;
}
 */
.single-post .fml_post_single-section>.vc_column_container .vc_row {
    display: flex;
    gap: 40px;
}

.single-post .fml_post_single-section>.vc_column_container .vc_row::after,
.single-post .fml_post_single-section>.vc_column_container .vc_row::before {
    content: none;
}

.fml_text_center h2.the_title {
    text-align: center !important;
    margin-bottom: 0;
    max-width: 600px;
    margin-inline: auto;
}

div.fml_text_center {
    margin-bottom: 0;
}

body .fml_discover_fillmed_inner .fml_discover_fillmed_outside .fml_discover_fillmed_center_img img {
    object-fit: contain !important;
}

.main-content.single-wrapper.post-detail .inner-content .post-head img.wp-post-image {
    display: block;
}

.main-content.single-wrapper.post-detail .inner-content .post-head img.fml_blog_mobile_img {
    display: none;
}

.custom-unique-share {
    position: absolute;
    top: -55px;
    left: -136px;
    z-index: 2;
}

.custom-unique-share .share-icons {
    align-items: flex-start;
}

.custom-unique-share .share-heading {
    margin-bottom: 5px;
}

/** FAQ ***/

body .fml-faq-content ul {
    margin-top: 10px;

}

body .fml-faq-content li {
    margin-bottom: 5px;
    line-height: 135%;
}

@media (max-width:1024px) {
    .custom-unique-share {
        position: static;
        margin-top: -36px;
    }

    .custom-unique-share .holder {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .custom-unique-share .share-heading {
        margin-bottom: 0;
    }

    .single-post .fml_cpt_post_list_widget {
        display: block;
        margin-top: 32px;
    }

    .single-post .fml_cp_list_wrappers {
        display: none;
    }

    .fml_post_short_info {
        padding-inline: 25px;
    }

    .single-post .fml_post_single-section {
        padding: 80px 25px !important;
        margin: 0 !important;
    }

    .single-post .post-head-right .post-head-right-container {
        margin-top: 80px;
        margin-bottom: -45px;
    }

    body.single.single-post .row.post-content .col-md-9,
    body.single.single-post .row.post-content .col-lg-10.col-md-9.post-desc {
        width: 100%;
        max-width: 100%;
        flex: none;
        padding: 0;
    }

    body.single.single-post .row {
        margin-left: 0;
        margin-right: 0;
    }

    .single-post .post-head-right .post-head-right-container {
        position: static;
    }

    .share-icons,
    .fml_share_wrapper .holder {
        flex-direction: row;
        align-items: center;
    }

    .single-post .post-head-right {
        max-width: 837px;
        padding-inline: 25px;
    }

    .single-post .fml_cp_list_wrapper.slick-initialized.slick-slider {
        margin: 0;
        padding: 20px 10px 0;
    }
}

@media (max-width:767px) {
    .custom-unique-share {
        margin-top: -25px;
    }

    .share-heading {
        font-size: 15px;
    }

    .single-post .fml_cp_list_content_list {
        padding: 0;
    }

    .single-post .fml_post_single-section>.vc_column_container .vc_row {
        flex-direction: column-reverse;
        gap: 32px;
    }

    .single-post .fml_post_single-section h3 {
        font-size: 20px;
    }

    .single-post .fml_post_single-section {
        padding: 64px 25px !important;
    }

    .single-post .post-head-right .post-head-right-container {
        margin-top: 64px;
    }

    .single-post .fml_post_single-section .space-left {
        margin-left: -30px;
    }

    body.single-post main.h-main div.vc_empty_space.space_40 {
        height: 12px !important;
    }

    body.single-post main.h-main div.vc_empty_space.space_70 {
        height: 30px !important;
    }

    body.single-post main.h-main #vc_empty_space-21,
    body.single-post main.h-main #vc_empty_space-22 {
        height: 35px !important;
    }

    body.single-post main.h-main #vc_empty_space-45,
    body.single-post main.h-main #vc_empty_space-43,
    body.single-post main.h-main #vc_empty_space-43 {
        height: 64px !important;
    }

    body.single-post #vc_empty_space-4 {
        height: 40px !important;
    }

    .fml_cp_list_wrapper.slick-slider button.slick-arrow {
        top: 40%;
        transform: translateY('-100%');
    }

    .fml_post_short_info .fml_post_title h1 {
        font-size: 38px;
    }

    .fml_post_category {
        font-size: 14px;
        height: 30px;
    }

    .fml_post_read_time {
        font-size: 15px;
    }

    .main-content.single-wrapper.post-detail .inner-content .post-head img.wp-post-image {
        display: none;
    }

    .main-content.single-wrapper.post-detail .inner-content .post-head img.fml_blog_mobile_img {
        display: block;
        width: 100%;
        height: 450px;
        object-fit: cover;
    }

    .twenty25-mobile-full-height {
        min-height: 100vh !important;
    }
}

@media(max-width: 450px) {
    body .twenty25-protocol-mobile.vc_row-flex .wpb_single_image img {
        height: 250px;
    }
}