:root {
	--green: #009846;
	--green2: #00893f;
	--dark-1: #121212;
	--dark-2: #000;
	--cream: #FFF;
	--grey: #868686;
	--main-red: #CC0D39;
    --radius-input: 0;
    --bs-primary: #CC0D39;
    --bs-secondary: #000;
    --bs-success: #31A56D;
    --bs-info: #0194D9;
    --bs-warning: #E79600;
    --bs-danger: #D23636;
    --bs-light: #FFFAF3;
    --bs-dark: #444444;
    --bs-primary-rgb: 204, 13, 57;
    --bs-secondary-rgb: 0, 0, 0;
    --bs-success-rgb: 49, 165, 109;
    --bs-info-rgb: 1, 148, 217;
    --bs-warning-rgb: 231, 150, 0;
    --bs-danger-rgb: 210, 54, 54;
    --bs-light-rgb: 255, 250, 243;
    --bs-dark-rgb: 68, 68, 68;
}
@font-face {
    font-family: "Coolvetica-Regular";
    src: url('../fonts/Coolvetica-Rg-Cond.otf') format('truetype');
}
@font-face {
    font-family: "Coolvetica-Rg-Cram";
    src: url('../fonts/Coolvetica-Rg-Cram.otf') format('truetype');
}
@font-face {
    font-family: "Coolvetica-Rg";
    src: url('../fonts/Coolvetica-Rg.otf') format('truetype');
}
body {
	position: relative;
	background-color: var(--cream);
	color: var(--dark-1);
	font-size: 18px;
	font-family: 'Coolvetica-Rg', sans-serif;
	margin: 0;
	direction: ltr;
	min-width: 320px;
}
body,html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.overflow-y-hidden {
    overflow-y: hidden;
}
.overflow-x-hidden {
    overflow-x: hidden;
}
.overflow-hidden {
    overflow: hidden;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
	outline: none;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.block {
    display: block;
}
h1, h2, h3, h4, h5, h6 , p {
	margin: 0;
	font-weight: 400;
}
.h1{
    font-size: 2.5rem;
    line-height: 1.2;
}
@media only screen and (max-width: 1199px) {
    .h1{
        font-size: 2.2rem;
    } 
}
@media only screen and (max-width: 767px) {
    .h1{
        font-size: 2rem;
    }
}
@media only screen and (max-width: 575px) {
    .h1{
      font-size: 1.7rem;
    } 
}
.h2{
    font-size: 1.75rem;
}
@media only screen and (max-width: 1199px) {
    .h2{
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 767px) {
    .h2{
      font-size: 1.3rem;
    }
}
.h3 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h3 {
    font-size: 1.5rem;
  }
}
.h4 {
    font-size: 1.25rem;
}
.h5 {
    font-size: 1.125rem;
}
.h6 {
    font-size: 1rem;
}
.text-stroke{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--cream);
    color: transparent;
}
::-webkit-scrollbar {
	width: .3125rem;
}
::-webkit-scrollbar-track {
	background: #e9e9e9;
}
::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover {
	background: #858585; 
}
.white-color{
    color: var(--cream);
}
/*
** Badges
*/
.badge {
    color: var(--cream);
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 4px;
    min-width: 22px;
    min-height: 22px;
    text-align: center;
    background-color: var(--main-dark);
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}
form, input, textarea, button, fieldset, select {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: inherit;
	background-color: transparent;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.pointer-none{
    pointer-events: none;
}
.m__lr{
	margin-left: auto;
	margin-right: auto;
}
.mb-15 {
	margin-bottom: 15px;
}
.w-100{
	width: 100%!important;
}
.bold{
    font-weight: 700;
}
.bold-600{
    font-weight: 600;
}
.bold-500{
    font-weight: 500;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.success-color {
    color: rgb(34 133 34);
}
.textbox > p {
    font-size: 18px;
    line-height: 1.5;
}
.textbox > p:not(:last-child){
    margin-bottom: 20px;
}
.textbox ul, .textbox ol {
    margin-bottom: 20px;
}
.textbox ul li, .textbox ol li {
    font-size: 17px;
}
.textbox ul li:not(:last-child), .textbox ol li:not(:last-child) {
    margin-bottom: 5px;
}
.textbox > p a {
    display: inline-block;
    color: var(--main-red);
    font-weight: 700;
}
.d__flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d__dir-column{
    flex-direction: column;
}
.d__space{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.d__acenter{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.d__space_end{
	justify-content: flex-end;
}
.d__jcenter{
	justify-content: center;
}
.green-color{
    color: #107a41;
}
input{
	border: none;
	font-family: inherit;
}
input:focus{
	outline: none;
}
[class^="container"] {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
    width: 100%;
}
[class^="container-40"]{
	max-width: 40rem;
}
[class^="container-90"]{
	max-width: 90rem;
}
.content-inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.overflow-hidden{
	overflow-x: hidden;
	overflow-y: hidden;
}
.module {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.module-top {
    margin-top: 8rem;
}
.module-btm {
    margin-bottom: 8rem;
}
.mt-0{
	margin-top: 0;
}
.mt-1{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-2{
	margin-top: 20px;
}
.mt-3{
	margin-top: 30px;
}
.mt-4{
	margin-top: 40px;
}
.mb-0{
	margin-bottom: 0;
}
.mb-05{
	margin-bottom: 5px;
}
.mb-1{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-2{
	margin-bottom: 20px;
}
.mb-3{
	margin-bottom: 30px;
}
.mb-4{
	margin-bottom: 40px;
}
.ms-05{
	margin-right: 5px;
}
.ms-1{
	margin-right: 10px;
}
.ms-15{
	margin-right: 15px;
}
.ms-2{
	margin-right: 20px;
}
.me-05{
	margin-left: 5px;
}
.me-1{
	margin-left: 10px;
}
.me-15{
	margin-left: 15px;
}
.me-2{
	margin-left: 20px;
}
.pointer{
    cursor: pointer;
}
.radius-20{
	border-radius: 20px;
}
.admin-area {
    margin-left: 18px;
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}
.module-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5rem;
    color: var(--cream);
}
.module-title {
    font-size: 100px;
    margin-bottom: 1rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--cream);
    color: transparent;
}
@media only screen and (max-width: 480px){
    .module-title {
        font-size: 50px;
    }
}
/*
|--------------------------------------------------------------------------
| 🖲️ Buttons
|--------------------------------------------------------------------------
|
*/
.button-style1 {
    color: var(--cream);
    background-color: var(--green2);
    font-size: 20px;
    border-radius: 8px;
    line-height: 32px;
    width: fit-content;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.button-style2 {
    color: var(--main-dark);
    background-color: var(--cream);
    font-size: 22px;
    border-radius: 8px;
    line-height: 32px;
    height: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-in-out;
    cursor: pointer;
}
.button-style1:hover {
    background-color: var(--green);
}
.button-style2:hover {
    color: var(--cream);
    background-color: var(--main-dark);
}
/*
|--------------------------------------------------------------------------
| 🎠 Swiper
|--------------------------------------------------------------------------
|
*/
.swiper-pagination.smartios-style2 {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
}
.smartios-style2 .swiper-pagination-bullet {
    background: #e1e9f4;
    width: 50px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
}
.smartios-style2 .swiper-pagination-bullet-active {
    background: var(--secondary);
}
.smartios-style2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px;
}
/*
|--------------------------------------------------------------------------
| 🚨 Alert
|--------------------------------------------------------------------------
|
*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.alert > span {
    color: #FFF;
    border-radius: 50%;
    margin-bottom: 5px;
    font-size: 20px;
    padding: 2px;
}
.alert-success > span {
    background-color: #50875c;
}
.alert-success {
    color: #50875c;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
/*
|--------------------------------------------------------------------------
| 🖼️ Offcanvas
|--------------------------------------------------------------------------
|
*/
.offcanvas{
    --smart-offcanvas-zindex: 1045;
    --smart-offcanvas-width: 400px;
    --smart-offcanvas-height: 30vh;
    --smart-offcanvas-padding-x: 1rem;
    --smart-offcanvas-padding-y: 1rem;
    --smart-offcanvas-color: #5E626F;
    --smart-offcanvas-bg: #fff;
    --smart-offcanvas-border-width: 1px;
    --smart-offcanvas-border-color: rgba(0, 0, 0, 0.175);
    --smart-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(94, 98, 111, 0.075);
    --smart-offcanvas-transition: transform 0.3s ease-in-out;
    --smart-offcanvas-title-line-height: 1.6;
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    background-color: var(--smart-offcanvas-bg);
    background-clip: padding-box;
    z-index: var(--smart-offcanvas-zindex);
    transition: var(--smart-offcanvas-transition);
    visibility: hidden;
    outline: 0;
}
.offcanvas.open:not(.hiding) {
    transform: none;
}
.offcanvas.hiding, .offcanvas.open {
    visibility: visible;
}
.offcanvas-center {
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid var(--sc5);
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}
.offcanvas-center.hiding {
    transform: translateY(-100%);
    visibility: visible;
}
.offcanvas-left {
    top: 0;
    left: 0;
    height: 100vh;
    width: var(--smart-offcanvas-width);
    border-left: var(--smart-offcanvas-border-width) solid var(--smart-offcanvas-border-color);
    visibility: hidden;
    transition: var(--smart-offcanvas-transition);
    transform: translateX(-100%);
}
.offcanvas-right {
    top: 0;
    right: 0;
    height: 100vh;
    width: var(--smart-offcanvas-width);
    border-left: var(--smart-offcanvas-border-width) solid var(--smart-offcanvas-border-color);
    visibility: hidden;
    transition: var(--smart-offcanvas-transition);
    transform: translateX(100%);
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    transition: opacity 0.15s linear;
}
.offcanvas-backdrop.fade {
    opacity: 0;
}
.offcanvas-backdrop.open {
    opacity: 0.5;
    z-index: 1040;
}
.canvas__inner {
    position: fixed;
    width: 100%;
    max-width: var(--smart-offcanvas-width);
    height: 95%;
}
.canvas__inner__2 {
    height: 100%;
    overflow-y: scroll;
}
@media screen and ( max-width: 480px ){
    .offcanvas {
        width: 100%;
    }
    .canvas__inner{
        max-width: 100%;
    }
}
.btn-link {
    color: var(--main-red);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
.smart-width-50{
    width: 50%;
}
/*
** Smart row, Smart sm-md-xl
*/
.smart-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	margin-left: calc(-.5* var(--bs-gutter-x));
	margin-right: calc(-.5* var(--bs-gutter-x));
}
.smart-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.rounded-circle{
    border-radius: 50%;
}
@media (min-width: 605px) {
    .smart-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .smart-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .smart-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .smart-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .smart-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .smart-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
}
@media (min-width: 768px) {
    .smart-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .smart-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .smart-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .smart-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .smart-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .smart-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
}
@media (min-width: 1025px) {
    .smart-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .smart-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .smart-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .smart-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .smart-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .smart-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .smart-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .smart-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .smart-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .smart-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .smart-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .smart-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .smart-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .smart-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .smart-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .smart-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .smart-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .smart-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .smart-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .smart-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .smart-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .smart-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .smart-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.smartios-col-50{
    width: 50%;
}
.smart-mr-2 {
    margin-left: 8%;
}
.text-break {
    word-wrap: break-word;
    word-break: break-word;
}
.d-none{
	display: none;
}
.not-allowed {
    cursor: not-allowed;
    opacity: .8;
}
.form-field {
    height: 48px;
    border: 1px solid var(--main-dark);
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 400;
    color: var(--main-dark);
    transition: all 0.3s ease-in-out;
    border-radius: var(--radius-input);
    background-color: var(--cream);
    display: flex;
    align-items: center;
}
.textarea-field{
    height: 10rem;
    resize: none;
}
.label-field {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.error > span {
    font-size: 18px;
    margin-right: 4px;
}
.message__success {
	background-color: var(--cream);
	color: #138717;
	display: inline-block;
	padding: 0.5rem;
	margin-bottom: 2rem;
	border-radius: 0.00625rem;
}
.relative{
    position: relative;
}
.w-fit{
	width: fit-content;
}
.red-line:hover {
    text-decoration: underline;
    color: var(--main-red);
}
/*
|--------------------------------------------------------------------------
| 🍞 Breadcrumb
|--------------------------------------------------------------------------
|
*/
.breadcrumb {
    position: relative;
    background-color: #f7f7f7;
    background-image: url(/front/images/breadcrumb/bread.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
}
.breadcrumb:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.breadcrumb-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bread-title {
    font-size: 50px;
    letter-spacing: 0.05rem;
    max-width: 500px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--cream);
    color: transparent;
    text-transform: uppercase;
}
.breadcrumb-item {
    color: var(--cream);
    font-size: 22px;
    display: flex;
    align-items: center;
}
.breadcrumb-item:not(:last-child):after {
    content: '\203A';
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
}
.breadcrumb-item a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px){
    .breadcrumb {
        height: 80px;
        background-size: cover;
    }
    .bread-title{
        font-size: 1rem;
    }
    .breadcrumb-item {
        font-size: 1rem;
    }
}
/*
|--------------------------------------------------------------------------
| 🍞 Checkbox
|--------------------------------------------------------------------------
|
*/
.checkbox-body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--cream);
}
.checkbox-body input {
    position: relative;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 10px;
    cursor: pointer;
    appearance: none;
    background-color: var(--cream);
    border: 1px solid var(--sc5);
}
.checkbox-body.border input {
    border: 1px solid var(--green);
}
.checkbox-body input:checked {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .2);
    border: none;
}
.checkbox-body input:checked:before {
    position: absolute;
    background-color: var(--green);
    color: var(--cream);
    content: '\2713';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox-body label {
    font-size: 18px;
    flex: 1;
}
.checkbox-body label a {
    display: inline-block;
    text-decoration: underline;
    color: var(--grey);
}
.checkbox-body label a:hover {
    text-decoration: none;
}
/*
|--------------------------------------------------------------------------
| 🍪 Errors
|--------------------------------------------------------------------------
|
*/
.error {
    font-size: 15px;
    color: var(--main-red);
    margin-top: 5px;
}
.error-text a{
    display: inline-block;
}
.invalid-feedback {
    color: var(--main-red);
    font-size: 16px;
    margin-top: 5px;
}
/*
|--------------------------------------------------------------------------
| 🍪 Cookies
|--------------------------------------------------------------------------
|
*/
.cookies__img {
    max-width: 3rem;
    margin-top: 8px;
    margin-bottom: 8px;
}
#cookies-policy .cookies__title {
    font-weight: 400!important;
}
#cookies-policy .cookiesBtn__link {
    font-weight: 400!important;
}
#cookies-policy .cookies__btn--customize {
    font-weight: 400!important;
}
/*
|--------------------------------------------------------------------------
| 👻 Empty page
|--------------------------------------------------------------------------
|
*/
.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.empty-content .title {
	font-size: 20px;
	margin-top: 15px;
}
.empty-content lord-icon,
.empty-content svg,
.empty-content img
{
	width: 80px;
	height: 80px;
}
/*
|--------------------------------------------------------------------------
| 🍪 Carousel
|--------------------------------------------------------------------------
|
*/
div[class*="carousel-button"] {
    position: absolute;
    color: var(--dark-1);
    background-color: var(--cream);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 5px 0 rgba(0, 0, 0, 0.30);
    z-index: 1;
}
div[class*="carousel-button"].swiper-button-disabled {
    opacity: .75;
}
.carousel-button-prev-1 {
    left: 0;
}
.carousel-button-next-1 {
    right: 0;
}
div[class*="carousel-button"]:hover {
    background-color: var(--primary);
	color: var(--cream);
}
.carousel__header {
    margin-bottom: 2rem;
}
.carousel__header--title {
    font-size: 1.625rem;
    font-weight: 400;
}
.carousel__header--title > span {
    background-color: var(--sc2);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 28px;
}
.mouse__underline:hover {
    text-decoration: underline;
}