@charset "utf-8";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}
body {
    font-family: Lato, Helvetica, Freesans, sans-serif;
    box-sizing: border-box;
    min-width: 360px;
}
header {
 font-family: Lato, Helvetica, Freesans, sans-serif;
 font-size: 18px;
 line-height: 1.5;
}
main {
font-family: Lato, Helvetica, Freesans, sans-serif;
font-size: 18px;
line-height: 1.5;
}
blockquote {
    margin: 1em 10px;
}
em {
  font-style: normal;
  font-weight: bold;
  text-decoration: underline;
}

.clearfix::before {
    content: " ";
    display: table;
    overflow: auto;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: table;
    overflow: auto;
}
.clearfix {
    content: " ";
    display: table;
    clear: both;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    
    transform: translate(-50%, -50%);
}
.shadow {
    -moz-box-shadow: 3px 4px 7px 4px #a3a09b;
    -webkit-box-shadow: 3px 4px 7px 4px #a3a09b;
    box-shadow: 3px 4px 7px 4px #a3a09b;
}
.shadow2 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=180,Color=#333333)";
    /*IE 8*/
    
    -moz-box-shadow: 0 1px 4px #333;
    /*FF 3.5+*/
    
    -webkit-box-shadow: 0 1px 4px #333;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    
    box-shadow: 0 1px 4px #333;
    /*IE 5.5-7*/
    
    border-radius: 8px;
}
.shadow3 {
    -moz-box-shadow: 2px 3px 5px 3px #43406b;
    -webkit-box-shadow: 2px 3px 5px 3px #43406b;
    box-shadow: 2px 3px 5px 3px #43406b;
}

.strokeme {
    color: #fff;
    text-shadow: 2px 3px 4px rgba(148, 137, 146, 1);
}
.twocolumn {
    /* FF 3.5+*/
    
    -moz-column-count: 2;
    -moz-column-gap: 16px;
    -moz-column-rule: ridge;
    /*Saf3, Chrome*/
    
    -webkit-column-count: 2;
    -webkit-column-gap: 16px;
    -webkit-column-rule: ridge;
    column-count: 2;
    column-gap: 16px;
    column-rule: ridge;
}
.borderbox {
    border: 1px solid #e5d8f4;
    /*Firefox*/
    
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 15px;
    -moz-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 19px;
    /*Safari, Chrome*/
    
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 19px;
    border-top-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 19px;
}
.semib {
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    font-weight:bolder;
}
.semiitalic {
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    font-style:italic;
}
/* GENERAL ELEMENTS */
/*---------------------------------------------------------------------------*/

p strong {
  font-size:1.2em;
  font-weight:700;
}

.main1 {
    background: rgba(0, 0, 0, 0) url("../img/bg-02.jpg") repeat scroll 0 0;    
    position: relative;
    margin: auto;
	padding-bottom: 1px;
}
.main2 {
    background: rgba(0, 0, 0, 0) url("../img/bg-01.jpg") repeat scroll 0 0;
    position: relative;
    margin: auto;  
}
.main3 {
    background: rgba(0, 0, 0, 0) url("../img/bg-03.jpg") repeat scroll 0 0;
    position: relative;
    margin: auto;
}


footer {
  background-color: #f2f2f2;
  box-shadow: 0 4px 8px #999999 inset;
  text-align: center;
	padding: 2em 0;
}
footer .copyright {
  margin-top: 0em;
  font-size: 0.8em;
	padding: 1em 0em;
}
footer nav {
  margin-top: 0.5em;
  font-size: 0.8em;
}
footer nav a {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.2em;
  color: #666666;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
footer nav a:visited, 
footer nav a:hover {
  color: #4d4d4d;
}
footer nav a:hover {
  background-color: #cccccc;
}


.row {
    border: 0 none;
    height: auto;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    padding: 0 30px;    
}
.row-full {
    background-color: #5D3772;
    padding: 30px;
}
.row-full h2 {
color: white;
display: block;
font-size: 1.8em;
font-weight: normal;
line-height: 1.4;
margin: 0 auto;
max-width: 840px;
text-align: center;
  
}

.logo-top {
  float: none;
  max-width: 324px;
  position: relative;
  padding: 1em 0em 0em 3em;
}

.content {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
.content.plain2 {
    background-color: #d4edf9;
    width: 960px;
    margin: auto;
}
.content h2 {
    font-size: 1.6em;
    line-height: 1.33em;
    font-stretch: condensed;
    font-weight: bolder;
    margin: auto;
    padding-bottom: 25px;
    padding: 0;
}
.left-content {
    float: left;
    width: 49%;
}
.right-content {
    float: left;
    width: 49%;
}
.center-content {
    text-align: center;
    margin: auto;
    position: relative;
    clear: both;
}
.center1 {
    color: #b4b4b4;
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    padding-bottom: 15px;
    text-align: center;
    max-width: 100%;
    margin: auto;
    position: relative;
    font-size: 22px;
    padding-top: 10px;
}
.text-c {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}

.wmarkicon1 {
    background: rgba(0, 0, 0, 0) url(../img/icon6.png) no-repeat scroll 95% 30px;
}
.paper-bg {
    background: rgba(0, 0, 0, 0) url(../img/paper.png) no-repeat scroll 100% 0;
    background-size: 100% 100%;
    padding: 4em 0em 3em;
    box-sizing: padding-box;
    margin: -5em 1em 1em 2em;
    padding-right: 3em;
    padding-left: 1em;
    margin-bottom: 0;
}

.lines {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 6px;
    margin: 10px auto;
    max-width: 100%;
    position: relative;
}
.lines2 {
    border-bottom: 2px solid #167AA9;
    border-top: 2px solid #167AA9;
    height: 6px;
    margin: 0 auto;
    max-width: 75%;
    position: relative;
}
.lines1 {
    border-bottom: 2px solid #cc0000;
    border-top: 2px solid #cc0000;
    height: 6px;
    margin: 0 auto;
    max-width: 75%;
    position: relative;
}

.attention {
  padding: 20px 80px;
  text-align: center;	
}
.attention h4 {
  background: #ffff66 none repeat scroll 0 0;
  display: inline-block;
  font-size: 1.1em;
  margin: 0;
  padding: 0 8px;
}
#slogan {
color:#cc0000;
}


ul.list-3 {
  list-style-type: none;
  padding: 0;
	padding-left: 7em;
}
ul.list-3 li {
  margin-bottom: 1em;
  padding: 7px 10px 7px 51px;
  background: url('../img/icon-checkmark-3.png') no-repeat -2px -2px;
}

ul.list-2 {
  list-style-type: none;
  padding: 0 0 0 2em;

}
ul.list-2 li {
  margin-bottom: 1em;
  padding: 0px 5px 0px 20px;
  background: url('../img/check-1.png') no-repeat 0px 0px;
	background-size: 25px;
  background-position: 50% top;
}
ul.list-4 {
  list-style-type: none;
  padding: 0 0 1em;
}
ul.list-4 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-2.png") no-repeat scroll -2px -2px;
  background-position: 4em 0.4em;
  margin: 0;
  padding: 0.8em 3em 0.8em 7em;
}
ul.list-4 li:nth-child(2n) {
  background-color: #f5dcff;
  font-weight: bold;
}

