/* CPG CTA DEFAULT */

	#cpg-cta
{
	padding-top: min(20vh,9.979em);
	padding-bottom: min(20vh,9.979em);
	background-color: var(--clrPurple);
}

#cpg-cta .container
{
		display: flex;
	align-items: center;
	flex-direction: column;
	width: 809px;
  max-width: 100%;
  padding: 0 30px;
}

#cpg-cta .title
{
	font-weight: 900;
	margin-bottom: 0.481em;
}

#cpg-cta .text
{
	text-align: center;
	margin-bottom: 2.375em;
}
#cpg-cta .gumb
{
width: 14.250em;
      display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: clamp(1.4rem,1.2615rem + 0.3846vw,2rem);
    font-weight: 600;
    letter-spacing: .065em;
    text-transform: uppercase;
    color: #000000;
    height: 4.75em;
    padding: 0 1.5em;
    position: relative;
    background-color: var(--gumbBkg);
    border-radius: 3.2em;
    transition: 300ms;
}

.footer
{
	background-color: #1F0E33;
	color: #ffffff;
    padding-top: min(10vh, 6.000em);
    padding-bottom: 3.818em;
	border: 15px solid #fff;
}

.footer>.container
{
  max-width: 100%;
  width: 100%;
      padding: 0 30px;

}
.footer__logo
{
	display: flex;
	flex-direction: column;
	max-width: 338px;
}

.title.footer__subtitle
{
	font-size: 32px;
	text-align: right;
	top: -7px;
	left: 3px;
	position: relative;
	font-weight: 400;
	margin-bottom: 0;
}

.footer__subtitle span
{

	font-weight: 700;
}

.row--footer.row--flex
{
	flex-direction: column;
		margin: 0 auto;
		gap: 40px;
}

.footer__nav
{
	margin-bottom: 4.000em;
}

.footer__nav ul
{
	list-style-type: none;
	margin-left: 0;
}

.footer__ul
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

.footer__title
{
	color: var(--clrBlueLT);
font-size: 20px;
font-weight: 700;
line-height: 130.4%;
	letter-spacing: 0.082em;
	margin-bottom: 1.650em;
	text-transform: uppercase;
}

.footer__link
{
	color: #FFF;
font-size: 17px;
font-weight: 400;
line-height: 179.688%;
}

.footer__link:hover
{
	color: var(--clrBlueLT);
}

.footer__col:nth-child(2) .footer__title, .footer__col:nth-child(2) .footer__link:hover
{
	color: var(--clrPink);
}

.footer__col:nth-child(3) .footer__title, .footer__col:nth-child(3) .footer__link:hover
{
color: var(--clrGreenLT);
}

.footer__col:nth-child(4) .footer__title, .footer__col:nth-child(4) .footer__link:hover
{
		color: var(--clrYellow);
}

	.row--social
{
	flex-direction: column;
	gap: 30px;
	margin: 0 auto;
}

.social__nav
{
	display: flex;
	align-items: center;
	gap: 25px;
}

.social__link svg
{
			-webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}

.social__link:hover svg
{
		-webkit-transform: rotate( 
360deg );
    transform: rotate( 
360deg );
}

.social__link:hover path
{
	fill: var(--clrYellow);
	stroke: var(--clrYellow);
}

.social__link--youtube:hover path
{
	fill: unset;
	stroke: var(--clrYellow);
}

.copyright__text
{
	font-size: 20px;
}

@media screen and (min-width:768px)
{
	.footer__ul
{
	gap: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 30px 1fr;
	grid-template-columns: 2fr 1fr;
}
}

@media screen and (min-width:900px)
{
.footer
	{
		border-top-width: 2.318em;
		border-right-width:2.318em;
		border-bottom-width:1.864em;
		border-left-width:2.136em;
	}
}
	@media screen and (min-width:1024px)
{
		.row--social
{
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: min(3.3333333333333335VW, 64px);
}
	
	.copyright
	{
		margin-left: auto;
		margin-top: auto;
	}
	
}

@media screen and (min-width:1100px)
{
	.row--footer, .row--social
{
	max-width: min(86.875VW, 1668px);
	}
	
.footer__ul
{
	display: flex;
		gap: min(4.208333333333334VW, 81px);
	flex-direction: row;
}
}


@media screen and (min-width:1600px)
{
.row--footer.row--flex
{
	display: flex;
		gap: min(7.5VW, 144px);
	flex-direction: row;
	
}
	
	.footer__nav, .footer__ul
	{
		display: flex;
    flex-grow: 1;
	}
}