*   {margin:0;padding:0;font-family:inherit;font-size:100%;outline:0;}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary
    {display: block;}
audio, canvas, video, progress
    {display: inline-block; vertical-align: middle;}
video
    {max-width: 100%; height: auto;}
audio:not([controls])
    {display:none;height:0;}
[hidden], template
    {display:none;}
abbr[title]
    {border-bottom:1px dotted;}
svg:not(:root)
    {overflow: hidden;}
dfn
    {font-style:italic;}
mark
    {background:#ff0;color:#000;}
:focus, :active
	{outline:0;}
.clear
	{clear:both;display:block;height:0;font-size:0;overflow:hidden;}

.clearfix:after, .module:after, .outer:after, .outer:after,
.form-cols2-row:after, .flexcols2:after,.flexcols3:after {
	content:"";display:block;
	clear:both;font-size:0;line-height:0;
	height:0;overflow:hidden;
	}
img
	{border:0; max-width:100%; -ms-interpolation-mode: bicubic; vertical-align:middle;}
address
	{font-style:normal;}
figure
	{margin: 1em 40px;}
pre
	{overflow: auto;}
code, kbd, pre, samp
	{font-family: monospace, monospace;font-size: 1em;}
blockquote:before,blockquote:after
	{content: "";}

small
	{font-size: 85%;}
sub, sup
	{font-size:70%;line-height:0;position:relative;vertical-align: baseline;}
sup
	{top:-0.4em;}
sub
	{bottom:-0.25em;}
b, strong
	{font-weight:bold;}

html, table, body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	}
body {
	margin:0;text-align:center;
    background-color:#e6f1fa;color:#636363;
	font:normal 14px/1.6 'Open Sans', Helvetica, Arial, sans-serif;
	padding-top:80px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
a
    {color:#0971ce; text-decoration:none; text-decoration:underline; background:transparent;}
a:hover
	{text-decoration:none;}
p
	{padding:0.5em 0;}
ul, ol
	{padding:0.3em 0;}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
	color: #0971ce; padding:1em 0 0.3em 0;
	line-height:1.1; margin:0;
	text-decoration:none;
    font-weight:normal; font-family:'Open Sans Condensed', sans-serif;
	}
.h1,.h2,.h3,.h4,.h5,.h6
    {padding:0;}

h1,.h1 {font-size:36px; text-transform:uppercase; padding-top:0;}
h2,.h2 {font-size:32px; text-transform:uppercase; padding-top:0;}
h3,.h3 {font-size:24px; text-transform:uppercase;}
h4,.h4 {font-size:18px; text-transform:uppercase; color:#092c74;}
h5,.h5 {font-size:16px; font-weight:bold; font-family:'Open Sans', Helvetica, Arial, sans-serif;}
h6,.h6 {font-size:14px; font-weight:bold; font-family:'Open Sans', Helvetica, Arial, sans-serif;}


/* layout */
.outer {
    text-align:left; margin:0 auto;
	-moz-box-sizing: border-box; box-sizing: border-box;
	padding:0 20px; max-width:940px;
	}

.wide-outer {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#header {
    position:fixed;top:0;left:0; z-index:100;
    background: rgba(9,44,116,0.95); color:#fff;
    width:100%; height:80px;
	}
	#logo {
		margin:0 auto; padding-top:25px;
		width:160px; display:block;
		}
		#logo img {width:100%;}

#content-wrapper
    {width:100%; padding:50px 0; background-color:#fff; overflow:hidden;}

    p.page-intro
    	{padding-bottom:1.2em;}
    #prnField
    	{padding:0}
    .ups-info
    	{padding-top:3em; text-align:center;}
    	.ups-info img
    		{width:70px;}

#footer
    {position:relative; z-index: 4; padding:40px 0; font-size:12px; color:#636363; background-color:#e6f1fa;}

    #footer-exas-logo
    	{float:right; width:100px; margin-left:25px;}
    #footer .copyright
        {padding-top:40px;}
        #footer .copyright .small
            {font-size:10px; padding:1em 0 0;}
    #footer .links a
        {color:inherit; font-weight:bold; white-space:nowrap; text-decoration:none; text-transform:uppercase; padding-right:10%;}

/* forms */
button, input, optgroup, select, textarea
	{color:inherit; font:inherit; margin:0;}
button
	{overflow: visible;}
button::-moz-focus-inner, input::-moz-focus-inner
	{border:0;padding:0;}
button[disabled], html input[disabled]
	{cursor:default;}
input
	{line-height:normal;}
input[type="checkbox"], input[type="radio"]
	{box-sizing:border-box;padding:0; vertical-align:middle;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
	{height:auto;}
fieldset
    {border:none; padding:0;}
legend {
	margin:0;padding:2px 6px;
	}

optgroup
	{font-weight: bold;}
textarea
	{overflow: auto;}

select, textarea,
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="datetime"] {
    color: inherit; background-color: #fff;
    font-size: 1em; line-height: normal;
    border: 1px solid #ccc;
   /* display: inline-block;*/
    padding: 0.55em; margin:0;
    max-width: 100%; width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;
	-webkit-appearance: none; -moz-appearance: none;
	}

select:hover, textarea:hover,
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="search"]:hover,
input[type="tel"]:hover, input[type="number"]:hover
    {border-color: #0971ce; outline: none;}

select:focus, textarea:focus,
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="number"]:focus
    {border-color: #0971ce; outline: none;}

input[type="checkbox"], input[type="radio"]
	{margin-right:0.4em;}

label {}

label.touch {
    display: inline-block;
    margin-right: 1em;
    padding: .5em 1em;
    border: 1px solid #ccc;
    cursor: pointer;
}

button, input[type="submit"], input[type="reset"], input[type="button"],
.button, .small-button, .hs-button, .blog-pagination a {
	color:#636363; background-color:#efefef;
  border:1px solid #636363;
  font-size:16px; line-height:1.2; padding:8px 13px;
  font-style:normal; font-weight:bold;
  text-transform:none; text-decoration:none;
  cursor:pointer; margin:0; letter-spacing:-0.02em;
  transition:all 0.3s;
	width:auto; display:inline-block;
	vertical-align:middle;
	-moz-box-sizing: border-box; box-sizing: border-box;
  -moz-border-radius:0;-webkit-border-radius:0;border-radius:0;
  -webkit-appearance:none;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,
.button:hover, .small-button:hover, .hs-button:hover, .blog-pagination a:hover
    {background-color:#636363; color:#fff; text-decoration:none;}

.button
    {padding-right:8px;}
.button:after {
    content:""; display:inline-block;
    height:0.70em; margin-left:3px; width:15px;
    background:url(../images/double-arrow.svg) 0 50% no-repeat;
    background-size:auto 100%;
    transition:all 0.3s;
    }
.button:hover:after
    {background-position:100% 50%;}

input[type="submit"] {
    padding-right:28px;
    background:url(../images/double-arrow.svg) 90% 50% no-repeat;
    background-size:auto 13px; transition:background 0.3s;
    }
input[type="submit"]:hover
    {background-position:94% 50%;}

.form-cols2-row .hs-form-field:nth-child(odd)
    {float:left; width:49%}
.form-cols2-row .hs-form-field:nth-child(even)
    {float:right; width:49%}
    .hs-form-field
    	{padding:0.6em 0;}

@media (max-width: 767px) {
	body
		{padding-top:60px;}
	#header
		{height:60px;}
		#logo {
			padding-top:15px;
			width:150px;
			}
	#content-wrapper
    	{padding:40px 0;}

    h2 {font-size:26px;}

	.form-cols2-row .hs-form-field
		{float:none !important; width:100% !important;}

	#footer-exas-logo
    	{float:none; margin:0;}
    #footer .links, #footer .copyright
        {padding-top:20px}

}

@media (max-width: 415px) {
	.outer
		{padding-left:15px; padding-right:15px;}
    #footer .links a {
    	display:block; padding: 10px 15px;
    	margin-bottom:1px;
    	}
}

/**
  Custom stuff
**/
input.error,
select.error {
  border: 1px solid #ff0033;
}

input.error:hover,
input.error:focus,
select.error:hover,
select.error:focus {
  border: 1px solid #CB0019;
}

.help-ctn {
  display: inline-block;
  position: relative;
  margin-left: 1px;
}

.help-circle {
  border-radius: 50%;
  width: 7px;
  height: 10px;
  padding: 4px;
  background: #fff;
  border: 2px solid #0971ce;
  color: #0971ce;
  text-align: center;
  font: 12px Arial, sans-serif;
  font-weight: bolder;
  padding-top: 1px;
}

.help-circle:hover {
  border: 2px solid rgba(9,44,116,0.95);
  color: rgba(9,44,116,0.95);
}

.tracking-number-help {
  visibility: hidden;
  display: inline-block;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  padding: 5px;
  z-index: 1;
  top: -125%;
  left: 550%;
  margin-left: -80px;
}

.tracking-number-help {
  width: 300px;
  border-radius: 3px;
}

.tracking-number-help.show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   input[type="submit"] {
       padding-right:28px;
       background:url(../images/double-arrow.svg) 104% 50% no-repeat;
       background-size:auto 13px; transition:background 0.3s;
       }
   input[type="submit"]:hover
       {background-position:108% 50%;}
}

/**
  Fonts
**/

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBvZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBl4sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBlBW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBgt_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBtDiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBqE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxgXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxlx-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxlT7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxgn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxsbIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxogd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(../fonts/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/RjgO7rYTmqiVp7vzi-Q5UYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: 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;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/LWCjsQkB6EMdfHrEVqA1KYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/xozscpT2726on7jbcb_pAoX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/59ZRklaO5bWGqF5A9baEEYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/u-WUoqrET9fUeobQW7jkRYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzBdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzJ6vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzPy1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzPgrLsWo7Jk1KvZser0olKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzIjoYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xPX7z5o44AuUJ1t1avdkNXJ_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xLLF6RfyvCYuuChpfFHKAr5_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xIbCcO5IWJIaQ5MtZqYsHUp_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xHQ3DnTiPFZC1qn696_nOv9_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xLzZT6Zu7Z-BZJGL0hT-UJV_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xPJmhJzg6kSQTtrFMk-8lT5_v5H-gcmDugi2HQeB0BPm.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(../fonts/gk5FxslNkTTHtojXrkp-xIgEy7irt_A5K-aDq9kG7DHr7w4p9aSvGirXi6XmeXNA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
