.entry-content img{margin:0 0 1.5em}.alignleft,img.alignleft{margin-right:1.5em;display:inline;float:left}.alignright,img.alignright{margin-left:1.5em;display:inline;float:right}.aligncenter,img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}
/*.wp-caption{margin-bottom:1.5em;text-align:center;padding-top:5px}.wp-caption img{border:0;padding:0;margin:0}.wp-caption p.wp-caption-text{line-height:1.5;font-size:10px;margin:0}.wp-smiley{margin:0!important;max-height:1em}blockquote.left{margin-right:20px;text-align:right;margin-left:0;width:33%;float:left}blockquote.right{margin-left:20px;text-align:left;margin-right:0;width:33%;float:right}.gallery{margin:10px auto .5em;clear:both;text-align:center}.gallery-caption{margin-left:0;font-size:.7em}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6%}.gallery-columns-7 .gallery-item{width:14.2%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1%}.more-link{margin:15px 0}.author-bio{background-color:@gray-dark;border:1px solid;margin:60px 0;padding-bottom:15px}.author-description,.author-title{color:@gray-lighter}.author-gravatar img{margin-top:30px}.commentlist .bypostauthor{background-color:#ccc}.sticky .entry-title h2:before{content:"\f08d";display:inline-block;-webkit-font-smoothing:antialiased;line-height:1;font-family:FontAwesome;text-decoration:inherit;font-weight:400;font-style:normal;vertical-align:top;-moz-transition:color .1s ease-in 0;-webkit-transition:color .1s ease-in 0;text-align:center}*/

#back-to-top {
	background-color: #ae3e92;
	color: #fff;
	padding: 0px 8px 5px 8px;
	border-radius: 22px;
	z-index: 98;
	position: fixed;
	bottom: 60px;
	right: 45px;
	opacity: 0;
	transition: opacity .2s;
	-webkit-transition: opacity .2s;
	cursor: pointer;
	box-shadow: 0 8px 20px rgba(0,0,0,.25);
}

#back-to-top i {
	margin-top: 6px;
}

.hero-content .image-back{
	background-size: cover;
}

.hero-content .bg-image{
	width: 100%;
	height: 100%;
	display: flex;
}

.hero-content {
	padding: 15px;
	display: flex;
	width: 100%;
}

@media(max-width:992px){
	.hero-content{
		display: block;
	}
	.hero-content .bg-image{
		min-height: 200px;
		display: block;
	}
}

#searchFilter > div {
	padding: 0px;
	margin-bottom: 0px;
}

#searchFilter label {
	font-weight: 300;
}
#searchFilter .col-lg-9 label {
	width: 90%;
}

select#sOrder {
    font-weight: 300;
    color: #575755;
    border-radius: 8px;
    padding: 5px;
    border: 1px solid #d0d0d0;
    height: 43px;
}

#searchFilter h6 {
	margin-left: 20px;
}
#contentSort{
	text-align: right;
}

@media(max-width:768px){
	#searchFilter{
		display: none;
	}
	
	.main-color-blue #searchFilter, .main-color-raspberry #searchFilter{
		display: block;
		margin-bottom: 15px;
	}
	
	.main-color-blue #sOrder, .main-color-raspberry #sOrder{
		float: right
	}

	#contentSort{
		text-align: left;
	}
	#sOrder {
		width: calc(100% - 65px);
	}
}

.inputCheck {
	display: block;
	font-size: 16px;
	margin: 10px 20px;
	text-align: left;
}

.inputCheck input {
	display: inline-block;
	vertical-align: top;
	margin: 5px 18px 0 0;
	border: solid white;
}

.single-post-slide {
	background: #fff;
	border: 1px solid #ddd;
	height: 200px;
	margin: 20px 10px;
}

.single-post-slide > div {
	float: left;
}

.image-left {
	width: 35%;
	background-size: cover;
	height: 100%;
}

.image-left a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.text-section {
	position: relative;
	text-align: center;
	height: 100%;
	padding: 0 10px 50px;
	vertical-align: top;
	width: 100%;
}

.text-section.has-image {
	width: 65%;
}

.text-section.image-top {
	padding-left: 0;
	padding-right: 0;
}

.text-section.image-top img {
	width: 100%;
}

