body {
  position: relative;
}



.navbar {
  padding-left: 25px;
  padding-right: 25px;
}
.navbar-brand {
  font-family: "noticia text", serif;
  font-size: 22px;
  color: rgb(0, 48, 91);
}
.navbar-nav {
  font-family: raleway, sans-serif;
  font-size: 13px;
}
.navbar-light .navbar-brand {
  color: rgb(0, 48, 91);
}
.navbar-light .navbar-nav .nav-link.active {
  color: rgb(15, 76, 133);
}
#navbar-main .nav-link {
  text-transform: uppercase;
  margin-right: 20px;
}
/* -- auto-hide nav-bar -- */
/*  moved to mobile only
.autohide{
	position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
}
.scrolled-down{
	transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
	transform:translateY(0); transition: all 0.3s ease-in-out;
}
*/



.section {        
    position:relative;
    z-index:1;
    /* height:500px; */
    width:100%;
    background-attachment: fixed;    /* this keeps the background in place */
    /* background-size:100% 100%; */
    background-size:100% auto;
    background-repeat:no-repeat;
}
.content {
    position:relative;
    z-index:2;
    /* background-color:#fff; */
    height:50%;    /* this height difference allows the bg to show through */
    min-height: 500px;
    font-size: 16px;
    width: 100%;
}
.content-title {
  font-size: 42px;
}
.content-left {
  width: 33%;
  padding: 200px 5% 250px;
  font-family: raleway, sans-serif;
}
.content-right {
  width: 67%;
  padding: 200px 5% 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 0px;
}
.content-row {
  display: flex;
  flex-wrap: wrap;
}

#home.section {
  background-image: url('/assets/cityskyline1_1920.jpg');
}
#home .content-left {
  background-color: rgba(0, 48, 91, .65);
  color: #fff;
}

#as-seen-on .content-title {
  font-size: 25px;
}
#as-seen-on .content {
  background-color: rgba(0, 48, 91, .85);
  min-height: auto;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
}
#as-seen-on .news-logo {
  border-radius: 20px;
  max-width: 100px;
  filter: grayscale(100%);
  opacity: .8;
  margin: 10px;
}

#features .content-left {
  background-color: rgb(234, 244, 246);
  color: rgb(0, 48, 91);
}
#features .content-right {
  background-color: #ffff;
  color: rgb(0, 48, 91);
}

#intro .content {
  background-color: rgb(0, 48, 91);
  color: #fff;
  text-align: center;
  padding: 100px;
  font-size: 20px;
}
#intro .content p {
  margin-top: 20px;
}

#how-it-works .content {
  margin-bottom: -10px;
}
.infographic-vertical {
  display: none;
}
#how-it-works .how-it-works-video-button {
  position: absolute;
  margin: 15px 10px;
  cursor: pointer;
  text-align: center;
}
#how-it-works-video {
  /* border-radius: .3rem;
  width: 100%; */
}
.video-playback-button {
  width: 77px;
  height: 80px;
  position: absolute;
  margin-top: 11%;
}
#video-play-button {
  /* display: none; */
}
#video-pause-button {
  display: none;
}
#vision .content {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
#vision .content-left {
  background-color: rgb(0, 48, 91);
  padding: 225px 5% 0px;
}
#vision .content-right {
  background-color: rgba(0, 48, 91, .85);
  padding: 100px 5% 100px;
}
#vision .content p {
  margin-top: 20px;
}
#vision .carousel {
  height: 400px;
}
#vision .carousel-item.text {
  padding: 75px 75px 0px 75px;
}
#vision .carousel-item.image img {
  height: 350px;
}
#vision .carousel-item.text.three {
  padding: 125px 75px 0px;
}
#vision .carousel-item.text.four {
  padding: 125px 75px 0px;
}

#pricing .content {
  background-color: rgb(234, 244, 246);
  color: rgb(0, 48, 91);
  text-align: center;
  padding: 100px;
}
#pricing .content .container-fluid {
  margin-top: 50px;
  padding-right: 0px;
  justify-content: center;
}
#pricing .compare-icon {
  font-size: 18px;
  vertical-align: text-top;
  cursor: pointer;
}

