











.child-theme h1{
  font-size: clamp(40.0px, 5vw, 64px);  
}
.child-theme h2{
  font-size: clamp(40.0px, 4vw, 56px); 
}
.child-theme h3{
  font-size:clamp(32.0px, 4vw, 48px);
}
.child-theme h4 {
  font-size:clamp(28.79999999997696px, 3vw, 40px); 
}


.child-theme a.hs-sec-btn{
  overflow:hidden; 
}
:root{
  --h2fontsize: 32px; 
}
html{
  scroll-behavior: smooth;
}
.child-theme a.tertiary_btn {
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  border-radius:12px;
  font-size: 0.95rem;
  position: relative;
  overflow:hidden;
}

.child-theme a.tertiary_btn:hover {
  background: var(--s360-text, #0A0A0A);
  color: var(--s360-bg, #FFFFFF) !important;
  transform: translateY(-2px);
  opacity: .9;
}

.child-theme a.tertiary_btn:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  left:-100%;
}

.child-theme a.tertiary_btn:hover:before {
  left: 100%;
}
.span4 div:has(.cm-position-wrp) .cm-position-wrp * {
  height: auto;
}
.span4 div:has(.cm-position-wrp):not(.cm-position-wrp ) {
  height: 100%;
}
.span4 div:has(.cm-position-wrp) .cm-position-wrp .s360-career-single__share-links a {
  height: 44px;
}
.span4 div:has(.cm-position-wrp) .cm-position-wrp .s360-career-single__share-links a span {
  height: 18px;
}
.body-wrapper:has(.cm-position-wrp) {
  overflow: visible;
}

@media(max-width:767px){
  :root{
    --h2fontsize: 30px; 
  } 
}
.body-container-wrapper .hs_cos_wrapper_type_rich_text ol{
  padding-left:0;
}
:root {
  --primary-font-family: Plus Jakarta Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  --secondary-font-family: DM Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}
.hsfc-Renderer form .hsfc-Step .hsfc-Step__Content {
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
}
.hs-form-field,
.hsfc-Renderer form .hsfc-Row {
  margin-bottom: 20px
}
.form-title:empty {
  margin: 0;
  padding: 0
}
.ylw-bg-check{
  background: #fec10d;
  border-radius: 50px;
  color: #000;
  border: 1px solid #000;
  width: 24px;
  height: 24px;
}
.ylw-bg-check path{
  fill:#000;
}

.yellow-check{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff8e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

form label,
.hsfc-Renderer form .hsfc-FieldLabel {
  font-size: 16px;
  color: rgba(17, 35, 55,1.0);
  line-height: 1.6;
  letter-spacing: normal;
  font-family: var(--secondary-font-family) !important;
}

.hs-error-msg,
.hs_error_rollup label,
.systems-page ul.no-list.hs-error-msgs label,
.hsfc-Renderer form .hsfc-ErrorAlert {
  color: rgba(192, 43, 10,1.0);

}
.hsfc-Renderer form .hsfc-FieldLabel__RequiredIndicator {
  color: rgba(192, 43, 10,1.0);
}
[data-hsfc-id=Renderer] .hsfc-TextInput:hover{
  box-shadow:none !important
}

form input[type=email],
form input[type=file], 
form input[type=number],
form input[type=password],
form input[type=search],
form input[type=tel],
form input[type=text],
form select, 
form textarea,
.hsfc-Renderer form .hsfc-PhoneInput__FlagAndCaret, 
.hsfc-Renderer form .hsfc-TextInput, 
.hsfc-Renderer form .hsfc-TextareaInput {
  border-width: 1px;
  color: rgba(17, 35, 55,1.0);
  background-color: rgba(255, 255, 255,1.0);
  border-color: rgba(104, 110, 119,1.0);
  border-radius:3px !important;
  height: 38px;
  box-sizing: border-box;
  padding: 0 12px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  box-shadow: rgba(18, 25, 97, 0.08) 0 1px 4px;
  transition: all 0.15s ease;
  -webkit-font-smoothing: antialiased;
  font-family: var(--secondary-font-family) !important;
}

form textarea {
  display: block;
}
[data-hsfc-id=Renderer] .hsfc-ErrorAlert,
.hsfc-Renderer form .hsfc-ErrorAlert{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  font-family: var(--secondary-font-family) !important;
}
.hsfc-Renderer form .hsfc-TextInput:focus,
.hsfc-Renderer form .hsfc-TextareaInput:focus,
form input[type=email]:focus,
form input[type=file]:focus,
form input[type=number]:focus, 
form input[type=password]:focus,
form input[type=search]:focus,
form input[type=tel]:focus, 
form input[type=text]:focus,
form select:focus,
form textarea:focus {
  outline: 3px solid rgba(32, 76, 229, 0.65) !important;
  outline-offset: 1px !important;
  box-shadow: rgba(18, 25, 97, 0.08) 0 1px 4px !important;
  transition: all 0.15s ease !important;
}

.hsfc-Renderer form .hsfc-NavigationRow__Buttons:has(>:only-child) {
  justify-content: flex-start
}

.hsfc-Renderer form .hsfc-Heading {
  color: rgba(10, 10, 10, 1);
  font-family: var(--secondary-font-family) !important;
}

.hsfc-Renderer form .hsfc-RichText {
  color: rgba(17, 35, 55,1.0);
  font-family: var(--secondary-font-family) !important;
}
.hsfc-Renderer form .hsfc-RichText p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: var(--secondary-font-family) !important;
}
.hsfc-Renderer form .hsfc-RichText *:last-child {
  margin-bottom: 0;
}
.hs-form,
[data-hsfc-id=Renderer] .hsfc-Form{
  margin-bottom:20px !important;
}

/* *** Form Style End *** */

/* *** Primary Button *** */
.hs-button,
form input[type=submit],
.hsfc-Renderer form .hsfc-Button {
  background-color: rgba(254, 193, 13,1.0);
  color: rgba(0, 0, 0,1.0);
  border-width: 1px;
  border-color: rgba(0, 0, 0,0.0);
  padding: 0px 16px;
  border-radius: 12px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  box-shadow: rgba(18, 25, 97, 0.08) 0 1px 4px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: all 0.15s ease;
}
[data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):focus{
  background-color: rgba(0, 0, 0,1.0) !important;
  color: rgba(255, 255, 255,1.0) !important;
}

.hs-button:hover, 
form input[type=submit]:hover,
.hsfc-Renderer form .hsfc-Button:hover,
.hsfc-Renderer form .hsfc-Button:not([disabled]):hover {
  transform: translateY(0);
  background-color: rgba(0, 0, 0,1.0);
  color: rgba(255, 255, 255,1.0);
  border-color: rgba(0, 0, 0,0.0);

}
.contact-banner .form-row.hs-secondary .hs-button, .contact-banner .form-row.hs-secondary input.hs-button, .form-row.secondary input[type=submit], .hs-sec-btn, .hs_service .widget-type-form .hs-button, .popup_modal_box.bg_primary .hs-button, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page {
  font-size: 0.95rem;
}
.hs-trans-btn, form input[type=submit], .hs-button, .hs-sec-btn, .systems-page .hs-search-results__next-page, .systems-page .hs-search-results__prev-page{
  font-weight:600;
}
/* *** End  Primary Button *** */

/* *** Secondary Button *** */
.hs-sec-btn {

  background-color: rgba(10, 10, 10,1.0);
  color: rgba(255, 255, 255,1.0);
  border-width: 0px;
  border-color: rgba(10, 10, 10,1.0);
  padding: 12px 24px ;
  border-radius: 12px;
  position:relative;
  overflow:hidden;

}
.hs-sec-btn:hover {
  background-color: rgba(10, 10, 10,1.0);
  border-color: rgba(10, 10, 10,1.0);
  border-color:rgba(10, 10, 10,1.0);
  transform: translateY(-1px);
}
.header.cs-header .hs-sec-btn:hover {
  box-shadow: 0 4px 12px rgba(254, 193, 13, 0.4);
}
.hs-sec-btn:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  overflow:hidden:
}
.hs-sec-btn:hover:before{
  left:100%;
}
/* *** End Secondary Button *** */
.header-wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

