:root {
   	--bg--landing--primary: #F0F5F8;
				--bg--landing--secondary: #CDEFEE;
				--bg--landing--tertiary: #F0F5F8;
				--bg--landing--quaternary: #F0F5F8;
				--bg--landing--quinary: #FAFAFA;
				--bg--landing--senary: #FFFFFF;
				--bg--landing--septenary: #ffffff;
				--text--landing--primary: #122245;
				--text--landing--secondary: #002856;
				--text--landing--tertiary: #001D3D;
				--text--landing--quaternary: #122245;
				--text--landing--quinary: #D8D8D8;
				--text--landing--senary: #F2F2F2;
				--text--landing--septenary: #f8f9fa;
				--text--landing--octonary: #001D3D;
				--text--landing--nonary: #333;
				--text--landing--denary: #00CCC5;
				 --button--landing--primary: #ffffff;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: 'Raleway', sans-serif !important;
}

.number-font {
  font-family: 'Open Sans' !important;
}
.test {
	border: 2px solid red;
}

.container-fullscreen {
	--bs-gutter-x: 1.5rem; /* Eliminar el espacio horizontal */
	--bs-gutter-y: 0; /* Eliminar el espacio vertical */
/*	width: 100vw;  Ancho igual al ancho de la ventana */
	margin: 0; /* Eliminar los márgenes */
}

.primary__text__color{
	color: #fff;
}

.primary__text__color__menu{
	color: #fff;
}


.size__image{
	max-width: 100%;
  height: auto;
}

.nav-link:hover, .nav-link:focus {
	color: #02AFAA !important;
}
/* css mantiene header estatico */
/* .widget-definition.widget-header */
main header {
	position: sticky;
	top: 0;
	z-index: 3;
} 

@media (max-width: 767px) { 
.primary__text__color__menu{
	color: #001D3D;
}
}
.content__list {
	display: flex;
	justify-content: flex-end;
	gap: 52px;
	list-style: none;
	color: var(--text--landing--quaternary);
	margin-top: -34px;
	margin-right: 170px;
}

.content__list li img {
	width: auto;
}

