/* RESET STYLES
----------------------------------------------- */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 100%; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

a img {
  border: 0; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

::-moz-selection {
  background: black;
  color: #fff;
  text-shadow: none; }

::selection {
  background: black;
  color: #fff;
  text-shadow: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: normal;
  vertical-align: none;
  background: transparent;
  border: 0;
  outline: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  background-color: white; }

/* HTML5 RESETS > BROWSERS + VELHOS 
---------------------------------------*/
article, aside, figure, figure img, hgroup, footer, header, nav, section {
  display: block; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

@font-face {
  font-family: 'daxcs';
  src: url("../fonts/DaxC.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'daxcm';
  src: url("../fonts/DaxCM.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 62.5%;
  box-sizing: border-box; }
  html *,
  html *:before,
  html *:after {
    box-sizing: border-box; }

body {
  position: relative;
  width: 100%;
  font-family: "daxcs", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: white;
  background-color: white; }

.row {
  max-width: initial; }

p, ul, ol, dl {
  margin-bottom: initial; }

a, button {
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  resize: none; }

input, textarea {
  text-transform: none !important; }

body.loaded #body {
  opacity: 1; }
body.loaded #loading {
  opacity: 0; }

#body {
  opacity: 0;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #252959;
  overflow: hidden; }

#loading {
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -i-transition: all 0.5s ease-out; }
  #loading.pastloaded {
    display: none; }
  #loading .spinner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 560px) {
      #loading .spinner-wrapper {
        margin-left: -10px; } }
    #loading .spinner-wrapper .lds-ring {
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px; }
      #loading .spinner-wrapper .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 70px;
        height: 70px;
        margin: 6px;
        border: 6px solid #d33a8c;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #d33a8c transparent transparent transparent; }
        #loading .spinner-wrapper .lds-ring div:nth-child(1) {
          animation-delay: -0.45s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(2) {
          animation-delay: -0.3s; }
        #loading .spinner-wrapper .lds-ring div:nth-child(3) {
          animation-delay: -0.15s; }