.header.cs-header .primary-section {
  padding: 16px 24px; 
  border:none;
}
.header.cs-header  .primary-section .container-wrapper {
  gap: 32px;
}
.header.cs-header  .nav>nav>ul .header__menu-item--depth-1>a{
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 16px;
  transition: all 0.2s ease;
  align-items:center;
  border-radius:3px;
  line-height:1.6;
  font-family: var(--secondary-font-family);
}
.header.cs-header  .nav>nav>ul .header__menu-item--depth-1>a .child-trigger{
  display:flex;
  margin-left:4px;
}
.header.cs-header  .nav>nav>ul .header__menu-item--depth-1>a .child-trigger svg:first-child{
  display:none;
}
.header.cs-header .header__menu--desktop > .header__menu-wrapper{
  gap:8px;
}
.header.cs-header  .hs-sec-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px !important;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95em;
  position:relative;
  font-family: var(--secondary-font-family);
  line-height:1.4
}

.header.cs-header .primary-section .page-center{
  padding:0;
}
.header.cs-header   .logo-section img{
  transition: transform 0.2s ease;
}
.header.cs-header   .logo-section img:hover{
  transform: scale(1.02);
}

.header.cs-header .primary-section .header_overlay{
  height:100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:-1;
  position:fixed;
  width:100%;
  opacity:0;
  top:0;
  left:0;
  visibility:hidden;
  transition: opacity 0.3s ease;
}
.header.cs-header .nav>nav>ul .header__menu-item--depth-1>ul li.active-branch>a:hover,
.header.cs-header .nav>nav>ul .header__menu-item--depth-1>ul li.active>a:hover{
  background-color: rgba(255, 248, 225,1.0);
}
.mobile-menu-open .header.cs-header .primary-section .header_overlay{
  opacity:1;
  visibility:visible;
}
.header.cs-header .hs-sec-btn {
  overflow: hidden;
}

.cm-feat-brdr.feat-wrap .page-center .inner .feat-item-wrp .featitem.splide__slide .outer_wrap:hover {
  box-shadow: unset;
  transform: unset;
}
.cm-feat-brdr.feat-wrap .feat-item-wrp .featitem.splide__slide:hover .outer_wrap {
  border: unset;
  border-left: 3px solid #fab710;
  transform: unset;
  transition: unset;
  box-shadow: unset;
}
.cm-feat-brdr.feat-wrap .feat-item-wrp .featitem.splide__slide .outer_wrap {
  border:unset;
  border-left: 3px solid #fab710;
}

