/*
Theme Name: The Dev Team
Theme URI: http://xxx.com/
Template: builder
Version: 3.4
Updated: 10/10/2024
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
*/

/*------------------------------------------
    #MARK: REMOVE
------------------------------------------*/
/* #region */

.mh { 
    min-height: 2000px; 
}

body:not(.wp-admin) {
    background: url(upload/bg-1.jpg) top center no-repeat;
}



body:not(.wp-admin) main {padding-top: 130px;}
/* #endregion */

/*------------------------------------------
    #MARK: ROOT
------------------------------------------*/
/* #region */

:root {

    --font-size: 17px;
    --font-1: "Mundial";
    --font-2: "Ubuntu";

    /*
    --color1: #003663;
    --color2: #001221;
    --color3: #CC003B;

    --h1: 80px;
    --h2: 54px;
    --h3: 44px;
    --h4: 32px;
    --h5: 24px;
    --h6: 18px;
    */

    --color10: black;
    --color11: white;

    --a: #DDA15E;
    --hover: #A1AEB7;       

    --darktitle:white;
    --darktext:white;
}

/* #endregion */

/*------------------------------------------
    #MARK: GENERAL
------------------------------------------*/
/* #region */


/* #endregion */

/*------------------------------------------
    #MARK: BUTTONS
------------------------------------------*/
/* #region */



/* #endregion */

/*------------------------------------------
    #MARK: HEADER
------------------------------------------*/
/* #region */

header.header {position: fixed;}

.navbar {
    justify-content: space-between;
    gap: 20px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.main-menu {
    width: 100%;
}

.main-menu .navbar-nav {
    gap: 10px;
    justify-content: flex-end;
}

.navbar-brand {
    width: 281.25px;
}

.header .menu_wrap {
    background: #006;
    padding: 41px 0px;
}

.header .main-menu .nav-link {
    color: #FFF;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    padding: 14px 0px;
    transition: 0.3s;
}

#navbar-home .navbar-nav {
    gap: 20px;
}

.header .main-menu .nav-link:hover {
    color: #57C7F4;
}

.element a.link-text span {
    color: #FFF;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 14px 0px;
    transition: 0.3s;
}

.element a.link-text:hover span {
    color: #57C7F4;
}

/* #endregion */

/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */

.element.footer-0 .wrap {
    background: #006;
    padding: 79px 0px 48px 0px;
}

.dtop_left {
    display: flex;
    flex-flow: column;
    gap: 35px;
    max-width: 310px;
}

.disclaim {
    color: #FFF;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.dtop_right {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px;
}

.footer-menu .menu-title {
    display: none;
}

.footer-menu .menu-links.hide-lg.dv {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    list-style: none;
    gap: 36px;
}

.footer-menu .menu-links.hide-lg.dv .d-link {
    color: #FFF;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
    transition: 0.3s;
}

.footer-menu .menu-links.hide-lg.dv .menu-item {
    position: relative;
}

