/* Variables */
/* Tinos Fonts - Regular 400, Bold 700 */
/* Global*/
* {
  box-sizing: border-box; }

BODY, HTML {
  position: relative;
  overflow-x: hidden !important;
  font-family: 'Tinos', sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  margin: 0; }

.grecaptcha-badge {
  z-index: -1 !important; }

.schema {
  display: none; }

/* main typography */
H1, H2, H3, H4, H5, H6, P, UL, OL, LI, SPAN, INPUT {
  font-weight: 400;
  color: #000000; }

H1 {
  font-size: 3em;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 700; }

H2 {
  text-align: center;
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 50px;
  font-weight: 700; }

H3 {
  text-align: center;
  font-size: 2em;
  line-height: 30px;
  font-weight: 700;
  margin: 15px auto 30px auto; }

P {
  text-align: justify;
  font-size: 1.7em;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 30px; }

A {
  outline: none;
  color: #7dc351;
  text-decoration: underline; }
  A:target, A:focus {
    outline: none !important; }
  A:hover {
    text-decoration: underline; }

STRONG, B {
  font-size: inherit;
  font-weight: 700; }

EM {
  font-style: normal;
  color: #0b7547; }

.cap {
  text-transform: uppercase; }

/* common classes */
.container, .wrapper {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 50px; }
  .container:after, .wrapper:after {
    display: table;
    clear: both;
    content: ''; }
  @media only screen and (max-width: 1200px) {
    .container, .wrapper {
      padding: 50px 25px; } }
  @media only screen and (max-width: 768px) {
    .container, .wrapper {
      padding: 25px; } }

.center {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important; }

.bor {
  width: 100%;
  content: '';
  clear: both;
  height: 1px;
  background-color: #a1a1a1;
  display: block;
  padding: 0;
  margin: 50px auto; }

IMG {
  width: 100%;
  line-height: 0;
  display: block;
  height: auto;
  text-align: center;
  margin: 0 auto; }

.btn {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 310px;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  font-size: 1.7em;
  line-height: 20px;
  color: #ffffff;
  margin: 20px auto;
  text-decoration: none; }
  .btn.green1 {
    background-color: #0b7547; }
  .btn.green2 {
    background-color: #0a512f; }
  .btn.green3 {
    background-color: #11422c; }
  .btn.blue {
    background-color: #204a8c; }

/* common flex */
.flexbox {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  justify-content: stretch;
  align-self: stretch; }
  .flexbox > ARTICLE {
    flex: 1 0 auto;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    margin: 0; }
    .flexbox > ARTICLE IMG {
      width: 100%;
      line-height: 0;
      display: block;
      height: auto;
      text-align: center;
      margin: 0 auto; }
    .flexbox > ARTICLE:first-of-type {
      padding-right: 20px; }
    .flexbox > ARTICLE:last-of-type {
      padding-left: 20px; }
  @media only screen and (max-width: 768px) {
    .flexbox {
      flex-direction: column; }
      .flexbox > ARTICLE {
        max-width: 100% !important;
        display: block;
        margin: 10px auto;
        padding: 0 !important; }
        .flexbox > ARTICLE IMG {
          max-width: 100%; } }

/* page */
HEADER {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  HEADER .desktop {
    display: block; }
  HEADER .device {
    display: none; }
  HEADER IMG {
    width: 100%;
    display: block;
    line-height: 0;
    height: auto;
    text-align: center;
    margin: 0 auto;
    clear: both; }
  HEADER .btn {
    margin: 30px auto !important; }
  @media only screen and (max-width: 768px) {
    HEADER .desktop {
      display: none; }
    HEADER .device {
      display: block; } }

.featured {
  display: block;
  width: 100%;
  background-color: #efefef; }

FOOTER {
  display: block;
  background-color: #083e32;
  padding: 30px;
  text-align: center;
  margin: 0 auto;
  width: 100%; }
  FOOTER P {
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-size: 1.5em;
    line-height: 20px; }