nav.navigation.pagination {
	display: block;
	margin: 25px 0;
}

.nav-links{
	font-size: 1.2em;
}

.pagination a.page-numbers, span.page-numbers.current {
	border: 2px solid rgba(216,43,128,1);
	padding: 5px 10px;
	border-radius: 5px;
	vertical-align: top;
	color: #63666a;
	transition: all .5s;
}

span.page-numbers.current{
	background-color: #DDDDDD;
	color: #575755;
}

.pagination a.page-numbers:hover {
	background: #26478D;
	border-color: #26478D;
	color: #fff;
	text-decoration: none;
}

.pagination a.page-numbers.next, .pagination a.page-numbers.prev {
	background:rgba(216,43,128,1);
	color: #fff;
	transition: all .5s;
}

.pagination a.page-numbers.next:hover, .pagination a.page-numbers.prev:hover {
	background-color: #1b3365;
	border-color:#142549;
}

@media(max-width:768px){
	.image-left{display: none;}
	.text-section.has-image{width:100%;}
}


#form-section form.wpcf7-form {
	width: 100%;
	max-width: 65%;
	margin: 0 auto;
	padding: 10px;
}

#form-section form input, #form-section form textarea {
	width: 100%;
	padding: 10px 8px;
	border: 1px solid transparent;
	margin-bottom: 10px;
}

#form-section form input:focus, #form-section form textarea:focus {
	border-color: #ae3e92;
	outline-offset: 0px !important;
	outline: none !important;
}

#form-section form input[type="submit"]{
	width: 150px;
}

#footer{
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.main-color-raspberry #footer{
	background-color: #AF1685;
	color: #fff;
	padding-top: 60px;
}
.main-color-blue #footer{
	background-color: #1D4F91;
	color: #fff;
	padding-top: 60px;
}
.main-color-blue #footer nav ul li a,.main-color-raspberry #footer nav ul li a {
	color: #fff;
}

#footer .circles a{
	border: 1px solid #fff;
	border-radius: 50px;
	width: 32px;
	height: 32px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
}

#footer .container:nth-child(2){
	border: 1px solid rgba(197, 166, 201, 0.4);
	border-width: 1px 0 0 0;
	padding-top: 32px;
}
@media(max-width:768px){
	#footer .circles, #footer .footer-logo{
		text-align: center;
	}
	#footer .container{
		margin-bottom: .5rem !important;
	}
	#footer .container:nth-child(2){
		padding-top: 16px;
	}
}
#footer p{
	margin-bottom: 20px;
}
#footer hr.gradient-bar {
	height: 8px;
	background: #b92f7d;
	background: linear-gradient(to right, #b92f7d 0%, #26478e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$exp-pink', endColorstr='$exp-blue', GradientType=1);
	margin: 0;
	border: none;
}



.container-fluid.fnav-section {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 20px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.global-sites-split ul {
	list-style: none;
	display: inline-block;
	width: 49%;
	padding: 0;
	vertical-align: top;
}

.global-sites-split {
	width: 49.5%;
	display: inline-block;
}

.modal-content .modal-header {
	background: #26478D;
	color: #fff;
}

.modal-content .modal-header h5{margin-top:0; color:#fff;}

.modal-content .modal-header .close{color:#fff; text-shadow:0;}

@media(max-width:500px){
	.global-sites-split {width:100%;}
}

li.d-block.d-lg-none.mobile-menu {
    width: 100%;
}

.mobile-menu form {
    max-width: none;
}

.mobile-menu button.search-submit {
    width: 40px;
    padding: 3px 10px 3px;
    border: 1px solid #ddd;
    font-size: 1.2em;
    vertical-align: top;
}

@media(max-width:992px){
	#main-nav li {
		/* border-bottom: 1px solid; */
		text-align: left;
		padding: 10px;
		}
	.dropdown-toggle::after {
		position: absolute;
		right: 20px;
		top: 28px;
		border-top: 10px solid;
		border-right: 10px solid transparent;
		border-bottom: 0;
		border-left: 10px solid transparent;
	}
	
	#main-nav > form{
		display: none;
	}

	#main-nav ul {
		text-align: center;
	}

	#main-nav li br  {
		content: ' ';
	}
	#main-nav li br:after {
		content: ' ';
	}
}

