
@font-face { 
	
font-family: "PT Sans";
	 
  src:  url(../../ofl/ptsans/PT_Sans-Web-Regular.woff2) format('woff2') ;
	
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;	
}

@font-face { 
	
font-family: "PT Sans";
	 
  src:  url(../../ofl/ptsans/PT_Sans-Web-Italic.woff2) format('woff2') ;
	
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;	
}


 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'PT Sans', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #575F65;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
  text-align: justify;
}

h1 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-transform: uppercase;
  text-align: center;
}

h2 {
  font-size: 1.1rem;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

h3 {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

a {
  color: #575F65;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 1.1rem;
}

li::before {
  content: "•";
  display: inline-block;
  font-size: 1rem;
  position: relative;
  float: left;
  top: -0.05rem;
  margin-left: -1.1rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}
.frame-outer {
  position: relative;
  padding: 0;
  max-width: 770px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.875rem;
  line-height: 1.4;
}
.header {
  padding: 0rem 0rem 0rem;
  border-bottom: 0.06rem solid #fff;
}
.logo {
  padding: 1rem 4%;
  text-align: center;
}
.logo img {
  width: 15rem;
}
.content {
  padding: 0rem 0rem 0rem;
  border-top: 0.8rem solid #AEADB2;
}
.box {
  padding: 1.5rem 4% 0.5rem;
}
.bg {
  background: #EFF0F1;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex div {
  width: 48%;
}
.footer {
  padding: 1.5rem 4% 0.5rem;
  border-bottom: 0.8rem solid #1380B9;
  background: #EFF0F1;
  color: #000;
}
.footer a {
  color: #84d1f1;
}

.imgf {
  width: 15rem;
  height: auto;
}
.footer .flex {
  padding-top: 1.5rem;
  border-top: 0.06rem solid #84D1F1;
}
.button {
  text-align: center;
}
.button a {
  display: inline-block;
  background: #575F65;
  padding: 0.6rem 2rem;
  margin: 0.5rem auto;
  cursor: pointer;
  -webkit-border-radius: 1.5rem;
  border-radius: 0.5rem;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-weight: bold;
}
.button a:hover {
  background-color: #1380B9;
  text-decoration: none;
}
.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 18s linear infinite;
    animation: image 18s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    33% {
      opacity: 1;
    }
    38% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    33% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}


ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}
.refnr {}

.apply {}