@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.content {
  text-align: center; }
  .content .wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto; }
    .content .wrap a, .content .wrap button {
      -moz-transition: all 0.25s ease-out;
      -webkit-transition: all 0.25s ease-out;
      -i-transition: all 0.25s ease-out; }
  .content .section-button {
    margin-bottom: 20px; }
    .content .section-button a {
      display: table;
      padding: 12px 22px;
      border: 3px solid #d33a8c;
      border-radius: 8px;
      margin: auto;
      font-size: 20px;
      color: white;
      background: #d33a8c; }
      .content .section-button a:hover {
        color: #d33a8c;
        background-color: transparent; }
      @media only screen and (max-width: 560px) {
        .content .section-button a {
          font-size: 18px; } }
  .content .section-header {
    margin: 60px auto 80px; }
    .content .section-header .logo {
      max-width: 380px;
      margin: auto auto 60px; }
      @media only screen and (max-width: 560px) {
        .content .section-header .logo {
          max-width: 340px; } }
      .content .section-header .logo img {
        width: 100%; }
    .content .section-header .header-title {
      margin: auto; }
      .content .section-header .header-title p {
        font-size: 46px; }
        @media only screen and (max-width: 560px) {
          .content .section-header .header-title p {
            font-size: 36px; } }
  .content .section-how {
    margin-bottom: 80px; }
    .content .section-how .section-how-moldure {
      position: relative;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1000px) {
        .content .section-how .section-how-moldure {
          max-width: 440px;
          width: 100%;
          margin: auto auto 50px; } }
      .content .section-how .section-how-moldure .how-moldure, .content .section-how .section-how-moldure .how-left, .content .section-how .section-how-moldure .how-right {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1000px) {
          .content .section-how .section-how-moldure .how-moldure, .content .section-how .section-how-moldure .how-left, .content .section-how .section-how-moldure .how-right {
            display: block; } }
      .content .section-how .section-how-moldure .how-moldure {
        width: calc(100% - 370px);
        margin: auto -4px; }
        @media only screen and (max-width: 1000px) {
          .content .section-how .section-how-moldure .how-moldure {
            width: 100%;
            margin: auto; } }
        .content .section-how .section-how-moldure .how-moldure .how-moldure-top, .content .section-how .section-how-moldure .how-moldure .how-moldure-bottom {
          padding: 8px;
          background-image: url("../img/header/bg.svg");
          background-repeat: repeat; }
          @media only screen and (max-width: 1000px) {
            .content .section-how .section-how-moldure .how-moldure .how-moldure-top, .content .section-how .section-how-moldure .how-moldure .how-moldure-bottom {
              padding: 12px 20px; } }
        .content .section-how .section-how-moldure .how-moldure .how-moldure-top p {
          font-size: 20px; }
        .content .section-how .section-how-moldure .how-moldure .how-moldure-middle {
          padding: 14px 4px;
          margin: auto;
          background: #252959; }
          .content .section-how .section-how-moldure .how-moldure .how-moldure-middle .moldure-middle-items .moldure-middle-item {
            display: inline-block;
            vertical-align: middle;
            width: calc(25% - 4px);
            padding: 0 6px; }
            @media only screen and (max-width: 1000px) {
              .content .section-how .section-how-moldure .how-moldure .how-moldure-middle .moldure-middle-items .moldure-middle-item {
                width: calc(50% - 4px);
                padding: 0; } }
            @media only screen and (max-width: 1000px) {
              .content .section-how .section-how-moldure .how-moldure .how-moldure-middle .moldure-middle-items .moldure-middle-item:nth-child(1), .content .section-how .section-how-moldure .how-moldure .how-moldure-middle .moldure-middle-items .moldure-middle-item:nth-child(2) {
                margin-bottom: 16px; } }
            .content .section-how .section-how-moldure .how-moldure .how-moldure-middle .moldure-middle-items .moldure-middle-item img {
              width: 100%; }
        .content .section-how .section-how-moldure .how-moldure .how-moldure-bottom p {
          font-size: 20px; }
      .content .section-how .section-how-moldure .how-left, .content .section-how .section-how-moldure .how-right {
        position: relative;
        width: 140px;
        padding: 8px 0;
        background-size: cover;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 1000px) {
          .content .section-how .section-how-moldure .how-left, .content .section-how .section-how-moldure .how-right {
            width: 100%;
            min-height: 106px;
            padding: 14px 0;
            background-image: none !important;
            overflow: hidden; } }
        .content .section-how .section-how-moldure .how-left img, .content .section-how .section-how-moldure .how-right img {
          position: absolute;
          display: none;
          height: 100%; }
          @media only screen and (max-width: 1000px) {
            .content .section-how .section-how-moldure .how-left img, .content .section-how .section-how-moldure .how-right img {
              display: block !important; } }
        .content .section-how .section-how-moldure .how-left .how-copy, .content .section-how .section-how-moldure .how-right .how-copy {
          position: absolute; }
          @media only screen and (max-width: 1000px) {
            .content .section-how .section-how-moldure .how-left .how-copy, .content .section-how .section-how-moldure .how-right .how-copy {
              position: relative;
              display: table;
              top: initial !important;
              right: initial !important;
              bottom: initial !important;
              left: initial !important; } }
          .content .section-how .section-how-moldure .how-left .how-copy .how-title, .content .section-how .section-how-moldure .how-right .how-copy .how-title {
            margin-bottom: 10px; }
            .content .section-how .section-how-moldure .how-left .how-copy .how-title p, .content .section-how .section-how-moldure .how-right .how-copy .how-title p {
              font-size: 26px; }
              @media only screen and (max-width: 1000px) {
                .content .section-how .section-how-moldure .how-left .how-copy .how-title p, .content .section-how .section-how-moldure .how-right .how-copy .how-title p {
                  font-size: 22px; } }
          .content .section-how .section-how-moldure .how-left .how-copy .how-icon img, .content .section-how .section-how-moldure .how-right .how-copy .how-icon img {
            position: relative !important;
            display: block !important;
            width: 60px;
            height: 54px;
            top: initial !important;
            left: initial !important;
            right: initial !important;
            margin: auto; }
            @media only screen and (max-width: 1000px) {
              .content .section-how .section-how-moldure .how-left .how-copy .how-icon img, .content .section-how .section-how-moldure .how-right .how-copy .how-icon img {
                width: 50px;
                height: 50px; } }
      .content .section-how .section-how-moldure .how-left {
        background-image: url("../img/header/lat_esq.svg"); }
        .content .section-how .section-how-moldure .how-left img {
          top: 0;
          left: 0; }
        .content .section-how .section-how-moldure .how-left .how-copy {
          top: 16px;
          left: 38px; }
          @media only screen and (max-width: 1000px) {
            .content .section-how .section-how-moldure .how-left .how-copy {
              padding-left: 25px; } }
      .content .section-how .section-how-moldure .how-right {
        background-image: url("../img/header/lat_dto.svg"); }
        .content .section-how .section-how-moldure .how-right img {
          top: 0;
          right: 0; }
        .content .section-how .section-how-moldure .how-right .how-copy {
          right: 20px;
          bottom: 12px; }
          @media only screen and (max-width: 1000px) {
            .content .section-how .section-how-moldure .how-right .how-copy {
              float: right;
              padding-right: 12px; } }
  .content .section-what {
    margin-bottom: 80px; }
    .content .section-what .section-what-items {
      max-width: 700px;
      width: 90%;
      margin: auto auto 60px; }
      @media only screen and (max-width: 560px) {
        .content .section-what .section-what-items {
          max-width: 380px; } }
      .content .section-what .section-what-items .section-what-item {
        display: inline-block;
        vertical-align: middle;
        width: calc(25% - 4px);
        padding: 8px; }
        @media only screen and (max-width: 560px) {
          .content .section-what .section-what-items .section-what-item {
            width: calc(50% - 4px); } }
        .content .section-what .section-what-items .section-what-item img {
          width: 100%; }
    .content .section-what .section-what-text {
      max-width: 580px;
      margin: auto; }
      .content .section-what .section-what-text p {
        font-size: 26px;
        line-height: 1.3; }
        @media only screen and (max-width: 560px) {
          .content .section-what .section-what-text p {
            font-size: 22px; } }
  .content .section-table {
    margin-bottom: 80px; }
    .content .section-table .table {
      display: block;
      max-width: 500px;
      margin: auto; }
      .content .section-table .table table {
        width: 100%;
        border-radius: 14px;
        overflow: hidden; }
        .content .section-table .table table thead tr th {
          padding: 14px 20px;
          font-size: 26px;
          background-color: #d33a8c; }
          @media only screen and (max-width: 560px) {
            .content .section-table .table table thead tr th {
              font-size: 21px; } }
        .content .section-table .table table tbody tr:nth-child(even) td {
          background-color: #eaeaea; }
        .content .section-table .table table tbody tr td {
          padding: 10px 20px;
          font-size: 24px;
          color: #1c2101;
          background-color: white; }
          @media only screen and (max-width: 560px) {
            .content .section-table .table table tbody tr td {
              font-size: 19px; } }
  .content .section-benefits {
    margin-bottom: 80px; }
    .content .section-benefits .section-benefits-title {
      padding: 10px;
      border-radius: 10px;
      margin-bottom: 16px;
      background-color: white; }
      .content .section-benefits .section-benefits-title p {
        font-size: 28px;
        color: #d33a8c; }
        @media only screen and (max-width: 560px) {
          .content .section-benefits .section-benefits-title p {
            font-size: 22px; } }
    .content .section-benefits .section-benefits-image {
      max-width: 1100px;
      margin: auto; }
      .content .section-benefits .section-benefits-image img {
        width: 100%; }
    .content .section-benefits .section-benefits-disclaimer p {
      font-size: 18px; }
      @media only screen and (max-width: 560px) {
        .content .section-benefits .section-benefits-disclaimer p {
          font-size: 16px; } }
  .content .section-board {
    margin-bottom: 40px; }
    .content .section-board .section-board-title {
      margin: auto auto 40px; }
      .content .section-board .section-board-title p {
        font-size: 46px; }
        @media only screen and (max-width: 560px) {
          .content .section-board .section-board-title p {
            font-size: 36px; } }
    .content .section-board .section-board-image img {
      max-width: 900px;
      width: 100%;
      margin-bottom: 50px; }
  .content .section-footer-radius {
    width: 104vw;
    margin-left: -10px;
    margin-bottom: -3px; }

#back-to-top {
  position: fixed;
  bottom: 48px;
  right: -49px;
  width: 49px;
  height: 49px;
  border-top: 2px solid #d33a8c;
  border-bottom: 2px solid #d33a8c;
  border-left: 2px solid #d33a8c;
  text-align: center;
  background-color: #d33a8c;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  z-index: 9989;
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out; }
  @media only screen and (max-width: 560px) {
    #back-to-top {
      bottom: 64px; } }
  #back-to-top.show {
    right: 0; }
  #back-to-top:hover {
    background: transparent; }
    #back-to-top:hover div {
      color: #d33a8c; }
  #back-to-top div {
    font-size: 25px;
    line-height: 46px;
    color: white; }

