@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

@font-face {
  font-family: 'Publico';
  src: url("../fonts/Publico-Headline-Bold.eot") format("embedded-opentype"), url("../fonts/Publico-Headline-Bold.woff2") format("woff2"), url("../fonts/Publico-Headline-Bold.woff") format("woff"), url("../fonts/Publico-Headline-Bold.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

* {
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  font: bold 16px/16px 'Source Sans Pro', sans-serif; }

span {
  font: normal 1.9vw/2vw 'Source Sans Pro', sans-serif;
  text-shadow: -3px 0 0 black; }

.text {
  font-weight: normal;
  color: #ffffff;
  padding: 10px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  font: normal 1.7vw/2.6vw 'Source Sans Pro', sans-serif; }

hr {
  border: 0;
  display: block;
  width: 240px;
  color: #ed756d;
  background-color: #ed756d;
  height: 2px;
  margin: 0 0 29px;
  text-align: left; }

.container {
  width: 100%;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.axa__intro {
  background-image: url("../images/bg-desk2-section1.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  padding: 80px 20px;
  min-height: 54vh;
  position: relative;
  background-color: #00005b; }
  .axa__intro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1); }
  .axa__intro__logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 35px;
    z-index: 2; }
  .axa__intro .axa__intro__content {
    display: block;
    max-width: 590px;
    position: relative;
    left: 0;
    top: 3vh;
    z-index: 2; }
    @media (max-width: 1400px) {
      .axa__intro .axa__intro__content {
        top: 7vh; } }
    .axa__intro .axa__intro__content .intro__content__title {
      padding: 15px 0;
      font: normal 5vw/5vw 'Publico';
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    .axa__intro .axa__intro__content .intro__content__subtitle {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    .axa__intro .axa__intro__content .axa__buttons {
      padding-top: 10px; }
      .axa__intro .axa__intro__content .axa__buttons .btn {
        display: block;
        width: 240px;
        position: relative;
        background-color: transparent;
        border: 1px solid white;
        color: white;
        z-index: 9;
        padding: 10px;
        margin-bottom: 20px;
        font-size: 1.2vw;
        text-align: center;
        -webkit-transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: border-color 0.29s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        overflow: hidden; }
        .axa__intro .axa__intro__content .axa__buttons .btn:after {
          content: "";
          width: 0;
          height: 530px;
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: -1;
          opacity: 0;
          background: white;
          -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                  transform: translate3d(-50%, -50%, 0) rotate(45deg);
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          -webkit-transition: width 0.3s,opacity 0.3s;
          transition: width 0.3s,opacity 0.3s; }
        .axa__intro .axa__intro__content .axa__buttons .btn:hover {
          color: #00008f !important; }
          .axa__intro .axa__intro__content .axa__buttons .btn:hover:after {
            width: 100%;
            opacity: 1;
            background-color: white; }
        .axa__intro .axa__intro__content .axa__buttons .btn--color {
          background-color: #ed756d;
          border: 1px solid #ed756d; }
  .axa__intro .axa__clarification {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 2; }
    .axa__intro .axa__clarification .clarification__text {
      font-size: 16px;
      font-family: 'Source Sans Pro', sans-serif; }

.axa__icons__content {
  background-color: #00005b;
  display: inline-block;
  width: 100%;
  padding: 55px 0 40px; }
  .axa__icons__content .icons__content__title {
    text-align: center;
    font: normal 4.7vw/6vw 'Publico'; }
  .axa__icons__content .axa__icons__content {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr !important;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    text-align: center;
    color: #ffffff;
    padding-top: 83px; }
    .axa__icons__content .axa__icons__content .item__title {
      font-weight: bold; }
    .axa__icons__content .axa__icons__content .axa__item:first-child {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .axa__icons__content .axa__icons__content .axa__item:nth-child(2) {
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .axa__icons__content .axa__icons__content .axa__item:nth-child(3) {
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .axa__icons__content .axa__icons__content .axa__item:nth-child(4) {
      -ms-grid-column: 7;
      -ms-grid-row: 1; }

footer {
  height: 10vh;
  background-color: cadetblue; }

.axa__footer__link {
  background-color: #3b3ed8;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 45px;
  height: auto; }
  .axa__footer__link a {
    padding-right: 60px;
    cursor: pointer; }
  .axa__footer__link a::after {
    content: '|';
    color: #ffffff;
    position: relative;
    left: 30px; }
  .axa__footer__link:last-child:after {
    display: none; }

.axa__footer__link a:last-child:after {
  display: none; }

.axa__footer__legals {
  background-color: #2f2ac5;
  display: block;
  right: 0px;
  padding: 35px 40px;
  width: 100%;
  text-align: right;
  height: 50%; }
  .axa__footer__legals after:last-child {
    display: none; }
  .axa__footer__legals__privacy {
    font: normal 12px 'Source Sans Pro', sans-serif; }

@media (max-width: 600px) {
  .axa__footer__link a {
    padding-right: 11px;
    cursor: pointer; }
  .axa__footer__link a:after {
    content: '|';
    color: #ffffff;
    position: relative;
    left: 8px; }
  .axa__footer__link a:last-child:after {
    display: none; }
  .axa__footer__legals {
    text-align: center;
    font-size: 13px; } }
