@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/iwov-resources/flp/fonts/opensans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/iwov-resources/flp/fonts/opensans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("/iwov-resources/flp/fonts/opensans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'OpenSans';
  src: url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBold.eot') format('embedded-opentype');
  src: url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBoldItalic.eot') format('embedded-opentype');
  src: url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
    url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('/iwov-resources/flp/fonts/opensans/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.woff2") format("woff2"), url("/iwov-resources/flp/fonts/opensans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot") format("embedded-opentype");
  src: url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.woff2") format("woff2"), url("/iwov-resources/flp/fonts/opensans/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic
}

/* Reset CSS */
/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
} */

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'OpenSans', sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.3s ease-in;
  color: #2e2e2e;
  margin-top: 52px;
}