/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* base styles */
/* variables styles */
/* color */
/* TRANSITIONS */
/* SPACES */
/* RADIUS */
/* OPACITY */
/* shadow */
/* base styles */
body {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  color: #272525;
  letter-spacing: 0.04rem; }

main img {
  width: 90%;
  max-width: 100%;
  height: auto; }
  main img.img-ico {
    width: auto;
    margin: 0 auto; }

.h-100 {
  min-height: 100vh; }
  @media (max-width: 992px) {
    .h-100 {
      height: auto;
      min-height: auto; } }

a {
  color: #952020;
  transition: all 0.2s ease-out; }
  a:hover, a:active, a:focus {
    color: rgba(149, 32, 32, 0.8);
    text-decoration: none; }

.special-phone {
  font-size: 36px;
  font-weight: 700;
  display: block;
  line-height: 1em; }

h1, h2, h3 {
  font-family: "Marcellus", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 1.2; }

h4 {
  font-family: "Karla", sans-serif;
  font-size: 11px;
  text-transform: uppercase; }
  h4 strong {
    font-family: "Marcellus", sans-serif;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 3px; }

h5 {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0;
  line-height: 1.2; }

h6 {
  font-family: "Marcellus", sans-serif;
  letter-spacing: 0;
  line-height: 1.2; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  letter-spacing: normal;
  display: block;
  line-height: 1.5rem;
  font-weight: 400; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500; }

h1 {
  font-size: 64px;
  margin-bottom: 15px; }
  @media (max-width: 992px) {
    h1 {
      font-size: 36px; } }

h2 {
  font-size: 36px; }
  @media (max-width: 992px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 24px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  font-weight: 700; }

h6 {
  font-size: 22px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 20px; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    margin-bottom: 7.5px;
    position: relative;
    padding-left: 15px; }
    ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7.5px;
      border-radius: 300px;
      width: 7.5px;
      height: 7.5px; }
  ul.feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
    ul.feature-list li {
      background: rgba(0, 0, 0, 0.5);
      color: rgba(255, 255, 255, 0.8);
      display: inline-block;
      padding: 7.5px;
      border-radius: 300px; }
      @media (max-width: 767px) {
        ul.feature-list li {
          font-size: 16px;
          padding-top: 3px;
          padding-bottom: 3px; } }
      ul.feature-list li strong {
        color: white; }
      @media (max-width: 767px) {
        ul.feature-list li span {
          display: none; } }

.blockquote p {
  font-weight: 300; }