.nav {
  display: none;
  position: fixed;
  width: 300px;
  height: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 9997; }
  @media only screen and (max-width: 560px) {
    .nav {
      width: 100%;
      overflow-y: scroll; } }
  .nav ul {
    width: 250px;
    text-align: left;
    padding-top: 20px; }
    @media only screen and (max-width: 560px) {
      .nav ul {
        width: 100%; } }
    @media only screen and (max-width: 560px) {
      .nav ul {
        padding-top: 10px; } }
    .nav ul:first-of-type {
      padding-top: 130px; }
      @media only screen and (max-width: 560px) {
        .nav ul:first-of-type {
          padding-top: 110px; } }
    .nav ul.nav-options li {
      display: inline-block;
      vertical-align: middle; }
      .nav ul.nav-options li a {
        font-size: 17px;
        padding: 10px 16px; }
    .nav ul li {
      display: block;
      margin: auto auto 24px; }
      .nav ul li.active a {
        color: #1c2101;
        background-color: #d33a8c; }
      .nav ul li a {
        display: table;
        padding: 8px 12px;
        border: none;
        margin: 8px auto;
        color: #1c2101; }
        .nav ul li a:hover {
          color: white;
          background-color: #d33a8c; }
      .nav ul li .header-mobile-call {
        display: block;
        width: 40px;
        height: 40px;
        padding: 7px 0 0;
        border: 3px solid white;
        border-radius: 100px;
        margin-top: 16px;
        text-align: center;
        background-color: white; }
        .nav ul li .header-mobile-call:hover {
          border-color: #d33a8c; }
        .nav ul li .header-mobile-call div {
          font-size: 20px;
          font-weight: bold;
          color: #1c2101; }

.hamb #nav-toggle {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 32px;
  cursor: pointer;
  z-index: 9998; }
  .hamb #nav-toggle span {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    right: 0;
    width: 33px;
    height: 4px;
    background-color: black;
    cursor: pointer;
    transition: all 500ms ease-in-out; }
    .hamb #nav-toggle span:before, .hamb #nav-toggle span:after {
      content: '';
      position: absolute;
      display: block;
      width: 33px;
      height: 4px;
      background-color: black;
      cursor: pointer;
      transition: all 500ms ease-in-out; }
    .hamb #nav-toggle span:before {
      top: -7px; }
    .hamb #nav-toggle span:after {
      bottom: -7px; }
