@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 15px;
}

@media screen and (min-width: 375px) {
  html {
    font-size: calc(15px + 5 * (100vw - 375px) / 605);
  }
}
@media screen and (min-width: 980px) {
  html {
    font-size: 20px;
  }
}
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
}

body {
  line-height: 1.5;
}

p {
  margin-bottom: 2rem;
  font-size: 18px;
}

@media screen and (min-width: 375px) {
  p {
    font-size: calc(18px + 2 * (100vw - 375px) / 605);
  }
}
@media screen and (min-width: 980px) {
  p {
    font-size: 20px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 2.2rem;
  line-height: 1.25;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.content-wide {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.content-large {
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.content-normal {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

.spacer {
  width: 100%;
  height: 2rem;
}

.spacer-small {
  width: 100%;
  height: 1rem;
}

.text-red {
  color: #FF0000;
}

.text-center {
  text-align: center !important;
}

strong,
.strong {
  font-weight: bold;
}

.emphasis {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.yellow-highlight {
  display: inline;
  background-color: #FBFD55;
  box-shadow: 1rem 0 0 #FBFD55, -1rem 0 0 #FBFD55;
  box-decoration-break: clone;
  line-height: 160%;
}

.max-width-600 {
  max-width: 600px;
  margin: 0 auto;
}

.article-screenshot {
  font-size: 0;
  text-align: center;
}
.article-screenshot a {
  max-width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: -0.5rem 0.5rem 0px #5E5959;
  transition: box-shadow 0.3s;
}
.article-screenshot a .screenshot {
  max-width: 100%;
}
.article-screenshot a .read-article {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.6rem 1rem;
  background: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  transition: background 0.3s;
}
.article-screenshot a .read-article img {
  margin-left: 0.5rem;
}
.article-screenshot a:hover {
  box-shadow: -0.75rem 0.75rem 0px #34588D;
}
.article-screenshot a:hover .read-article {
  background: #0052CD;
}

.content-preview {
  max-width: 554px;
  margin: 0 auto 2.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  font-size: 0;
  text-align: justify;
}
.content-preview.style-1 {
  background: #F8F9F4;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.content-preview.style-1 p {
  font-size: 0.85rem;
}
.content-preview.style-1 .title {
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.content-preview.style-2 {
  background: #fff;
  font-family: Helvetica, Arial, sans-serif;
}
.content-preview.style-2 p {
  font-size: 0.9rem;
}
.content-preview .content-preview__header {
  max-width: 100%;
}
.content-preview .content-preview__body {
  padding: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.content-preview .source {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 1rem;
  border-top-left-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  font-family: "Oswald", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000;
  transition: background 0.3s;
}
.content-preview .source:hover {
  background: rgba(0, 0, 0, 0.2);
}

.cctv {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  background: #eee;
}

.section-1 {
  padding-top: 5rem;
  background: url("../images/bg.jpg") top center no-repeat #EEF7FF;
  background-size: cover;
}
.section-1 .hero {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 4rem auto 0;
  border: 1px solid #D9D9D9;
  box-shadow: -0.5rem 0.5rem 0px #AFB8C2;
  position: relative;
  z-index: 100;
  margin-bottom: -4rem;
}

.section-2 {
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  background: #FFFFFF;
}


.section-2 .highlight {
  position: relative;
  z-index: 100;
  margin-bottom: -6rem;
}

.highlight {
  margin: 3rem auto 0;
  padding: 1.25rem 2rem 1.5rem;
  border-radius: 4px;
  background: #E5F3FF;
}
.highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6 {
  margin: 0;
  text-align: center;
}
.highlight h1 a, .highlight h2 a, .highlight h3 a, .highlight h4 a, .highlight h5 a, .highlight h6 a {
  color: #0052CD;
  text-decoration: underline;
}
.highlight h1 span, .highlight h2 span, .highlight h3 span, .highlight h4 span, .highlight h5 span, .highlight h6 span {
  text-decoration: underline;
}

.section-3 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background: #FAFAFA;
}
.section-3 .images-wrapper {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 0;
}
.section-3 .images-wrapper img {
  max-width: 50%;
}
.section-3 p {
  font-size: 1.25rem;
  text-align: center;
}
.section-3 p span {
  font-weight: bold;
  text-decoration: underline;
  color: #1FA109;
}
.section-3 .article-screenshot {
  margin-top: 4rem;
}

.section-4 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  text-align: center;
}
.section-4 .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.section-4 .title span {
  display: inline;
  background-color: #FBFD55;
  box-shadow: 1rem 0 0 #FBFD55, -1rem 0 0 #FBFD55;
  box-decoration-break: clone;
  font-style: italic;
  text-decoration: underline;
}
.section-4 p {
  margin-bottom: 3rem;
  font-size: 1.2rem;
}

.section-5 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background: #FAFAFA;
}
.section-5 h3 {
  text-decoration: underline;
}
.section-5 ol {
  counter-reset: item;
}
.section-5 ol > li {
  counter-increment: item;
  position: relative;
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  padding-top: 7rem;
  padding-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  box-shadow: -0.8rem 0.8rem 0px #C6C6BD;
}
@media (min-width: 540px) {
  .section-5 ol > li {
    padding: 3rem;
    padding-left: 7rem;
    padding-bottom: 1rem;
  }
}
.section-5 ol > li:after {
  content: counter(item) ".";
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
@media (min-width: 540px) {
  .section-5 ol > li:after {
    top: 2rem;
    left: 3rem;
  }
}
.section-5 ol > li h1, .section-5 ol > li h2, .section-5 ol > li h3, .section-5 ol > li h4, .section-5 ol > li h5, .section-5 ol > li h6 {
  text-align: left;
}
.section-5 ol > li .article-screenshot {
  margin-bottom: 2.5rem;
}
.section-5 ol > li p img {
  max-width: 100%;
}
.section-5 ol > li ul {
  margin-bottom: 2rem;
}
.section-5 ol > li ul li {
  list-style: square;
  padding-left: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.section-5 ol > li ul li .smaller {
  font-size: 0.8rem;
  line-height: 1.4;
}
.section-5 .content-large > p {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}

.section-6 {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
.section-6 h4 {
  margin: 3rem 0;
}
.section-6 a {
  color: #0052CD;
}
.section-6 .disclaimer {
  max-width: 760px;
  margin: 4rem auto 0;
  padding: 1.6rem;
  border: 1px solid #D9D9D9;
  border-radius: 1px;
}
.section-6 .disclaimer p {
  font-size: 0.9rem;
  margin: 0;
}

.section-post {
  padding-top: 0;
  padding-bottom: 3rem;
  background: #FFFFFF;
}

a.red-color{color:#FF0000}
a.red-color:hover{color:#000}