#testimonials .content-title {
  font-size: 25px;
  margin-bottom: 30px;
}
#testimonials .content-title::after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 4px;
	border-radius: 1px;
	background: #41B7C4;
	left: 0;
	right: 0;
	margin-top: 40px;
}
#testimonials li {
  outline: none !important;
}
#testimonials .content {
  background-color: rgba(0, 48, 91, .85);
  min-height: auto;
  padding: 20px 40px 40px 10px;
  text-align: center;
  color: #fff;
}
#testimonials .carousel .carousel-item {
	color: #999;
	overflow: hidden;
	min-height: 120px;
	font-size: 16px;
}
#testimonials .carousel .testimonial {
	padding: 0 15px 0 60px ;
	position: relative;
	min-height: 190px;
}
#testimonials .carousel .testimonial::before {
	content: "\201C";
	font-family: Arial,sans-serif;
	color: #e2e2e2;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}
#testimonials .carousel .overview b {
	text-transform: uppercase;
	color: #ffffff;
}
#testimonials .carousel .carousel-indicators {
	bottom: -40px;
}
#testimonials .carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 1px 3px;
	box-sizing: border-box;
	border: 5px;
}
#testimonials .carousel-indicators li {	
	background: #e2e2e2;
}
#testimonials .carousel-indicators li.active {
	background: #41B7C4;    
}
#region.section {
  background-color: #FFF;
  background-image: url('/assets/world_map_big.jpg');
}
#region .regionResult {
  background-color: #FFF;
  width: auto;
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #00000040;
  padding: 5px 10px;
}
#contact.section {
  background-image: url('/assets/cityskyline2_1920.jpg');
  background-size: cover;
}
#contact .content-left {
  background-color: rgba(0, 48, 91, .85);
  color: #fff;
}
#contact .content-right {
  background-color: rgba(0, 48, 91, .65);
  color: #fff;
}

.list-item-icon {
  background-color: #41B7C4;
  width: 10px;
  height: 10px;
  float: left;
  margin-top: 10px;
}
.list-item-content {
  margin-left: 30px;
}
.list-item-title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: unset;
}

.price-container {
  width: 300px;
  margin: 20px;
  position: relative;
}
.price-header {
  background-color: rgb(0, 48, 91);
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px;
}
.price-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  min-height: 250px;
}
.price-amount {
  font-size: 26px;
  font-weight: 600;
}
.price-items {
  margin-top: 5px;
  flex-grow: 1;
}
.price-items ul {
  list-style: none;
  text-align: left;
  padding: 0rem 1rem;
}
.price-items ul li:before {
  content: '✓';
}
.price-items ul li h3:before {
  content: '✓';
}
.price-button {
  background-color: #EBB740;
  /* color: #fff; */
  width: max-content;
  padding: 10px 30px;
  font-weight: 600;
  /* text-transform: uppercase; */
  border: unset;
  border-radius: 2rem;
  cursor: pointer;
}
.price-button:hover {
  background-color: #F9CB64;;
  cursor: pointer;
}
.price-button.pulse {
  box-shadow: 0 0 0 0 rgba(65, 183, 196, 1);
  animation-name: pulse-price-button;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-iteration-count: infinite;
}
@keyframes pulse-price-button {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(65, 183, 196, 0.7);
  }

  20% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(65, 183, 196, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(65, 183, 196, 0);
  }
}
.price-container .future {
  background-color: #3336;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: 0px 12px;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
}
.future-bar {
  padding: 10px;
  background-color: #555d;
  width: 100%;
}
.price-container .intro-price {
  width: 100%;
  margin-left: -10px;
  color: #f00;
  position: absolute;
  top: -30px;
}
.sale {
	color: #ff0000;
	margin-left: 3px;
}
.strike-diagonal-price {
	position: relative;
}
.strike-diagonal-price:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 2px solid;
	border-color: red;
	-webkit-transform: rotate(-25deg);
	-moz-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.sale_barker {
  color: #FF0000;
  background-color: #FFF;
  padding: 5px 50px;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
}

footer {
  text-align: center;
  padding: 25px 10px 10px;
  /* background-color: rgb(0, 48, 91); */
  /* color: #fff; */
  font-size: 14px;
}
footer div {
  margin-bottom: 10px;
}
footer a:link, footer a:visited, footer a:hover, footer a:active {
  text-decoration: none;
  /* color: #fff; */
  color: #113157;
}
footer a:hover {
  font-weight: bold;
}
footer .footer-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 30%;
}


