@charset "UTF-8";
/**
 *  Colors
 */
/**
 *  Fonts
 */
/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
@font-face {
  font-family: Roboto;
  src: url(./881e150ab929e26d1f812c4342c15a7c.ttf);
  font-weight: 300; }

@font-face {
  font-family: Roboto;
  src: url(./8a36205bd9b83e03af0591a004bc97f4.ttf);
  font-weight: 400; }

@font-face {
  font-family: Roboto;
  src: url(./68ea4734cf86bd544650aee05137d7bb.ttf);
  font-weight: 500; }

@font-face {
  font-family: Roboto;
  src: url(./b8e42971dec8d49207a8c8e2b919a6ac.ttf);
  font-weight: 700; }

/**
 *  Global elements
 */
body {
  font-size: 16px;
  line-height: 1.5;
  color: #353949; }

img {
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #0072A3;
  font-weight: 500; }

h1 {
  font-size: 64px;
  line-height: 50px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px;
      line-height: 40px; } }

h2 {
  font-size: 36px;
  line-height: 45.5px;
  font-weight: 300; }
  @media (max-width: 767px) {
    h2 {
      font-size: 28px;
      line-height: 40px; } }

h3 {
  font-size: 24px;
  line-height: 28px; }

h4 {
  font-size: 16px;
  line-height: 24px; }