.content__list li {
	font-size: 20px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.font__icon{
	font-size: unset;
}
.content__list__tablet {
	display: none;
}
.icon__tablet__hero {
		display:none;
}

@media (max-width: 768px) {
	.content__list {
		display: contents;
		justify-content: flex-end;
		gap: 1rem;
		list-style: none;
		color: var(--text--landing--quaternary);
	}	
	.font__icon{
		font-size: 12px !important;
	}
	ul li {
		padding-bottom: 16px;
	}
	ul li:last-child {
		padding-bottom: 0;
	}
	.content__list__tablet {
		display: none;
	}
	.icon__tablet__hero {
		display:none;
	}
	.content__list li img {
		height: 26px;
		width: auto;
	}
	
}

@media (min-width: 835px) and (max-width: 1440px) {
	.content__list {
		margin-top: 32px;
		gap: 52px;
		margin-right: 60px;
	}
	.content__list li {
		font-size: 16px;
	}
	.content__list li img {
		height: 28px;
	}
	.content__list__tablet {
		display:none;
	}
	.icon__tablet__hero {
		display:none;
	}
}

@media (min-width: 769px) and (max-width: 834px) {
	.content__list {
		display: none;
	}
	.content__list__tablet {
		display: flex;
		justify-content: flex-end;
		gap: 12px;
		list-style: none;
		color: var(--text--landing--quaternary);
		margin-top: -97px;
		margin-right: 52.94px;
	}

	.content__list__tablet li img {
		width: 24px;
		height: 32px;
	}

	.content__list__tablet li {
		font-size: 14px;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
	}
	
	.icon__tablet__hero {
		font-size: 14px;
		font-weight: 700;
		color: var(--text--landing--quaternary);
		display: flex;
		justify-content: center;
		margin-right: 201.5px;
    justify-content: end;
		gap: 8px;
		padding-top: 8px;
	}
	.img__tablet__hero {
		width: 22px;
		height: 30.334px;
	}
	
}
	

ul {
	margin: 0;
}
.content__cards {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 24rem;    
	gap: 1rem;
	
	padding: 2rem;
}

.card {
	display: grid;
	align-content: space-between;
	padding: 1.6rem 1rem;
	background-color: #122245;
	
	img {
		margin: auto;
		width: 32px;
		height: 32px;
	}
	
	p {
		color: #fff;
		font-size: 1.8rem
	}
}
.brand__list {
	display: flex;
	gap: 1rem;
	justify-content: center;
	padding: 1rem;
  align-items: center;
  background-color: #f2f2f2;
	
	li img {
		max-width: 100%;
		height: auto;
	}
}

ul {
		list-style: none;
}
.vertical-list {
	background-color: var(--bg--landing--senary);
	padding: 5.208333vw 4.166667vw; /* 100px 80px */
	.content-height-fgma { height: 30.260417vw; /* 581px */ }
	.row .align-center-colum-img {
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
		img {
			max-width: 24.479167vw; /* 470px */
			max-height: 26.614583vw; /* 511px */
			width: 24.375vw; /* 468px */
			height: 26.614583vw; /* 511px */
		}
		.lap { display: none; }
		.tablet { display: none; }
		.mobile { display: none; }
	}
	.row .align-center-colum-text {
		display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.96875vw; /* 57px */
	}
	.fill-automatic { margin: auto; }
}
.vertical-list-main-img {
	aspect-ratio: 16/9;
}
.vertical-list-container-title {
	/* padding: 0 0 5% 0; */
	width: 100%;
	color: var(--text--landing--primary);
	display: flex;
	flex-direction: column;
	align-items: center;
	span {
		width: 90%;
		text-align: center !important;
	}
	p {
		font-size: 2.083333vw; /* 40px */
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
	}
	strong {
		font-size: 2.291667vw; /* 44px */
  	font-weight: 700;
	}
}
.vertical-list-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2.1875vw; /* 42px */
}
.vertical-list-content-list {
	width: 100%;
	display: grid;
	gap: 1.5625vw; /* 30px */
	grid-template-columns: 6.5% auto;
	align-items: center;
	span {
		font-size: 1.666667vw; /* 32px */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	}
}
.vertical-list-icon {
	max-width: 2.96875vw; /* 57px */
	width: auto;
	height: auto;
	aspect-ratio: auto;
}
.vertical-list-description { color: var(--text--landing--primary); }
.vertical-list-container-button {
	display: none;
	button {
		width: 26.458333vw; /* 508px */
    padding: 0.520833vw 0.520833vw; /* 10px 10px */
    border-radius: 30px;
    border: 3px solid var(--button--landing--primary);
		span {
			color: var(--text--landing--primary);
			font-size: 1.666667vw; /* 32px */
			font-style: normal;
			font-weight: 500;
			line-height: normal;
		}
	}
}

/* UX RESPONSIVE MOVIL */
@media (max-width: 430px) {
	.vertical-list {
		padding: 9.302326vw 5.813953vw ; /* 40px 25px */
		.content-height-fgma {
			height: auto;
			gap: 50px;
		}
		.row .align-center-colum-img {
			img {
				max-width: 88.604651vw; /* 381px */
				max-height: 77.44186vw; /* 333px */
				width: unset;
				height: 77.209302vw; /* 332px */
			}

			.desk { display: none; }
			.lap { display: none; }
			.tablet { display: none; }
			.mobile { display: block; }
		}
		.row .align-center-colum-text {
    	gap: 13.255814vw; /* 57px */
		}
	}
	.vertical-list-container-title {
		span { width: 82%; }
		p { font-size: 3.72093vw; /* 16px */ }
		strong { font-size: 4.651163vw; /* 20px */ }
	}
	.vertical-list-content {
		width: 70%;
		gap: 3.72093vw; /* 16px */
	}
	.vertical-list-content-list {
		gap: 3.72093vw; /* 16px */
		grid-template-columns: 15% auto;
		span { font-size: 2.790698vw; /* 12px */ }
		.vertical-list-icon {
			max-width: 7.674419vw; /* 33px */
			width: 7.44186vw; /* 32px */
			height: 7.44186vw; /* 32px */
		}
	}
	.vertical-list-container-button { display: none; }
}

