/**
Theme Name: EUTESWP
Theme URI: https://sorvus.com/
Author: Sorvus Media
Version: 1.0.1
**/

/**
Fonts
**/
/* fira-sans-300 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/fira-sans-v17-greek_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-300italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/fira-sans-v17-greek_latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-regular - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fira-sans-v17-greek_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/fira-sans-v17-greek_latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700 - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/fira-sans-v17-greek_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-700italic - greek_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/fira-sans-v17-greek_latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
Css Reset
**/
a, a:after, a:before{
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
table {border-collapse: collapse;border-spacing: 0;}
* { box-sizing: border-box;	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;
background-repeat: no-repeat;
background-position: center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a {outline : none; color:inherit; text-decoration:none;}
a img {outline : none;}
img {border : 0; display:block;}
strong, b{	font-weight:700;}
section, div{ scroll-margin-top: 100px; }

body, html{
	font-family: 'Fira Sans';
	font-weight: 400;
	font-style: normal;
	background:#ffffff;
	scroll-behavior: smooth;
	overflow-x:hidden;
}

/**
Variables
**/
:root{
	--clr_blue:#152351;
	--clr_yellow:#FFD203;
	--clr_black:#2C2C2C;
	--clr_lightgray:#F8F8F8;
	
	--page_wrapperPadding:80px;
	--page_innerPadding:40px;
    --clr_lightblue:#c3d5ea;
}

::selection {
	background: var(--clr_yellow); /* WebKit/Blink Browsers */
	color: var(--clr_blue);
}
::-moz-selection {
	background:  var(--clr_yellow); /* Gecko Browsers */
	color: var(--clr_blue);
}

.arrow{
	display:inline-block;
	width:40px;
	height:40px;
	cursor:pointer;
}

.arrow_right{
	background-image:url(img/arrow_right.svg);
}

.arrow_left{
	background-image:url(img/arrow_left.svg);
}

.txt_s{ /*Small Text*/
	font-size:14px;
}

.txt_r{ /*Regular Text*/
	font-size:16px;
}

.txt_l{ /*Large Text*/
	font-size:18px;
}

.txt_xl{ /*XLarge Text*/
	font-size:22px;
}

.txt_xxl{ /*XXLarge Text*/
	font-size:28px;
}

.title_r{ /**Regular Title*/
	color:var(--clr_blue);
	font-size:30px;
}

.title_l{ /**Large Title*/
	color:var(--clr_blue);
	font-size:40px;
}

.title_xl{ /**xLarge Title*/
	color:var(--clr_blue);
	font-size:50px;
}


.title_xxl{ /**xxLarge Title*/
	color:var(--clr_blue);
	font-size:60px;
}

.font_weight_300{
	font-weight:300;
}

.font_weight_400{
    font-weight: 400;
}

.font_weight_700{
    font-weight: 700;
}

.preTitle{
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 60px;
    margin-bottom: 15px;
    position: relative;
}

.preTitle:before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    width:45px;
    height:1px;
    background:var(--clr_blue);
}

p{
	margin-bottom:25px;
    line-height: 1.5em;
}
	
section{
	position:relative;
	float:left;
	width:100%;
}

.wrapper{
    width: 95%;
	max-width:1300px;
    display: block;
    margin:0 auto;
}

/**
Columns
**/
[class*="col-"] {
	float:left;
}

.empty{min-height:1px;}
.col-0 {width:31%;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-20 {width:20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/**
Grid
**/
[class*="grid-"] {
	display: grid;
	grid-template-rows: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}	

.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 3fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    grid-template-columns: repeat(5, 1fr);
}

/**
Spacers
**/
.spacer.small{
    height:50px;
}

.spacer.regular{
    height:100px;
}

.spacer.big{
    height:150px;
}

.spacer.giant{
    height:200px;
}

/**
Floats & Aligns
**/
.txt-center{
	text-align:center;
}

.txt-left{
	text-align:left;
}

.txt-right{
	text-align:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

/**
Backgrounds
**/
.bg_white{
    background:#fff;
}

.bg_lightgray{
    background:var(--clr_lightgray);
}

.bg_blue{
    background:var(--clr_blue);
    color:#fff;
}

.bg_yellow{
    background:var(--clr_yellow);
}

.bg_lightblue{
    background:var(--clr_lightblue);
}

/**
Header
**/
header{
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 100;
    color:#fff;
    padding:50px 0px;
}

header ul{
    list-style: none;
}

header ul li{
    display: inline-block;
    line-height: 40px;
}

.secondary-nav{
    text-align: right;
}

.secondary-nav ul li{
    margin-left:10px;
    font-weight: 300;
}

.primary-nav ul li{
    margin-right:20px;
}

.secondary-nav ul li a:hover,
.primary-nav ul li a:hover,
.primary-nav ul li a[aria-current="page"]{
    color:var(--clr_yellow);
}

/**
Hero
**/
.hero {
    position: relative;
    width: 100%;
    padding:30vh 0 150px;
    overflow: hidden;
}

.herobg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.herobg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.heroCoverDark{
    position: absolute;
    z-index: 1;
    top:0; right:0; bottom:0; left:0;
    background: #040710;
    background: linear-gradient(0deg, rgba(4, 7, 16, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.heroCoverBlue{
    position: absolute;
    z-index: 1;
    top:0; right:0; bottom:0; left:0;
    background: var(--clr_blue);
    opacity: .9;
}

.heroContent{
    position: relative;
    z-index: 2;
    top:0; right:0; bottom:0; left:0;
    color:#fff;
    line-height: 3.8em;
}

.heroTitle{
    font-weight: 300;
    color:#fff;
}

.heroTitleSub{
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    color:#fff;
}

.heroFooter svg{
    width:100%;
    height:auto;
    margin-bottom: 0px;
}

.heroFooter{
    position: relative;
    padding-top:10vh;
}

.heroFooter span{
    margin-left: 25px;
}

.heroFooter_tags{
    position: absolute;
    top:120px;
    right:0;
}

.heroFooter a{
    display: inline-block;
    background:var(--clr_yellow);
    color:var(--clr_blue);
    font-weight: 700;
    line-height: 1em;
    padding:20px 45px;
}

.heroFooter a:hover{
    color:#fff;
    background:var(--clr_blue);
}

.heroPageTitle{
    color:var(--clr_yellow);
    font-weight: 700;
}
/**
News
**/
.latestNews{
	padding:100px 0px;
	background:var(--clr_lightgray);
}

.NewsInfo div{
    padding-bottom: 10px;
}

.NewsTitle{
    color:var(--clr_blue);
    padding-bottom: 25px;
}

.singleTitle{
    color:var(--clr_yellow);
    padding-bottom: 25px;
}


.NewsTitle a:hover{
    color:var(--clr_yellow);
}
.NewsPhoto{
    height: 40vh;
    position: relative;
}

.NewsPhoto:before{
    content:"";
    position: absolute;
    top:0; right:0; bottom:0; left:0;
    background:var(--clr_blue);
    opacity: 0.6
}

/**
Element: Icon + Text
**/
.icon_text_single{
	border:2px solid var(--clr_lightgray);
}

a.icon_text_single:hover{
    background:var(--clr_lightgray);
}

.icon_text p{
    font-weight: 300;
    padding-right: 50px;
}

.icon_text_single{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}

.icon_single{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.text_single{
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    padding-top:20px;
}

.text_single h3{
    padding-bottom: 15px;
}

.icon_single svg{
    height:70px;
    width:auto;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a.icon_text_single:hover 
.icon_single svg{
    height:80px;
    width:auto;
}
.icon_single {
  overflow: visible;
}

/**
News Grid
**/
.news_grid{
    margin-top:40px;
    margin-bottom: 40px;
}
.news_grid a.single_post_grid{
    padding:15px;    
    border: 1px solid #ebebeb;
    padding-bottom: 50px;
    position: relative;
}

.news_grid a .news_grid_details{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:15px;
}

.news_grid_title{
    font-weight: 500;
    font-size: 1.2em;
    padding-bottom: 10px;
    line-height: 1.3em;
    color:var(--clr_blue);
}

.news_grid a:hover,
.news_grid a.single_post_grid:hover{
    text-decoration: underline;
}

.news_grid_photo{
    width:100%;
    height:200px;
    margin-bottom: 15px;
}

/**
SliderTopics
**/
.sliderTopics .swiper-slide{
	width: 75%;
	position:relative;
}

.sliderTopicHolder{
    background:rgba(21,35,81,0.5);
    display: inline-block;
    float:left;
    width:100%;
    color:#fff;
    padding:50px;
    padding-top:30vh;
}


.topics .arrow{
    margin-left:10px;
}
/**
CTAs
**/
.cta_01{
    display: inline-block;
    border:1px solid;
    padding:20px 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.8em;
}

.cta_01:hover{
    background:var(--clr_yellow);
    border:1px solid var(--clr_yellow);
    color:var(--clr_blue);
}

.cta_03{
    display: inline-block;
    border:1px solid var(--clr_blue);
	color:#fff;
    background:var(--clr_blue);
    padding:20px 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.8em;
	margin-top:35px;
}

.cta_03:hover{
    background:rgba(0,0,0,0);
    color:var(--clr_blue);
}

pre a{
	display: inline-block;
    border:1px solid var(--clr_blue);
	background:var(--clr_blue);
	color:#fff;
    padding:20px 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.8em;
	margin-top:15px;
}
pre a:hover{
	background:var(--clr_yellow);
	border:1px solid var(--clr_yellow);
	color:var(--clr_blue);
}

/**
Points Grid
**/
.pointSingleGridNumb{
    font-weight: 700;
}

/**
Points Slider
**/
.pointsSliderHolder{
    padding:0px 0px 60px;
    position: relative;
}
.pointsSliderHolder .swiper-slide{
    background:var(--clr_lightgray);
    color:var(--clr_blue);
    font-weight: 400;
    font-size: 1.2em;
    width:40%;
    height:250px;
    padding:45px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.pointsSliderHolder .swiper-slide.swiper-slide-active{
    background:var(--clr_yellow);
}

.pointsSliderHolder .swiper-slide div{
    position: absolute;
    top:150px;
    max-width:80%;
}

.pointsSliderHolder:before{
    content:"";
    position: absolute;
    right:100%;
    top:0;
    bottom:0;
    background:red;
    width:60vw;
    z-index: 5;
    background:#fff;
}

.pointsSliderContent{
    position: relative;
    z-index: 6;
}

/**
Points Partners
**/
.pointsPartnersGrid a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  height: 150px;
  border: 1px solid var(--clr_lightgray);
  border-radius: 8px;
  background: #fff;
  transition: all 0.3s ease;
}

.pointsPartnersGrid a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

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


/**
Points Counter
**/
.pointsCounterHolder{
    text-align: center;
    font-weight: 700;
    color:var(--clr_blue);
    padding:20px 0px;
}

.pointCounterNum{
    font-size: 2em;
    padding-bottom: 15px;
}

/**
Single Image
**/
.SingleImage img{
    width:100%;
    height:auto;
    position: relative;
}

.singleImageGraphic{
    position: relative;
}

.singleImageGraphic img{
    z-index: 5;
}

.singleImageGraphic .SingleImageCover{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 6;
    background: #152351;
    background: linear-gradient(260deg, rgba(21, 35, 81, 1) 5%, rgba(21, 35, 81, 0) 100%);
}

.singleImageGraphic:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    right:calc(100% + 10px);
    width:100vw;
    background:var(--clr_yellow);
}

.singleImageGraphic:after{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:100vw;
    background:var(--clr_blue);
}
/**
Content
**/
.contentDeco{
    position: relative;
}

.contentDeco .ContentHolder{
    background:#fff;
    padding:20px 50px;
    position: relative;
    z-index: 10;
}

.contentDeco:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width:60%;
    background:var(--clr_lightgray);
}

.contentDeco:after{
    content: "";
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    width:60%;
    background:var(--clr_yellow);
    z-index: 0;
}

p a{
    font-weight: 400;
    text-decoration: underline;
    color:var(--clr_blue);
}

/**
Contact Form
**/
.contact_form{
    padding:0px 0px;
    display: inline-block;
    position: relative;
}

.contact_form form{
    display: inline-block;
    position: relative;
    float:left;
    width:100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border:0px solid;
}

.contact_form label{
    width:100%;
    float:left;
    font-weight: 400;
    font-size: 1em;
    padding-bottom: 5px;
    color:var(--clr_blue);
}

.contact_form input[type=text],
.contact_form input[type=name],
.contact_form input[type=email],
.contact_form input[type=phone]{
    width:100%;
    height:40px;
    border: none;
    margin-bottom: 15px;
    background:#fff;
    border:1px solid var(--clr_blue);
    float:left;
    outline:none;
    font-family: 'Fira Sans';
    padding:0px 10px;
}

.contact_form input[type=text]:focus,
.contact_form input[type=name]:focus,
.contact_form input[type=email]:focus,
.contact_form input[type=phone]:focus{
    outline:none;
}

.contact_form textarea{
    width:100%;
    max-width:100%;
    height:125px;
    font-family: 'Fira Sans';
	border:none;
    background:#fff;
    padding:10px;
    margin-bottom: 15px;
    outline:none;
    border:1px solid var(--clr_blue);
}


.contact_form input[type=submit]{
    font-family: 'Fira Sans';
    border:none;
    display: inline-block;
    position: relative;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    z-index: 10;
    background:var(--clr_blue);
	color:#fff;
    padding:17px 25px 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.contact_form input[type=submit]:hover{
	background:var(--clr_yellow);
    color:var(--clr_blue);
    cursor: pointer;
}


.cta_02{
    margin:40px 0px;
}

.cta_02 a{
    display: inline-block;
    border:1px solid var(--clr_blue);
    padding:15px 25px;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.cta_02 a:hover{
    color:#fff;
    background:var(--clr_blue);
}

.cta_03{
	
}
/***************************************************
 * Generated by SVG Artista on 8/4/2025, 11:25:28 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-A-1 {
  stroke-dashoffset: 552.4199829101562px;
  stroke-dasharray: 552.4199829101562px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

svg.active .svg-elem-A-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-2 {
  stroke-dashoffset: 44.109535217285156px;
  stroke-dasharray: 44.109535217285156px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

svg.active .svg-elem-A-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-A-3 {
  stroke-dashoffset: 44.109535217285156px;
  stroke-dasharray: 44.109535217285156px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

svg.active .svg-elem-A-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-4 {
  stroke-dashoffset: 219.0500030517578px;
  stroke-dasharray: 219.0500030517578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

svg.active .svg-elem-A-4 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-A-5 {
  stroke-dashoffset: 219.0500030517578px;
  stroke-dasharray: 219.0500030517578px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
}

svg.active .svg-elem-A-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-6 {
  stroke-dashoffset: 29.70477294921875px;
  stroke-dasharray: 29.70477294921875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

svg.active .svg-elem-A-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-A-7 {
  stroke-dashoffset: 29.70477294921875px;
  stroke-dasharray: 29.70477294921875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
}

svg.active .svg-elem-A-7 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-8 {
  stroke-dashoffset: 316.7983093261719px;
  stroke-dasharray: 316.7983093261719px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

svg.active .svg-elem-A-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-9 {
  stroke-dashoffset: 496.3681945800781px;
  stroke-dasharray: 496.3681945800781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

svg.active .svg-elem-A-9 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-10 {
  stroke-dashoffset: 46.552001953125px;
  stroke-dasharray: 46.552001953125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
}

svg.active .svg-elem-A-10 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-11 {
  stroke-dashoffset: 46.55000305175781px;
  stroke-dasharray: 46.55000305175781px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}

svg.active .svg-elem-A-11 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-12 {
  stroke-dashoffset: 46.54999542236328px;
  stroke-dasharray: 46.54999542236328px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
}

svg.active .svg-elem-A-12 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-13 {
  stroke-dashoffset: 137.12020874023438px;
  stroke-dasharray: 137.12020874023438px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

svg.active .svg-elem-A-13 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-14 {
  stroke-dashoffset: 137.1201934814453px;
  stroke-dasharray: 137.1201934814453px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
}

svg.active .svg-elem-A-14 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-15 {
  stroke-dashoffset: 137.12020874023438px;
  stroke-dasharray: 137.12020874023438px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s;
}

svg.active .svg-elem-A-15 {
  stroke-dashoffset: 0;
}

svg .svg-elem-A-16 {
  stroke-dashoffset: 137.12020874023438px;
  stroke-dasharray: 137.12020874023438px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
}

svg.active .svg-elem-A-16 {
  stroke-dashoffset: 0;
}

/***************************************************
 * Generated by SVG Artista on 8/4/2025, 11:28:42 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-B-1 {
  stroke-dashoffset: 485.8079833984375px;
  stroke-dasharray: 485.8079833984375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

svg.active .svg-elem-B-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-2 {
  stroke-dashoffset: 53.28399658203125px;
  stroke-dasharray: 53.28399658203125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

svg.active .svg-elem-B-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-3 {
  stroke-dashoffset: 219.25201416015625px;
  stroke-dasharray: 219.25201416015625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

svg.active .svg-elem-B-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-4 {
  stroke-dashoffset: 62.85200500488281px;
  stroke-dasharray: 62.85200500488281px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

svg.active .svg-elem-B-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-5 {
  stroke-dashoffset: 217.52200317382812px;
  stroke-dasharray: 217.52200317382812px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
}

svg.active .svg-elem-B-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-B-6 {
  stroke-dashoffset: 217.52200317382812px;
  stroke-dasharray: 217.52200317382812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

svg.active .svg-elem-B-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-7 {
  stroke-dashoffset: 46.597999572753906px;
  stroke-dasharray: 46.597999572753906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
}

svg.active .svg-elem-B-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-B-8 {
  stroke-dashoffset: 46.597999572753906px;
  stroke-dasharray: 46.597999572753906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

svg.active .svg-elem-B-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-9 {
  stroke-dashoffset: 58.69342803955078px;
  stroke-dasharray: 58.69342803955078px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

svg.active .svg-elem-B-9 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-10 {
  stroke-dashoffset: 52.47999572753906px;
  stroke-dasharray: 52.47999572753906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
}

svg.active .svg-elem-B-10 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-11 {
  stroke-dashoffset: 181.82000732421875px;
  stroke-dasharray: 181.82000732421875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}

svg.active .svg-elem-B-11 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-12 {
  stroke-dashoffset: 52.47999572753906px;
  stroke-dasharray: 52.47999572753906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
}

svg.active .svg-elem-B-12 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-13 {
  stroke-dashoffset: 58.69272232055664px;
  stroke-dasharray: 58.69272232055664px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

svg.active .svg-elem-B-13 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-14 {
  stroke-dashoffset: 46.597999572753906px;
  stroke-dasharray: 46.597999572753906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.1s;
}

svg.active .svg-elem-B-14 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-B-15 {
  stroke-dashoffset: 46.597999572753906px;
  stroke-dasharray: 46.597999572753906px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.2s;
}

svg.active .svg-elem-B-15 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-16 {
  stroke-dashoffset: 62.85200119018555px;
  stroke-dasharray: 62.85200119018555px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7999999999999998s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.3s;
}

svg.active .svg-elem-B-16 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-17 {
  stroke-dashoffset: 53.28399658203125px;
  stroke-dasharray: 53.28399658203125px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.4000000000000004s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.4000000000000004s;
}

svg.active .svg-elem-B-17 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-18 {
  stroke-dashoffset: 48.55400466918945px;
  stroke-dasharray: 48.55400466918945px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.5s;
}

svg.active .svg-elem-B-18 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-19 {
  stroke-dashoffset: 48.552005767822266px;
  stroke-dasharray: 48.552005767822266px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.6s;
}

svg.active .svg-elem-B-19 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-20 {
  stroke-dashoffset: 132.41799926757812px;
  stroke-dasharray: 132.41799926757812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.7s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.7s;
}

svg.active .svg-elem-B-20 {
  stroke-dashoffset: 0;
}

svg .svg-elem-B-21 {
  stroke-dashoffset: 141.66018676757812px;
  stroke-dasharray: 141.66018676757812px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2.8s;
}

svg.active .svg-elem-B-21 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-1 {
  stroke-dashoffset: 564.2780151367188px;
  stroke-dasharray: 564.2780151367188px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

svg.active .svg-elem-C-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-2 {
  stroke-dashoffset: 244.31874084472656px;
  stroke-dasharray: 244.31874084472656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

svg.active .svg-elem-C-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-3 {
  stroke-dashoffset: 151.39979553222656px;
  stroke-dasharray: 151.39979553222656px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

svg.active .svg-elem-C-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-4 {
  stroke-dashoffset: 115.97557067871094px;
  stroke-dasharray: 115.97557067871094px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

svg.active .svg-elem-C-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-5 {
  stroke-dashoffset: 215.005615234375px;
  stroke-dasharray: 215.005615234375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
}

svg.active .svg-elem-C-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-6 {
  stroke-dashoffset: 133.0045166015625px;
  stroke-dasharray: 133.0045166015625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

svg.active .svg-elem-C-6 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-C-7 {
  stroke-dashoffset: 133.0045166015625px;
  stroke-dasharray: 133.0045166015625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
}

svg.active .svg-elem-C-7 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-8 {
  stroke-dashoffset: 62.82013702392578px;
  stroke-dasharray: 62.82013702392578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

svg.active .svg-elem-C-8 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-C-9 {
  stroke-dashoffset: 62.822837829589844px;
  stroke-dasharray: 62.822837829589844px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

svg.active .svg-elem-C-9 {
  stroke-dashoffset: 0;
}

svg .svg-elem-C-10 {
  stroke-dashoffset: 62.818878173828125px;
  stroke-dasharray: 62.818878173828125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
}

svg.active .svg-elem-C-10 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-C-11 {
  stroke-dashoffset: 62.82021713256836px;
  stroke-dasharray: 62.82021713256836px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}

svg.active .svg-elem-C-11 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-1 {
  stroke-dashoffset: 478.39599609375px;
  stroke-dasharray: 478.39599609375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.8s;
}

svg.active .svg-elem-D-1 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-2 {
  stroke-dashoffset: 68.36508178710938px;
  stroke-dasharray: 68.36508178710938px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 0.9s;
}

svg.active .svg-elem-D-2 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-D-3 {
  stroke-dashoffset: 68.36508178710938px;
  stroke-dasharray: 68.36508178710938px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

svg.active .svg-elem-D-3 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-4 {
  stroke-dashoffset: 59.53971862792969px;
  stroke-dasharray: 59.53971862792969px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.1s;
}

svg.active .svg-elem-D-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-5 {
  stroke-dashoffset: 39.613922119140625px;
  stroke-dasharray: 39.613922119140625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.2000000000000002s;
}

svg.active .svg-elem-D-5 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-6 {
  stroke-dashoffset: 445.49029541015625px;
  stroke-dasharray: 445.49029541015625px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.3s;
}

svg.active .svg-elem-D-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-7 {
  stroke-dashoffset: 127.27788543701172px;
  stroke-dasharray: 127.27788543701172px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.4000000000000001s;
}

svg.active .svg-elem-D-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-D-8 {
  stroke-dashoffset: 127.27788543701172px;
  stroke-dasharray: 127.27788543701172px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
}

svg.active .svg-elem-D-8 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-9 {
  stroke-dashoffset: 236.8973388671875px;
  stroke-dasharray: 236.8973388671875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.6s;
}

svg.active .svg-elem-D-9 {
  stroke-dashoffset: 0;
  fill: rgb(255, 210, 3);
}

svg .svg-elem-D-10 {
  stroke-dashoffset: 236.8973388671875px;
  stroke-dasharray: 236.8973388671875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.7000000000000002s;
}

svg.active .svg-elem-D-10 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-11 {
  stroke-dashoffset: 82.87000274658203px;
  stroke-dasharray: 82.87000274658203px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.8s;
}

svg.active .svg-elem-D-11 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-12 {
  stroke-dashoffset: 40.75398635864258px;
  stroke-dasharray: 40.75398635864258px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3199999999999998s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 1.9000000000000001s;
}

svg.active .svg-elem-D-12 {
  stroke-dashoffset: 0;
}

svg .svg-elem-D-13 {
  stroke-dashoffset: 40.754852294921875px;
  stroke-dasharray: 40.754852294921875px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                        fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s,
                fill 2s cubic-bezier(0.19, 1, 0.22, 1) 2s;
}

svg.active .svg-elem-D-13 {
  stroke-dashoffset: 0;
}

/**
Topics
**/
.topics{
    background:var(--clr_yellow);
    padding:80px 0px;
    color:var(--clr_blue);
}

/**
Single Content
**/
.singleNewsContent{
    padding:50px 0px;
}

.singleNewsContent h3{
    padding-bottom: 25px;
    font-weight: 700;
    margin-top:25px;
    font-size: 1.2em;
    color:var(--clr_blue);
}

.singleNewsContent ul,
.singleNewsContent ol{
    margin-left:25px;
}

.singleNewsContent li{
    margin-bottom: 15px;
}

.singleNewsContent img{
    width:100%;
    height:auto;
    margin-bottom: 25px;
}

.singleNewsContent blockquote{
    padding:25px;
    background:var(--clr_lightgray);
    color:var(--clr_blue);
}

.singleNewsContent blockquote p{
    margin-bottom:0px;
}

/**
Single Course
**/
.CourseSingleBack{
    padding-bottom: 10px;
}

.CourseSingleBack a{
    display: inline-block;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

.CourseSingleBack a svg{
    margin-right: 10px;
    fill:#fff;
}

.CourseSingleBack a:hover svg{
    fill:var(--clr_yellow);
}

.SingleCourseGlance{
    background:var(--clr_yellow);
    color:var(--clr_blue);
    position: relative;
    padding:40px 0px;
}

.SingleCourseGlanceMain{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 45px;
}

.SingleCourseGlanceMain_item{
    margin-right: 55px;
    max-width: 220px;
}

.SingleCourseGlanceMain_itemValue{
    font-weight: 700;
    margin-top:10px;
}

.SingleCourseGlanceMain_itemValue a:hover{
    text-decoration: underline;
}

.singleCourseBTN a{
    display: inline-block;
    background:var(--clr_blue);
    color:#fff;
    width:100%;
    max-width:250px;
    text-align: center;
    padding:20px 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.CourseContent{
    padding:40px 0px;
}

.CourseSubTitle{
    font-weight: 300;
}

.CourseMainTitle{
    font-weight: 700;
    font-size: 1.4em;
    color:var(--clr_blue);
}

.relatedInstructors{
    padding:30px 0px 0px;
}

.relatedInstructors h3{
    font-weight: 300;
    color:var(--clr_blue);
    padding-bottom: 25px;
}

.instructor-card{
    background:var(--clr_lightgray);
    padding:15px;
    box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.05);
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.05);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    font-size: 0.8em;
    position: relative;
}

/* SQUARE THUMB (height equals width) */
.instructor-thumb{
  position: relative;
  flex: 0 0 140px;     /* thumb column width on desktop */
  width: 140px;        /* same as flex-basis */
  aspect-ratio: 1 / 1; /* makes it a square */
  overflow: hidden;
  border-radius: 10px;
  background: #fff;    /* fallback bg behind images */
}

/* make the image fill and crop nicely */
.instructor-thumb img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;   /* <-- cover */
  display: block;
}

/* Fallback for very old browsers without aspect-ratio */
@supports not (aspect-ratio: 1 / 1){
  .instructor-thumb::before{
    content: "";
    display: block;
    padding-top: 100%;   /* 1:1 square */
  }
  .instructor-thumb img{
    position: absolute;
  }
}

/* Mobile: stack and let the thumb be full width but still square */
@media (max-width: 680px){
  .instructor-card{ flex-direction: column; }
  .instructor-thumb{
    width: 100%;
    flex: 0 0 auto;
    aspect-ratio: 1 / 1;
  }
}

.instructor-name{
    font-weight: 700;
    color:var(--clr_blue);
    padding-top:15px;
}

.instructor-email{
    position: absolute;
    bottom:15px;
}


.entrecompHolder{
    margin-top:15px;
    border:1px solid var(--clr_blue);
    padding:15px;
}

.entrecompHolder h3{
    font-weight: 300;
    padding-bottom: 15px;
}

.entrecompGroup h4{
    font-weight: 700;
    font-size: 0.8em;
    color:var(--clr_blue);
}

.entrecompGroup span{
    display: inline-block;
    float:left;
    margin:5px 10px 10px 0px;
}

.entrecompGroup span a{
    display: inline-block;
    font-weight: 30;;
}
.singleCourseLevelHolder{
    text-align: center;
}

.singleCourseLevelGraphic{
    margin-top:-150px;
    padding-bottom: 15px;
}

.singleCourseLevelGraphic img{
    width:100%;
    height:auto;
}

.singleCourseLevelAlt{
    font-weight: 300;
}

.singleCourseLevelTitle{
    font-weight: 700;
}
/**
FAQs
**/
.faqs{
    padding:60px 0px 80px;
    margin-top:40px;
}

.faqs h2{
    font-weight: 700;
    padding-bottom: 25px;
}

.faq .answer{
    padding:15px;
    font-weight: 300;
    line-height: 1.4em;
    font-size: 0.9em;
    display: none;
}

.faq_active .answer{
    display: block;
}

.faq .question{
    padding:15px;
    border:1px solid;
    cursor: pointer;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}

.faq ul,
.faq ol{
    margin-left:25px;
    line-height: 1em;
}

.faq ul li p,
.faq ol li p{
    margin-left:5px;
    line-height: 1em;
    margin-bottom: 10px;
}

.faq ul li:last-child,
.faq ol li:last-child{
    margin-bottom: 20px;
}

.text ul,
.text ol{
    margin-left:30px;
    margin-bottom: 25px;
    line-height: 1.5em;
}

/**
Pagination
**/
.jo-pagination{
    display: inline-block;
    float:left;
    width:100%;
    margin-top:45px;
}

.jo-pagination ul{
    list-style: none;
}

.jo-pagination ul li{
    display: inline-block;
}

.jo-pagination ul li a,
.jo-pagination ul li span.current{
    display: inline-block;
    width:35px;
    height:35px;
    border:1px solid var(--clr_blue);
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    font-weight: 700;
    margin-right: 5px;
}

.jo-pagination ul li span{
    display: inline-block;
    width:35px;
    height:35px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
    margin-right: 5px;
}

.jo-pagination ul li a:hover{
    background:var(--clr_yellow);
}

.jo-pagination ul li span.current{
    background:var(--clr_blue);
    color:#fff;
}

/**
pointsLinks
**/
.pointsLinks{
    padding: 25px 0px;
    background:var(--clr_lightgray);
}

.pointSingleLinkImage{
    height:250px;
    overflow: hidden;
    background:#fff;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;

}

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

.pointSingleLinkText{
    background:#fff;
    padding:15px;
}

/**
Point Persona
**/
.pointPersonaHolder{
    margin-top: 25px;
}
.pointPersonaHeader{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    border:1px solid var(--clr_blue);
    padding: 20px 0px;
}

.pointPersonaImg{
    text-align: center;
}

.pointPersonaImg img{
    height:65px;
    width:auto;
    margin:0 auto;
}

.pointPersonaTitle{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    font-size: 1.2em;
    font-weight: 700;
    color:var(--clr_blue);
}

.pointPersonaContent{
    padding:25px;
    border:1px solid var(--clr_blue);
    border-top:none;
}

/**
PointsGroup
**/
.pointsGroup{
    padding-top:45px;
}
.pointGroup{
    padding:25px;
}

/**
Classes
**/
.classHolder{
    padding:25px;
}

section.classHolder{
    padding:35px 0px 45px;
    margin:35px 0px;
}

.classHolderTitle{
    font-weight: 700;
    font-size: 1.3em;
    padding-bottom: 25px;
    color:var(--clr_blue);
}

.classSingle{
    border-bottom: 1px solid var(--clr_blue);
    padding:20px 0px;
}

section.classHolder .classSingle:first-child{
    
    border-top: 1px solid var(--clr_blue);
}

.classSingle_Dates{
    font-weight: 300;
}

.classSingle_Alt{
    font-weight: 300;
}
.classSingle_value{
    margin-top:5px;
}
.classSingle_value span{
    text-transform: uppercase;
    padding:5px;
    position: relative;
    display: inline-block;
    font-size: 0.8em;
}

.classSingle_starting{
    color:var(--clr_blue);
}

.classSingle_value span.Open{
    background:#E6F5D3;
}

.classSingle_value span.Close{
    background:#F5D3D3;
}

/**
Courses Archive
**/
.course-filters { padding:16px; border:1px solid #eee; border-radius:8px; background:#fff; }
.course-filters .cf-title { margin:0 0 12px; font-weight:700; }

.cf-group { margin:18px 0; border:0; padding:0; }
.cf-group legend { font-weight:700; margin-bottom:8px; }

.cf-option { display:flex; align-items:center; gap:10px; padding:6px 0; cursor:pointer; }
.cf-option input { margin:0 4px 0 0; }
.cf-option .cf-label { flex:1; }
.cf-option .cf-count { opacity:.7; min-width:2ch; text-align:right; }

.cf-actions { display:flex; gap:10px; margin-top:12px; }
.cf-submit { padding:8px 14px; border-radius:0px; border:1px solid var(--clr_blue); background:var(--clr_blue,#1e40af); color:#fff; cursor:pointer;}
.cf-clear { padding:8px 14px; background:#eee; border-radius:0px; text-decoration:none; }

.archiveList_Single{
    border:1px solid var(--clr_blue);
    margin:40px 0px 0px;
}

.archiveList_Single_Header{
    padding:25px;
}

.archiveList_Single_Title a{
    font-weight: 700;
    font-size: 1.4em;
    color:var(--clr_blue);
    padding-bottom: 10px;
    display: inline-block;
}

.archiveList_Single_Title a:hover{
	text-decoration:underline;
}

.archiveList_Single .classSingle{
    border-bottom:none;
    border-top: 1px solid var(--clr_blue);
}

/**
Footer
**/
.footer_logo img{
    width:80%;
    max-width: 227.94px;
    height:auto;
}

.footer_title{
    font-weight: 700;
    color: var(--clr_blue);
    padding-bottom: 20px;
}

.footer_list ul{
    list-style: none;
}

.footer_list ul li{
    padding-bottom: 15px;
}

.footer_list ul li a:hover{
    color:var(--clr_blue);
    padding-left:5px;
}

.footer_text{
    padding-bottom: 25px;
}

.footer_notes{
    padding-top:100px;
}

.footer_social svg{
    height:30px;
    width:auto;
    margin-left:10px;
}

.footer_Logos{
    overflow: hidden;
	padding-top:55px;
}

.footer_Logos div.swiper-slide{ 
	position:relative;
	width:auto;
}

.footer_Logos div.swiper-slide a{
	display:inline-block;
	padding:15px 40px;
    border:1px solid var(--clr_blue);
}
.footer_Logos div img{
	filter: invert(100%);
	height: 45px;
    display: block;
}

.copyrights{
    line-height: 1.4em;
}

.copyrights a{
    font-weight: 400;
    color:var(--clr_blue);
    margin-right: 25px;
}

.copyrights a:hover{
    text-decoration: underline;
}
@media (min-width: 0px) and (max-width: 1200px) { 
[class*="col-"] {
	width:100%;
}

.wrapper{
	width:98%;
}

.grid-2,
.grid-3{
    grid-template-columns: repeat(1, 3fr);
}

.grid-4,
.grid-5{
    grid-template-columns: repeat(2, 1fr);
}

}