#alerts-container {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999999;
  font-size: 14px;
}




#policy .content {
  background-color: rgb(234, 244, 246);
  color: rgb(0, 48, 91);
  padding: 100px;
}
#policy .content-title {
  text-align: center;
}
#policy .content .container-fluid {
  margin-top: 50px;
  padding-right: 0px;
  justify-content: center;
}
#policy ul {
  margin-left: 50px;
}



.toast {
  bottom: 5px;
  right: 5px;
  position: fixed;
  z-index: 10;
}
.toast-header {
  justify-content: space-between;
}

.modal-custom-1 .modal-header {
  background-color: rgb(0, 48, 91);
  color: #fff;
}
.modal-custom-1 h5 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.modal-custom-1, .modal-custom-1 input, .modal-custom-1 button, .modal-custom-1 .btn
.modal-custom-1 .btn {
  font-size: 16px;
}
.modal-custom-1 .btn {
  background-color: #41B7C4;
  text-transform: uppercase;
  border-style: none;
  width: 100%;
  text-align: center;
  cursor: pointer;
  margin-top: 5px;
}
.modal-custom-1 .btn:hover {
  background-color: #39A5B0;
  border-style: none;
}
.modal-custom-1 .modal-body {
  margin: 0px 20px;
}
.modal-custom-1 .modal-footer {
  margin: 5px 20px;
}


/* login modal */
.login-forgot-password {
  cursor: pointer;
}
.login-or {
  margin-top: -20px;
  width: 100%;
  text-align: center;
}
.login-or span {
  background-color: #fff;
  padding: 0px 20px;
}


/* zoho newsletter signup */
.quick_form_8_css {
  width: 100% !important;
  display: flex;
  justify-content: center;
  padding: 20px;
  font-family: raleway, sans-serif !important;
}
#Zc_SignupSuccess {
  position: unset !important;
}


/* contact form */
.form-contact {
  padding: 30px;
  background: #fff3;;
  border-radius: 10px;
}


/* comparison matrix */
#compare table {
  text-align: center;
  vertical-align: middle;
}
#compare thead th:first-child {
  position: sticky;
  left: 0px;
  background-color: #fff;
}
#compare tbody th:first-child {
  text-align: left;
  position: sticky;
  left: 0px;
  background-color: #dddcdc;
}


/* press page */
.press-container {
  max-width: 350px;
  margin: 20px;
  position: relative;
  padding: 0px;
}
.press-container:hover {
  opacity: 0.8;
}
.press-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 420px;
  border: 1px solid rgb(0, 48, 91);
  border-radius: 5px;
}
.press-title {
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;
}
.press-content {
  margin-top: 5px;
  flex-grow: 1;
  padding: 10px 20px 20px 20px;
}
.press-body img {
  width: 100%;
}