ul.list-5 {
  list-style-type: none;
  padding: 1em 1em 2em 1em;
	padding-left: 7em;
	margin: 0em 2em 3em 0em;
}
ul.list-5 li {
  margin-bottom: 0.5em;
  padding: 8px 5px 5px 3em;
  background: url('../img/icon-checkmark-2.png') no-repeat 0 0;
}

.note {
box-sizing: border-box;
color: #4d4d4d;
font-size: 0.9em;
margin: auto;
position: relative;
text-align: center;
max-width: 60%;
}


.bonus-content {
  box-sizing: border-box;
  padding: 2em 0;
}
.bonuses {
  background-color: white;
  border-radius: 1.5em;
  box-shadow: 4px 2px 10px #333333;
  overflow: hidden;
}
.bonuses h2 {
  background-color: #397237;
  margin-top: 0;
	color: white;
}
.bonuses h2 em {
  color: #ffff66;
  font-weight: bolder;
  padding-right: 1em;
  text-decoration: none;
}
.bonuses .bonus img {
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  float:left;
}


.success-story {
 background: rgba(0, 0, 0, 0) linear-gradient(to top, #d3a0ea, #ffffff) repeat scroll 0 0;
 border-radius: 1.5em;
 box-shadow: 4px 2px 10px #333333;
 margin: 2em 0;
 overflow: hidden;
 padding: 0;
 position: relative;
}
.success-story .bcard {
  float: right;
  height: 64px;
  margin-bottom: 2%;
  margin-right: 2%;
  padding: 0;
  position: relative;
}
.success-story h2 {
color: #5D3772;
font-size: 1.73em;
margin: 30px 0;
padding-left: 1.5em;
padding-right: 110px;
}
.success-story blockquote.major {
  background-color: #efefef;
  background-image: linear-gradient(#999999, #f2f2f2 3%, #e0e0e0);
  background-repeat: no-repeat;
  color: #5D3772;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1.4em 7em;
  position: relative;
  text-align: center;
}
.success-story blockquote.major::before {
  background: rgba(0, 0, 0, 0) url("../img/bg-quotes-left.png") no-repeat scroll 0 0;
  content: " ";
  height: 87px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}
.success-story blockquote.major::after {
  background: rgba(0, 0, 0, 0) url("../img/bg-quotes-right.png") no-repeat scroll 0 0;
  bottom: 0;
  content: " ";
  height: 87px;
  position: absolute;
  right: 0;
  width: 120px;
}
.success-story blockquote.minor {
  padding: 0.5em 2em;
  text-align: left;
  margin: 0;
	float: left;
	font-weight: 800;
}

.success-story:first-child {
    margin-top: 2%;
}

.major > p {
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    margin: auto;
    padding: 2px 8px;
    position: relative;
}

.normaltext {
    float: left;
    left: 0em;
    margin: 0 auto;
    max-width: 55%;
    position: relative;
    text-align: justify;
}

.normaltext-2 {
    margin: 2em;
    max-width: 40%;
    position: relative;
    text-align: justify;
    float: left;
}
.padding-l {
    padding: 20px 80px;
}


.section-head {
  background-color: white;
  box-sizing: border-box;
  margin: 1em auto 2em;
  max-width: 100%;
  padding: 2.5em 1em 2em;
  text-align: center;
}

.section-head h3{
color: #167aa9;
font-size: 2em;
font-weight: bold;
letter-spacing: 0.02em;
line-height: 1.3;
text-align: center;
}

.section00 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 3em 3em 3em 3em;
    position: relative;
    float: left;
}

.section00 .left-content {
  box-sizing: border-box;
  float: none;
  margin: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.section00 .left-content p {
  display: inline-block;
  float: none;
  margin: 2em auto;
  position: relative;
  width: 64%;
}

.section02 {
    background: #fff none repeat scroll 0 0;
    max-width: 100%;
    position: relative;
    margin: auto;
    float: left;
}

.section03 {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    margin: auto;
    max-width: 100%;
    padding: 2em 0 2em 2em;
    position: relative;
    padding-left: 3em;
}
.section03 .left-content > p {
    color: #000;
    margin: auto;
}
.section03 p:first-child {
    color: #dc3333;
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.section04 {
    background-color: #fff;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
}
.section04 div:first-child {
  padding-bottom: 2em;
}
.section04 .content {
    max-width: 100%;
}
.section04 .content p {
    max-width: 80%;
}
.section05 {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    margin: auto;
    padding: 2em;
    position: relative;
    max-width: 100%;
    display: block;
	  float: left;
    box-sizing: border-box;
}
.section06 {
    background: #f5dcff none repeat scroll 0 0;
    max-width: 100%;
    margin: auto;
    padding: 2em 3em;
}
.section06 .center-content {
  text-align:left;
}
.section07 {
    background: #fff none repeat scroll 0 0;
    max-width: 100%;
    margin: auto;
    padding: 3em;
    display: block;
    position: relative;
}
.section07 .center-content {
  text-align:left;
}

.section07 img {
	margin: auto;
	width: 35%;
	position: relative;
	left: 4em;
}

.section08 {
    background-color: #f5dcff;
    padding-bottom: 5px;
    position: relative;
    max-width: 100%;
    padding: 3em;
    display: block;
}
.section08 .left-content {
 color: #000;
 display: block;
 background: rgba(0, 0, 0, 0) url("../img/img5.png") no-repeat scroll left center / 70% auto;
}
.section08 .left-content p {
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-left: 2vw;
    padding-top: 0.5em;
    color: #6D1010;
	padding-bottom: 0.5em;
}
.section08 .right-content p {
    line-height: 28px;
    padding-bottom: 3em;
}
.section08 .center1 {
    color: #000;
    font-family:  Lato, Helvetica, Freesans, sans-serif;
    font-size: 18px;
    margin: auto;
    position: relative;
    text-align: center;
    max-width: 80%;
    padding-top: 10em;
	line-height: 34px;
}
.section08 > h3 {
  
	padding: 2em 0;
	text-align: center;
	background-color: white;
	font-size: 24px;
}
.section09 {
    background-color: #fff;
    padding-bottom: 5px;
    position: relative;
    max-width: 100%;
    padding: 3em;
    box-sizing: border-box;
	float: left;
}
.section09 .left-content {
	width: 96%;
	float: none;
}
.section09 .right-content {
  
	width: 49%;
	float: left;
	padding-right: 3%;
}
.section10 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 2.5em 3em;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.section10 .center-content {
    text-align: center;
    border: 1px;
}
.section10 .left-content {
    max-width: 100%;
    position: relative;
    width: 100%;
	border: 1px;
	padding-top: 3%;
}
.section10 .left-content p {
   text-align: justify;
   position: relative;
	margin: 0em;
	max-width: 100%;
}

.section11 {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.section11 .paper-bg p {
    color: #000;
    max-width: 88%;
    margin: auto;
    text-align: center;
}
.section11 .center-content p:first-child {
  padding-top: 1em;
}

.section11 .text-c {
  text-align:left;	
}

.section12 {
    background: #fff none repeat scroll 0 0;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
    display: block;
    box-sizing: border-box;
    float: left;
}
.section12 .left-content {
    float: none;
    width: 100%;
    position: relative;
    max-width: 100%;
	display: block;
	padding-top: 1em;
}
.section12 .right-content {
    float: left;
    width: 98%;
    position: relative;
	 display: block;
}

.section12 h3 {
    text-align: center;
    color: #ed1515;
    font-stretch: normal;
    font-size: 25px;
    font-weight: 600;
    padding: 0.7em 0;
	  margin-top: 1.7em;
}

.section13 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
    padding-left: 3em;
}
.section13 p:first-child {
 text-align:left;
 position:relative;
 width:100%;
}

.section13 .semib {
    position: relative;
    font-size: 24px;
    padding: 1.5em 0;
    margin: auto;
    max-width: 100%;
	text-align: center;
}
.section13 .semiitalic {
    position: relative;
    font-size: 18px;
    text-align: justify;
    padding-top: 1.5em;
}

.section14 {
    background-color: #fff;
    margin: auto;
    max-width: 100%;
    padding: 2em;
    position: relative;
	  font-synthesis: none;
}
.section14 > div:first-child {
    margin: 0;
    padding: 0;
}
.section14 h2 {
    text-align: center;
    margin: auto;
    width: 100%;
    float: left;
    font-size: 26px;
    margin-top: -2em;
    max-width: 100%;
    color: #dc3333;
    font-stretch: normal;
    position: relative;
    background-color: #FDF9F9;
    font-weight: 700;
}
.section14 .left-content {
    width: 100%;
    float: none;
    max-width: 100%;
    display: block;
    padding: 1em;
    margin: 0 auto;
}
.section14 .center-content {
    max-width: 100%;
    padding: 2em 1em 0;
}
.section14 #par1 {
    text-align: left;
    max-width: 100%;
}
.section14 #par2 {
    padding: 1em 0em 0em 0em;
    max-width: 98%;
}
.section15 {
    background-color: #fff;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
    box-sizing: border-box;
}
.section15 h3 {
    color: #dc3333;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: auto;
    padding: 2em 0;
    max-width: 92%;
}
.section15 .left-content {
  display: block;
  float: none;
  margin: auto;
  max-width: 100%;
  padding-bottom: 2em;
  position: relative;
  width: 100%;
}

.section15 .left-content > p {
  margin: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.section15 .center-content {
  background-color: #f5dcff;
  max-width: 100%;
  padding: 2rem 1rem;
  text-align: left;
  width: 100%;
}
.section16 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 2em 3em;
    position: relative;
    float: left;
    padding-right: 3em;
    box-sizing:border-box;
}
.section16 .right-content {
    max-width: 44%;
    position: relative;
    display: block;
    float: right;
	padding: 1em;
}
.section16 h5 {
    text-align: center;
    max-width: 100%;
    color: #5D3772;
    padding: 0.7em 0em;
    background-color: #f5dcff;
    font-size: 26px;
}
.section16 .left-content {
  clear: both;
  width: 100%;
}


.section17 {
  display: block;
  margin: auto;
  position: relative;
	max-width: 100%;
	padding: 2em 0;
	width: 100%;
	left: 0.6%;
}
.section17 h2 {
  color: white;
  font-size: 2em;
  margin: 0 auto;
  padding-top: 1em;
  text-align: center;
  text-shadow: 2px 1px 3px black;
  text-transform: uppercase;
}
.section17 h3 {
  color: #5D3772;
 font-size: 3em;
 text-align: center;
}

.section17 .top {
    background: rgba(0, 0, 0, 0) url(../img/bg-paper-top.png) no-repeat scroll left bottom / 100% auto;
    height: 2.5em;
    margin: auto;
    width: 100%;
	padding: 0em 0em;
}
.section17 .middle{
    background: rgba(0, 0, 0, 0) url(../img/bg-paper-middle.png) repeat-y scroll left top / 100% auto;
    margin: 0px auto;
    width: 100%;
	padding: 0;
	float: unset;
}
.section17 .bottom {
background: rgba(0, 0, 0, 0) url(../img/bg-paper-bottom.png) no-repeat scroll center top / 100% auto;
    height: 40px;
    margin: 0 auto;
    width: 100%;
}
.section17 .content p {
  width:80%;
  margin:auto;
  
}

.section18 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 2em 0em;
    position: relative;
}
.section18 .center-content {
	padding: 1em 2em;
	font-weight: normal;
	display: block;
	width: 90%;
	text-align: center;
}