.single #myTooltip{
	visibility: hidden;
	width: 140px;
	background-color: #63666a;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}

.single #myTooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}

.single #social-share div{
	position: relative;
	color: #63666a;
	font-size: 16px;
	width: 100%;
	padding: 5px 30px;
	font-weight: 400;
	cursor: pointer;
}
.single #social-share div:hover{
	background-color: #63666a;
	color: #fff;
}
.single #social-share .tooltiptext {
	padding: 10px 15px;
}

.bottom_cta {
	border-radius: 8px;
	height: 210px;
	width: 500px;
	display: inline-block;
	background: linear-gradient(
		140deg,
		rgb(29, 79, 145) 20%,
		rgb(228, 57, 136) 80%
	);
	position: relative;
}
.bottom_cta .link_overlay {
	font-size: 100%;
	background: 0 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
}
.bottom_cta .image {
	height: 100%;
	width: 100%;
	position: relative;
	border-radius: 8px;
	float: right;
	max-width: 45%;
}
.bottom_cta .tri {
	background: linear-gradient(
		140deg,
		rgb(29, 79, 145) 20%,
		rgb(228, 57, 136) 80%
	);
	height: 100%;
	width: 100%;
	clip-path: polygon(10px 0, 56% 100%, 70% 0);
}
.bottom_cta .text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 60%;
	height: 100%;
	padding: 20px 0 0 20px;
	font-size: 26px;
	color: #fff;
	line-height: 30px;
	font-weight: 200;
}
.bottom_cta .text h4 {
	font-weight: 400;
	font-size: 22px;
}
.bottom_cta .text .cat {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.bottom_cta .small-text {
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}

.bottom_cta:hover .btn-experian-pink {
	color: #ba2f7d;
	background-color: #fff;
	border-color: #fff;
}

.btn-bottom-cta {
	padding: 8px 18px;
}

#contact_us {
	border-radius: 8px;
	background-color: #f5f5f5;
	padding: 20px 30px;
	display: inline-block;
	width: calc(100% - 525px);
	margin-left: 20px;
	vertical-align: top;
	height: 210px;
	min-width: 220px;
}
#contact_us h4,
#contact_us a {
	color: #245494;
	font-weight: 400;
	font-size: 20px;
}
#contact_us a {
	font-size: 16px;
}

@media(max-width: 1199px){
	#contact_us{
		width: 100%;
		margin-left: 0;
	}
	.bottom_cta{
		width: 100%;
		margin: 15px auto;
	}
}

@media(max-width: 767px){
	.bottom_cta .tri, .bottom_cta .image{
		display: none;
	}
	.bottom_cta .text{
		width: 100%;
		position: relative;
		padding: 20px 20px 60px;
	}
}

.category-boxes {
	background-color: #f5f5f5;
	padding: 60px 0;
}
.category-boxes .rowspan {
	text-align: center;
}
.category-boxes .rowspan h3 {
	font-weight: 400;
}
.category-boxes .boxes {
	padding: 10px;
}
.category-boxes .boxes .ibox {
	background-color: #fff;
	border-radius: 8px;
	color: #1d4f91;
	padding: 10%;
	border: 2px solid transparent;
	height: 100%;
	display: block;
	min-height: 110px;
}
.category-boxes .boxes .ibox i {
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
}
.category-boxes .boxes .ibox:hover i,
.category-boxes .boxes .ibox:hover {
	text-decoration: none;
}
.category-boxes .boxes .ibox .details {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	margin-top: 0;
	width: calc(100% - 39px);
}
.category-boxes .boxes .ibox h4 {
	margin-top: 0;
	font-weight: 400;
	margin-bottom: 0;
}

div.post-boxlong .image {
	background-size: cover !important;
}
.category-boxes .boxes .ibox p {
	color: #575755;
	padding: 0;
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	position: relative;
}
.category-boxes .boxes .ibox:hover {
	border: 2px solid #1d4f91;
}
.category-boxes .boxes .ibox:hover p {
	color: #fff;
}
.category-boxes .boxes .ibox:hover p:after {
	position: absolute;
	content: "Discover more >";
	position: absolute;
	font-weight: 500;
	top: 0;
	left: 0;
	color: #575755;
}