/*  -------- new site ------- */
body {
 color: #113157;
}
.section-a {
  background-color: #299AD2;  /* blue */
  color: #FFFFFF;
}
.section-b {
  background-color: #F5F5F5;  /* grey */
}
.section-c {
  background-color: #FFFFFF;  /* white */
}
.section-title {
  justify-content: center;
  display: flex;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
}
.section-half {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.section-half-item {
  width: 400px;
}
.section-half-item.image {
  width: 500px;
}
.background-circle-white {
  background: #ffffff;
  border-radius: 50%;
}
.ticker {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
}
#top-ticker.ticker {
  /* margin-top: -20px; */
}
.far {
  margin-right: 5px;
}
.fas {
  margin-right: 5px;
}
.fab {
  margin: 0px 10px;
}
.fas.fa-star {
  color: #EBB740;
  margin: -1px;
}
.benefits-group {
  display: flex;
  flex-direction: column;
}
.benefits-item {
  text-align: center;
  margin-bottom: 60px;
  padding: 20px;
}
.benefits-object {
  max-width: 100px;
}
.news-logo {
  border-radius: 20px;
  max-width: 100px;
  /* filter: grayscale(100%); */
  opacity: .8;
  margin: 10px;
}
.review-circle {
  background-color: #299AD2;
  border-radius: 50%;
  /* width: 80px; */
  /* height: 55px; */
  margin-top: 8px;
  color: #ffffff;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 20px;
  height: fit-content;
  padding: 10px;
}
.comparison-table table {
  border-spacing: 0;
}
.comparison-table td {
  text-align: center;
  white-space: nowrap;
  background-color: #F5F5F5;
  width: 250px;
  padding: 10px;
}
.comparison-table td:nth-child(1) {
  /* position: absolute; */
  width: 200px;
  text-align: left;
}
.comparison-table td:nth-child(2) {
  /* position: absolute; */
  /*width: 205px; */
  /* margin-left: 200px; */
}
.comparison-table td:nth-child(3) {
  /* position: absolute; */
  /* width: 175px; */
  /* margin-left: 405px; */
  border-right: 1px dashed;
}
.comparison-table td:nth-child(4) {
  /* padding-left: 605px; */
}
.comparison-table td.highlighted {
  background-color: #F8F9FA;
  border-left: 1px solid #299AD2;
  border-right: 1px solid #299AD2;
}
.comparison-table .fas.fa-check-circle {
  color: #299AD2;
}
.comparison-table .fas.fa-times-circle {
  color: #CC4B4B;
}
.price2-container {
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 325px;
  color: #113157;
  padding: 20px;
  margin: 10px;
}
.price2-header {
  border: 1px solid #EBB740;
  border-radius: 5px;
  background-color: rgba(235, 183, 64, .2);
  padding: 1px 10px;
  margin: 10px;
  width: fit-content;
}
.price2-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 100%; */
  width: 110%;
  /* font-size: 32px; */
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.price2-label {

}
.price2-amount {
  color: #299AD2;
}
.price2-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  min-height: 250px;
}
.price2-body .fas.fa-check-circle {
  color: #299AD2;
}
.price2-body .price-button {
  margin-top: 10px;
}
.price2-items {
  margin-bottom: 10px;
}
.price2-items div + div {
  margin-bottom: 7px;
}
.price-button {
  font-weight: 500;
}
.section-c .accordion {
  text-align: left;
}
.section-c .accordion-item {
  border: 0px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.section-c .accordion-button {
  font-weight: 500;
}
.section-c .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
}
.section-c .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.section-c .accordion-body {
  font-size: 14px;
}
#home {
  display:flex;
  flex-wrap: wrap-reverse;
  padding: 60px 40px 0px 40px;
}
#why-choose {
  padding: 80px 00px;
}
#how-it-works-video {
  border: 1px solid #299AD2;
  max-width: 600px;
  object-fit: cover;
}
.faq-container {
  text-align: center;
  margin: 0px 20%;
}
#pricing .checkbox-items {
  display:flex;
  justify-content: space-between;
  width: 50%;
  margin: 20px 0px 60px 0px;
}
#final-cta {
  padding: 80px 0px 0px 0px;
  /* background-image: linear-gradient(#F5F5F5 10%, #FFFFFF 25%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonialsCarousel .carousel-item {
  width: 147px;
  height: inherit;
  border-radius: 5px;
  background-color: #F5F5F5;
  margin: 30px;
  margin-top: 60px;
  padding: 40px;
  display: flex !important;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.testimonialsCarousel .review-circle {
  position: absolute;
  top: -30px;
}
.testimonialsCarousel .carousel-item-video {
  /* width: unset !important; */
  border-radius: 5px;
  background-color: #F5F5F5;
  margin: 10px;
  padding: 40px;
  margin-top: 55px;
  display: flex !important;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.testimonialsCarousel .carousel-item-video .review-circle {
  top: 25px;
}
.testimonialsCarousel .carousel-item-video.slick-current .review-circle {
  top: -30px;
}
.slick-initialized .slick-slide {
  min-width: 300px;
}
.testimonialsCarousel .slick-prev {
  left: 10px;
  z-index: 1;
}
.testimonialsCarousel .slick-next {
  right: 35px;
  z-index: 1;
  background: rgb(243, 243, 243) !important;
  border-radius: 7px;
}
.testimonialsCarousel .slick-prev:before,
.testimonialsCarousel .slick-next:before {
  color: rgb(41 154 210);
  font-size: 40px;
}
.testimonialsCarousel .slick-center {
  transform: scale(1.1);
}
.testimonialsCarousel .slick-dots li button:before {
  font-size: 12px;
}
.testimonialsCarousel .slick-dots li.slick-active button:before {
  color: rgb(41 154 210);
}







