html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
footer,
main,
nav,
section {
  display: block;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
img {
  border-style: none;
}
button {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body,
html {
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
html {
  overflow-x: hidden;
}
.w3-wide,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
}
.w3-wide {
  letter-spacing: 4px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
img {
  margin-bottom: -5px;
}
a {
  color: inherit;
}
.indent {margin-left: 2em;}
.L-br {
  margin-bottom: 45px
}
.M-br {
  margin-bottom: 35px
}
.S_br {
  margin-bottom: 25px
}
.w3-image {
  max-width: 100%;
  height: auto;
}
.w3-button {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 6px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-button {
  color: #000;
  background-color: #f1f1f1;
  padding: 8px 16px;
}
.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
:disabled * {
  pointer-events: none;
}
.w3-navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.w3-navbar a {
  text-decoration: none !important;
}
.w3-navbar a,
[class*="w3-hover-"] {
  -webkit-transition: background-color 0.25s, color 0.15s, box-shadow 0.25s,
    opacity 0.25s, filter 0.25s, border 0.15s;
  transition: background-color 0.25s, color 0.15s, box-shadow 0.15s,
    opacity 0.25s, filter 0.25s, border 0.15s;
}
#main,
.w3-main {
  transition: margin-left 0.4s;
}
.w3-bar {
  width: 100%;
  overflow: hidden;
}
.w3-center .w3-bar {
  display: inline-block;
  width: auto;
}
.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  background-color: inherit;
  color: inherit;
  width: auto;
  border: none;
  outline: 0;
  display: block;
}
.w3-bar .w3-button {
  background-color: inherit;
  color: inherit;
  white-space: normal;
}
.w3-bar:after,
.w3-bar:before,
.w3-container:after,
.w3-container:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-row:after,
.w3-row:before {
  content: "";
  display: table;
  clear: both;
}
.w3-col,
.w3-third, .w3-half {
  float: left;
  width: 100%;
}
.w3-col.s1 {
  width: 8.33333%;
}
.w3-col.s2 {
  width: 16.66666%;
}
.w3-col.s3 {
  width: 24.99999%;
}
.w3-col.s4 {
  width: 33.33333%;
}
.w3-col.s5 {
  width: 41.66666%;
}
.w3-col.s6 {
  width: 49.99999%;
}
.w3-col.s7 {
  width: 58.33333%;
}
.w3-col.s8 {
  width: 66.66666%;
}
.w3-col.s9 {
  width: 74.99999%;
}
.w3-col.s10 {
  width: 83.33333%;
}
.w3-col.s11 {
  width: 91.66666%;
}
.w3-col.s12,
.w3-third {
  width: 99.99999%;
}
.logo {width:100px}
.follow {width:40px}
.banner {width: 100%}
@media (min-width: 601px) {
  .w3-third {
    width: 33.33333%;
  }
  .w3-half {
    width: 50%;
  }
}
@media (min-width: 993px) {
  .w3-third {
    width: 33.33333%;
  }
  .w3-half {
    width: 50%;
  }
}
.w3-content {
  max-width: 980px;
  margin: auto;
}
@media (max-width: 600px) {
  .w3-navbar {
    text-align: center;
  }
  .logo {width:20%}
  .follow {width:9%}
}
@media (max-width: 992px) {
  .w3-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
  .logo {width:15%}
  .follow {width:5%}
  }
}
.w3-bottom,
.w3-top {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.w3-top {
  top: 0;
}
.w3-bottom {
  bottom: 0;
}
.w3-left {
  float: left !important;
}
.w3-right {
  float: right !important;
}
.w3-medium {
  font-size: 15px !important;
}
.w3-xlarge {
  font-size: 24px !important;
}
.w3-left-align {
  text-align: left !important;
}
.w3-right-align {
  text-align: right !important;
}
.w3-justify {
  text-align: justify !important;
}
.w3-center {
  text-align: center !important;
}
.w3-border-0 {
  border: 0 !important;
}
.w3-border {
  border: 1px solid #ccc !important;
}
.w3-border-top {
  border-top: 1px solid #ccc !important;
}
.w3-border-bottom {
  border-bottom: 1px solid #ccc !important;
}
.w3-border-left {
  border-left: 1px solid #ccc !important;
}
.w3-border-right {
  border-right: 1px solid #ccc !important;
}
.w3-margin {
  margin: 16px !important;
}
.w3-margin-0 {
  margin: 0 !important;
}
.w3-margin-top {
  margin-top: 16px !important;
}
.w3-margin-bottom {
  margin-bottom: 16px !important;
}
.w3-margin-left {
  margin-left: 16px !important;
}
.w3-margin-right {
  margin-right: 16px !important;
}
.w3-section {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.w3-padding,
.w3-padding-medium {
  padding: 8px 16px !important;
}
.w3-padding-xlarge {
  padding: 16px 32px !important;
}
.w3-padding-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.w3-padding-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.w3-padding-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.w3-padding-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.w3-padding-0 {
  padding: 0 !important;
}
.w3-padding-top {
  padding-top: 8px !important;
}
.w3-padding-bottom {
  padding-bottom: 8px !important;
}
.w3-padding-left {
  padding-left: 16px !important;
}
.w3-padding-right {
  padding-right: 16px !important;
}
.w3-row-padding,
.w3-row-padding > .w3-col,
.w3-row-padding > .w3-third, 
.w3-row-padding > .w3-half {
  padding: 0 8px;
}
@-webkit-keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes w3-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.w3-container {
  padding: 0.01em 16px;
}
@-webkit-keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.w3-black {
  color: #fff !important;
  background-color: #000 !important;
}
.w3-grey {
  color: #000 !important;
  background-color: #9e9e9e !important;
}
.w3-light-grey {
  color: #000 !important;
  background-color: #f1f1f1 !important;
}
.w3-text-black {
  color: #000 !important;
}
.w3-text-grey {
  color: #757575 !important;
}
.w3-text-light-grey {
  color: #f1f1f1 !important;
}
.w3-border-black {
  border-color: #000 !important;
}
.w3-border-grey {
  border-color: #9e9e9e !important;
}
.w3-border-light-grey {
  border-color: #f1f1f1 !important;
}