/* UX RESPONSIVE TABLET */
@media (min-width: 431px) and (max-width: 834px) {
	.vertical-list {
		padding: 4.796163vw; /* 40px */
		.content-height-fgma { height: 40.88729vw; /* 341px */ }
		.row .align-center-colum-img {
			img {
				max-width: 44.004796vw; /* 367px */
				max-height: 39.928058vw; /* 333px */
				width: unset; /* 365px */
				height: 39.808153vw; /* 332px */
			}
			
			.desk { display: none; }
			.lap { display: none; }
			.tablet { display: block; }
			.mobile { display: none; }
		}
		.row .align-center-colum-text {
			justify-content: center;
    	gap: 6.834532vw; /* 57px */
		}
	}
	.vertical-list-container-title {
		span { width: 100%; }
		p { font-size: 1.918465vw; /* 16px */ }
		strong { font-size: 2.398082vw; /* 20px */ }
	}
	.vertical-list-content { gap: 1.918465vw; /* 16px */ }
	.vertical-list-content-list {
		gap: 30px; /* 24px */
		span { font-size: 1.438849vw; /* 12px */ }
		.vertical-list-icon {
			max-width: 3.956835vw; /* 33px */
			width: 3.83693vw; /* 32px */
			height: 3.83693vw; /* 32px */
		}
	}
	.vertical-list-container-button { display: none; }
}

/* UX RESPONSIVE DESKTOP 1 */
@media (min-width: 835px) and (max-width: 1440px) {
	.vertical-list {
		padding: 6.944444vw 4.166667vw; /* 100px 60px */
		.content-height-fgma { height: 35.486111vw; /* 511px */ }
		.row .align-center-colum-img {
			img {
				max-width: 42.361111vw; /* 610px */
				max-height: 35.555556vw; /* 512px */
				width: unset; /* 609px */
				height: 35.486111vw; /* 511px */
			}

			.desk { display: none; }
			.lap { display: block; }
			.tablet { display: none; }
			.mobile { display: none; }
		}
		.row .align-center-colum-text {
    	gap: 3.958333vw; /* 57px */
		}
	}
	.vertical-list-container-title {
		span {
			width: 95%;
			text-align: center !important;
		}
		p { font-size: 2.5vw; /* 36px */ }
		strong { font-size: 2.777778vw; /* 40px */ }
	}
	.vertical-list-content { gap: 1.666667vw; /* 24px */ }
	.vertical-list-content-list {
		span { font-size: 1.666667vw; /* 24px */ }
		.vertical-list-icon {
			max-width: 3.402778vw; /* 49px */
			width: 3.333333vw; /* 48px */
			height: 3.333333vw; /* 48px */
		}
	}
	.vertical-list-container-button { display: none; }
}
#modal-landing-pumas {
	.modal-dialog {
		max-width: 33.59375vw; /* 645px */
    width: 33.541667vw; /* 644px */
	}
	.modal-content {
    border-radius: 0.625vw; /* 12px */
	}
	.modal-body {
		display: flex;
    justify-content: center;
		padding: 1.666667vw; /* 32px */
	}
	.modal-container {
		width: 30.208333vw; /* 580px */
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 1.666667vw; /* 32px */
	}
	.fixed-width-right {
		width: 15.625vw; /* 300px */
		display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.666667vw; /* 32px */
	}
	.fixed-width-left {
		width: 12.916667vw; /* 248px */
	}
	.title-text {
		width: 15.3125vw; /* 294px */
		text-align: center;
		color: var(--text--landing--tertiary);
		font-size: 1.25vw; /* 24px */
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
	}
	.step-text {
		width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
		ol {
			margin-bottom: 0;
			padding-left: 1.302083vw; /* 25px */
			text-align: justify;
		}
		ol li:first-child {
    	margin-bottom: 0.416667vw; /* 8px */
		}
		ol li::marker {
    	color: var(--text--landing--primary);
			font-family: 'Open Sans' !important;
			font-size: 0.833333vw; /* 16px */
			font-style: normal;
    	font-weight: 700;
			line-height: normal;
		}
		p {
			color: var(--text--landing--primary);
			font-size: 0.833333vw; /* 16px */
			font-style: normal;
			font-weight: 500;
			line-height: normal;
		}
	}
	.note-text {
		color: var(--text--landing--primary);
    font-size: 0.833333vw; /* 16px */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	}
	
	.size__image {
		max-width: 13.020833vw; /* 250px */
		width: 12.916667vw; /* 248px */
    height: 12.916667vw; /* 248px */
	}
}
.text-gold {
	color: var(--text--landing--tertiary);
	font-weight: 700;
}

