@charset "utf-8";

/* Standard */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {}

address {
    font-style: normal;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
}

p {
    margin: 0 0 1.25rem;
    text-align: justify;
}

h1,
h2,
strong {
    font-weight: 500;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    margin: 0 0 1.25rem;
}

h1 span {
    font-size: 0.8em;
}

h2 {
    font-size: 1.25rem;
    margin: 0;
}

h3 {
    font-size: .875rem;
    margin: 0;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .437rem;
    height: .437rem;
    background: #fff;
    margin-left: -1.25rem;
    top: .562rem;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#wrapper {
    position: relative;
    max-width: 660px;
    margin: 1rem auto;
    border: solid thin #E2001A;
    padding: 2.5rem;
}

header a {
    margin: 0 0 1.25rem auto;
    display: block;
    min-width: 13.437rem;
    width: 65%;
}

aside {
    margin: 0 -2.5rem -2.5rem;
    background: #E2001A;
    color: #fff;
    padding: 2.5rem;
    position: relative;
}

aside:before {
    position: absolute;
    top: 0;
    right: 5rem;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #fff transparent transparent transparent;
}

p a {
    white-space: pre-wrap;
    display: inline;
}

.normal {
	margin-bottom: 0rem;
}

aside > a {
    position: absolute;
    width: 5.625rem;
    right: 2.5rem;
    bottom: 10.625rem
}

aside {
    padding: .625rem;
    margin: 0 -.625rem -.625rem;
}

aside:before {
    display: none;
}


  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    17% {
        left: 0%;
    }
    20% { 
        left: -100%;
    }
    37% {
        left: -100%;
    }
    40% { 
        left: -200%;
    }
    57% {
        left: -200%;
    }
    60% { 
        left: -300%;
    }
    77% {
        left: -300%;
    }
    80% { 
        left: -400%;
    }
    97% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
  }
  
  figure img {
    width: 16.666666666666668%;
    float: left;
  }
    
    

@media only screen and (max-width:660px) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    p a {
        font-weight: bold;
    }

    p,
    ul {
        margin-bottom: .625rem;
        text-align: left;
    }

    h1 {
        font-size: 1.562rem;
    }

aside > a {
    position: static;
}

}

@media only screen and (max-width:479px) {}