.blockquote .blockquote-footer {
  font-weight: 700;
  color: #952020; }

/* components styles */
.link {
  display: inline-block;
  font-family: "Karla", sans-serif;
  padding: 15px 15px;
  letter-spacing: 0.08rem;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .link {
      padding: 15px 7.5px;
      font-size: 11px; } }

.btn, header#main-header nav .nav-item .nav-link {
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  padding: 15px;
  transition: all 0.2s ease-out;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  box-shadow: 0px 6px 21px -8px rgba(0, 0, 0, 0.57); }
  .btn svg, header#main-header nav .nav-item .nav-link svg, .btn img, header#main-header nav .nav-item .nav-link img {
    max-width: 30px;
    max-height: 30px;
    line-height: 0;
    fill: white; }
    .btn svg path, header#main-header nav .nav-item .nav-link svg path, .btn img path, header#main-header nav .nav-item .nav-link img path {
      fill: white; }
  .btn span, header#main-header nav .nav-item .nav-link span {
    font-weight: 400; }
  .btn strong, header#main-header nav .nav-item .nav-link strong {
    display: block;
    font-size: 18px;
    line-height: 1em; }
  .btn.btn-primary, header#main-header nav .nav-item .btn-primary.nav-link {
    background: #952020;
    border-color: #952020;
    color: white; }
    .btn.btn-primary:hover, header#main-header nav .nav-item .btn-primary.nav-link:hover, .btn.btn-primary:active, header#main-header nav .nav-item .btn-primary.nav-link:active, .btn.btn-primary:focus, header#main-header nav .nav-item .btn-primary.nav-link:focus {
      background: rgba(149, 32, 32, 0.8);
      border-color: rgba(149, 32, 32, 0.8); }
  .btn.btn-white, header#main-header nav .nav-item .nav-link {
    background: white;
    border-color: white;
    color: #952020; }
    .btn.btn-white:hover, header#main-header nav .nav-item .nav-link:hover, .btn.btn-white:active, header#main-header nav .nav-item .nav-link:active, .btn.btn-white:focus, header#main-header nav .nav-item .nav-link:focus {
      background: white;
      border-color: white;
      color: #272525; }
  .btn.btn-green, header#main-header nav .nav-item .btn-green.nav-link {
    background: #128C7E;
    border-color: #128C7E;
    color: white; }
    .btn.btn-green:hover, header#main-header nav .nav-item .btn-green.nav-link:hover, .btn.btn-green:active, header#main-header nav .nav-item .btn-green.nav-link:active, .btn.btn-green:focus, header#main-header nav .nav-item .btn-green.nav-link:focus {
      background: #25D366;
      border-color: #25D366; }
  .btn.btn-no-border, header#main-header nav .nav-item .nav-link {
    border-radius: 0; }
  .btn.btn-no-shadow, header#main-header nav .nav-item .btn-no-shadow.nav-link {
    box-shadow: none; }
  .btn.btn-what, header#main-header nav .nav-item .btn-what.nav-link {
    padding-right: 60px; }
    @media (max-width: 992px) {
      .btn.btn-what strong, header#main-header nav .nav-item .btn-what.nav-link strong,
      .btn.btn-what span,
      header#main-header nav .nav-item .btn-what.nav-link span {
        display: none; } }
    .btn.btn-what i, header#main-header nav .nav-item .btn-what.nav-link i {
      position: absolute;
      right: 15px;
      top: 18px;
      font-size: 36px;
      font-weight: 400; }
      @media (max-width: 992px) {
        .btn.btn-what i, header#main-header nav .nav-item .btn-what.nav-link i {
          position: relative;
          right: inherit;
          top: inherit; } }
  .btn.btn-what-small, header#main-header nav .nav-item .btn-what-small.nav-link {
    padding: 15px; }
    .btn.btn-what-small i, header#main-header nav .nav-item .btn-what-small.nav-link i {
      font-size: 36px;
      font-weight: 400; }

form .form-control {
  background: #e0d4d4;
  color: #272525;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 7.5px; }
  form .form-control:focus, form .form-control:active {
    background: white;
    color: #272525; }
  form .form-control.form-control-line {
    background: transparent;
    border: solid 2px #e0d4d4;
    border-radius: 4px; }
form .invalid-feedback {
  color: red;
  font-weight: 700; }
form .form-group label {
  font-size: 16px;
  opacity: 0.6; }
form.form-white .form-control {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
  color: black; }
  form.form-white .form-control:focus, form.form-white .form-control:active {
    background: white;
    color: black; }

.card {
  border: 0;
  background: white;
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17);
  margin-bottom: 30px;
  transition: all 0.2s ease-out; }
  .card:hover, .card:active, .card:focus {
    box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75); }
  .card .card-header {
    background: transparent;
    border-bottom: solid #e0d4d4 solid;
    padding-bottom: 0;
    padding-top: 30px; }
  .card .card-body {
    color: black; }
    .card .card-body ul li:before {
      background: rgba(0, 0, 0, 0.2); }
  .card .card-footer {
    background: none;
    border: none;
    margin: 0;
    padding: 15px 0; }
    @media (max-width: 575px) {
      .card .card-footer {
        text-align: center; } }
    .card .card-footer .btn, .card .card-footer header#main-header nav .nav-item .nav-link, header#main-header nav .nav-item .card .card-footer .nav-link {
      min-width: 100%; }
    .card .card-footer span {
      text-align: center;
      display: block;
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      line-height: 1.5rem; }
    .card .card-footer p {
      font-size: 11px;
      color: #952020; }
      .card .card-footer p strong {
        font-size: 18px;
        font-weight: 700; }
        .card .card-footer p strong em {
          display: block;
          font-style: normal;
          line-height: 1em;
          margin-right: 3px; }
          @media (max-width: 575px) {
            .card .card-footer p strong em {
              display: inline-block; } }
  .card:hover {
    background: white; }

.modal .modal-dialog .modal-content {
  border-radius: 4px; }
  .modal .modal-dialog .modal-content .modal-header {
    border: none; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      color: #952020; }
  .modal .modal-dialog .modal-content .modal-footer {
    border: none; }

.grecaptcha-badge {
  display: none; }

.price {
  float: right;
  font-size: 2em;
  position: relative;
  padding: 0.5em;
  top: -12px;
  right: -20px;
  color: #000; }
  .price em {
    display: block;
    font-size: 0.4em;
    line-height: 0.4em;
    padding: 0em 0em 0em 4em;
    font-weight: 600; }
  .price small {
    font-size: 0.4em; }

#CookielawBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #952020;
  padding: 15px 0;
  z-index: 9; }
  #CookielawBanner .container {
    position: relative; }

.especialistas {
  background: #e0d4d4;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #e0d4d4 100%);
  padding: 1em;
  margin: 2em auto 1em auto;
  max-width: 60%; }
  .especialistas p {
    margin: 0 0 .5em 0;
    font-weight: 700; }
  .especialistas ul li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.02); }