a {
  color: #0072A3; }

strong {
  font-weight: 500; }

.btn {
  display: inline-block;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #0072A3;
  text-align: center;
  transition: all .3s ease-in-out; }
  .btn--primary {
    color: #FFF;
    background: #0072A3; }
    .btn--primary:hover {
      background: transparent;
      color: #0072A3; }
  .btn--secondary {
    color: #0072A3;
    background: #F9F9F9;
    border-color: #F9F9F9; }
    .btn--secondary:hover {
      color: #FFF;
      background: #0072A3;
      border-color: #0072A3; }
  .btn--white-border {
    border-color: #FFF; }
    .btn--white-border:hover {
      background: #FFF;
      color: #0072A3; }

@media (max-width: 767px) {
  .hide-on-mob {
    display: none; } }

.show-on-mob {
  display: none; }
  @media (max-width: 767px) {
    .show-on-mob {
      display: block; } }

section {
  padding-top: 100px; }
  @media (max-width: 767px) {
    section {
      padding-top: 50px; } }

.slick-dots {
  padding: 0;
  margin: 20px 0 30px;
  list-style: none;
  display: flex;
  justify-content: center; }
  .slick-dots li {
    font-size: 0; }
  .slick-dots button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #CCE3ED;
    margin: 0 2px; }
    .slick-dots button:focus {
      outline: none; }
  .slick-dots .slick-active button {
    background: #CCE3ED; }

.main-content {
  margin-top: 105px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .main-content {
      margin-top: 40px; } }
  .main-content h1 {
    text-align: center; }
  .main-content h2 {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 100px; }
    @media (max-width: 767px) {
      .main-content h2 {
        margin-top: 50px; } }
  .main-content p {
    margin-top: 0; }
  .main-content h3 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0; }
  .main-content .error-404 {
    text-align: center; }
    .main-content .error-404 h1 {
      line-height: 1; }
      @media (max-width: 767px) {
        .main-content .error-404 h1 {
          line-height: 40px; } }

* {
  box-sizing: border-box; }
  *::before {
    box-sizing: border-box; }
  *::after {
    box-sizing: border-box; }

.container {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1599px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  .container--large {
    max-width: 1515px; }
  .container--small {
    max-width: 1510px; }
    @media (max-width: 1599px) {
      .container--small {
        padding-left: 205px;
        padding-right: 205px;
        max-width: 100%; } }
    @media (max-width: 1199px) {
      .container--small {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 767px) {
      .container--small {
        padding-left: 30px;
        padding-right: 30px; } }
  .container--mini {
    max-width: 855px;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .container--mini {
        padding-left: 30px;
        padding-right: 30px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%; }
  @media (max-width: 767px) {
    .col-8 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 767px) {
    .col-6 {
      flex: 0 0 100%;
      max-width: 100%; } }

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.330%; }
  @media (max-width: 767px) {
    .col-4 {
      flex: 0 0 100%;
      max-width: 100%; } }

#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75); }
  #overlay .modal {
    flex-grow: 1;
    display: none;
    max-width: 50%;
    max-height: 70%;
    min-width: 320px;
    flex-basis: auto;
    min-height: 320px;
    background-color: #ffffff; }

header {
  padding: 100px 0 60px;
  font-size: 0; }
  @media (max-width: 767px) {
    header {
      padding: 50px 0 60px; } }
  header img {
    max-width: 450px; }
    @media (max-width: 767px) {
      header img {
        max-width: 250px; } }
  header a {
    text-decoration: none; }
  header p {
    margin-top: 20px;
    font-weight: 500;
    line-height: 40px;
    font-size: 36px;
    color: #0072A3;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      header p {
        font-size: 28px; } }

footer {
  padding: 50px 0 100px;
  background: #F9F9F9; }
  @media (max-width: 767px) {
    footer {
      padding: 30px 0; } }
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  footer .menu-footer-menu-container {
    width: calc(100% - 100px); }
  footer .menu-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; }
    footer .menu-wrapper li {
      margin-right: 30px; }
      @media (max-width: 767px) {
        footer .menu-wrapper li {
          margin-right: 20px; } }
      footer .menu-wrapper li:last-of-type {
        margin-right: 0; }
      footer .menu-wrapper li a {
        color: #353949;
        font-weight: 700;
        text-decoration: none; }
        footer .menu-wrapper li a:hover {
          color: #0072A3; }
  footer .back-to-top {
    background: #0072A3;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out; }
    @media (max-width: 767px) {
      footer .back-to-top {
        width: 40px;
        height: 40px; }
        footer .back-to-top svg {
          width: 19px;
          height: 19px; } }
    footer .back-to-top:hover {
      top: -3px; }

.intro {
  padding-top: 0; }
  .intro .col-6:first-of-type {
    flex: 0 0 52%;
    max-width: 52%; }
    @media (max-width: 767px) {
      .intro .col-6:first-of-type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .intro .col-6:last-of-type {
    flex: 0 0 48%;
    max-width: 48%; }
    @media (max-width: 767px) {
      .intro .col-6:last-of-type {
        display: none; } }
  .intro__content {
    padding-top: 104px;
    padding-bottom: 94px; }
    @media (max-width: 1199px) {
      .intro__content {
        padding-top: 50px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .intro__content {
        padding-top: 0; } }
    .intro__content h1 {
      font-size: 36px;
      font-weight: 300;
      margin: 0; }
      @media (max-width: 767px) {
        .intro__content h1 {
          font-size: 28px;
          line-height: 40px; } }
  @media (max-width: 1350px) {
    .intro__img-left img, .intro__img-right img {
      object-fit: cover; } }
  @media (max-width: 767px) {
    .intro__img-left img, .intro__img-right img {
      height: auto;
      width: 100%; } }
  .intro__img-left {
    position: relative;
    margin-left: -205px;
    width: calc(100% + 118px); }
    @media (max-width: 1199px) {
      .intro__img-left {
        width: calc(100% + 6px);
        margin-left: -100px; } }
    @media (max-width: 767px) {
      .intro__img-left {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        margin-left: 0; } }
    .intro__img-left .image-desktop {
      display: block;
      position: absolute;
      width: 100%; }
      @media (max-width: 767px) {
        .intro__img-left .image-desktop {
          display: none; } }
    .intro__img-left .image-mobile {
      display: none; }
      @media (max-width: 767px) {
        .intro__img-left .image-mobile {
          display: block; } }
  .intro__img-right {
    text-align: right;
    padding-left: 43px; }
    @media (max-width: 1199px) {
      .intro__img-right {
        padding-left: 0; } }
    .intro__img-right img {
      width: calc(100% + 205px);
      max-width: unset; }
      @media (max-width: 1199px) {
        .intro__img-right img {
          width: calc(100% + 50px); } }
  .intro .buttons-group {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap; }
    .intro .buttons-group .btn {
      margin-right: 10px;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 10px; }
      .intro .buttons-group .btn:last-of-type {
        margin-right: 0; }

.lightbox-cards {
  padding-top: 0; }
  .lightbox-cards .col-6:first-of-type {
    flex: 0 0 52%;
    max-width: 52%; }
    @media (max-width: 767px) {
      .lightbox-cards .col-6:first-of-type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .lightbox-cards .col-6:last-of-type {
    flex: 0 0 48%;
    max-width: 48%; }
    @media (max-width: 767px) {
      .lightbox-cards .col-6:last-of-type {
        flex: 0 0 100%;
        max-width: 100%; } }
  .lightbox-cards__content {
    padding-top: 83px;
    padding-bottom: 83px;
    padding-left: 73px;
    max-width: 445px; }
    @media (max-width: 1199px) {
      .lightbox-cards__content {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .lightbox-cards__content {
        padding-left: 0; } }
    .lightbox-cards__content h2 {
      margin-top: 0;
      margin-bottom: 10px; }
    .lightbox-cards__content p {
      margin-top: 10px; }
      .lightbox-cards__content p:last-of-type {
        margin-bottom: 0; }
  .lightbox-cards__img {
    position: absolute;
    bottom: 1px;
    right: -190px;
    font-size: 0;
    padding-left: 35.5%; }
    @media (max-width: 1199px) {
      .lightbox-cards__img {
        right: -35px; } }
    @media (max-width: 767px) {
      .lightbox-cards__img {
        position: static;
        padding-left: 0; } }
    .lightbox-cards__img img {
      width: 100%; }

.cards {
  position: relative;
  z-index: 1; }
  .cards--lightbox .col:nth-of-type(2) {
    flex: 0 0 66.66%;
    max-width: 66.66%; }
    @media (max-width: 767px) {
      .cards--lightbox .col:nth-of-type(2) {
        flex: 0 0 100%;
        max-width: 100%; } }
    .cards--lightbox .col:nth-of-type(2) .card {
      width: calc(50% - 15px); }
      @media (max-width: 767px) {
        .cards--lightbox .col:nth-of-type(2) .card {
          width: 100%; } }
  .cards h2 {
    margin-bottom: 100px; }
    @media (max-width: 767px) {
      .cards h2 {
        margin-bottom: 50px; }
        .cards h2 br {
          display: none; } }
  @media (max-width: 767px) {
    .cards .container--small {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .cards .row {
      margin-left: 0;
      margin-right: 0; } }
  .cards .col {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 767px) {
      .cards .col {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 0;
        padding-left: 8px;
        padding-right: 8px; } }
  .cards .card {
    background: #F9F9F9;
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    .cards .card__icon {
      height: 50px;
      width: auto;
      margin-bottom: 20px; }
      .cards .card__icon img {
        display: inline-block; }
    .cards .card h3 {
      color: #353949;
      position: relative;
      margin-bottom: 20px;
      margin-top: 0;
      padding: 0 60px 22px; }
      @media (max-width: 1300px) {
        .cards .card h3 {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 1000px) {
        .cards .card h3 {
          word-wrap: break-word; } }
      @media (max-width: 767px) {
        .cards .card h3 {
          padding-left: 55px;
          padding-right: 55px; } }
      .cards .card h3:before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-radius: 1px;
        background: #0072A3; }
    .cards .card__description {
      margin-bottom: 20px;
      margin-top: 0; }
      @media (max-width: 1000px) {
        .cards .card__description {
          word-wrap: break-word; } }
    .cards .card .button-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: flex-end;
      align-self: center; }

.lightbox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(88, 88, 88, 0.5);
  z-index: 100;
  margin: auto auto;
  align-items: center;
  justify-content: center; }
  .lightbox.active-lightbox {
    display: flex; }
  .lightbox__inner {
    position: relative;
    background: #F9F9F9;
    overflow-x: auto;
    max-height: 80vh;
    padding: 40px 60px 50px;
    max-width: 744px; }
    @media (max-width: 767px) {
      .lightbox__inner {
        padding: 54px 30px 30px; } }
  .lightbox .close-lightbox {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 10px;
    cursor: pointer; }
  .lightbox__img {
    margin-bottom: 30px; }
  .lightbox h3 {
    margin-top: 0;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .lightbox h3 {
        text-align: center; } }
  .lightbox__content p {
    margin-bottom: 25px; }
    .lightbox__content p:last-of-type {
      margin-bottom: 0; }
  .lightbox .btn {
    margin-top: 20px; }

.opened-lightbox {
  overflow: hidden; }

.tabs h2 {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .tabs h2 {
      margin-bottom: 20px; } }

.tabs__caption {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  background: #F9F9F9;
  font-size: 0;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .tabs__caption {
      margin-bottom: 20px; } }
  @media (max-width: 440px) {
    .tabs__caption {
      background: transparent;
      margin-bottom: 10px; } }
  .tabs__caption .btn {
    padding: 9px;
    margin-right: 10px; }
    @media (max-width: 440px) {
      .tabs__caption .btn {
        margin-bottom: 10px; } }
    .tabs__caption .btn:last-of-type {
      margin-right: 0; }
    .tabs__caption .btn.active {
      background: #0072A3;
      color: #FFF;
      border-color: #0072A3; }
  .tabs__caption p {
    margin: 0; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: flex; }
  @media (max-width: 767px) {
    .tabs__content .row .col:first-of-type {
      order: 1; } }
  @media (max-width: 767px) {
    .tabs__content .row .col:nth-of-type(2) {
      order: 3; } }
  @media (max-width: 767px) {
    .tabs__content .row .col:last-of-type {
      order: 2; } }

.tabs__heading {
  font-weight: 500;
  line-height: 30px;
  color: #353949;
  margin-top: 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .tabs__heading {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 36px; } }

.tabs__text p {
  margin-bottom: 28px; }
  .tabs__text p:last-of-type {
    margin-bottom: 0; }

.tabs__img {
  width: calc(100% + 205px);
  background: #CCE3ED;
  font-size: 0;
  padding-top: 44px;
  padding-bottom: 44px;
  padding-left: 47px;
  padding-right: 47px; }
  @media (max-width: 1199px) {
    .tabs__img {
      width: calc(100% + 50px); } }
  @media (max-width: 767px) {
    .tabs__img {
      width: 100%;
      padding: 27px 29px 27px;
      margin-bottom: 20px; } }

.downloads .row {
  align-items: center; }

@media (max-width: 767px) {
  .downloads .col:first-of-type {
    order: 2;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    max-width: unset; } }

@media (max-width: 767px) {
  .downloads .col:last-of-type {
    order: 1; } }

.downloads__img {
  background: #CCE3ED;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -205px;
  margin-right: 190px;
  text-align: right; }
  @media (max-width: 1199px) {
    .downloads__img {
      margin-left: -100px;
      margin-right: 70px; } }
  @media (max-width: 767px) {
    .downloads__img {
      text-align: center;
      margin-left: 0;
      margin-right: 0;
      padding: 30px; } }
  .downloads__img img {
    margin-right: -87px; }
    @media (max-width: 1199px) {
      .downloads__img img {
        margin-right: -50px; } }
    @media (max-width: 767px) {
      .downloads__img img {
        margin-right: 0; } }

.downloads h2 {
  margin-top: 0;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .downloads h2 {
      margin-bottom: 20px; } }

.downloads__items {
  list-style: none;
  padding: 0;
  margin: 0; }

.downloads__item {
  position: relative;
  margin-bottom: 32px; }
  @media (max-width: 767px) {
    .downloads__item {
      margin-bottom: 30px; } }
  .downloads__item:last-of-type {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .downloads__item:last-of-type {
        margin-bottom: 30px; } }

.downloads__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; }

.downloads__text {
  padding-left: 62px;
  font-size: 14px;
  line-height: 24px;
  max-width: 389px; }
  .downloads__text p {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .downloads__text p {
        font-size: 16px; } }
  .downloads__text a {
    font-weight: 500;
    color: #353949;
    display: flex; }
    .downloads__text a:hover {
      text-decoration: none; }
    .downloads__text a svg {
      margin-left: 8px; }

.questions__title {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .questions__title {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .questions__items .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .questions__items .row {
    margin-left: 0;
    margin-right: 0; } }

.questions__items .col:last-of-type .questions__item {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .questions__items .col {
    padding-left: 8px;
    padding-right: 8px; } }

.questions__item {
  background: #F9F9F9;
  padding: 30px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .questions__item {
      margin-bottom: 0; } }
  .questions__item h3 {
    margin: 0;
    color: #353949;
    line-height: 30px; }

.questions__contact {
  color: #FFF;
  padding-top: 85px; }
  @media (max-width: 767px) {
    .questions__contact {
      padding-top: 0px;
      margin-top: 85px; } }
  @media (max-width: 1599px) {
    .questions__contact-inner {
      background: #0072A3; } }
  .questions__contact .container {
    position: relative; }
    .questions__contact .container:before {
      content: '';
      position: absolute;
      background: #0072A3;
      height: 100%;
      left: -330px;
      width: calc(100% + 660px);
      top: 0; }
      @media (max-width: 1599px) {
        .questions__contact .container:before {
          display: none; } }
  .questions__contact h3 {
    color: inherit; }
  .questions__contact .col:first-of-type {
    flex: 0 0 65%;
    max-width: 65%; }
    @media (max-width: 767px) {
      .questions__contact .col:first-of-type {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2; } }
  .questions__contact .col:nth-of-type(2) {
    flex: 0 0 35%;
    max-width: 35%;
    position: relative; }
    @media (max-width: 767px) {
      .questions__contact .col:nth-of-type(2) {
        flex: 0 0 100%;
        max-width: 100%;
        order: 1; } }
  @media (max-width: 767px) {
    .questions__contact .col:nth-of-type(3) {
      order: 3; } }

.questions__contact-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0 100px; }
  @media (max-width: 767px) {
    .questions__contact-wrapper {
      padding: 42px 0 50px; } }

.questions__intro-text p {
  margin-top: 0;
  margin-bottom: 10px; }

.questions__intro-text h3 {
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .questions__intro-text h3 {
      margin-bottom: 10px; } }

.questions__signature {
  margin-bottom: 30px; }

.questions__signature-caption {
  margin-top: 13px;
  font-size: 18px;
  line-height: 26px; }

.questions .btn {
  font-size: 18px;
  padding: 14px 24px;
  line-height: normal;
  font-weight: 400; }

.questions__image {
  position: absolute;
  bottom: 0;
  right: -165px;
  width: calc(100% + 165px);
  max-width: unset;
  padding-left: 56px; }
  @media (max-width: 1199px) {
    .questions__image {
      right: -30px;
      width: calc(100% + 30px);
      padding-left: 0; } }
  @media (max-width: 767px) {
    .questions__image {
      position: static;
      width: auto;
      max-width: 100%;
      margin: 0 auto 30px;
      display: block; } }

.questions__text {
  max-width: 730px;
  margin-top: 50px; }
  .questions__text p {
    margin-top: 0;
    margin-bottom: 24px; }
    .questions__text p:last-of-type {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .text_image .col:first-of-type {
    order: 2; } }

@media (max-width: 767px) {
  .text_image .col:last-of-type {
    order: 1; } }

.text_image--reverse .col:first-of-type {
  order: 2; }

.text_image--reverse .col:last-of-type {
  order: 1; }

.text_image h2 {
  margin-top: 0;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .text_image h2 {
      margin-bottom: 10px; } }

.text_image p:last-of-type {
  margin-bottom: 0; }

.text_image ul {
  padding-left: 18px; }

@media (max-width: 767px) {
  .text_image__content {
    margin-top: 30px; } }

.text_image__image {
  width: calc(100% + 205px);
  font-size: 0; }
  @media (max-width: 1199px) {
    .text_image__image {
      width: calc(100% + 50px); } }
  @media (max-width: 767px) {
    .text_image__image {
      width: 100%; } }
  @media (max-width: 767px) {
    .text_image__image img {
      margin-left: -30px;
      width: calc(100% + 60px);
      max-width: unset; } }
  .text_image--reverse .text_image__image {
    margin-left: -205px; }
    @media (max-width: 1199px) {
      .text_image--reverse .text_image__image {
        margin-left: -50px; } }
    @media (max-width: 767px) {
      .text_image--reverse .text_image__image {
        margin-left: 0; } }

.contact-form {
  color: #FFF; }
  .contact-form .container {
    background-color: #0072A3; }
  .contact-form h2 {
    color: inherit;
    margin-bottom: 90px;
    text-align: center; }
    @media (max-width: 767px) {
      .contact-form h2 {
        margin-bottom: 50px; } }
  .contact-form .form-thank-you {
    max-width: 820px;
    margin: 0 auto;
    display: none; }
    .contact-form .form-thank-you p {
      font-size: 40px;
      line-height: 52px;
      font-weight: 500;
      text-align: center;
      color: #FFF;
      margin: 0; }
      @media (max-width: 767px) {
        .contact-form .form-thank-you p {
          font-size: 30px;
          line-height: 40px; } }
      .contact-form .form-thank-you p br {
        display: none; }
        @media (max-width: 500px) {
          .contact-form .form-thank-you p br {
            display: block; } }
  .contact-form form {
    max-width: 726px;
    margin: 0 auto;
    padding: 55px 0;
    position: relative; }
    .contact-form form.sent {
      padding: 44px 0; }
      @media (max-width: 767px) {
        .contact-form form.sent {
          padding: 22px 0; } }
      .contact-form form.sent .form-thank-you {
        display: block !important; }
    .contact-form form .row--footer {
      justify-content: space-between; }
    .contact-form form .col--acceptance {
      flex: 0 1 auto;
      width: auto;
      margin-top: 6px; }
      @media (max-width: 767px) {
        .contact-form form .col--acceptance {
          width: 100%;
          margin-top: 0; } }
      .contact-form form .col--acceptance label {
        margin-bottom: 0;
        display: flex; }
      .contact-form form .col--acceptance .wpcf7-not-valid-tip {
        left: 0;
        right: auto; }
        .contact-form form .col--acceptance .wpcf7-not-valid-tip:before {
          left: 10px;
          right: auto; }
        .contact-form form .col--acceptance .wpcf7-not-valid-tip:after {
          display: none; }
    .contact-form form .col--submit {
      flex: 0 0 auto;
      width: auto; }
      @media (max-width: 767px) {
        .contact-form form .col--submit {
          width: 100%;
          margin-top: 22px; } }
    .contact-form form label {
      font-weight: 500;
      margin-bottom: 4px;
      display: block; }
    .contact-form form .wpcf7-list-item {
      margin-left: 0; }
    .contact-form form .wpcf7-spinner {
      position: absolute; }
    .contact-form form .wpcf7-response-output {
      position: absolute;
      right: 0;
      top: calc(100% - 119px);
      margin: 0 !important;
      color: #FF0000;
      background-color: #FFF;
      padding: 4px !important;
      line-height: 19px;
      border-radius: 3px;
      font-size: 13px;
      border: none !important; }
      @media (max-width: 767px) {
        .contact-form form .wpcf7-response-output {
          top: calc(100% - 51px);
          padding: 2px 4px !important; } }
      .contact-form form .wpcf7-response-output:before {
        position: absolute;
        content: '';
        height: 6px;
        width: 11px;
        right: 10px;
        top: -4px;
        transform: rotate(180deg);
        background-image: url(./e40ddb7161c2209bd675b10c1ea102ad.png);
        background-repeat: no-repeat;
        background-size: 10px; }
    .contact-form form .wpcf7-not-valid-tip {
      position: absolute;
      top: -42px;
      right: 0;
      color: #FF0000;
      background-color: #FFF;
      padding: 4px;
      line-height: 19px;
      border-radius: 3px;
      font-size: 13px; }
      @media (max-width: 767px) {
        .contact-form form .wpcf7-not-valid-tip {
          padding: 2px 4px;
          top: -38px; } }
      .contact-form form .wpcf7-not-valid-tip:before {
        position: absolute;
        content: '';
        height: 6px;
        width: 11px;
        right: 10px;
        bottom: -4px;
        background-image: url(./e40ddb7161c2209bd675b10c1ea102ad.png);
        background-repeat: no-repeat;
        background-size: 10px; }
      .contact-form form .wpcf7-not-valid-tip:after {
        position: absolute;
        content: '';
        height: 16px;
        width: 16px;
        right: 8px;
        bottom: -34px;
        background-image: url(./7df9f1f4fd4064fcc726f03c76823d22.svg);
        background-repeat: no-repeat; }
    .contact-form form a {
      color: inherit; }
      .contact-form form a:hover {
        text-decoration: none; }
    .contact-form form input, .contact-form form textarea {
      font-size: 16px;
      color: #FFF;
      background-color: rgba(255, 255, 255, 0.25);
      border: none;
      border-radius: 3px;
      padding: 11px 10px 12px;
      line-height: 19px;
      width: 100%;
      margin-bottom: 32px;
      font-family: "Roboto", sans-serif; }
      @media (max-width: 767px) {
        .contact-form form input, .contact-form form textarea {
          margin-bottom: 22px; } }
      .contact-form form input:focus, .contact-form form input.wpcf7-not-valid, .contact-form form textarea:focus, .contact-form form textarea.wpcf7-not-valid {
        outline: none;
        background-color: #FFF;
        color: #000; }
      .contact-form form input.wpcf7-not-valid, .contact-form form textarea.wpcf7-not-valid {
        color: #FF0000; }
      .contact-form form input::-ms-input-placeholder, .contact-form form textarea::-ms-input-placeholder {
        /* Edge 12-18 */
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto", sans-serif; }
      .contact-form form input::placeholder, .contact-form form textarea::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-family: "Roboto", sans-serif; }
    .contact-form form textarea {
      height: 187px;
      margin-bottom: 17px; }
    .contact-form form input[type="checkbox"] {
      width: 13px;
      height: 13px;
      padding: 0;
      background: #FFF;
      border: 1px solid #cecece;
      margin: 2px 5px 0 0;
      -webkit-appearance: none;
      flex: 1 0 13px; }
      .contact-form form input[type="checkbox"] + span {
        font-size: 13px;
        position: relative;
        z-index: 1; }
        .contact-form form input[type="checkbox"] + span:before {
          position: absolute;
          display: none;
          left: -17px;
          top: 3px;
          width: 13px;
          height: 13px;
          background-image: url(./af8d692b18f0b689ad2a9d7b5be6f703.svg);
          background-size: 11px;
          background-repeat: no-repeat;
          background-position: left 0 center; }
      .contact-form form input[type="checkbox"]:checked + span:before {
        display: block; }
    .contact-form form input[type="submit"] {
      width: auto;
      margin-left: auto;
      margin-bottom: 0;
      display: block;
      padding: 5px 11px 6px;
      font-size: 13px;
      color: #0072A3;
      background-color: #FFF;
      font-weight: 500;
      border: 1px solid #FFF;
      cursor: pointer;
      transition: all .3s;
      -webkit-appearance: none; }
      .contact-form form input[type="submit"]:disabled:hover {
        background-color: #FFF;
        color: #0072A3; }
      .contact-form form input[type="submit"]:hover {
        background-color: transparent;
        color: #FFF; }
    .contact-form form .notice {
      font-size: 13px;
      font-weight: 500;
      margin: 51px 0 0; }
      @media (max-width: 767px) {
        .contact-form form .notice {
          margin-top: 15px; } }

/**
 *  Reset defaults
 */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-feature-settings: 'clig' off, 'liga' off; }

/*# sourceMappingURL=app.min.css.map*/