@media(max-width: 767px){
	.category-boxes .boxes .ibox {
		text-align: center;
	}
	.category-boxes .boxes .ibox i {
		display: block;
	}
	.category-boxes .boxes .ibox .details {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}
}

.video {
	border: 1px solid #ebebeb;
	border-radius: 8px;
}
.video .video_image {
	position: relative;
	font-size: 0px;
	max-height: 580px;
	overflow: hidden;
}
.video .video_image,
.video h4,
.video p {
	padding: 0 20px;
}
.video h4 {
	font-size: 28px;
}
.video .video_image img {
	width: 100%;
}
.video .read_all {
	position: absolute;
	padding: 15px 20px;
	bottom: 0;
	right: 20px;
	background-color: #d82b80;
	font-size: 18px;
	color: #fff;
}

.video .read_all:hover{
	color: #0056b3;
	text-decoration: none;
}
.video_all {
	display: inline-block;
	color: #d82b80;
	padding: 25px 20px 0 0;
	position: absolute;
	right: 20px;
}
.video_all:hover{
	text-decoration: none;
}
.video_all i {
	padding-right: 5px;
}
.video_image .play {
	font-size: 50px;
	color: #fff;
	position: absolute;
	left: calc(50% - 60px);
	top: calc(50% - 60px);
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 20px 40px;
}

p.error-msg {
	font-size: 0.8em;
	margin: 0 !important;
	color: red;
}

.form-group.has-error legend {
	color: red;
}

.has-error input,
.has-error select {
	border: 1px solid red !important;
}

.loader-container {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: .8;
	z-index: 5;
	overflow: hidden;
}
.loader-container .loader {
	top: 40%;
}
.loader-container .loader,
.loader-container .loader:before,
.loader-container .loader:after {
	border-radius: 50%;
}
.loader-container .loader:before,
.loader-container .loader:after {
	position: absolute;
	content: '';
}
.loader-container .loader:before {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 10.2em 0 0 10.2em;
	top: -0.1em;
	left: -0.1em;
	transform-origin: 5.2em 5.1em;
	animation: spinner 2s infinite ease 1.5s;
}
.loader-container .loader {
	color: #1d4f91;
	font-size: 11px;
	text-indent: -99999em;
	margin: 55px auto;
	position: relative;
	width: 10em;
	height: 10em;
	box-shadow: inset 0 0 0 .3em;
	transform: translateZ(0);
	animation: spinner 1.6s infinite ease;
}
.loader-container .loader:after {
	width: 5.2em;
	height: 10.2em;
	background: #fff;
	border-radius: 0 10.2em 10.2em 0;
	top: -0.1em;
	left: 5.1em;
	transform-origin: 0px 5.1em;
	animation: spinner 2s infinite ease;
}
@keyframes spinner {
	0% {
		color: #1d4f91;
		transform: rotate(0deg);
	}
	100% {
		color: #af1685;
		transform: rotate(360deg);
	}
}
#visit-form2 .loader-container, #visit-form .loader-container {
	margin-top: 69px;
	height: calc(100% - 69px);
	width: calc(100% - 30px);
	left: 15px;
}

#globModal .modal-dialog{
	max-width: 70pc;
    width: 90%;
	margin: 5pc auto;
}

#globModal .global-sites{
	background-image:url('./images/global_sites_modal_bg.jpg');
	color:#fff;
	background-size: cover;
}

#globModal .global-links{
	padding: 60px 35px;
}

#globModal .global-modal-list{
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 40px;
	column-gap: 40px;
	list-style:none;
	padding-left:0;
}
@media(min-width:762px){
	#globModal .global-modal-list{
		-moz-column-count: 3;
		column-count: 3;
	}
}
	
@media(min-width:962px){
	#globModal .global-modal-list{
		-moz-column-count: 4;
		column-count: 4;
	}
}

#globModal .global-modal-list li a{
	color:#333;
}

#globModal .close-modal{
	color: #1d4f91;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
	text-decoration: none;
}


/* cyrillic-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.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: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.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: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.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: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOkCnqEu92Fr1Mu51xIIzIXKMny.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: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.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: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.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: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.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: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.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: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.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: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.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: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.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: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format('woff2');
	unicode-range: U+0370-03FF;
}

/* latin-ext */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.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-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(./_/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.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;
}