/* layouts styles */
/* grid styles */
@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%; } }

header#main-header {
  width: 100%; }
  header#main-header nav {
    padding: 0;
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17); }
    header#main-header nav .row {
      width: 100%;
      margin: 0; }
      header#main-header nav .row .justify-content-end {
        padding-right: 0; }
        @media (max-width: 992px) {
          header#main-header nav .row .justify-content-end {
            padding: 0; } }
        header#main-header nav .row .justify-content-end .btn, header#main-header nav .row .justify-content-end .nav-item .nav-link, header#main-header nav .nav-item .row .justify-content-end .nav-link {
          text-align: right;
          font-size: 12px; }
          @media (max-width: 992px) {
            header#main-header nav .row .justify-content-end .btn, header#main-header nav .row .justify-content-end .nav-item .nav-link, header#main-header nav .nav-item .row .justify-content-end .nav-link {
              padding: 7.5px;
              text-align: left; } }
      @media (max-width: 992px) {
        header#main-header nav .row .text-center {
          display: none; } }
    header#main-header nav .navbar-toggler {
      padding: 7.5px 7.5px 7.5px 0; }
      header#main-header nav .navbar-toggler i {
        color: #952020; }
    header#main-header nav .navbar-nav {
      margin: 0; }
      @media (max-width: 992px) {
        header#main-header nav .navbar-nav {
          position: fixed;
          left: 0;
          right: 0;
          box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75); } }
    header#main-header nav .navbar-brand {
      padding: 7.5px 0;
      margin: 0;
      width: 100%;
      display: block;
      text-align: center; }
      @media (max-width: 992px) {
        header#main-header nav .navbar-brand.navbar-brand-desktop {
          display: none; } }
      header#main-header nav .navbar-brand.navbar-brand-desktop .logo-header {
        width: 120px;
        height: auto;
        margin: 0 auto; }
      header#main-header nav .navbar-brand.navbar-brand-tablet {
        display: none;
        width: auto; }
        @media (max-width: 992px) {
          header#main-header nav .navbar-brand.navbar-brand-tablet {
            display: inline-block;
            margin-left: 35px; } }
        @media (max-width: 768px) {
          header#main-header nav .navbar-brand.navbar-brand-tablet {
            display: none; } }
        header#main-header nav .navbar-brand.navbar-brand-tablet .logo-header {
          width: 120px;
          margin: 0; }
      header#main-header nav .navbar-brand.navbar-brand-mobile {
        display: none;
        width: auto; }
        @media (max-width: 768px) {
          header#main-header nav .navbar-brand.navbar-brand-mobile {
            display: inline-block;
            margin-left: 10px; } }
        header#main-header nav .navbar-brand.navbar-brand-mobile .logo-header {
          width: 80px;
          margin: 0; }
    header#main-header nav .nav-item {
      padding: 0;
      margin: 0; }
      header#main-header nav .nav-item .nav-link {
        font-family: "Marcellus", sans-serif;
        box-shadow: none;
        text-shadow: none;
        color: #584a4a; }

