@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100..900&display=swap");
* {
  -webkit-transition: all ease .2s;
  transition: all ease .2s; }

div#wpadminbar {
  display: none; }

html {
  margin: 0 !important;
  overflow-x: hidden !important; }

body {
  position: relative;
  font-family: "Archivo", sans-serif !important;
  color: #111111;
  margin: 0 !important;
  overflow-x: hidden !important; }

::-moz-selection {
  color: #fff;
  background: #1B3A3A; }

::selection {
  color: #fff;
  background: #1B3A3A; }

.cookiealert {
  position: fixed;
  bottom: 60px;
  left: 20px;
  width: 15%;
  margin: 0 auto !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  background: #1B3A3A;
  padding: 10px !important; }
  .cookiealert p {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 8px; }
  .cookiealert a {
    color: #cdcdcd; }
  .cookiealert button.acceptcookies {
    background-color: #fff !important;
    color: #1B3A3A !important;
    padding: 8px !important;
    font-size: 0.875rem;
    font-weight: 300;
    max-width: 100%;
    width: 100%;
    display: block;
    white-space: normal;
    text-align: center; }

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms; }

@media screen and (max-width: 900px) {
  .cookiealert {
    width: calc(100% - 20px);
    bottom: 10px;
    text-align: center;
    left: 50%;
    right: auto;
    transform: translate(-50%, 100%); }
    .cookiealert button.acceptcookies {
      margin: 0 auto; }

  .cookiealert.show {
    transform: translate(-50%, 0%); } }
.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }

.grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }

button:focus {
  outline: none !important;
  box-shadow: none; }

.center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.centerleft {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important; }

.centerright {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important; }

.centerend {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.ulflex {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  margin: 0; }

.show-for-small {
  display: none !important; }

@media screen and (max-width: 1140px) {
  .grid {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important; }

  img {
    max-width: 100%; }

  br {
    display: none; }

  .show-for-small {
    display: block !important; }

  .show-for-large {
    display: none !important; }

  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }
section {
  position: relative;
  padding: 80px 0; }

@media (min-width: 1140px) {
  .container {
    max-width: 1270px; } }
@media (max-width: 1580px) {
  .container {
    max-width: 1170px; } }
.bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-1 {
  background-color: #1B3A3A;
  color: #fff; }

.bg-2 {
  background-color: #264A47;
  color: #fff; }

img.img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  z-index: 2; }

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 500ms; }
  .image-wrapper:hover img {
    transform: scale(1.05); }

.embed-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .embed-video iframe {
    position: absolute;
    inset: 0%;
    width: 100%;
    height: 100%; }

.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  align-items: stretch; }

.flex {
  display: flex;
  align-items: center;
  gap: 10px; }

.flex-end {
  display: flex;
  align-items: end;
  gap: 50px; }

.gap20 {
  gap: 20px; }

.gap30 {
  gap: 30px; }

.gap40 {
  gap: 40px; }

.gap50 {
  gap: 50px; }

.gap60 {
  gap: 60px; }

.gap80 {
  gap: 80px; }

