/*
Theme Name: Aztraining
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


@font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/Migra-Black.otf) format('woff');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/Migra) format('woff');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Migra-Light.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/Migra-SemiBold.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/Migra-Medium.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/Migra-Bold.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Migra-Bold.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/Migra-Bold.otf) format('woff2');
  }
  @font-face {
    font-family: 'Migra';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/Migra-SemiBold.otf) format('woff');
  }
  
 

.font-m {
	font-family: 'Migra' !important;
}

.course_available_only_in_subscription__image img {
    width: 20px;
}

.course_available_only_in_subscription {
    display: flex;
}

.expert {
    font-size: 12px;
}
.home-tt-2 {
    font-weight: bold;
    font-size: 35px;
}

.home-tt-1 h1{
    color: var(--fs-color-primary);
}

.az-tt-sub {
    font-weight: bold;
    color: var(--fs-color-primary);
	text-transform: uppercase;
}

.az-tt-main {
    font-size: 34px;
    font-weight: bold;
}

a.az-bt-1 {
    padding: 1.188rem 3rem;
    font-size: .875rem;
    line-height: 1.6;
    border-radius: 0 40px 40px;
    display: inline-block;
    background: #000;
    color: #fff;
	    -webkit-transition: color .4s ease, background-color .4s ease, background .4s ease, border-color .4s ease, box-shadow .4s ease;
    transition: color .4s ease, background-color .4s ease, background .4s ease, border-color .4s ease, box-shadow .4s ease;
}


a.az-bt-1:hover {
    background: var(--fs-color-primary);
}

.az-bt {
    margin-top: 10px;
}

a.open-video {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #222;
    font-weight: bold;
}

a.open-video br {
    display: none;
}

.video-button-wrapper {
    display: inline-block;
	margin-left: 15px;
}

.video-button-wrapper:hover span.video-ic{
    background: var(--fs-color-primary);
}

span.video-ic {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background: var(--fs-color-secondary);
}


.col-bor .col-inner {
    border-radius: 0 40px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.09);
}

.col-bor .col-inner:hover {
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.15);
}

.hs-tt {
	font-size: 30px;
	font-weight: bold;
}

.hs-sub {
	font-size: 18px;
	margin-bottom: 10px;
}

.link-animation {
	padding: 2px 0;
    position: relative;
    display: inline-block;
    line-height: 1;
    border-bottom: 0;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase !important;
}

.link-animation:hover .link-animation-span:before {
    transform: scaleX(0);
    transition-delay: 0s;
}

.link-animation:hover .link-animation-span:after {
    transform: scaleX(1);
    transition-delay: .16s;
}

.link-animation-span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
	    transform-origin: right;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition-delay: .16s;
	    background-color: #fff !important;
}

.link-animation-span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition-delay: 0s;
	    background-color: #fff !important;
}

.off-tt {
    font-weight: bold;
    font-size: 20px;
}




.box-blog-post {
    padding: 10px;
    border-bottom: 2px solid var(--fs-color-primary);
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.3);
    background-color: #fff
}

.box-blog-post .box-text {
    padding: 10px 0
}

.box-blog-post .is-divider {
    display: none
}



.icb-testimonial .icon-box-text.last-reset {
       flex: 0 1 auto;
    margin: 0;
}

.icb-testimonial .icon-box-img img {
    border-radius: 50%;
    padding-top: 0;
}

.icon-box.featured-box.icb-testimonial.icon-box-left.text-left {
    align-items: center;
    justify-content: center;
}

.icb-testimonial .icon-box-img {
    margin: 0 !important;
}

.testimonial-tt {
    color: #222;
    font-weight: bold;
	font-size: 14px;
}

.testimonial-sub {
    color: var(--fs-color-primary);
}

.bg-at .section-bg {
	background-attachment: fixed;
}



.card{
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.card-inner{
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner{
  transform: rotateY(180deg);
}

.card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  top: 0;
}


.card-front{
  position: relative;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.card-front{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.card-front img{
	border-radius: 10px;	
}

.card-back{
  color: #fff;
  transform: rotateY(180deg);
	padding: 20px;
	background: var(--fs-color-primary);

}

.flip-card-tt {
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
	text-align: center;
	position: absolute;
}

.flip-card-tt h3{
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
	text-align: center;
}

.card-back-content {
    text-align: center;
}

.card-front-tt {
	color: var(--fs-color-primary);
	padding: 10px;
	margin-bottom: 10px;
}

.bt-front {
	padding: 10px 20px;
	border: 1px solid #fff;
	color: #fff;
	
}

.bt-front br{
	display: none;
}


.card-back-tt {
    font-weight: bold;
}

.card-back-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.card-back-item-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

#fixed-top {
	background-color:  var(--fs-color-secondary);
	padding: 10 0 !important;
	z-index: 2;
}

.program-tt {
    text-align: center;
    font-size: 30px;
}

.program-list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

a.program-item {
    display: flex;
    align-items: center;
}

a.program-item p {
    display: none;
}

.program-item-ic img {
    width: 30px;
}

.ct-tt {
    text-align: center;
    font-weight: bold;
}

.ft-title {
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--fs-color-primary);
	text-transform: uppercase;
}

li.ft-link {
    list-style: none;
    margin-left: 0 !important;
}

li.ft-link a {
    font-size: 14px;
}

.ft-icb-tt h3 a {
    display: -webkit-box;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
    font-size: 14px;
	line-height: 1.2;
}

.icb-ft {
    margin-bottom: 15px;
}

.ft-icb-bt a {
    color: var(--fs-color-primary);
    font-size: 12px;
    background: #fff;
    padding: 5px;
}



.ft-icb-bt:hover a {
    color: var(--fs-color-primary);
}


.ft-icb-tt h3 {
    margin-bottom: 0px;
}

.ft-icb-bt a img{
	width: 20px;
	padding: 0;
}

.copyright-footer {
    color: #fff;
}

.absolute-footer {
    padding: 15px 0;
}


.icb-ct-tt {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--fs-color-primary);
}


.icb-bh {
    align-items: center;
	cursor: pointer;
}

.icb-bh img {
    padding: 0;
}

.icb-bh {
    padding: 10px;
    background: #f3f5f7;
     margin-bottom: 8px;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.icb-bh-tt {
    font-weight: bold;
}

.icb-bh:hover .icb-bh-tt {
    color: var(--fs-color-primary);
}


.az-spe-tt {
    color: var(--fs-color-primary);
    margin-bottom: 5px;
}

p.lh-1 {
    font-weight: bold;
    margin-bottom: 5px;
}


.page-tuyen-dung .filter-nav {
    margin: 30px 0;
    text-align: center;
}
.page-tuyen-dung .filter-nav li {
    display: inline-block;
    margin: 0 15px;
}
.page-tuyen-dung .filter-nav a {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    transition: color 0.3s;
}
.page-tuyen-dung .filter-nav li.active a {
    color: #0073aa;
    border-bottom: 2px solid #0073aa;
}
.page-tuyen-dung .portfolio-entries .col-inner {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
    transition: transform 0.3s;
}
.page-tuyen-dung .portfolio-entries .col-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.page-tuyen-dung .portfolio-entries .post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}
.page-tuyen-dung .view-all-button {
    margin: 30px 0;
}
.page-tuyen-dung .view-all-button .button {
    padding: 10px 20px;
    font-size: 1.1em;
}
.page-tuyen-dung .icon-boxes {
    margin: 15px 0;
}
.page-tuyen-dung .icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page-tuyen-dung .icon-box-icon {
    font-size: 1.5em;
    margin-right: 10px;
    color: #0073aa;
}
.page-tuyen-dung .icon-box-text {
    font-size: 1em;
    color: #333;
}
.page-tuyen-dung .recruitment-item h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.page-tuyen-dung .button.primary {
    margin-top: 10px;
    display: inline-block;
}


.td-info h2 a {
    display: -webkit-box;
    color: var(--fs-color-secondary);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    margin-top: 10px;
}

.td-icon-box {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 5px;
}

.td-icon-box .td-ic img {
    width: 18px;
}

.col-form:before {
    --background-overlay: '';
    background-image: url(http://kfkit.rometheme.pro/besty/wp-content/uploads/sites/48/2023/03/young-people-having-party-with-falling-confetti-ha-4HVD7TF.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
    left: 0;
    opacity: 0.1;
}

.col-form {
    background-color: #382C21;
}


.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 15px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111
}

.off-canvas-left .mfp-content {
    background-color: #fff
}


.tab-coaches h4 {
    color: var(--fs-color-primary);
}

.tab-coaches .tab {
    border-top: 0;
}

.tab-coaches .tab a span {
    text-transform: capitalize;
}

.coaches-item-tt {
    font-weight: bold;
}

.coaches-item {
    margin-bottom: 15px;
}

.coaches-item-mail {
    position: relative;
    color: var(--fs-color-primary);
}

.coaches-item-mail:before {
	content: url(/wp-content/uploads/2025/06/mail.svg);
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
}



.giuseart_tabs > .nav .tab {
	display:flex;
    margin: 0;
}
.giuseart_tabs .nav{
	margin-bottom:15px;
	gap: 10px;
}
.giuseart_tabs > .nav .tab a {
	display: block;
	font-size: medium;
    opacity: 0.5;
}
.giuseart_tabs .nav .tab.active a {
	opacity: 1;
}

.giuseart_tabs .nav .tab a .tab-sub-tt{
	display: none;
}

.giuseart_tabs .nav .tab.active a .tab-sub-tt{
	display: block;
}


.tab-sub-tt {
    font-weight: normal;
}

.tabbed-content.tab-with-sub .nav-vertical {
    width: 45%;
}
.giuseart_tabs .nav-vertical > li + li {
    border-top: 0
}
.giuseart_tabs > .nav .tab a img {
	max-width: 200px;
		border-radius: 10px;
}

.giuseart_tabs > .nav .tab a .tab-img  {
	position: relative;
}

.giuseart_tabs > .nav .tab a .tab-img:before {
	content: '';
		border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #000 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .tab.active a .tab-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #ad0503 4.48%, rgba(10, 99, 108, 0) 74.78%);
}


.giuseart_tabs .nav .active h3 {
    color: #fff;
}
.giuseart_tabs > .tab-panels {
    width: 100%;
padding:20px;}
.giuseart_tabs .tab-panels .row {
    margin: 0;
}
.giuseart_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}
.giuseart_tabs .nav-vertical{margin-bottom:0}



.global-tt-sub {
    color: var(--fs-color-secondary);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

.global-tt-main {
    display: block;
    position: relative;
    opacity: 1;
    font-size: 30px;
    line-height: 115%;
    font-weight: 900;
}


.care-tt {
	font-size: 24px;
	font-weight: bold;
}

.care-sub-line {
	color: var(--fs-color-primary);
}



.program-list-2 {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

a.program-item-2 {
    display: flex;
    align-items: center;
}

a.program-item-2 p {
    display: none;
}

.apply-child {
	margin-bottom: 0;
}


.tabbed-content.tab-step .nav {
    justify-content: space-around;
}

.tabbed-content.tab-step .tab.active a{
   color: var(--fs-color-primary);
}

.tab-step .tab-panels .panel:not(.active) {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
}


.tab-step .tab-panels {
    display: flex;
    gap: 20px;
}

.tab-step .tab-panels .row, .tab-step .tab-panels .col-inner{
	height: 100%;
}

.tab-step  .tab-panels .entry-content {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.step-tap-tt {
    font-weight: bold;
    margin-bottom: 20px;
}


.td-child-tt {
    font-weight: bold;
}

.intakes-tt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.intake-tt-text {
    font-weight: bold;
}


.intakes-tt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.intake-tt-text {
    font-weight: bold;
}

.intake-bt a {
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    line-height: 1;
    border-bottom: 0;
    font-size: .8125rem;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase !important;
	color: var(--fs-color-primary);
}

.intake-bt a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c69d1d;
	transform-origin: right;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition-delay: .16s;
	
}
.intake-bt a:hover:before {
	    transform: scaleX(0);
    transition-delay: 0s;
}

.intake-bt a:after {
      content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #c69d1d;
	    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition-delay: 0s;
}

.intake-bt a:hover:after {
transform: scaleX(1);
    transition-delay: .16s;
}


.az-sv-main {
    font-weight: 900;
    font-size: 40px;
    color: var(--fs-color-primary);
}

.az-sv-sub {
    color: var(--fs-color-secondary);
}


.product-small .product-small:hover{
        box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.3) !important;
    transform: translate(0, -4px) !important;
}
.product-small .title-wrapper{
    clear: both;
}
.product-small .product-small{
  box-shadow: 3px 5px 6px 0px #c9c5cf;
}

.product-small .box-text{
        background: #FFFFFF;
    padding: 15px;
	text-align: center;
}
.product-title a{
    font-weight: bold;
        font-size: 16px;
    line-height: normal;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-short-description {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
}

.dat-mon {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}

.dm-bt {
    display: flex;
    align-items: center;
    background: var(--fs-color-primary);
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    transition: background 0.3s;
}

.dm-bt:hover {
    background: var(--fs-color-secondary);
}

.dm-bt-ic {
    margin-right: 8px;
}

.dm-bt-text {
    font-size: 14px;
    font-weight: bold;
}


.az-sv-tt {
    font-weight: 900;
    font-size: 24px;
    color: var(--fs-color-secondary);
    position: relative;
    display: inline-block;
    padding: 0 15px !important;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.az-sv-tt:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--fs-color-primary);
    left: -30px;
    bottom: 17px;
    z-index: 9;
}

.az-sv-tt:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--fs-color-primary);
    right: -30px;
    bottom: 17px;
    z-index: 9;
}


.product-short-description p {
    /* font-weight: bold; */
    font-size: 16px;
    line-height: normal;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 60px;
}