.navbar-form {
  padding: 0;
  margin: 0 -15px; }
  .navbar-form .row {
    width: 100%;
    margin: 0; }
    .navbar-form .row .col-back {
      padding: 0; }
    .navbar-form .row .col-phone {
      text-align: right;
      padding: 0; }

footer#main-footer {
  background: #584a4a;
  background-attachment: fixed;
  color: white; }
  footer#main-footer .container {
    border-top: rgba(255, 255, 255, 0.1) solid 1px; }
    footer#main-footer .container .col {
      padding-top: 30px;
      padding-bottom: 15px; }
      footer#main-footer .container .col .logo-footer {
        margin: 0 auto 15px;
        width: 100px;
        height: auto; }
      footer#main-footer .container .col p {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.15rem; }
      footer#main-footer .container .col a {
        color: white; }
        footer#main-footer .container .col a:hover {
          color: white;
          text-decoration: underline; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    section {
      padding-top: 15px;
      padding-bottom: 15px; } }
  section article.list-article {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px; }
    section article.list-article h5 {
      display: block; }
      section article.list-article h5 a {
        display: block;
        position: relative;
        padding-right: 40px; }
        section article.list-article h5 a i {
          position: absolute;
          right: 0;
          top: 0; }
          section article.list-article h5 a i.fa-chevron-down {
            display: none; }
        section article.list-article h5 a.collapsed i.fa-chevron-down {
          display: block; }
        section article.list-article h5 a.collapsed i.fa-chevron-up {
          display: none; }
    section article.list-article:last-child {
      border-bottom: none; }
  section header.section-intro {
    padding: 30px 0 15px; }
    section header.section-intro h6 {
      position: relative; }
      section header.section-intro h6:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        right: 101%;
        top: 50%;
        left: -9000px; }
  section .col-box {
    position: relative;
    z-index: 2; }
  section.section-box-light {
    color: #272525; }
    section.section-box-light header.section-intro h6 {
      color: #584a4a; }
      section.section-box-light header.section-intro h6:before {
        background: rgba(0, 0, 0, 0.1); }
    section.section-box-light h1, section.section-box-light h2, section.section-box-light h3 {
      color: #952020; }
      section.section-box-light h1 small, section.section-box-light h2 small, section.section-box-light h3 small {
        color: #272525; }
    section.section-box-light h4 {
      color: #272525; }
      section.section-box-light h4 strong {
        color: #952020; }
  section.section-box-dark {
    color: white;
    background: #584a4a; }
    section.section-box-dark header.section-intro h6 {
      color: rgba(0, 0, 0, 0.5); }
      section.section-box-dark header.section-intro h6:before {
        background: rgba(0, 0, 0, 0.1); }
    section.section-box-dark h1, section.section-box-dark h2, section.section-box-dark h3, section.section-box-dark h4 {
      color: #952020; }
      section.section-box-dark h1 small, section.section-box-dark h2 small, section.section-box-dark h3 small, section.section-box-dark h4 small {
        color: #272525; }
    section.section-box-dark a {
      color: white; }
      section.section-box-dark a:hover {
        color: white;
        text-decoration: underline; }
  section#section-mega-form {
    padding: 0; }
    section#section-mega-form .box-explain {
      padding: 15px; }
      @media (max-width: 768px) {
        section#section-mega-form .box-explain {
          padding: 30px 0 15px; } }
      section#section-mega-form .box-explain h5 strong {
        font-weight: 700;
        color: #952020; }
    section#section-mega-form .col-form-1 {
      background: white; }
      section#section-mega-form .col-form-1 .form-header {
        padding: 40px 15px 15px; }
        @media (max-width: 768px) {
          section#section-mega-form .col-form-1 .form-header {
            padding: 40px 0 15px; } }
        section#section-mega-form .col-form-1 .form-header .logo-header {
          width: 120px;
          height: auto;
          margin-bottom: 15px; }
        section#section-mega-form .col-form-1 .form-header h1 {
          font-size: 36px; }
      section#section-mega-form .col-form-1 .form-body {
        padding: 0 15px; }
        @media (max-width: 768px) {
          section#section-mega-form .col-form-1 .form-body {
            padding: 0; } }
    section#section-mega-form .col-form-2 {
      background: rgba(224, 212, 212, 0.25); }
      section#section-mega-form .col-form-2 article {
        padding: 100px 30px 30px;
        position: sticky;
        top: 0px; }
    @media (max-width: 992px) {
      section#section-mega-form .col-form-3 {
        display: none; } }
  section#section-box-pq {
    background: url(/static/img/bg-pq.jpg) no-repeat right bottom;
    padding-bottom: 120px; }
    @media (max-width: 1200px) {
      section#section-box-pq {
        background-size: 20%; } }
    @media (max-width: 768px) {
      section#section-box-pq {
        background: none;
        padding-bottom: 15px; } }
  section#section-box-banner {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: white;
    padding-top: 100px; }
    section#section-box-banner .container {
      z-index: 2;
      position: relative; }
      section#section-box-banner .container .col-banner {
        padding-top: 40px;
        padding-right: 60px; }
        section#section-box-banner .container .col-banner small {
          margin-top: 30px; }
        @media (max-width: 993px) {
          section#section-box-banner .container .col-banner {
            margin-top: 55px;
            padding-right: 15px; } }
        @media (max-width: 575px) {
          section#section-box-banner .container .col-banner {
            margin-top: 50px; } }
    section#section-box-banner:before, section#section-box-banner:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50%;
      z-index: 1; }
      @media (max-width: 1200px) {
        section#section-box-banner:before, section#section-box-banner:after {
          background-size: 100%; } }
    section#section-box-banner:before {
      background-image: url(/static/img/bg-left.jpg);
      background-position: left top;
      background-repeat: no-repeat;
      left: 0; }
      @media (max-width: 1200px) {
        section#section-box-banner:before {
          background-position: right top; } }
      @media (max-width: 575px) {
        section#section-box-banner:before {
          background-image: url(/static/img/bg-center.jpg);
          background-position: center top;
          right: 0;
          width: 100%; } }
    section#section-box-banner:after {
      background-image: url(/static/img/bg-right.jpg);
      background-position: right top;
      background-repeat: no-repeat;
      right: 0; }
      @media (max-width: 1200px) {
        section#section-box-banner:after {
          background-position: left top; } }
      @media (max-width: 575px) {
        section#section-box-banner:after {
          display: none; } }
    section#section-box-banner .section-box-bottom {
      margin-top: 30px; }
      @media (max-width: 767px) {
        section#section-box-banner .section-box-bottom {
          margin-top: 0; } }
      section#section-box-banner .section-box-bottom .col-box {
        padding-top: 15px;
        padding-bottom: 15px; }
        section#section-box-banner .section-box-bottom .col-box h2 {
          font-size: 24px;
          color: #584a4a; }
          section#section-box-banner .section-box-bottom .col-box h2 strong {
            color: #952020; }
    section#section-box-banner .col-box.col-box-claim {
      padding-top: 180px;
      padding-bottom: 30px;
      text-align: center;
      position: relative; }
      section#section-box-banner .col-box.col-box-claim h1 {
        margin-bottom: 15px; }
      section#section-box-banner .col-box.col-box-claim:after {
        content: "";
        top: -30px;
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 300px;
        left: 0;
        right: 0;
        bottom: -60px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,0.74+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bdffffff',GradientType=0 );
        /* IE6-9 */ }
        @media (max-width: 1024px) {
          section#section-box-banner .col-box.col-box-claim:after {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+64&0+1,0.93+62,0.93+62 */
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edffffff',GradientType=0 );
            /* IE6-9 */ } }
        @media (max-width: 575px) {
          section#section-box-banner .col-box.col-box-claim:after {
            display: none; } }
      @media (max-width: 575px) {
        section#section-box-banner .col-box.col-box-claim {
          padding-top: 50%; } }
    section#section-box-banner .col-form {
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75);
      padding: 30px 30px 15px;
      border-radius: 4px; }

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