.between {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.between-end {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.justify-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.w-100 {
  width: 100%; }

.mt-60 {
  margin-top: 60px; }

.redes ul {
  gap: 8px; }
  .redes ul li a {
    display: block;
    background-color: #1B3A3A;
    width: 40px;
    min-width: 40px;
    height: 40px; }

.text-primary {
  color: #1B3A3A !important; }

.h1, h1, .h2, h2 {
  font-size: 70px;
  font-weight: 100;
  line-height: 80px;
  margin-bottom: 20px; }

.h3, h3 {
  font-size: 1.875rem;
  line-height: 35px;
  font-weight: 200; }

p, li {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 27px; }

.text-lg * {
  font-size: 1.5rem; }
.text-lg li {
  margin: 10px 0; }

b, strong {
  font-weight: bold; }

a.link-absolute {
  display: block;
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  z-index: 2; }

.btn.btn-primary {
  position: relative;
  background-color: #fff !important;
  color: #264A47 !important;
  border: none;
  border-radius: 10px;
  padding: 16px 32px;
  width: 100%;
  max-width: max-content;
  font-size: 1.5rem;
  font-weight: 200;
  white-space: break-spaces;
  transition: all ease 300ms;
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1); }
  .btn.btn-primary:hover {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px; }

.swiper-button-next, .swiper-button-prev {
  background-image: none !important;
  background-position: center;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -50px; }
  .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none; }

.swiper-button-prev {
  background-image: url("../img/icons/prev.svg") !important;
  right: 70px;
  left: auto; }

.swiper-button-next {
  background-image: url("../img/icons/next.svg") !important;
  right: 15px; }

.swiper-button-lock {
  display: none !important; }

.swiper-pagination {
  bottom: -60px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff !important;
    border: solid 2px #1B3A3A !important;
    opacity: 1; }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #1B3A3A !important; }

@media screen and (max-width: 1580px) {
  section {
    padding: 60px 0; }

  .h1, h1, .h2, h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px; }

  .h3, h3 {
    font-size: 1.75rem;
    line-height: 32px; }

  p, li {
    font-size: 1.125rem;
    line-height: 24px; }

  .btn.btn-primary {
    padding: 12px 26px;
    font-size: 1.25rem; }

  .text-lg * {
    font-size: 1.25rem; }
    .text-lg * li {
      margin: 8px 0; }

  .pb-5, .py-5 {
    padding-bottom: 2rem !important; }

  .mt-5, .my-5 {
    margin-top: 2rem !important; }

  .mt-3, .my-3 {
    margin-top: 0.5rem !important; } }
@media screen and (max-width: 1140px) {
  section {
    padding: 50px 0; }

  .grid {
    gap: 10px; }

  .flex-sm-column {
    flex-direction: column;
    align-items: flex-start; }

  .h1, h1, .h2, h2 {
    font-size: 40px;
    line-height: 45px; }

  .h3, h3 {
    font-size: 1.5rem;
    line-height: 28px; }

  p, li {
    font-size: 1rem;
    line-height: 20px; }

  .btn.btn-primary {
    padding: 12px 18px;
    font-size: 1.125rem;
    line-height: 1.2; }

  .text-lg * {
    font-size: 1.125rem; }

  .mt-3, .my-3 {
    margin-top: 0.25rem !important; }

  .mt-4, .my-4 {
    margin-top: 1rem !important; }

  .mt-5, .my-5 {
    margin-top: 1rem !important; }

  .mt-60 {
    margin-top: 40px; } }