.cm-cntr-sec .page-center .item.num3 .inner {
  border-right: unset;
}


@media(min-width:992px){
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {

    min-width: 260px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(229, 229, 229);
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 15px -3px;
    padding: 8px;
    transition: 0.2s;
  }
  .header.cs-header .nav>nav>ul .header__menu-submenu--level-2>.header__menu-item a{
    transition: all 0.15s ease;
    padding: 10px 12px;
    font-size: 0.9rem;
    font-weight:700;
    border-radius:6px;
    font-family: var(--secondary-font-family);
  }
  .nav > nav > ul .header__menu-item--depth-1.header__menu-item--has-submenu:hover>a:after {
    height: 15px;
  }
  .header.cs-header .nav>nav>ul .header__menu-item--depth-1:hover>a{
    color: rgba(10, 10, 10,1.0);
  }
  .header.cs-header .nav>nav>ul .header__menu-submenu--level-2>.header__menu-item a:hover{
    opacity: .9;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    transform: translateY(-10px);
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
    transform: translateY(8px);
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover .header__menu-submenu--level-3,
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu .header__menu-submenu--level-3{
    transform: translateY(0);
  }
  .header__menu--desktop>.header__menu-wrapper > li.header__menu-item--has-submenu:last-child > ul > li > ul {
    left: auto !important;
    right: 100% !important;
  }
  .header.cs-header  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu.header__menu-item--depth-2>a{
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FEC10D;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
  }
  .header.cs-header  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu.header__menu-item--depth-2>a:hover{
    background:transparent;
    color: #FEC10D;
    opacity: 1;
  }
  .header.cs-header .nav>nav>ul .header__menu-item--depth-1>a .child-trigger svg{
    transition: transform 0.2s ease;
  }
  .header.cs-header  .header__menu--desktop>.header__menu-wrapper>.header__menu-item--has-submenu:hover a .child-trigger svg{
    transform:rotate(180deg);
  }
}
.header-wrapper.cm-header-scrolled  .primary-section{

  box-shadow:0 4px 6px -1px rgba(0,0,0,0.07), 0 2px 4px -1px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}
.systems-page {
  padding: 60px 20px;
}
.nv--yoast-breadcrumb.neve-breadcrumbs-wrapper {
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
  color: #272626;
}
.body-wrapper .systems-page h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.neve-breadcrumbs-wrapper a {
  color: #676767;
}
.cs-search-page ul.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 0;
  column-gap: 30px;
}
.cs-search-page ul.hs-search-results__listing li.hs-search-results__listing__item {
  margin: 0 0 30px;
  width: calc(33.33% - 30px);
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 0 25px;
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.15);
  border-radius: 8px;
}
.cs-search-page .hs-search-results__content {
  padding: 25px 0;
}
.cs-search-page .systems-page .hs-search-results__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #272626;
}
.cs-search-page .systems-page .hs-search-results__link:hover .hs-search-results__title {
  opacity: .9;
}
.hs-search-results__pagination__link--number {
  padding: 12px 15px;
  background: #f4f5f7;
  border-radius: 3px;
  color:#0A0A0A!important;
}
.hs-search-results__pagination__link--last, .hs-search-results__pagination__link--next,
.hs-search-results__pagination__link--first, .hs-search-results__pagination__link--prev{
  padding: 12px 15px;
  background: #f4f5f7;
  border-radius: 3px;
  color:#0A0A0A!important;
}
.hs-search-results__pagination__link--active {
  border-width: 0;
  background: #2f5aae;
  color: #fff !important;
}
.cs-error-page .custom-404-page .error-page {
  padding: 60px 12px;
}
.cs-error-page .cst-content-wrapper p {
  margin-bottom: 30px;
}
.cs-error-page .hs-search-field__bar {
  max-width: 100%;
}
.cs-error-page form input[type=search] {
  width: calc(100% - 45px);
  max-width: 100%;
  padding: 10px 12px !important;
  height: auto;
  min-height: auto;
  line-height: normal;
  border-color: #dddddd;
  box-shadow: none !important;
  border-width: 2px;
  color: #272626;
  font-family: Arial,Helvetica,sans-serif !important;
  font-size: 16px;
}
.cs-error-page form input[type=search]:focus {
  outline: none !important;
  box-shadow: 0 0 3px 0 #2f5aae !important;
  border-color: #2f5aae;
}
.cs-error-page form input[type=search]::-webkit-search-cancel-button{
  display:none; 
}
.cs-error-page form input[type=search]::placeholder{color:inherit;opacity:.5}
.cs-error-page .hs-search-field button,
.hs-search-field button:focus, .hs-search-field button:hover{
  right: 0;
  width: auto;
  height: auto;
  padding: 10px 12px;
  border-radius: 3px;
}
.cs-error-page .hs-search-field__bar button svg {
  fill: #272626;
  opacity: 0.5;
}
.cs-error-page .hs-search-field button:hover {
  background: #000;
}
.cs-error-page .hs-search-field__bar button:hover svg {
  fill: #fff;
  opacity: 1;
}
.hs-search-field--open .hs-search-field__suggestions, 
.inpage-editor-active-field .hs-search-field__suggestions {
  z-index: 1;
}
.systems-page{
  padding:6rem 0 !important;
}
.systems-page form .hs-button{
  margin-top:10px;
}
.systems-page form{
  max-width:767px;
}
.header.cs-header .logo-section img{
  max-width:238px;
}
@media(max-width:991px){
  .header.cs-header .top-section.mobile_section .btn-section a.hs-sec-btn{
    box-shadow: none;
    transform: none;
    opacity:0.9;
  }
  .header.cs-header .top-section.mobile_section .btn-section a.hs-sec-btn:before{
    display:none;
  }
  .mobile-child-trigger svg{

    transition: transform 0.2s ease;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li.child-open>.mobile-child-trigger svg {
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }
  .header.cs-header .nav .header__menu--desktop>.header__menu-wrapper .header__menu-item--depth-2.child-open .mobile-child-trigger svg{
    transform: rotate(180deg);
    transition: transform 0.2s ease;
  }
  .header .cst-humburger-icon .trigger{
    display:none;
  }
  .header.cs-header .right-section .cst-humburger-icon>button {
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.2s ease;
    padding: 13px 14px;
  }
  .header.cs-header  .nav {
    max-width: 320px;
    right: -100%;
    left: auto;
    height: 100vh;
    transition: right 0.3s ease;
    display: block;
    z-index:999;
  }
  .header.cs-header  .mobile-open .nav {
    display: block;
    right: 0;
  }
  .header.cs-header  .mobile-close-icon{
    right:20px;
    top:20px;
  }
  .header.cs-header  .mobile-close-icon>svg{
    display:none;
  }
  .header.cs-header  .nav .mobile-close-icon>button{
    height: 44px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: background 0.2s ease;
    padding: 13px 14px;
  }
  .header.cs-header .nav>nav>ul .header__menu-item--depth-1>a .child-trigger{
    display:none;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop ul>li:not(:last-child) {
    border: none;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop>ul>li:first-child {
    border: none;
  }
  .header.cs-header  .nav .header__menu.header__menu--desktop> ul{
    padding-left:0;
    padding-right:0;
    padding-top:88px !important;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--depth-1> a{
    padding:16px 15px;
    font-weight:600;
    font-family: var(--secondary-font-family);
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--depth-1:hover{
    transition: background 0.2s ease;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--depth-1:hover> a{
    background:#000;
    color: rgba(255, 255, 255,1.0);
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul >li> ul{
    padding: 0 0 16px 16px;

  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul li.header__menu-item--depth-2 a{
    max-width: 90%;
    margin: auto;
    padding: 10px 15px;
    font-size: 0.95rem;
    font-family: var(--secondary-font-family);
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul li.header__menu-item--depth-2>a{
    border-radius:3px;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before{
    display:none;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop>ul li.header__menu-item--depth-2 a:hover{
    background:#000;
  }
  .header.cs-header .nav  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-3{
    display:none;
  }
  .mobile-child-trigger svg{
    max-height:16px;
    max-width:16px;
    height:100%;
    width:100%;
  }
  .header.cs-header .nav  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 .mobile-child-trigger{
    display:block;
    cursor: pointer;
    width: 56px;
    height: 56px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
  }
  .header.cs-header .top-section.mobile_section .cst-inner-wrapper .btn-section{
    padding:0;
    max-width:90%;
    margin:0 auto;
  }
  .header.cs-header .top-section.mobile_section .btn-section a{
    justify-content:center;
  }
  .header.cs-header .container-wrapper.mobile-open .top-section.mobile_section{
    padding-top:0;
  }
  header.header.cs-header .nav .header__menu.header__menu--desktop> ul >li > ul > li > ul {
    padding: 0 0 16px 16px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li ul ul a {
    font-weight: 400;
  }
  .custom-no-navigation .cs-header.lp-header .container-wrapper {
    justify-content: flex-start;
  }
  .custom-no-navigation .header.cs-header .logo-section {
    max-width: calc(100% - 76px);
  }
}

@media (min-width:991px) and (max-width:1208px){
  .header__menu--desktop > .header__menu-wrapper {
    justify-content: flex-end;
  }
}
@media (min-width:601px) and (max-width: 991px) {
  header.header.cs-header .button-section-container .btn-section {
    display: block;
    margin-right: 32px;
  }
  .header.cs-header  .hs-sec-btn {
    font-size: 15.2px;
  }
}
@media(max-width:1100px){
  .header.cs-header .nav>nav>ul .header__menu-item--depth-1>a {
    font-size: 14px;
    padding:8px 5px;
  }
}
@media(max-width:1208px){

  .header.cs-header .primary-section .container-wrapper {
    gap: 0px;
  }
  .header.cs-header .header__menu--desktop>.header__menu-wrapper {
    gap: 0px;
  }
}

@media(max-width:991px){
  .header.cs-header  .nav .mobile-close-icon>button {
    border-radius: 3px;
  }
  .header.cs-header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--depth-1> a {
    font-size: 16px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger,
  .header.cs-header .nav .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 .mobile-child-trigger{
    height: 57.59px;
    width: 46px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu:hover > .mobile-child-trigger svg,
  header.header.cs-header .nav .header__menu.header__menu--desktop ul >li > ul > li.header__menu-item--depth-2:hover > .mobile-child-trigger svg,
  .mobile-child-trigger:hover svg{
    stroke: rgba(255, 255, 255,1.0);
  }
  .header.cs-header .top-section.mobile_section .btn-section a.hs-sec-btn {
    font-size: 16px;
    line-height: 1.4;
    padding: 13px 24px !important;
    opacity: 0.9;
  }
  header.header.cs-header .nav .header__menu.header__menu--desktop ul >li > ul > li.header__menu-item--depth-2.header__menu-item--has-submenu > a {
    font-size: 16px;
    font-weight: 600;
    max-width: 100% ;
    padding: 16px 15px;
    color: rgba(10, 10, 10,1.0);
  }
  header.header.cs-header .nav .header__menu.header__menu--desktop ul >li > ul > li.header__menu-item--depth-2.header__menu-item--has-submenu:hover > a {
    background: #000;
    color: rgba(255, 255, 255,1.0);
  }
  .cs-search-page ul.hs-search-results__listing li.hs-search-results__listing__item {
    width: calc(50% - 30px);
  }
}
@media(max-width:600px){
  .header.cs-header .primary-section .container-wrapper {
    gap: 32px;
  }
  .header.cs-header  .nav {
    max-width:100%;
  }
  .header.cs-header .logo-section img{
    width:100% !important;
    height:auto !important;
    max-width:100%;
  }
  .header.cs-header .logo-section{
    margin-right: unset;
    width: 100%;
    height: auto;
  }
  .cs-search-page ul.hs-search-results__listing li.hs-search-results__listing__item {
    width: 100%;
  }
}



.cs-blog-post .blog-main-post .blog-post-container section.meta-section {
  padding: 140px 24px 0 24px;
}
.cs-blog-post.cm-blog-post-noSidebr .content-wrapper.blog-main-post {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.cs-blog-post .blog-main-post .blog-post-container .sec-container {
  max-width: 1140px;
  margin: 0 auto;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: var(--color-text-muted, #6B6B6B);
  margin-bottom: 15px;
  justify-content: flex-start;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu ul li:not(:last-child):after {
  content: '/';
  font-size: 21px;
  color: #6B6B6B;
  margin: 0;
  margin-left: 4px;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu ul {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu ul li a {
  color: #404040;
  text-decoration: none;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu ul li a:hover {
  color: #FEC10D;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.item-date {
  order: 2;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.meta_tags .icon_svg {
  display: none;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.meta_tags .value_m a {
  display: inline-block;
  padding: 6px 14px;
  background: var(--color-primary, #FEC10D);
  color: #0A0A0A;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 100px;
  text-decoration: none;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.meta_tags .value_m a:hover {
  color: #2f5aae;
  opacity: .9;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.item-date span.icon_svg {
  display: none;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .meta_wrap span.item-date {
  color: #6B6B6B;
  font-size: 0.95rem;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post h2.blog-post__title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border, #E5E5E5);
  justify-content: space-between;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w span.icon_svg {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FEC10D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0A0A0A;
  flex-shrink: 0;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w span.blog-author {
  display: flex;
  gap: 16px;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w span.blog-author a.author-link {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A0A0A;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w span.blog-author .author-bio {
  font-size: 0.9rem;
  color: #6B6B6B;
  line-height: 1.6;
  font-weight: 400;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul {
  gap: 8px;
}
.blog-post-container .blog-comments{
  margin-left: auto;
  width: 100%;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--color-border, #E5E5E5);
  background: var(--color-bg-elevated, #fff);
  color: var(--color-text-secondary, #404040);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li a svg {
  fill: #404040;
  height: 18px;
  width: 18px;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(1) {
  order: 2;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(2) {
  order: 1;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(3) {
  order: 3;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(3):hover {
  background: #000;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(3) svg {
  fill: transparent;
  width: 8px;
  height: 18px;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner>ul>li:nth-child(3) a {
  color: #404040;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li a,
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li a span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 24px 80px;
  margin-top: 48px;
  justify-content: space-between;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li a:hover {
  border-color: var(--color-primary, #FEC10D);
  color: var(--color-primary, #FEC10D);
  transform: translateY(-2px);
  opacity: .9;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li:hover {
  border-color: var(--color-primary, #FEC10D);
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li a:hover svg {
  fill: #FEC10D;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body strong {
  font-weight: 600;
  color:#0A0A0A;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body h1{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body h2{
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body h3{
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body h4{
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w .social_share_inner ul li:last-child a:hover svg {
  fill: transparent;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body {
  max-width: 760px;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure.alignright,
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body img.alignright{
  float: right;
  margin: .5em 0 .5em 1em;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure.alignleft,
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body img.alignleft{
  float: left;
  margin: .5em 1em .5em 0;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure.aligncenter {
  margin: 0;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure img,
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body img{
  max-width: 100%;
  border-radius: 12px;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body hr.wp-block-separator {
  border-bottom: 0;
  margin: 10px 0 20px;
  display: inline-block;
  width: 100%;
  border: 0;
  background: rgb(10, 10, 10);
  height: 2px;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #404040;
  margin-bottom: 24px;
}
.cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body iframe{
  max-width:100%;
  max-height:428px;
}
.cs-blog-post .blog-feed .recent-post-title a, .cs-blog-post .blog-feed .recent-post-title a:hover {
  color: inherit;
}
.cm-blog-post-noSidebr.cs-blog-post .blog-post-comment {
  max-width: 1200px;
}
.cs-blog-post .blogfeed-top-wrp h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 48px;
  line-height: 1.2;
  text-align: left;
}
.cs-blog-post .blog-feed {
  padding: 80px 24px;
  background: var(--color-bg-alt, #fff);
  border-top: 1px solid var(--color-border, #E5E5E5);
}
.cs-blog-post .feed-outer-wrp {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.cs-blog-post .feed-outer-wrp .recent-post-item {
  padding: 0;
  width: 100%;
  border: 1px solid var(--color-border, #E5E5E5);
  border-radius: 20px;
  transition: all 0.3s ease;
}
.cs-blog-post .feed-outer-wrp .recent-post-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px -8px rgba(0, 0, 0, 0.1);
  border-color: var(--color-primary, #FEC10D);
  opacity: .9;
}
.cs-blog-post .feed-outer-wrp .recent-post-item .hs-featured-wrp {
  height: 180px;
  background: linear-gradient(135deg, var(--color-primary-light, #FFF8E1) 0%, var(--color-bg, #F5F5F5) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.cs-blog-post .feed-outer-wrp .recent-post-item .post-btm {
  padding: 0 24px 24px 24px;
}
.cs-blog-post .feed-outer-wrp .recent-post-item .post-btm .meta_wrap {
  display: none;
}
.cs-blog-post .blog-feed .tags_wrap span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary, #FEC10D);
  font-weight: 700;
  padding: 0 24px 0 24px;
}
.hs-blog-post .blog-feed .recent-post-item .item_inner {
  box-shadow: unset;
}

.cs-blog-post .blog-feed .recent-post-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-text, #0A0A0A);
  margin: 8px 0 12px;
  line-height: 1.4;
}
.cs-blog-post .blog-feed p.item_descr {
  font-size: 0.9rem;
  color: var(--color-text-muted, #6B6B6B);
  line-height: 1.6;
  margin: 0;
}
.cs-blog-post .blog-feed .read-more {
  margin-top: 15px;
}
.blog-comments button.comment-reply-to.hs-button.secondary {
  box-shadow: none;
}
.cs-blog-post .aside {
  position: sticky;
  top: 100px;
  height: fit-content;
  width: 280px;
}
.cs-blog-post .aside .hs_cos_wrapper {
  background: linear-gradient(135deg, #0A0A0A 0%, #1A1A1A 100%);
  border: none;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}
.cs-blog-post .aside .top_sec.noButton {
  padding: 0;
  margin: 0;
}
.cs-blog-post .aside .top_sec.noButton h3.title {
  border-bottom-color: var(--color-primary, #FEC10D) !important;
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-primary, #FEC10D);
  line-height: 1.4;
  letter-spacing: 0;
}
.cs-blog-post .aside .content-col.col6 {
  padding: 0;
  width: 100%;
}
.cs-blog-post .aside .content-col.col6 .description {
  margin-bottom: 0;
}
.cs-blog-post .aside .content-col.col6 .description p {
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #ffffffcc;
}
.cs-blog-post .aside .content-col.col6 .btn_row {
  margin-top: 0;
}
.cs-blog-post .aside .content-col.col6 .btn_row .btn_item {
  width: 100%;
}
.cs-blog-post .aside .blog_two_col {
  padding: 24px;
  margin-bottom: 24px;
  background: unset;
}
.cs-blog-post .two-col-content .flex_row{
  row-gap: 0;
}
.cs-blog-post .aside .content-col.col6 .btn_row .btn_item a.hs-button {
  width: 100%;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--s360-radius-md);
  --s360-radius-md: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
  font-family: inherit;
  background: var(--s360-primary, #FEC10D);
  color: #0A0A0A;
  box-shadow: 0 4px 20px rgba(254, 193, 13, 0.4);
  line-height: 1.4;
}
.cs-blog-post .aside .content-col.col6 .btn_row .btn_item a.hs-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.cs-blog-post .aside .content-col.col6 .btn_row .btn_item a.hs-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 30px rgba(254, 193, 13, 0.5);
  background: var(--s360-primary-dark, #FEC10D);
  --s360-primary-dark: #D4A00A;
  color: #2f5aae;
  opacity: .9;
}
.cs-blog-post .aside .content-col.col6 .btn_row .btn_item a.hs-button:hover:before{
  left: 100%;
}
.body-wrapper:has(.aside) {
  overflow: unset;
}
.hs-blog-post .blogfeed-top-wrp .top_sec {
  text-align: left;
}
.hs-blog-post .blogfeed-top-wrp .top_content h6 {
  text-align: left;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #FEC10D;
  margin-bottom: 16px;
}
.hs-blog-post .advance_banner .banner-content-inner {
  max-width: 800px;
  margin: 0 auto;
}
.cs-blog-post .feed-outer-wrp .recent-post-item .hs-featured-wrp .tags_wrap{
  display:none;
}
.cs-blog-post .feed-outer-wrp .recent-post-item .post-btm .tags_wrap{ 
  position:static;
  margin-top: 24px;
}
.cs-blog-post .blog-feed .tags_wrap span {
  padding: 0;

}
.cs-blog-post .feed-outer-wrp .recent-post-item .post-btm .tags_wrap::after { display:none;}
.cs-blog-post .s360-sidebar-widget {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 24px;
}
.child-theme .cs-blog-post .s360-sidebar-widget__title {
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #FEC10D;
  letter-spacing:0;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.cs-blog-post .s360-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-blog-post .s360-toc-list li {
  margin-bottom: 2px;
}
.cs-blog-post .s360-toc-list a {
  display: block;
  padding: 8px 12px;
  color: #404040;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 6px;
  border-left: 2px solid transparent;
  transition: all 0.2s;
}
.cs-blog-post .s360-toc-list a:hover {
  color: #FEC10D;
  background: #FFF8E1;
  border-left-color: #FEC10D;
  opacity: .9;
}
.body-wrapper .cs-blog-post .blog-post__body ul,
.body-wrapper .cs-blog-post .blog-post__body ol{
  padding-left: 24px;
}
.body-wrapper .cs-blog-post .blog-post__body blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background: #FFF8E1;
  border-left: 4px solid #FEC10D;
  border-radius: 0 12px 12px 0;
  font-size: 1.15rem;
  font-style: italic;
  clear:both;
}
.body-wrapper .cs-blog-post .blog-post__body ul li{
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 12px;
  display:block;
}
.body-wrapper .cs-blog-post .blog-post__body ol li{
  margin-bottom: 12px;
}
@media(max-width: 1024px){
  .cs-blog-post .feed-outer-wrp .recent-post-item {
    width: 100% !important;
  }
  .cs-blog-post .blog-feed .feed-outer-wrp {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-post-container .blog-comments {
    padding: 0 25px;
  }
  .cs-blog-post .blog-main-post .blog-post-container section.post-section {
    flex-direction: column;
    gap: 40px;
    margin-top: 0;
  }
  .cs-blog-post .aside{
    width: 100%;
    position: static;
  }
  .cs-blog-post.cm-blog-post-noSidebr .blog-main-post .cm_bread_menu ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body {
    max-width: 100%;
  }
}
@media(max-width: 520px){
  .cs-blog-post .blog-feed .feed-outer-wrp {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs-blog-post.cm-blog-post-noSidebr .blog-main-post .blog-author-w {
    flex-wrap: wrap;
  }
  .cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure.alignright,
  .cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body figure.alignleft,
  .cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body img.alignright,
  .cs-blog-post .blog-main-post .blog-post-container section.post-section .blog-post__body img.alignleft{
    float: none;
    margin: .5em 0 .5em 0;
  }
}
.body-wrapper ul {
  padding-left: unset;
}
.two-col-content ul>li{
  margin: unset;
  display: flex;
  align-items: center;
  gap: 6px;
}
.body-wrapper h1{
  font-weight: 800;
  letter-spacing: -0.02em;
}
a:not(.hs-sec-btn ):not(.cs-footer a){
  color: #0a0a0a;
}
a:not(.hs-sec-btn ):not(.cs-footer a):hover{
  color: #FEC10D;
}
.form-title {
  font-size: 1.6rem !important;
  font-weight: 800;
  margin: 0 0 8px;
  color: #0a0a0a;
}
.hsfc-Renderer form .hsfc-RichText p {
  color: #0a0a0a;
}
.hsfc-Renderer form .hsfc-RichText *:last-child {
  display: none;
}
form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea, .hsfc-Renderer form .hsfc-PhoneInput__FlagAndCaret, .hsfc-Renderer form .hsfc-TextInput, .hsfc-Renderer form .hsfc-TextareaInput {
  padding: 0 12px !important;
}
.hs-form-field, .hsfc-Renderer form .hsfc-Row {
  margin-bottom: 9px;
  gap: 15px;
}
blockquote {
  margin: 40px 0;
  border: solid #272626;
  border-width: 0 0 0 4px;
  padding: 0 0 0 20px;
}
span.eyebrow {
  background: rgba(254, 193, 13, .4);
  display: inline-block;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  color: #000;
}
.cs-footer .footer-btm-sec .flex_row {
  justify-content: space-between;
  border-top: 1px solid #E5E5E5 !important; 
  padding-top: 40px;
}
.cs-footer .page-center {
  padding: 0 24px;
}
.cs-footer .footer-btm-sec .btm-menu ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}
.cs-footer .footer-btm-sec .btm-menu ul>li{
  margin:unset;

}
.cs-footer .footer-btm-sec .col-section {
  padding: unset;
}
.cs-footer .footer-btm-sec p,.cs-footer .footer-btm-sec ul>li>a{
  font-size: 0.9rem;
  font-weight: 400;
  color: #6B6B6B;
}
.cs-footer .footer-btm-sec ul>li>a:hover{
  color:#fec10d;
}
.cs-footer .footer-top-sec .top-left-col {
  max-width: 300px;
}
footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
  display: flex;
  flex-direction: row;
}

.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section {
  padding: 0px;
}

.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 {
  max-width:333.86px;
  width:100%
}


footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li {
  min-width: 193.34px;
  max-width: 193.34px;
  margin: 0px !important;
  display:block;
}

footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li a {
  white-space: wrap;
  font-weight:400;
}

.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 .footer-row {
  max-width: 300px;
}

.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 .footer-logo {
  height: auto !important;
  width: auto;
  max-width: 200px;
  margin-bottom: 28px;
}

.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 p {
  line-height: 1.6;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #404040;
  font-weight: 400;
  display: flex;
  gap: 12px;
}
.cs-footer .footer-top-sec .scl-icn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 1px solid #E5E5E5;
  transition: color 0.2s ease;
}
.cs-footer .footer-top-sec .scl-icn a:hover{
  background-color: #fec10d;
  transform: translateY(-2px);
}
.cs-footer .footer-top-sec .footer-social{
  padding-left: 0%;
  gap: 12px;
}
.cs-footer .footer-top-sec p>svg path , .cs-footer .footer-top-sec p>svg {
  fill: #fff;
}
.cs-footer .footer-top-sec p>svg{
  width: 20px;
  height: 20px;
  color: #fec10d;
}
.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 p:first-of-type {
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.7;
}
.cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 60px;
}

footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
  display: grid;
  grid-template-columns:repeat(4,1fr);
  gap:60px;
}
footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li>a {
  font-family: 'Plus Jakarta Sans',sans-serif;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #0A0A0A;
  margin-bottom: 20px !important;
  display: inline-block;
  cursor: text;
}

footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li ul li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  line-height: 1.6;
}

footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li ul li a {
  transition: color 0.2s ease;
  font-size: 0.95rem;
  line-height: 1.7;
}
.cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 p:last-child {
  margin-bottom: 14px;
}
footer.cs-footer .footer-top-sec p>a:hover,footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li ul li a:hover {
  text-decoration: underline;
}

footer .footer-social .footer-social-item svg {
  width: 21px;
  height: 21px;
}
.footer .footer-social .footer-social-item:first-of-type svg {
  height: 23px;
  width: 34px;
}
.cs-footer .footer-top-sec {
  border-top: 1px solid #e5e5e5;
}
.cs-footer .footer-top-sec .scl-icn a:hover svg path {
  fill: #000000;
}
.cs-footer.lp-footer .footer-btm-sec .flex_row {
  border-top: unset !important;
}
.custom-no-navigation .cs-header.lp-header .container-wrapper{
  min-height:auto;
}
.downloads-child-page .cs-footer .footer-menu .hs-menu-wrapper ul, footer.cs-footer .footer-menu .hs-menu-wrapper ul * {
  position: static;
}
@media(min-width:881px){
  .downloads-child-page .footer_partial_wrapper{
    max-width:calc(100% - var(--fix-cnt-width));
  }
  .downloads-child-page .cs-footer .page-center {
    padding: 0 60px;
  }
}

@media (min-width: 767px) and (max-width: 1750px) {


  .downloads-child-page .cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row {
    display: flex;
    gap: 0;
    align-items: start;
    justify-content: space-between;
    row-gap: 30px;
  }

  .downloads-child-page footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
    display: flex;
    gap: 48px;
    justify-content: space-between;
  }

  .downloads-child-page footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li {
    min-width: 176px;
    max-width: 176px;
  }

  .downloads-child-page .cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row .num1 {
    max-width: 264px;
  }

  .downloads-child-page .cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row .num2 {
    max-width: 848px;width: 100%;
  }

}
@media (max-width:1400px){
  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li{
    max-width:auto;
    min-width:auto !important;
  }
  .cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1{
    min-width: auto !important;
  }
}
@media (max-width:1025px){
  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li,
  .cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 .footer-row{
    max-width: 100%;
  }

  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .cs-footer .footer-section.footer-top-sec.footer-section-1 .col-section.num1 {
    max-width: 100%;
  }

  .cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width:767px){
  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .cs-footer .page-center {
    padding: 0 16px;
  }
  .footer-section .footer-content p:last-child {
    text-align: center;
  }
  .cs-footer .footer-btm-sec .btm-menu ul {
    justify-content: center;

  }
  .cs-footer.footer.footer_section__2 .footer-section-2 {
    padding-top: 0px;
    padding-bottom: 32px;
  }
  .cs-footer.footer .flex_row .col-section:not(:first-child) {
    padding-top: 14px;
  }
  .cs-footer .footer-section.footer-top-sec.footer-section-1 .page-center>.flex_row {
    gap: 18px;
  }
  .cs-footer .footer-social-item:not(:first-child) {
    margin: unset;
  }
  .downloads-child-page .cs-footer .page-center {
    padding: 0 24px;
  }
  .downloads-child-page footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li ul li a {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}
@media(max-width:540px){
  .cs-footer .footer-btm-sec .btm-menu ul {
    gap: 21px;
    column-gap: 24px;
  }
  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul {
    gap: 32px;
  }
  footer.cs-footer .footer-top-sec .top-right-col .hs-menu-wrapper>ul>li ul li a {
    line-height: 1.6;
  }
}