/*  -------- fonts begin -------- */

@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(/fonts/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: local('Raleway Italic'), local('Raleway-Italic'), url(/fonts/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url(/fonts/1Ptpg8zYS_SKggPNyCgw9qR_DNCb71ka4ZiO.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url(/fonts/1Ptpg8zYS_SKggPNyCgw9qR_AtCb71ka4Q.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(/fonts/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(/fonts/1Ptrg8zYS_SKggPNwJYtWqhPANqczVsq4A.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(/fonts/1Ptrg8zYS_SKggPNwJYtWqZPANqczVs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 400;
  src: local('Noticia Text Italic'), local('NoticiaText-Italic'), url(/fonts/VuJodNDF2Yv9qppOePKYRP12YwtVn07_pjjsQdA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 400;
  src: local('Noticia Text Italic'), local('NoticiaText-Italic'), url(/fonts/VuJodNDF2Yv9qppOePKYRP12YwtUn07_pjjsQdA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 400;
  src: local('Noticia Text Italic'), local('NoticiaText-Italic'), url(/fonts/VuJodNDF2Yv9qppOePKYRP12Ywtan07_pjjs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 700;
  src: local('Noticia Text Bold Italic'), local('NoticiaText-BoldItalic'), url(/fonts/VuJrdNDF2Yv9qppOePKYRP12YwPhulvdhDXGe9nyfeU.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 700;
  src: local('Noticia Text Bold Italic'), local('NoticiaText-BoldItalic'), url(/fonts/VuJrdNDF2Yv9qppOePKYRP12YwPhulvchDXGe9nyfeU.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: italic;
  font-weight: 700;
  src: local('Noticia Text Bold Italic'), local('NoticiaText-BoldItalic'), url(/fonts/VuJrdNDF2Yv9qppOePKYRP12YwPhulvShDXGe9ny.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 400;
  src: local('Noticia Text'), local('NoticiaText-Regular'), url(/fonts/VuJ2dNDF2Yv9qppOePKYRP12aTtYlUndpAjt.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 400;
  src: local('Noticia Text'), local('NoticiaText-Regular'), url(/fonts/VuJ2dNDF2Yv9qppOePKYRP12aDtYlUndpAjt.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 400;
  src: local('Noticia Text'), local('NoticiaText-Regular'), url(/fonts/VuJ2dNDF2Yv9qppOePKYRP12ZjtYlUndpA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 700;
  src: local('Noticia Text Bold'), local('NoticiaText-Bold'), url(/fonts/VuJpdNDF2Yv9qppOePKYRP1-3R5Nt2vQjjLkeenz.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 700;
  src: local('Noticia Text Bold'), local('NoticiaText-Bold'), url(/fonts/VuJpdNDF2Yv9qppOePKYRP1-3R5NtmvQjjLkeenz.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-display: block;
  font-family: 'Noticia Text';
  font-style: normal;
  font-weight: 700;
  src: local('Noticia Text Bold'), local('NoticiaText-Bold'), url(/fonts/VuJpdNDF2Yv9qppOePKYRP1-3R5NuGvQjjLkeQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/opensans-regular-webfont.eot');
  src: url('/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-regular-webfont.woff') format('woff'),
    url('/fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/opensans-bold-webfont.eot');
  src: url('/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-bold-webfont.woff') format('woff'),
    url('/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('/fonts/opensans-bold-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/opensans-italic-webfont.eot');
  src: url('/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-italic-webfont.woff') format('woff'),
    url('/fonts/opensans-italic-webfont.ttf') format('truetype'),
    url('/fonts/opensans-italic-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-display: block;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/opensans-bolditalic-webfont.eot');
  src: url('/fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/opensans-bolditalic-webfont.woff') format('woff'),
    url('/fonts/opensans-bolditalic-webfont.ttf') format('truetype'),
    url('/fonts/opensans-bolditalic-webfont.svg#open_sansregular') format('svg');
}

/*  -------- fonts end -------- */