.footer-menu .menu-links.hide-lg.dv .menu-item::after {
    content: '/';
    color: #FFF;
    text-align: right;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-menu .menu-links.hide-lg.dv .d-link:hover {
    color: #57C7F4;
}

.footer_email {
    display: flex;
    justify-content: flex-end;
	gap:20px;
}

.ssc.company-email.sc-div {
    gap: 46px;
}

.footer_email .sc-div {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    display: flex;
    flex-flow: row;
}

.footer_email .sc-div .scd {
    flex: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_email .sc-div .scd::before {
    content: '/';
    color: #FFF;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    left: -26px;
    position: absolute;
}

.footer_email .sc-div .scd:first-child::before {
    display: none;
}

.copyright {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    color: rgb(255 255 255 / 50%);
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
}

.footer_email .sc-div .scd .sc-before {
    color: #FFF;
    text-align: right;
    font-family: Manrope;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 17px */
    text-transform: uppercase;
}

.footer_email .sc-div .scd a, .footer_email > a {
    color: rgba(255, 255, 255, 0.70);
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;
}

.footer_email .sc-div .scd a {
	display:none;
}

.footer_email .sc-div .scd a:hover, .footer_email > a:hover {
    color: #57C7F4;
}

.copyright a {
    color: rgb(255 255 255 / 50%);
    transition: 0.3s;
}

.copyright a:hover {
    color: #57C7F4;
}

.footer_menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 40px;
}

.element .footer_menu a.link-text span {
    padding: 0px;
    color: #FFF;
    font-family: Manrope;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
}

.element .footer_menu a.link-text:hover span {
    color: #57C7F4;
}

/* #endregion */

/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */

.heroopt-01 .wrap {
    padding: 94px 0px 70px 0px;
}

.element .hero-opt {
    display: flex;
    flex-flow: column;
    gap: 30px;
}

.element .hero-opt .mtitle {
    color: #FFF;
    font-family: "Barlow Condensed";
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 80px */
    text-transform: uppercase;
}

[data-margin] .mtitle, [data-margin] .atitle, [data-margin] .dtitle, [data-margin] .dtext, [data-margin] .ptext, [data-margin] .itext, [data-margin] .btn-loop {
    margin: 0px;
}

.element .hero-opt .dtext {
    color: #FFF;
    font-family: Barlow;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 28.5px */
}

.element .mtitle {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 39.6px */
    text-transform: uppercase;
}

.element .dtext {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

.element .hero-opt .btn-loop {
    padding-top: 10px;
}

.element .btn-1::before {
    content: url(https://centefdev.wpenginepowered.com/wp-content/uploads/2025/08/blue_arrow.svg);
    position: absolute;
    right: 22px;
    z-index: 1;
}

.element .btn-1 {
    color: #000066;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #000066;
    padding: 15px 50px 15px 22px;
	background: transparent;
}

.element .btn-1:hover {
    color: #000066;
    border-color: #57C7F4;
    background: transparent;
}

.element .btn-1::after {
    background-color: #57C7F4;
}

.element .btn-2::before {
    content: url(https://centefdev.wpenginepowered.com/wp-content/uploads/2025/08/white_arrow.svg);
    position: absolute;
    right: 22px;
    z-index: 1;
}

.element .btn-2 {
    color: #FFF;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 15px 50px 15px 22px;
}

.element .btn-2:hover {
    color: #000066;
    border-color: #57C7F4;
    background: transparent;
}

.element .btn-2::after {
    background-color: #57C7F4;
}

.element .btn-2:hover::before {
    content: url(https://centefdev.wpenginepowered.com/wp-content/uploads/2025/08/blue_arrow.svg);
}

/* #endregion */

/*------------------------------------------
    #MARK: GRID POST SLIDER 01
------------------------------------------*/
/* #region */

.sliderpost-01 .wrap {
    padding: 112px 0px 50px 0px;
}

.sliderpost-01 .w-100 {
    display: flex;
    flex-flow: column;
    gap: 62px;
}

.sliderpost-01 .is-grid .post-item {
    flex-flow: row;
    padding: 30px 52px 50px 33px;
    gap: 102px;
	border-color: #57C7F4;
}

.post-image {
    max-width: 543px;
    width: 100%;
}

.post-info {
    flex: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.post-info .post-category {
    color: #57C7F4;
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
    padding-bottom: 10px;
}

.element .ititle {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    max-width: 411px;
    width: 100%;
}

.post-info .post-excerpt {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

.post-info .post_read_more {
    color: #006;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    text-transform: lowercase;
    padding-top: 20px;
    display: flex;
    gap: 8px;
}

.element .post-info .post_read_more img {
    width: auto;
}

.post-info .post_read_more p {
    margin: 0px;
}

.is-grid .owlbtn {
    width: 36px;
    height: 36px;
    border: 1px solid #57C7F4;
    border-radius: 50%;
    transition: 0.3s;
}

.is-grid .owlbtn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.is-grid .owlbtn:hover {
    background-color: #57C7F4;
}

.is-grid .owlbtn:hover img {
	opacity: 0;
}

.is-grid .owlbtn::before {
    content: url(https://centefdev.wpenginepowered.com/wp-content/uploads/2025/08/slider_hover.svg);
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.is-grid .owlbtn:hover::before {
    opacity: 1;
}

.element .post-info .post_hover_arrow {
    display: none;
}

.sliderpost-01 .is-grid .post-item img.post_arrow {
    display: block;
}

.sliderpost-01 .is-grid .post-item:hover img.post_arrow {
    display: none;
}

.sliderpost-01 .is-grid .post-item img.post_hover_arrow {
    display: none;
}

.sliderpost-01 .is-grid .post-item:hover img.post_hover_arrow {
    display: block;
}

.sliderpost-01 .is-grid .post-item:hover .post_read_more {
    color: #57C7F4;
}


/* #endregion */

/*------------------------------------------
    #MARK: AJAX POST 01
------------------------------------------*/
/* #region */

.ajaxp-01.element .box.b {
    border: none;
    background: #FFF;
    padding: 0px;
}

.ajaxp-01.element .box .post-link {
    padding: 33px 30px 30px 30px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    border: 1px solid #CFCFDA;
}

.ajaxp-01.element .box .post-link .post-date {
    color: rgba(65, 65, 65, 0.60);
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
}

.ajaxp-01.element .box .post-link .post-thumb {
    margin: 9px 0px 0px 0px;
}

.ajaxp-01.element .box .post-link .d-tag.title {
    margin: 0px;
    font-weight: 700;
}

.ajaxp-01.element .box .post-link .post-title.ititle {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
}

.ajaxp-01.element .box .post-link .post-thumb::after {
    display: none;
}

.ajaxp-01.element .box .post-link:hover {
    border-color: #57C7F4;
}

/* #endregion */


/*------------------------------------------
    #MARK: AJAX CPOST 01
------------------------------------------*/
/* #region */


.ajaxc-01 .wrap {
    padding: 90px 0px 100px 0px;
    background: #F9F8F8;
}

.ajaxc-01 .dinfo.dflex-between {
    padding-bottom: 70px;
}

.ajaxc-01 .ajax_grid .cpt {
    border: none;
    background: transparent;
    max-width: 310px;
    width: 100%;
    padding: 0px;
}

.ajaxc-01 .ajax_grid.cpt-row {
    display: flex;
    flex-flow: wrap;
    gap: 30px 120px;
}

.ajaxc-01 .cpt .cpt-link {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.ajaxc-01 .cpt .cpt-link[href="#"]{pointer-events: none;}
.ajaxc-01 .cpt-link .cats {
    padding-bottom: 10px;
    color: #57C7F4;

/* Overline */
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}

.ajaxc-01 .cpt-link .cpt-title.ititle {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    max-width: initial;
}

.ajaxc-01 .cpt-link .cpt-excerpt {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

.ajaxc-01 .cpt-link .post-meta {
    color: rgba(65, 65, 65, 0.60);
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 13px */
    text-transform: uppercase;
    padding-top: 10px;
}

.ajaxc-01 .cpt-link .cpt-author {
    border-top: 3px solid #CFCFDA;
    margin-top: 20px;
    padding-top: 20px;
    color: #6666A3;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}

.ajaxc-01 .cpt .cpt-link:hover .cpt-author {
    border-color: #57C7F4;
}

/* #endregion */

/*------------------------------------------
    #MARK: TITLE TEXT 01
------------------------------------------*/
/* #region */

.title-text-01 .wrap {
    padding: 100px 0px;
}

.title-text-01 .text_container {
    padding-top: 30px;
    display: flex;
    flex-flow: wrap;
    gap: 70px;
}

.title-text-01 .text_column {
    flex: 1;
}

/* #endregion */


/*------------------------------------------
    #MARK: COL CTA 01
------------------------------------------*/
/* #region */

.cta-01 .wrap {
    padding: 118px 0px;
}

.cta-01 .col-cta {
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.cta-01 .col-cta .btn-loop {
    padding-top: 10px;
	justify-content:center;
}

.element .fwhite, .element .fwhite * {
    color: #FFF;
}

.cta-01 .col-cta p {
    margin: 0px;
}

/* #endregion */

/*------------------------------------------
    #MARK: CONTACT POPUP 01
------------------------------------------*/
/* #region */

.title_popup {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.contact_popup_title {
    color: #006;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
    text-transform: uppercase;
}

.title_popup .dtext {
    color: #414141;
    text-align: center;

/* Paragraph */
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

img.contact_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}

div#contact_popup {
    position: relative;
    overflow-x: hidden;
    padding: 90px 150px 78px 150px;
    max-width: 970px;
    width: 100%;
}

div#contact_popup button.f-button.is-close-btn {
    top: 40px;
	right: 40px;
    --f-button-color: #57C7F4 !important;
    --f-button-hover-color: #57C7F4 !important;
    --f-button-width: 10px !important;
    --f-button-height: 10px !important;!i;!;
    --f-button-svg-width: 10px !important;
    --f-button-svg-height: 10px !important;
	--f-button-border-radius: 9px !important;
	--f-button-bg: transparent !important;
    --f-button-active-bg: transparent !important;
    --f-button-hover-bg: transparent !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #57C7F4;
    opacity: 1;
    font-weight: 400;
}

.contact_pop .gform_body .gfield_label.gform-field-label {
    color: #414141;

/* Paragraph */
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    margin-bottom: 5px;
}

.contact_pop .gform_body input, .contact_pop .gform_body textarea {
    width: 100% !important;
    border: 1px solid #CFCFDA !important;
    background: #FFF !important;
    color: #414141 !important;
    font-family: Barlow !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    box-shadow: none !important;
    height: 50px !important;
    border-radius: 0px !important;
}

.contact_pop .gform_body textarea {
    height: 150px !important;
    min-block-size: initial !important;
}

.contact_pop .gform_body .gform-field-label .gfield_required {
	color: #57C7F4;
	font-family: Barlow;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #57C7F4;
}

.contact_pop .gform_body .ginput_container_consent input {
    height: 20px !important;
    width: 20px !important;
    margin-top: 3px;
}

.contact_pop .gform_body .ginput_container_consent label {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

.contact_pop .gform_body .gform_fields {
    gap: 30px;
}

.contact_pop .gform_footer {
    position: relative;
    width: max-content;
    margin-top: 40px !important;
}

.contact_pop .gform_footer input {
    color: #006 !important;
    font-family: Barlow !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 100% !important; /* 16px */
    text-transform: uppercase !important;
    border-radius: 100px !important;
    border: 1px solid #006 !important;
    background: transparent !important;
    padding: 15px 48px 15px 22px !important;
    transition: 0.3s !important;
}

.contact_pop .gform_footer::before {
    content: url(https://centefdev.wpenginepowered.com/wp-content/uploads/2025/08/blue_arrow.svg);
    position: absolute;
    right: 20px;
    top: 55%;
    transform: translateY(-50%);
}

.contact_pop .gform_footer input:hover {
    background: #57C7F4 !important;
    border-color: #57C7F4 !important;
}

.fancybox__backdrop {
    opacity: 0.9 !important;
    background: #010138 !important;
}

.gform_required_legend {
	display:none;
}

.contact_container .gform_validation_errors {
    display: none !important;
}

.contact_container .validation_message {
    font-family: Barlow !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important; 
}

.contact_pop .gform_confirmation_message {
    text-align: center !important !important;
    color: #006 !important;
    text-align: center !important;
    font-family: "Barlow Condensed" !important;
    font-size: 30px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 100% !important;
}

/* #endregion */

/*------------------------------------------
    #MARK: SINGLE POST 01
------------------------------------------*/
/* #region */

.post_banner {
    position: relative;
    padding: 55px 0px 52px 0px;
    text-align: center;
}

.overlay.post_overlay {
    background: linear-gradient(0deg, rgba(0, 0, 72, 0.80) 0%, rgba(0, 0, 72, 0.40) 100%);
}

.post_banner .container {
    z-index: 9;
    position: relative;
}

.post_banner .cats {
    padding-bottom: 20px;
}

.post_banner .meta-label {
    display: none;
}

.post_banner .post-cats {
    color: #57C7F4;
    text-align: center;

/* Overline */
    font-family: Manrope;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}

.post_banner .dtitle {
    color: #FFF;
    text-align: center;
    font-family: "Barlow Condensed";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 50px */
}

.post_banner .single_post_author a {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    text-transform: uppercase;
}

.post_banner .single_post_author a:hover {
    text-decoration: none;
    color: #57C7F4;
}

.post_banner .single_post_author {
    padding-top: 10px;
}

.post_banner .single_post_date {
    color: #FFF;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.post_title_container {
    max-width: 610px;
    margin: auto;
}

.toc_title {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    border-bottom: 2px solid hsl(0deg 0% 25% / 20%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.single-post .wrap {
    padding: 100px 0px 133px 0px;
}

.toc_list {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.toc_list a {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
	text-decoration:none;
  	transition: text-shadow .12s ease;
}

.toc {
    max-width: 340px;
    width: 100%;
}

.toc_list a:hover {
    color: #57C7F4;
    /*font-weight: 700;*/
	text-shadow:
    0   0   0 #57C7F4,
    0.02em 0   0 #57C7F4,
   -0.02em 0   0 #57C7F4,
    0   0.02em 0 #57C7F4,
    0  -0.02em 0 #57C7F4;
}

.post-text h2 {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    text-transform: uppercase;
    margin-top: 60px;
}

.post-text h2:nth-child(2) {
    margin: 0px;
}

.post-text p {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    margin: 30px 0px 0px 0px;
}

.post-text p strong {
    font-weight: 700;
}

.single-post sup {
    color: inherit;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.post-text img {
    margin: 30px 0px 0px 0px;
    width: 100%;
}

.single-post .post-text h2 sup {
    top: -18px;
    font-size: 20px;
}

.post-text ol, .post-text ul {
    margin-top: 30px;
    padding-left: 55px;
}

.post-text ol li, .post-text ul li {
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
	position: relative;
}

.post-text .table_wrapper {
    width: 100%;
    overflow-x: auto;
}

.post-text {
    overflow: hidden;
	padding-right:4px;
}

.post-text table {
    border-radius: 4px;
    border-collapse: collapse;
	width:766px !important;
}

.post-text table td {
    border: 1px solid #B9B9B9;
    flex: 1;
    width: auto !important;
    padding: 10px;
    color: #414141;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    border-bottom: none;
    border-right: none;
}

.post-text p:first-child {
    margin-top: 0px;
}

.post-text hr {
    margin: 25px 0px 0px 0px;
    border-color: hsl(0deg 0% 25% / 22%);
}

.post-text h2:nth-child(4) {
    margin-top: 20px;
}

.post-text p a:hover, .post-text h2 a:hover {
    color: #57C7F4;
}

.post-text a {
    color: #414141;
    transition: 0.3s;
}

.post-text sup a {
	font-weight:700;
}

.post-text table tr {
    display: flex;
}

.post-text table tr:first-child {
    background: rgba(0, 0, 0, 0.06);
}


.post-text table tr:first-child td {
    font-weight: 700;
}


.post-text table tr:first-child td:first-child {border-radius: 5px 0px 0px 0px;}


.post-text table tr:first-child td:last-child {
    border-radius: 0px 5px 0px 0px;
}

.post-text table tr td:last-child {
    border-right: 1px solid #B9B9B9;
}

.post-text table tr:last-child td {
    border-bottom: 1px solid #B9B9B9;
}

.post-text table tr:last-child td:first-child {
    border-radius: 0px 0px 0px 5px;
}

.post-text table tr:last-child td:last-child {
    border-radius: 0px 0px 5px 0px;
}

.post-text h3 {
    color: #006;
    font-family: "Barlow Condensed";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 30px 0px 0px 0px;
}

.social_share_container {
    margin-top: 60px;
    border-top: 1px solid #CFCFDA;
    padding-top: 30px;
    text-align: center;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.single_post_lower_text.post-text h2:first-child {
    margin-top: 0px;
}

.social_share .heateor_sss_sharing_ul {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.social_share_container p {
    margin: 0px;
    color: #6666A3;
    text-align: center;

/* Paragraph */
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}

.toc_container {
    position: sticky;
    top: 200px;
}

.top_id, .top-id {
    position: absolute;
    margin-top: -150px;
}

.single_post_lower_text.post-text {
    background: #F9F8F8;
    padding: 80px 0px 180px 0px;
}

.single_post_lower_text ol {
    padding-left: 20px;
    margin-top: 20px;
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.single_post_lower_text ol::marker {
    color: #57C7F4;
    font-family: Barlow;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 22.1px */
}

.single_post_lower_text ol li::marker {
    color: #57C7F4;
	font-weight:700;
}

.single_post_lower_text.post-text li {
    padding-left: 10px;
}

.single_post_lower_text.post-text li a {
    color: #57C7F4;
    font-family: Barlow;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-decoration: underline;
    transition: 0.3s;
}

.single_post_lower_text.post-text li a:hover {
    color: #006;
}

.post-text .top_id {
    margin-top: -150px;
}

.post_banner .single_post_author sup a {
    color: #57C7F4;
    font-size: 16px;
}

.post-text sup a:hover {
    text-decoration: none;
}

.single_post_lower_text.post-text .top_id {
    margin-top: -175px;
	top: 0px;
    left: 0px;
}

.single_post_box {
    display: flex;
    flex-flow: column;
    text-align: center;
    border: 1px solid #CFCFDA;
    background: #FFF;
    margin: 30px 0px;
    padding: 40px 0px;
    justify-content: center;
    align-items: center;
}

.post-text .single_post_box img {
    max-width: 700px;
    width: auto;
}

.post-text .single_post_box .box_text p {
    font-size: 15px;
    font-weight: 600;
    margin: 0px;
}

.post-text .single_post_box .box_text p:nth-child(2) {
    font-size: 13px;
    font-weight: 400;
    line-height: 130%;
}

img.mh377 {
    max-height: 377px;
}

.post-text h2 sup a {
    color: #414141;
    font-family: "Barlow Condensed";
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    text-transform: uppercase;
}

a#scroll-to-top {
    display: none !important;
}

/* #endregion */









/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */

.home .element a.btn {
    pointer-events: none;
}

.home .element.cta-01 a.btn {
    pointer-events: initial;
}

/* #endregion */

/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */


/* #endregion */
