<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
  height: 100%;
}

.all,
body {
  width: 100%;
}

.logo,
.top_ico2,
.top_ico2 a,
.top_icons {
  display: block;
}

.menu_line {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.all {
  z-index: 100;
  min-height: 100%;
  overflow: hidden;
}

.all {
  overflow: hidden;
}

.menu_line {
  text-transform: uppercase;
}

.all,
body,
html {
  min-height: 100%;
}
a {
  cursor: pointer;
}
.clear,
h3 {
  clear: both;
}

body {
  background: url(../images/pattern.png) left top;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.all {
  max-width: 1068px;
  margin: 0 auto;
  position: relative;
  min-width: 270px;
}

.main {
  position: relative;
}

.b_top {
  margin-top: 20px;
}

.top {
  margin: 15px 0;
}

.logo {
  width: 80%;
}

.logo img {
  max-width: 100%;
  float: left;
}

.top_ico,
.top_ico2,
.top_icons {
  float: right;
}

.top_icons {
  width: 18%;
}

.top_ico2 a {
  float: left;
}

.top_ico img {
  margin: 0 0 0 5px;
  max-width: 100%;
}

.top_ico2 img {
  margin: 0 0 5px 8px;
  max-width: 100%;
}

.menu_line {
  display: table;
  width: 100%;
  font-size: 1.125rem;
  color: #005dac;
  border-top: 1px solid #4c4849;
  border-bottom: 1px solid #4c4849;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.menu_line_item:hover {
  background-color: #005dac;
}

.menu_line_item:first-child {
  margin-left: 0;
}

.menu_line_item {
  float: left;
}

.menu_line_item:last-child {
  display: table-cell;
}

.menu_line a,
.menu_line a:hover,
.menu_line_item:hover a {
  color: #fff;
  text-decoration: none;
  font-size: 1.115rem;
}

.menu_line_item a,
.menu_line_item:hover a {
  display: table-cell;
  padding: 24px 15px;
  margin: 0;
}

.menu_line_item a {
  color: #005dac;
}

.footer_bg {
  background-color: #486591;
  padding: 20px 35px;
  color: #fff;
  margin-top: 60px;
}

.main {
  padding: 24px 0 0;
  width: 100%;
}
.btn {
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    max-width: 520px;
    text-align: center;
    margin: 20px auto 0;
}
.btn:hover {
 color: #fff;
text-decoration: none;
}
@media only screen and (max-width: 1100px) {
  .all {
    margin: 0 20px;
    width: 96%;
  }
}

@media only screen and (max-width: 990px) {
  .top_icons {
    width: 100%;
    margin-top: 10px;
  }

  .top_ico2 {
    float: left;
  }

  .top {
    margin-bottom: 15px;
  }

  @media only screen and (max-width: 768px) {
    .all {
      width: 94%;
    }

    .top {
      margin: 30px 0 15px;
    }
  }

  @media only screen and (max-width: 670px) {
    .menu_line,
    .menu_line a,
    .menu_line a:hover,
    .menu_line_item:hover a {
      font-size: 1rem;
    }

    .menu_line_item a,
    .menu_line_item:hover a {
      padding: 14px 10px;
    }
  }

  @media only screen and (max-width: 500px) {
    .all {
      width: 90%;
    }

    .clear500 {
      clear: both;
    }

    .top_ico a {
      display: block;
      float: left;
    }
  }
}

a:hover,
h1,
h3 {
  color: #1f4278;
}

a,
a:hover {
  text-decoration: underline;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  font-size: 17px;
  color: #252626;
  line-height: 1.4;
}

p {
  margin: 0 0 14px;
}

img {
  margin: 0 0 5px;
  border: 0;
}

a {
  color: #0f315d;
}

h1,
h3 {
  margin: 0;
  padding: 0 0 5px;
}

h1 {
  margin-bottom: 22px;
}

h1 {
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #232323;
  text-transform: uppercase;
}

h3 {
  font-weight: 700;
}

@media only screen and (max-width: 770px) {
  img {
    margin: 3px 17px 5px 0;
    border: 0;
    float: none;
    max-width: 100%;
  }

  .menu_line,
  .top_icons {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }

  .logo img {
    max-width: 140%;
  }

  .main {
    padding: 0;
  }
}

p {
  padding-bottom: 7px;
}

ul {
  font-size: 14px;
}

.commit {
  margin-top: 25px;
}

.comTitle {
  padding: 5px 10px;
  background: #223358;
  color: #fff;
}

.photo img {
  margin: 3px 0 0;
}

.photo {
  float: left;
  margin-right: 10px;
}

.com-txt {
  padding-left: 74px;
  text-align: left;
  font-size: 16px;
}

.commit-text {
  margin-top: 25px;
}

img.photo-people {
  width: 55px;
  border-radius: 50px;
}

body {
  font-family: "PT Sans", sans-serif;
}

.contentBox {
  line-height: 1.5;
}

.contentBox p {
  padding-bottom: 10px;
  padding-top: 10px;
}

.contentBox h1 {
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 27px;
}

.block-4 {
  border-left: 5px solid #39b4ff !important;
  padding: 10px 25px 10px 25px !important;
  margin: 0 35px !important;
  color: #39b4ff !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

p {
  margin: 0 !important;
}

h1,
h3 {
  border: none !important;
}
</pre></body></html>