.section18 .center-content.semib {
	font-weight: bolder;
	font-size: 24px;
	text-align: center;
}

.section19 {
    background-color: transparent;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 0em;
    position: relative;
}
.section19 .semib.title {
    padding: 0em;
	font: ;
	font-size: xx-large;
}

.section20 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 3em;
    position: relative;
}
.section20 .left-content {
	width: 53%;
	position: relative;
	padding-bottom: 2%;
}
.section20 .left-content p {
	padding: 0%;
}

.section21 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 0.1em 3em;
    position: relative;
}
.section21 .center-content.semib {
  padding:3% 0;
	font-size: 24px;
  font-weight: bolder;
  padding-top: 2em;
  text-align: center;
 
}

.section22 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 1em 3em 2em 3em;
    position: relative;
}
.section23 {
    background-color: #fff;
    display: inline-block;
    margin: auto;
    max-width: 100%;
    padding: 3em;
    position: relative;
	float: none;
}

.section23 p {
 text-align: justify;
}

.section23 h4 {
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}

.section23 .right-content {
  width: 100%;
	float: left;
}

.section24 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    padding: 3px 3em;
    position: relative;
}
.section24 .semib {
  font-size:24px;
	text-align: center;
	padding-top: 2em;
	font-weight: bolder;
}
.section25 {
    background-color: #fff;
    display: block;
    margin: auto;
    max-width: 100%;
    position: relative;
	padding-right: 3em;
	padding-bottom: 4%;
	padding-top: 0%;
	padding-left: 3em;
	padding: 0.5em 3em;
}
.section25 .center-content p {
  font-size:22px;
	padding: 2em 0em;
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
	margin: auto;
  font-weight: bolder;
  padding-top: 2em;
  
  
}
.section25 .center-content {
  font-size:25px;
	display: block;
	position: relative;

	margin: 0 auto;
	box-sizing: border-box;
	box-shadow: ;
}