@media (min-width: 431px) and (max-width: 834px) {
	#modal-landing-pumas {
		.modal-dialog {
			max-width: 57.553957vw; /* 480px */
    	width: 57.194245vw; /* 477px */
			margin-left: auto;
      margin-right: auto;
		}
		.modal-content {
    	border-radius: 1.438849vw; /* 12px */
		}
		.modal-body {
			width: 57.1942446vw; /* 477px */
			padding: 2.877698vw; /* 24px */
		}
		.modal-container {
			width: 51.438849vw; /* 429px */
			gap: 2.877698vw; /* 24px */
		}
		.fixed-width-right {
			width: 26.978417vw; /* 225px */
			gap: 3.83693vw; /* 32px */
		}
		.fixed-width-left {
			width: 21.702638vw; /* 181px */
		}
		.title-text {
			width: 23.141487vw; /* 225px, 01/08/2024 => 193px */
			font-size: 2.158273vw; /* 18px */
		}
		.step-text {
			ol {
				padding-left: 2.517986vw; /* 21px */
			}
			ol li:first-child {
    		margin-bottom: 0.959233vw; /* 8px */
			}
			ol li::marker {
				font-size: 1.678657vw; /* 14px */
			}
			p {
				font-size: 1.678657vw; /* 14px */
			}
		}
		.note-text {
			font-size: 1.678657vw; /* 14px */
		}
		.size__image {
			max-width: 22.182254vw; /* 185px */
			width: 21.582734vw; /* 180px */
			height: 21.582734vw; /* 180px */
		}
	}

}

@media (min-width: 835px) and (max-width: 1440px) {
	#modal-landing-pumas {
		.modal-dialog {
			max-width: 44.791667vw; /* 645px */
			width: 44.722222vw; /* 644px */
		}
		.modal-content {
    	border-radius: 0.833333vw; /* 12px */
		}
		.modal-body {
			display: flex;
      justify-content: center;
			padding: 2.222222vw; /* 32px */
		}
		.modal-container {
			width: 40.277778vw; /* 580px */
			gap: 2.222222vw; /* 32px */
		}
		.fixed-width-right {
			width: 20.833333vw; /* 300px */
			gap: 2.222222vw; /* 32px */
		}
		.fixed-width-left {
			width: 17.222222vw; /* 248px */
		}
		.title-text {
			width: 20.416667vw; /* 294px */
			font-size: 1.666667vw; /* 24px */
		}
		.step-text {
			ol {
				padding-left: 1.402083vw; /* 20.190px */
			}
			ol li:first-child {
    		margin-bottom: 0.555556vw; /* 8px */
			}
			ol li::marker {
				font-size: 1.111111vw; /* 16px */
			}
			p {
				font-size: 1.111111vw; /* 16px */
			}
		}
		.note-text {
			font-size: 1.111111vw; /* 16px */
		}
		.size__image {
			max-width: 17.361111vw; /* 250px */
			width: 17.222222vw; /* 248px */
			height: 17.222222vw; /* 248px */
		}
	}

}

@media (max-width: 430px) {
	.modal-backdrop { 
  	display: none !important;
  }
	#modal-landing-pumas {
		display: none !important;
	}
	.modal-dialog {
  	display: none !important;
  }
}

/* libs */
/*!
 * tiny slider  v2.9.4 (https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.4/tiny-slider.css)
 */
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0330, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2034-2037, U+2057, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2102, U+210A-210E, U+2110-2112, U+2115, U+2119-211D, U+2124, U+2128, U+212C-212D, U+212F-2131, U+2133-2138, U+213C-2140, U+2145-2149, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B6, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8B1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA88, U+1FA90-1FABD, U+1FABF-1FAC5, U+1FACE-1FADB, U+1FAE0-1FAE8, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}