.hamb .active span {
  background-color: transparent !important; }
  .hamb .active span:before, .hamb .active span:after {
    top: 0 !important;
    border-color: white !important;
    background-color: #1c2101 !important; }
  .hamb .active span:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }
  .hamb .active span:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); }

.menu-open .nav-up {
  top: 0 !important; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80px;
  background: white;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(185, 185, 185, 0.75);
  -moz-box-shadow: 0px 3px 10px 0px rgba(185, 185, 185, 0.75);
  box-shadow: 0px 3px 10px 0px rgba(185, 185, 185, 0.75);
  -moz-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -i-transition: all 0.25s ease-out;
  z-index: 9998; }
  @media only screen and (max-width: 560px) {
    header {
      max-height: 70px; } }
  header.nav-up {
    top: -80px; }
    @media only screen and (max-width: 560px) {
      header.nav-up {
        top: -70px; } }
  header .header-items {
    padding-top: 5px; }
    header .header-items .header-left, header .header-items .header-right {
      display: inline-block;
      vertical-align: middle;
      margin-left: -3px; }
    header .header-items .header-left {
      width: 280px;
      padding-left: 24px; }
      @media only screen and (max-width: 420px) {
        header .header-items .header-left {
          padding-left: 14px; } }
      @media only screen and (max-width: 760px) {
        header .header-items .header-left {
          width: calc(100% - 60px); } }
      header .header-items .header-left .header-consultant .header-consultant-image, header .header-items .header-left .header-consultant .header-consultant-name {
        display: inline-block;
        vertical-align: middle; }
      header .header-items .header-left .header-consultant .header-consultant-image {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 100px;
        overflow: hidden;
        -moz-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        -i-transition: all 0.25s ease-out; }
        @media only screen and (max-width: 560px) {
          header .header-items .header-left .header-consultant .header-consultant-image {
            width: 60px;
            height: 60px; } }
        header .header-items .header-left .header-consultant .header-consultant-image div {
          position: absolute;
          width: 70px;
          height: 70px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-size: cover; }
          @media only screen and (max-width: 560px) {
            header .header-items .header-left .header-consultant .header-consultant-image div {
              width: 60px;
              height: 60px; } }
      header .header-items .header-left .header-consultant .header-consultant-name {
        padding-left: 8px;
        font-weight: 900;
        font-size: 22px; }
    header .header-items .header-right {
      width: calc(100% - 285px);
      padding-right: 10px;
      text-align: right; }
      @media only screen and (max-width: 760px) {
        header .header-items .header-right {
          width: 50px; } }
      @media only screen and (max-width: 660px) {
        header .header-items .header-right {
          padding-right: 20px; } }
      @media only screen and (max-width: 420px) {
        header .header-items .header-right {
          padding-right: 14px; } }
      header .header-items .header-right .menu, header .header-items .header-right .buttons {
        display: inline-block;
        vertical-align: middle; }
      header .header-items .header-right .menu {
        display: none; }
        @media only screen and (max-width: 760px) {
          header .header-items .header-right .menu {
            display: block; } }
      header .header-items .header-right .buttons {
        display: block; }
        @media only screen and (max-width: 760px) {
          header .header-items .header-right .buttons {
            display: none; } }
        header .header-items .header-right .buttons ul {
          display: inline-block;
          vertical-align: middle; }
          header .header-items .header-right .buttons ul li {
            display: inline-block;
            vertical-align: middle; }
            header .header-items .header-right .buttons ul li.active a {
              color: #1c2101;
              background: #d33a8c; }
            header .header-items .header-right .buttons ul li a {
              padding: 8px 12px;
              border: none;
              font-family: "Raleway", sans-serif;
              color: #1c2101 !important; }
              header .header-items .header-right .buttons ul li a:hover {
                color: white !important;
                background: #d33a8c; }

.section-footer {
  padding: 20px 0 30px; }
  .section-footer .section-footer-wrap {
    width: 90%;
    max-width: 1200px;
    margin: auto; }
    .section-footer .section-footer-wrap .section-footer-items {
      margin-bottom: 10px; }
      .section-footer .section-footer-wrap .section-footer-items .section-footer-item {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 4px); }
        .section-footer .section-footer-wrap .section-footer-items .section-footer-item:first-of-type p {
          color: #252959; }
          .section-footer .section-footer-wrap .section-footer-items .section-footer-item:first-of-type p a {
            color: #252959; }
        .section-footer .section-footer-wrap .section-footer-items .section-footer-item:last-of-type {
          text-align: right; }
          .section-footer .section-footer-wrap .section-footer-items .section-footer-item:last-of-type p a {
            color: #d33a8c; }
        .section-footer .section-footer-wrap .section-footer-items .section-footer-item p {
          font-size: 18px;
          line-height: 1.4; }
          @media only screen and (max-width: 560px) {
            .section-footer .section-footer-wrap .section-footer-items .section-footer-item p {
              font-size: 16px; } }
    .section-footer .section-footer-wrap .section-footer-insurers {
      text-align: center; }
      .section-footer .section-footer-wrap .section-footer-insurers div {
        display: inline-block;
        vertical-align: middle;
        margin: 10px; }
        .section-footer .section-footer-wrap .section-footer-insurers div img {
          width: 100%;
          max-width: 66px;
          max-height: 66px; }

.animation-element {
  opacity: 0;
  position: relative; }
  .animation-element.slide-left, .animation-element.slide-right, .animation-element.slide-fade {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }
  .animation-element.slide-left {
    -moz-transform: translate3d(-180px, 0px, 0px);
    -webkit-transform: translate3d(-180px, 0px, 0px);
    -o-transform: translate(-180px, 0px);
    -ms-transform: translate(-180px, 0px);
    transform: translate3d(-180px, 0px, 0px); }
  .animation-element.slide-right {
    -moz-transform: translate3d(180px, 0px, 0px);
    -webkit-transform: translate3d(180px, 0px, 0px);
    -o-transform: translate(180px, 0px);
    -ms-transform: translate(180px, 0px);
    transform: translate3d(180px, 0px, 0px); }
  .animation-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); }
  .animation-element.in-view-force {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px); }

/*# sourceMappingURL=style.css.map */