.photo-0 {
  border: 0.1em solid white;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  display: block;
  margin-top: 2em;
  margin-left:1em;
  max-width: 31%;
  position: relative;
  float:right;	
}

.photo-1 {
 border: 0.8em solid white;
 box-shadow: 1px 1px 3px black;
 display: block;
 margin: 1em 1em 0em 3em;
 max-width: 40%;
 position: relative;
 top: 2.5em;
 transition: all 0.2s ease-in 0s;
 float: left;
}
.photo-2 {
  border: 0.8em solid white;
  box-shadow: 1px 1px 3px black;
  display: block;
  float: right;
  margin: 1.5em 2em 1em 1em;
  max-width: 95%;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
.photo-3 {
  border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  display: block;
  margin: auto;
  max-width: 90%;
  position: relative;
  transition: all 0.2s ease-in 0s;
	top: -2em;
	left: 0em;
}


.photo-4 {
  border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  display: block;
  margin: auto;
  max-width: 80%;
  position: relative;
  transition: all 0.2s ease-in 0s;
	top: -4em;
	left: 0em;
}
.photo-5 {
  border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  max-width: 57%;
  position: relative;
  transition: all 0.2s ease-in 0s;  
	margin: 3% 3% 1.5em 0%;
	float: left;
	left: -10px;
}
.photo-6 {
  border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  display: block;
	float: right;
  max-width: 31%;
  position: relative;
  transition: all 0.2s ease-in 0s;
	margin: 1.5em 1em;
	padding: 1px 1px 5px;
}
.photo-7 {
    max-width: 49%;
    position: relative;
    float: left;
    padding: 15px;
    margin: 0 2%;
	left: -3%;
}
.photo-8 {
    max-width: 100%;
    position: relative;
    margin: auto;
    display: block;
    text-align: center;
}
.photo-9 {
    border: 0 solid #fff;
    box-shadow: 1px 1px 3px #000;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    transition: all 0.2s ease-in 0s;
}
.photo-10 {
  border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  display: block;
	float: right;
  width: 280px;
  position: relative;
  transition: all 0.2s ease-in 0s;
  margin: auto auto auto 2%;
  padding: 0;
  z-index:220;  
}
.photo-11 {
  display: block;
  float: right;
  margin: 1% 0;
  max-width: 100%;
  padding: 0 1em 1em;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
.photo-12 {
  box-shadow: 1px 1px 3px black;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  border: 0.8em solid white;
  display: block;
  float: left;
  margin-bottom: 0;
  left: -7.5%;
  margin-top: 0;
  max-width: 46%;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-top: 1px;
  position: relative;
  transition: all 0.2s ease-in 0s;
}

.photo-13 {
  position: relative;
	margin: auto;
	max-width: 100%;
	display: block;
	padding: 3em 0em 2em 0em;
}
.photo-14 {
border: 0.8em solid white;
  -webkit-box-shadow: 1px 1px 3px black;
  -moz-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  max-width: 42%;
  position: relative;
  transition: all 0.2s ease-in 0s;  
	margin: 1em 0em 1em 0;
	float: right;
	left: 4em;
}
.photo-15 {
  position: relative;
	margin: 0 auto;
	height: 320px;
	padding: 2px;
}

.photo:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 5px 5px 8px #333;
    -moz-box-shadow: 5px 5px 8px #333;
    box-shadow: 5px 5px 8px #333;
}


.offer {
  text-align: center;
  margin: 1em auto;
	width: 98%;
	position: relative;
}
.offer a {
  display: inline-block;
}
.offer a img {
  width: 100%;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.offer a:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.offer.small img {
  max-width: 100%;
}
.offer.large img {
  max-width: 679px;
}

.signature1 {
}
.signature1 img {
  
}




/* -----------------------------------------------------------------------------------*/
/* ------------------------  RESPONSIVE ----------------------------------------------*/
/* -----------------------------------------------------------------------------------*/
/*====================================================================================*/
/*-- 800 - 959 -- */
/*------------------------------------------------------------------------------------*/



@media screen and (min-width: 800px) and (max-width: 959px) {

html, main {
  font-size: 102%;
}
header {
    width: 100%;
    margin: auto;
    position: relative;
  	padding-bottom: 1px;
}
.main {
    width: 100%;
    margin: auto;
    position: relative;
}
.row {
    max-width: 100%;
    position: relative;
}
.row-full {
    position: relative;
    max-width: 100%;
}

.attention {
  padding: 20px 50px;
  text-align: center;
}

.success-story blockquote.major::before {
  background-size:75%;
  width: 90px;
  height:50px;
  top:5px;
  left:5px;
}

.success-story blockquote.major::after {
  background-size:75%;
  width: 90px;
  height:50px;    
}

.success-story blockquote.major {
  padding: 1.4em 4em;
}

.section06 .left-content p {
  font-size: 1em;
  line-height: 23px;
}

.note {
  max-width: 80%;
}


.section-head h3 {
  font-size: 1.8em;
  line-height: 1.2;
}

.section06 .center-content p {
  font-size: 1em;
  line-height: 20px;
}


.section07 {
  float: left;
}
.section07 img {
  left: 6em;
  margin: auto;
  position: relative;
  width: 30%;
}

.section08 .left-content {
  background-size: 80% auto;
  width: 50%;
}
.section08 .left-content p {
  font-size: 0.97em;
  line-height: 20px;
  margin: auto;
  padding: 3% 18% 3% 0;
  position: relative;
  text-align: center;
}
.section08 .right-content {
width:49%;
}
.section08 .right-content p {
  line-height: 23px;
}
.section08 .center1 {
  font-size: 16px;
  line-height: 23px;
  max-width: 90%;
  padding-top: 0;
}

.section11 .paper-bg p {
  max-width: 93%;
}

.section12 h3 {
  font-size: 22px;
  line-height: 1.73rem;  
}

.section13 .semiitalic {
  font-size: 1em;
}

.section15 .left-content {
  width: 100%;
}

.section15 .center-content {
  text-align:left;
}

.photo-1 {
  margin: 1em 1em 0 2em;
  max-width: 40%;
}
.photo-10 {
  border: 0.4em solid white;
  margin: auto auto auto 2%;
  max-width: 41%;
}

}





/*====================================================================================*/
/*-- 600 - 799 -- */
/*------------------------------------------------------------------------------------*/

@media screen and (min-width: 600px) and (max-width: 799px) {

html, main {
  font-size: 98%;
}
header {
    width: 100%;
    margin: auto;
    position: relative;
  	padding-bottom: 1px;
    font-size: 1.05em;
    line-height: 1.3;    
}
.main {
    width: 100%;
    margin: auto;
    position: relative;
}
.row {
    max-width: 100%;
    position: relative;
}
.row-full {
    position: relative;
    max-width: 100%;  
}
.row-full h2 {
  font-size: 3.3vw;
}
.content.paper .top {
  height: 2em;
}
.attention {
  padding: 7px 15px;
}
.attention h4 {
  font-size: 0.9em;
}
.logo-top {
  max-width:220px;
}
.success-story {
  border-radius: 1em;
  font-size: 0.95em;
  margin: 1.3em 0;
}
.success-story blockquote.major::before {
  background-size:75%;
  width: 90px;
  height:50px;
  top:5px;
  left:5px;
}

.success-story blockquote.major::after {
  background-size:75%;
  width: 90px;
  height:50px;    
}

.success-story blockquote.major {
  padding: 1.4em 4em;
}

.section06 .center-content p {
  font-size: 1em;
  line-height: 23px;
}
.success-story .bcard {
  height: 56px;
}

.major > p {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}
ul.list-2 li {
  background: rgba(0, 0, 0, 0) url("../img/check-1.png") no-repeat scroll 0 top / 25px auto;
  margin-bottom: 0.5em;
  padding: 1px 5px 1px 35px;
}
ul.list-3 {
  padding: 0 0 0 12%;
}
.wmarkicon1 {
  background: rgba(0, 0, 0, 0) url("../img/icon6.png") no-repeat scroll 98% 30px / 86px auto;
}
.paper-bg {
  background: rgba(0, 0, 0, 0) url("../img/paper.png") no-repeat scroll 100% 0 / 100% 100%;
  box-sizing: border-box;
  margin: -5em 0 1em 5%;
  padding: 1em 3em 2em 1em;
}
.padding-l {
  padding: 20px 50px;
}
.bonuses .bonus img {
  max-width: 40%;
}
.note {
  font-size: 0.8em;
  max-width: 80%;
}

.section-head h3 {
  font-size: 1.6em;
  letter-spacing: 0em;
  line-height: 1.2;
}
.section00 {
  padding: 3em 3em 3em 3em;
}

.section03 {
 padding: 1em 0 2em 2em;
}
.section05 {
  padding: 0 1em 2em 2em;
}
.section05 .left-content {
  max-width: 40%;
}
.section05 .right-content {
  width:55%;
} 
.section06 .center-content p {
  font-size: 1em;
  line-height: 20px;
  margin-left: 1em;
}

.section07 {
  float: left;
}
.section07 img {
  left: 6em;
  margin: auto;
  position: relative;
  width: 30%;
}
.section08 .left-content {
  background-size: 95% auto;
  width: 49%;
}
.section08 .left-content p {
  font-size: 0.97em;
  line-height: 20px;
  margin: auto;
  padding: 2em 5% 2em 0;
  position: relative;
  text-align: center;
}
.section08 .right-content {
width:49%;
}
.section08 .right-content p {
  line-height: 23px;
}
.section08 .center1 {
  font-size: 16px;
  line-height: 23px;
  max-width: 90%;
  padding-top: 0;
}
.section08 > h3 {
  font-size: 22px;
  padding: 1em 0;
}
.section09 .right-content {
  float: none;
  margin: auto;
  padding: 25px 0 0;
  position: relative;
}
.section11 {
 padding:2em 0;
}
.section11 .paper-bg p {
  max-width: 95%;
  position:relative;
}
.section11 .center-content {
  width: 95%;
  margin:auto;
}
.section12 h3 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 1px 2px -8px;
  position: relative;
  width: 103%;
}
.section13 .center-content {
  width:100%;
}
.section13 .semiitalic {
  font-size: 1em;
}
.section15 .left-content {
  width: 100%;
}
.section15 .center-content {
  text-align:left;
}
.section16 .right-content {
  float: none;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.section16 .right-content > p {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.section18 .center-content.semib {
  font-size: 22px;
  padding: 1em;
}
.section18 .center-content {
  padding: 1em;
  width: 94%;
}
.section20 .left-content {
  float: none;
  padding-bottom: 6%;
  position: relative;
  width: 100%;
}
.section20 .left-content p {
  margin: auto;
  padding: 0;
  text-align: justify;
}
.section21 .center-content.semib {
  font-size: 22px;
}
.section23 h4 {
  font-size: 22px;
}
.section24 .semib {
  font-size: 22px;
}
.section25 {
  padding: 0.5em 1.5em;
}

.photo-1 {
  margin: 1em 1em 0 2em;
  max-width: 37%;
}
.photo-3 {
  left: 0.9em;
  max-width: 90%;
  top: 0em;
}
.photo-10 {
  border: 0.4em solid white;
  margin: auto auto auto 1.5%;
  max-width: 41%;
}
.photo-11 {
 max-width: 28%;
}
.photo-12 {
  float: none;
  margin: 0 auto 2em;
  max-width: 46%;
}
.photo-13 {
  max-width: 85%;
}
.photo-14 {
  left: 3.5em;
  margin: auto auto auto 1%;
  max-width: 42%;
  z-index:48;
}

}



/*====================================================================================*/
/*--481 - 599 -- */
/*------------------------------------------------------------------------------------*/

@media screen and (min-width: 481px) and (max-width: 599px) {

html, main {
  font-size: 98%;
}
header {
    width: 100%;
    margin: auto;
    position: relative;
  	padding-bottom: 1px;
    font-size: 1.05em;
    line-height: 1.3;    
}
.main {
    width: 100%;
    margin: auto;
    position: relative;
}
.row {
    max-width: 100%;
    position: relative;
    padding: 0 15px;    
}
.row-full {
    position: relative;
    max-width: 100%;
    padding:15px;  
}
.row-full h2 {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
}

.logo-top {
  max-width: 180px;
}
.attention {
  padding: 5px 12px;
  line-height: 1.1;
  font-size: 15px;
}
.attention h4 {
  font-size: 0.9em;
}

.success-story .bcard {
  height: 50px;
}
.success-story {
  border-radius: 0.76em;
  font-size: 0.9em;
  margin: 1.3em 0;
}
.success-story h2 {
  font-size: 1.5em;
  margin: 10px 0;
  padding-right: 100px;
}
.success-story blockquote.major::before {
  background-size:50%;
  width: 90px;
  height:50px;
  top:5px;
  left:5px;
}

.success-story blockquote.major::after {
  background-size:50%;
  width: 90px;
  height:50px;
  right:-35px;    
}

.success-story blockquote.major {
  padding: 1.3em 2.29em;
}

.major > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

ul.list-2 li {
  background: rgba(0, 0, 0, 0) url("../img/check-1.png") no-repeat scroll 0 top / 25px auto;
  margin-bottom: 0.5em;
  padding: 1px 5px 1px 35px;
}
ul.list-3 {
  padding: 0 0 0 12%;
}
ul.list-4 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-2.png") no-repeat scroll 3em 1em / 25px auto;
  margin: 0;
  padding: 0.8em 3em 0.8em 6em;
}
ul.list-5 {
  padding: 1em 1em 2em 3em;
}
ul.list-5 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-2.png") no-repeat scroll left 8px / 20px auto;
  margin-bottom: 0.4em;
  padding: 5px 5px 8px 3em;
}
.wmarkicon1 {
  background: rgba(0, 0, 0, 0) url("../img/icon6.png") no-repeat scroll 98% 30px / 86px auto;
}
.paper-bg {
  background: rgba(0, 0, 0, 0) url("../img/paper.png") no-repeat scroll 100% 0 / 100% 100%;
  box-sizing: border-box;
  margin: -5em 0 1em 5%;
  padding: 1em 3em 2em 1em;
}
.padding-l {
  padding: 20px 50px;
}
.bonuses .bonus img {
  max-width: 40%;
}
.note {
  font-size: 0.8em;
  max-width: 80%;
}


.section-head {
  padding: 2.5em 1em 2em;
}
.section-head h3 {
  font-size: 1.34em;
  letter-spacing: 0;
  line-height: 1.16;
}

.section00 {
  box-sizing: border-box;
  padding: 3em 3em 3em 3em;
}
.section00 .left-content {
  float: none;
  max-width: 100%;
  text-align: justify;
  width: 100%;
}

.section02 {
  box-sizing: border-box;
  margin: auto;
  max-width: 100%;
  padding: 0 3em;

}
.section02 .normaltext-2 {
  margin: 0;
  max-width: 100%;
  padding: 1em 0;
  width: 100%;
  float: none;  
}
.section03 {
 padding: 1em 0 2em 3em;
}
.section05 {
  box-sizing: border-box;
  float: left;
  padding: 0 3em;
}
.section05 .left-content {
  float: none;
  margin: auto;
}
.section05 .right-content {
  width:100%;
}

.section07 {
  float: left;
}
.section07 img {
  left: 6em;
  margin: auto;
  position: relative;
  width: 30%;
}
.section08 .left-content {
  background-size: 100% auto;
  float: none;
  margin: auto;
  width: 75%;
}
.section08 .left-content p {
  font-size: 0.97em;
  line-height: 20px;
  margin: auto;
  padding: 2em 5% 2em 0;
  position: relative;
  text-align: center;
}
.section08 .right-content {
width:100%;
}
.section08 .right-content p {
  line-height: 23px;
}
.section08 .center1 {
  font-size: 1.01em;
  line-height: 23px;
  max-width: 90%;
  padding-top: 0;
}
.section08 > h3 {
  font-size: 22px;
  padding: 1em 0;
}
.section09 .right-content {
  float: none;
  margin: auto;
  padding: 25px 0 0;
  position: relative;
}
.section11 {
 padding:2em 0;
}
.section11 .paper-bg p {
  max-width: 95%;
  position:relative;
}
.section11 .center-content {
  width: 95%;
  margin:auto;
}
.section12 h3 {
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 1.2rem;
  margin: 0 1px 2px -10px;
  padding: 0.4em 1em;
  position: relative;
  width: 100%;
}
.section13 .center-content {
  width:100%;
}
.section13 .semiitalic {
  font-size: 1em;
  width:100%;
  
}
.section13 .semib {
  font-size: 22px;
  line-height: 25px;
}

.section15 .left-content {
  width: 100%;
}
.section15 .center-content {
  text-align:left;
}
.section16 .right-content {
  float: none;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.section16 .right-content > p {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.section18 .center-content.semib {
  font-size: 22px;
  padding: 1em;
}
.section18 .center-content {
  padding: 1em;
  width: 94%;
}
.section19 .semib.title {
  font-size: x-large;
}
.section20 .left-content {
  float: none;
  padding-bottom: 6%;
  position: relative;
  width: 100%;
}
.section20 .left-content p {
  margin: auto;
  padding: 0;
  text-align: justify;
}
.section21 .center-content.semib {
  font-size: 18px;
}
.section23 h4 {
  font-size: 18px;
}
.section24 .semib {
  font-size: 18px;
}
.section25 {
  padding: 0.5em 1em;
}


.photo-0 {
  float: right;
  margin: auto;
  max-width: 33%;
  margin-top: 2em;
}

.photo-1 {
  margin: 0 1em 2.5em 0;
  max-width: 38%;
  z-index: 14;
}
.photo-2 {
  float: none;
  margin: 0em 0 1em 0em;
  max-width: 97%;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
.photo-3 {
  left: 0.9em;
  max-width: 90%;
  top: 0em;
}

.photo-6 {
  margin: 1em 0 0 1em;
  max-width: 33%;
  padding: 0;
}

.photo-10 {
  border: 0.4em solid white;
  margin: auto auto auto 1.5%;
  max-width: 41%;
}
.photo-11 {
 max-width: 28%;
}
.photo-12 {
  float: none;
  margin: 0 auto 2em;
  max-width: 46%;
}
.photo-13 {
  max-width: 85%;
}
.photo-14 {
  left: 3.5em;
  margin: auto auto auto 1%;
  max-width: 42%;
  z-index:48;
}

}



/*====================================================================================*/
/*-- 0 >> 480 -- */
/*------------------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {


html, main {
  font-size: 98%;
}
header {
    width: 100%;
    margin: auto;
    position: relative;
  	padding-bottom: 1px;
    font-size: 1.05em;
    line-height: 1.3;    
}
.main {
    width: 100%;
    margin: auto;
    position: relative;
}
.row {
    max-width: 100%;
    position: relative;
    padding: 0 5px;    
}
.row-full {
    position: relative;
    max-width: 100%;
    padding:0px;  
}
.row-full h2 {
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  padding: 0.5em 0;
}
.content.paper .top {
  height: 2em;
}

.logo-top {
  max-width: 140px;
	}

.attention {
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
}
.attention h4 {
  font-size: 0.9em;
}

.success-story .bcard {
   height: 44px;
}
.success-story {
  border-radius: 0.76em;
  font-size: 0.9em;
  margin: 1.3em 0;
}

.success-story h2 {
  font-size: 1.5em;
  margin: 10px 0;
  padding-right: 100px;
}
.success-story blockquote.major::before {
  background-size:50%;
  width: 90px;
  height:50px;
  top:5px;
  left:5px;
}

.success-story blockquote.major::after {
  background-size:50%;
  width: 90px;
  height:50px;
  right:-35px;    
}

.success-story blockquote.major {
  padding: 1.3em 2.29em;
}

.section06 .left-content p {
  font-size: 1em;
  line-height: 23px;
}
.major > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
ul.list-2 li {
  background: rgba(0, 0, 0, 0) url("../img/check-1.png") no-repeat scroll 0 top / 25px auto;
  margin-bottom: 0.5em;
  padding: 1px 5px 1px 35px;
}
ul.list-3 {
  padding: 0 0 0 5%;
}
ul.list-3 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-3.png") no-repeat scroll 0 0 / 31px auto;
  padding: 0 8px 7px 48px;
}
ul.list-4 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-2.png") no-repeat scroll 3em 1em / 25px auto;
  margin: 0;
  padding: 0.8em 3em 0.8em 6em;
}
ul.list-5 {
  padding: 1em 1em 2em 3em;
}
ul.list-5 li {
  background: rgba(0, 0, 0, 0) url("../img/icon-checkmark-2.png") no-repeat scroll left 8px / 20px auto;
  margin-bottom: 0.4em;
  padding: 5px 5px 8px 3em;
}
.wmarkicon1 {
  background: rgba(0, 0, 0, 0) url("../img/icon6.png") no-repeat scroll 98% 30px / 86px auto;
}
.paper-bg {
  background: rgba(0, 0, 0, 0) url("../img/paper.png") no-repeat scroll 100% 0 / 100% 100%;
  box-sizing: border-box;
  margin: -5em 0 1em 5%;
  padding: 1em 3em 2em 1em;
}
.padding-l {
  padding: 20px 50px;
}
.bonuses .bonus img {
  max-width: 40%;
}
.note {
  font-size: 0.8em;
  max-width: 80%;
}

.section-head {
  padding: 2.5em 1em 2em;

	margin-bottom: 3em;
}
.section-head h3 {
  font-size: 1.16em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}
.section00 {
  box-sizing: border-box;
  padding: 3em 3em 3em 3em;
}

.section00 .left-content p {
  display: inline-block;
  float: none;
  margin: 1em auto;
  position: relative;
  max-width: 100%;
  width:auto;
}

.section00 .left-content {
  float: none;
  max-width: 100%;
  text-align: justify;
  width: 100%;
}

.section02 {
  box-sizing: border-box;
  margin: auto;
  max-width: 100%;
  padding: 0 3em;

}
.section02 .normaltext-2 {
  margin: 0;
  max-width: 100%;
  padding: 1em 0;
  width: 100%;
  float: none;  
}
.section03 {
 padding: 1em 0 2em 3em;
}
.section05 {
  padding: 0 3em 2em 3em;
  box-sizing: border-box;
}
.section05 .left-content {
  float: none;
  margin: auto;
}
.section05 .right-content {
  width:100%;
}

.section06 {
  box-sizing:border-box; 
} 
.section06 .right-content p {
  display: inline-block;
  font-size: 1em;
  left: -9%;
  line-height: 20px;
  margin: auto;
  max-width: 80%;
  position: relative;
  width: 61%;
}
.section06 > p {
  font-size: 1em;
  line-height: 23px;
  padding: 40px 0 20px;
}
.section06 .right-content {
  background-position: 0 center;
  left: 19%;
  margin: auto;
  max-width: 80%;
  position: absolute;
  width: 80%;
}
.section06 .left-content {
  display: block;
  float: left;
  margin: 38vh auto 0;
  padding-top: 8%;
  position: relative;
  width: 100%;
}

.section07 {
  float: left;
}
.section07 img {
  left: 6em;
  margin: auto;
  position: relative;
  width: 30%;
}
.section08 .left-content {
  background-size: 100% auto;
  float: none;
  margin: auto;
  width: 88%;
}
.section08 .left-content p {
  font-size: 0.97em;
  line-height: 20px;
  margin: auto;
  padding: 2em 5% 2em 0;
  position: relative;
  text-align: center;
}
.section08 .right-content {
width:100%;
}
.section08 .right-content p {
  line-height: 23px;
}
.section08 .center1 {
  font-size: 1.01em;
  line-height: 23px;
  max-width: 90%;
  padding-top: 0;
}
.section08 > h3 {
  font-size: 22px;
  padding: 1em 0;
}
.section09 .right-content {
  float: none;
  margin: auto;
  padding: 25px 0 0;
  position: relative;
}
.section11 {
 padding:2em 0;
}
.section11 .paper-bg p {
  max-width: 95%;
  position:relative;
}
.section11 .center-content {
  width: 95%;
  margin:auto;
}
.section12 h3 {
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 1.2rem;
  margin: 0 1px 2px -10px;
  padding: 0.4em 1em;
  position: relative;
  width: 100%;
}
.section13 .center-content {
  width:100%;
}
.section13 .semiitalic {
  font-size: 1em;
  width:100%;
  
}
.section13 .semib {
  font-size: 22px;
  line-height: 25px;
}
.section15 .left-content {
  width: 100%;
}
.section15 .center-content {
  text-align:left;
}
.section16 .right-content {
  float: none;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.section16 .right-content > p {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.section18 .center-content.semib {
  font-size: 22px;
  padding: 1em;
}
.section18 .center-content {
  padding: 1em;
  width: 94%;
}
.section19 .semib.title {
  font-size: x-large;
}
.section20 .left-content {
  float: none;
  padding-bottom: 6%;
  position: relative;
  width: 100%;
}
.section20 .left-content p {
  margin: auto;
  padding: 0;
  text-align: justify;
}
.section21 .center-content.semib {
  font-size: 18px;
}
.section23 h4 {
  font-size: 18px;
}
.section24 .semib {
  font-size: 18px;
}
.section25 {
  padding: 0.5em 1em;
}

.photo-0 {
  float: none;
  margin: auto;
  max-width: 39%;
  position: relative;
  top: 1.5em;
}

.photo-1 {
  margin: 0 1em 2.5em 0;
  max-width: 38%;
  z-index: 14;
}
.photo-2 {
  float: none;
  margin: 0em 0 1em 0em;
  max-width: 97%;
  position: relative;
  transition: all 0.2s ease-in 0s;
}
.photo-3 {
  left: 0em;
  max-width: 90%;
  top: 0em;
}

.photo-6 {
  margin: 1em 0 0 1em;
  max-width: 33%;
  padding: 0;
}

.photo-10 {
  border: 0.4em solid white;
  margin: auto auto auto 1.5%;
  max-width: 41%;
}
.photo-11 {
 max-width: 28%;
}
.photo-12 {
  float: none;
  margin: 0 auto 2em;
  max-width: 46%;
}
.photo-13 {
  max-width: 85%;
}
.photo-14 {
  left: 2.5em;
  margin: auto auto auto 1%;
  max-width: 42%;
  z-index:48;
}

}