header {
  background-color: #264A47;
  position: relative;
  padding: 60px 0;
  z-index: 10; }
  header a.brand {
    display: block; }
  header nav.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px; }
    header nav.nav-menu ul li {
      position: relative; }
      header nav.nav-menu ul li a {
        position: relative;
        display: block;
        width: 100%;
        color: #fff;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 200;
        padding: 8px 12px;
        border-radius: 6px;
        text-align: center;
        text-decoration: none !important;
        transition: all ease 300ms; }
        header nav.nav-menu ul li a:hover {
          background-color: #fff;
          color: #1B3A3A; }
      header nav.nav-menu ul li a.active {
        background-color: #fff;
        color: #1B3A3A; }
  header .hamburger {
    position: relative;
    z-index: 10;
    cursor: pointer; }
  header .hamburger-btn .hamburger-lines .close-line {
    position: relative;
    z-index: 1;
    height: 2px;
    width: 30px;
    border-radius: 0px;
    background-color: #fff;
    margin: 8px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all ease .2s;
    transition: all ease .2s; }
  header .hamburger-btn .hamburger-lines .close-line.close-middle {
    width: 18px; }
  header .hamburger-btn .hamburger-lines.open .close-top {
    transform: translate3d(0px, 10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .hamburger-btn .hamburger-lines.open .close-middle {
    opacity: 0; }
  header .hamburger-btn .hamburger-lines.open .close-bottom {
    transform: translate3d(0px, -10px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d; }
  header .menu-overlay {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: all ease .8s;
    transition: all ease .8s; }
    header .menu-overlay .nav-menu {
      display: block;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      right: 0;
      top: 30px;
      background-color: #1B3A3A;
      padding: 0;
      z-index: 200;
      transform: translateY(-80vh) translateX(0px);
      -webkit-transition: all ease .8s;
      transition: all ease .8s; }
      header .menu-overlay .nav-menu ul {
        flex-direction: column;
        gap: 0px; }
        header .menu-overlay .nav-menu ul li a {
          font-size: 1.25rem;
          text-align: left;
          padding: 20px 15px;
          border-radius: 0px;
          border-bottom: solid 1px #264A47; }
          header .menu-overlay .nav-menu ul li a:hover, header .menu-overlay .nav-menu ul li a:focus {
            background-color: #fff;
            color: #1B3A3A; }
  header .menu-overlay.open {
    display: block;
    height: 600px; }
    header .menu-overlay.open .nav-menu {
      transform: translateY(0vh) translateX(0px); }
  @media screen and (max-width: 1580px) {
    header {
      padding: 40px 0; }
      header .brand img {
        max-width: 250px; }
      header nav.nav-menu ul {
        gap: 15px; }
        header nav.nav-menu ul li a {
          font-size: 1.125rem;
          padding: 6px 10px; } }
  @media screen and (max-width: 1580px) {
    header {
      padding: 30px 0; }
      header .brand img {
        max-width: 200px; } }

header.home {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

section.hero {
  padding-top: 300px;
  padding-bottom: 0; }
  section.hero .content {
    position: relative;
    padding: 80px;
    max-width: 65%;
    margin-left: auto; }
    section.hero .content:after {
      content: '';
      position: absolute;
      top: 0;
      right: -100%;
      height: 100%;
      width: 100%;
      background-color: #264A47;
      pointer-events: none; }
  @media screen and (max-width: 1580px) {
    section.hero {
      padding-top: 250px; }
      section.hero .content {
        padding: 60px; } }
  @media screen and (max-width: 1140px) {
    section.hero {
      padding-top: 180px; }
      section.hero .content {
        max-width: 100%;
        padding: 30px; } }

section.home-about .img-absolute {
  position: absolute;
  right: 0;
  top: 80px; }
  section.home-about .img-absolute img {
    max-width: 44vw; }
@media screen and (max-width: 1580px) {
  section.home-about .img-absolute {
    top: 60px; } }
@media screen and (max-width: 1140px) {
  section.home-about {
    padding-bottom: 0; }
    section.home-about .img-absolute {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 30px; }
      section.home-about .img-absolute img {
        max-width: 100%; } }

section.home-atuacao .box {
  gap: 80px;
  padding: 30px; }
  section.home-atuacao .box p {
    margin-bottom: 0px; }
section.home-atuacao .flex-wrapper {
  max-width: 80%;
  gap: 20px 60px; }
@media screen and (max-width: 1140px) {
  section.home-atuacao .box {
    gap: 60px; }
  section.home-atuacao .order-mobile-2 {
    margin: 15px 0; }
  section.home-atuacao .flex-sm-column {
    gap: 0px; }
    section.home-atuacao .flex-sm-column ul {
      margin-bottom: 0;
      margin-top: -10px; } }

section.cta {
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  color: #fff;
  padding: 280px 0 100px; }
  section.cta .content {
    max-width: 100%; }
  section.cta h3 {
    font-size: 3.125rem;
    line-height: 60px;
    font-weight: 200;
    margin-bottom: 0px; }
  @media screen and (max-width: 1580px) {
    section.cta {
      padding: 240px 0 80px; }
      section.cta h3 {
        font-size: 3rem;
        line-height: 56px; } }
  @media screen and (max-width: 1140px) {
    section.cta {
      padding: 200px 0 60px;
      background-attachment: unset; }
      section.cta .content {
        max-width: 100% !important; }
      section.cta h3 {
        font-size: 2rem;
        line-height: 38px; } }

section.content .content {
  padding-left: 50px;
  border-left: solid 5px #264A47; }
@media screen and (max-width: 1580px) {
  section.content .content {
    padding-left: 30px;
    border-left: solid 4px #264A47; } }
@media screen and (max-width: 1140px) {
  section.content .content {
    padding-left: 20px;
    border-left: solid 3px #264A47; } }

section.solucoes .solucoes-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: -200px;
  z-index: 1; }
section.solucoes .item {
  display: flex;
  gap: 60px;
  padding: 50px 180px 50px 50px; }
  section.solucoes .item .icon {
    width: 85px;
    min-width: 85px; }
    section.solucoes .item .icon img {
      max-width: 85px; }
  section.solucoes .item .content h4 {
    font-size: 1.5rem;
    line-height: 35px;
    font-weight: 300;
    margin-bottom: 25px; }
  section.solucoes .item .content ul {
    padding-left: 20px; }
@media screen and (max-width: 1580px) {
  section.solucoes .solucoes-wrapper {
    gap: 20px; }
  section.solucoes .item {
    gap: 50px;
    padding: 40px 160px 40px 40px; }
    section.solucoes .item .icon {
      width: 60px;
      min-width: 60px; }
      section.solucoes .item .icon img {
        max-width: 60px; }
    section.solucoes .item .content h4 {
      font-size: 1.375rem;
      line-height: 32px;
      margin-bottom: 20px; } }
@media screen and (max-width: 1140px) {
  section.solucoes .solucoes-wrapper {
    gap: 10px; }
  section.solucoes .item {
    flex-direction: column;
    gap: 20px;
    padding: 25px; }
    section.solucoes .item .icon {
      width: 50px;
      min-width: 50px; }
      section.solucoes .item .icon img {
        max-width: 50px; }
    section.solucoes .item .content h4 {
      font-size: 1.25rem;
      line-height: 24px; } }

section.diferenciais .grid {
  gap: 15px; }
section.diferenciais .item {
  padding: 60px; }
  section.diferenciais .item h3 {
    font-size: 2.5rem;
    line-height: 45px;
    margin-bottom: 0; }
@media screen and (max-width: 1580px) {
  section.diferenciais .item {
    padding: 40px; }
    section.diferenciais .item h3 {
      font-size: 2.25rem;
      line-height: 42px; } }
@media screen and (max-width: 1140px) {
  section.diferenciais .grid {
    gap: 5px; }
  section.diferenciais .item {
    padding: 30px; }
    section.diferenciais .item h3 {
      font-size: 1.75rem;
      line-height: 32px; } }

section.contato .contact-item {
  position: relative;
  padding: 10px 0;
  gap: 80px;
  max-width: max-content;
  margin: 30px 0; }
  section.contato .contact-item:after {
    content: '';
    border-right: solid 1px #0000001a;
    height: 100%;
    position: absolute;
    left: 260px;
    top: 0; }
  section.contato .contact-item .text {
    width: 260px;
    font-size: 50px;
    font-weight: 200; }
  section.contato .contact-item a {
    font-size: 1.25rem;
    font-weight: 300; }
    section.contato .contact-item a:hover {
      color: #264A47 !important; }
  section.contato .contact-item p {
    margin-bottom: 0; }
    section.contato .contact-item p br {
      display: block !important; }
@media screen and (max-width: 1580px) {
  section.contato .contact-item {
    padding: 8px 0;
    gap: 60px;
    margin: 25px 0; }
    section.contato .contact-item:after {
      left: 240px; }
    section.contato .contact-item .text {
      width: 240px;
      font-size: 40px; }
    section.contato .contact-item a {
      font-size: 1.125rem; } }
@media screen and (max-width: 1140px) {
  section.contato .contact-item {
    max-width: 100%;
    padding: 5px 0;
    gap: 5px;
    margin: 20px 0; }
    section.contato .contact-item:after {
      border-right: none;
      border-bottom: solid 1px #0000001a;
      left: 0;
      bottom: -15px;
      height: auto;
      width: 100%; }
    section.contato .contact-item .text {
      width: 100%;
      font-size: 32px; }
    section.contato .contact-item a {
      padding-left: 2px;
      font-size: 1.125rem; } }

.formulario .form-control {
  background-color: #fff;
  color: #1B3A3A;
  font-size: 1rem;
  font-weight: 300;
  height: 45px;
  padding: 8px 0px;
  border: none;
  border-radius: 0px;
  border-bottom: solid 1px #111111;
  margin-bottom: 12px;
  box-shadow: none;
  outline: none; }
  .formulario .form-control::placeholder {
    color: #111111;
    font-size: 1rem;
    font-weight: 300; }
.formulario textarea.form-control {
  height: 80px; }
.formulario input.wpcf7-submit {
  background-color: #1B3A3A !important;
  color: #fff !important;
  margin-top: 15px;
  margin-left: auto;
  font-size: 1.125rem;
  padding: 16px 28px;
  line-height: 1;
  display: block; }
  .formulario input.wpcf7-submit:hover {
    background-color: #264A47 !important; }
.formulario span.wpcf7-list-item {
  margin: 0; }
.formulario .wpcf7-not-valid-tip {
  color: red;
  font-size: 0.75rem;
  font-weight: 300;
  margin: -8px 0 12px; }
.formulario .wpcf7 form .wpcf7-response-output {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 10px 0 0;
  padding: 16px;
  border-radius: 12px;
  text-align: center; }
.formulario .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: #000; }
.formulario .wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  color: #fff; }
.formulario span.wpcf7-spinner {
  position: absolute;
  bottom: 12px; }

footer {
  position: relative;
  background-color: #fff;
  padding: 60px 0 30px; }
  footer .flex-footer {
    display: flex;
    justify-content: space-between;
    gap: 90px; }
    footer .flex-footer > div {
      position: relative; }
    footer .flex-footer > div:first-child {
      width: 25%; }
      footer .flex-footer > div:first-child:after {
        content: '';
        position: absolute;
        right: -45px;
        top: 0;
        height: 100%;
        border-right: solid 1px #0000001a; }
    footer .flex-footer > div:nth-child(2) {
      width: 25%; }
      footer .flex-footer > div:nth-child(2):after {
        content: '';
        position: absolute;
        right: -45px;
        top: 0;
        height: 100%;
        border-right: solid 1px #0000001a; }
    footer .flex-footer > div:last-child {
      width: 35%; }
  footer .small {
    margin-top: 40px; }
    footer .small p {
      color: #474747;
      font-size: 1rem;
      line-height: 20px; }
  footer nav ul {
    flex-direction: column;
    gap: 15px; }
    footer nav ul li {
      line-height: 1; }
      footer nav ul li a {
        color: #111111;
        font-size: 1.125rem; }
        footer nav ul li a:hover {
          color: #1B3A3A; }
  footer .nav-politica ul {
    gap: 4px; }
    footer .nav-politica ul li a {
      color: #1B3A3A;
      font-size: 0.875rem;
      font-weight: 400; }
  footer .copy {
    text-align: center;
    margin-top: 60px; }
    footer .copy p, footer .copy a {
      font-size: 0.875rem;
      margin-bottom: 0px; }
    footer .copy a {
      color: #1B3A3A; }
  @media screen and (max-width: 1580px) {
    footer .small p {
      font-size: 0.875rem;
      line-height: 18px; }
    footer nav ul li a {
      font-size: 1rem; } }
  @media screen and (max-width: 1140px) {
    footer {
      padding: 40px 0 30px; }
      footer .flex-footer {
        gap: 60px; }
        footer .flex-footer > div {
          width: 100% !important; }
        footer .flex-footer > div:first-child:after {
          right: auto;
          top: auto;
          height: auto;
          bottom: -30px;
          width: 100%;
          border-bottom: solid 1px #0000001a;
          border-right: none; }
        footer .flex-footer > div:nth-child(2):after {
          right: auto;
          top: auto;
          height: auto;
          bottom: -30px;
          width: 100%;
          border-bottom: solid 1px #0000001a;
          border-right: none; }
      footer .small {
        margin-top: 20px; }
      footer nav.nav-politica {
        margin-top: 20px; } }

/*# sourceMappingURL=styles.css.map */