.product-title a{
    font-weight: bold;
        font-size: 16px;
    line-height: normal;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	min-height: 40px;
}



.h-title {
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

div#modal-dm {
    background-color: transparent;
}




.five-columns .col {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
    padding: 0 15px 15px; /* Adjust padding as needed */
    box-sizing: border-box;
}

/* Ensure row wraps columns correctly */
.five-columns {
    display: flex;
    flex-wrap: wrap;
}


.wpcf7-spinner {
	display: none;
}

.ft-form-ct {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2px;
}

.form-bt .wpcf7-form-control {
    margin: 0;
}

.form-ip .wpcf7-form-control {
    margin: 0;
    border: 0;
}


.az-pro .page-box:hover .box-text {
    color: #222;
}

.contact-r {
    position: fixed;
    bottom: -900px;
    z-index: 9999;
    display: flex;
    gap: .3rem;
    transition: all .5s;
    width: 100%;
    flex-direction: column;
    width: auto;
    top: 50%;
    transition: all .5s;
	        flex-direction: column;
        width: auto;
        top: 50%;
        right: -900px;
}

.contact-r.active {
	        right: 0;
        bottom: auto;
}

.contact-r a {
    border-radius: 2px;
    text-transform: capitalize;
    border-radius: 0;
    padding: 13px 17px !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: .9375rem;
    max-height: 44px;
    transition: background-color .5s;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    justify-content: center;
    color: #222;
	background: #fff;
}

a.contact-r-bt.contact-r-dk {}

a.contact-r-bt.contact-r-dk {
    background: var(--fs-color-primary);
    color: #fff;
}


button.az-bt-top {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background: #c69d1d;
    outline: none;
    padding: 0;
    min-height: 4rem;
    min-width: 4rem;
    border-radius: 100%;
    position: fixed;
    bottom: 5rem;
    right: 2rem;
    z-index: 9;
    opacity: 0;
    transition: all .5s;
    color: #fff;
    line-height: 1;
}
button.az-bt-top svg{
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
}
button.az-bt-top.active {
	opacity: 1;
    transition: all .5s;
}


.num-az-tt {
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.num-az-sub {
    text-align: center;
}


.hv-imb .box-text {
    padding: 20px;
}

.hv-tt {
    font-size: 20px;
    font-weight: bold;
}

.hv-note {
    font-weight: bold;
    color: var(--fs-color-primary);
}

.hv-social {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.hv-social-item a {
    color: var(--fs-color-primary);
}