@font-face {
  font-family: "CenturyGothic-Regular";
  src: url("CenturyGothic-Regular.woff2") format("woff");
}
@font-face {
  font-family: "CenturyGothic-Bold";
  src: url("CenturyGothic-Bold.woff2") format("woff");
}
* {
  box-sizing: inherit;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

html, body, fieldset, textarea, input, button, select, figure, label, ul, ol, p, dl, dt, dd, blockquote, pre, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #fff;
  height: 100%;
  font-family: CenturyGothic-Regular;
}

.noOverflow {
  overflow-x: hidden;
}

a, fieldset, img, input, select, textarea, button, iframe {
  border: 0;
  -webkit-box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}
a:hover {
  transition-duration: 0.3s;
}

ul, ol {
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  height: auto;
}

table {
  border-collapse: collapse;
}

.relative {
  position: relative;
  width: 100%;
}

a:focus-visible, button:focus-visible {
  outline-width: 2px;
  outline-color: #477a98;
  outline-style: dotted;
}
a:active, button:active {
  outline: 0;
}


header {
  width: 100%;
  scroll-snap-align: start;
}
header nav {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 0 0 1.25rem;
}
header nav div {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 900px) {
  header nav div img {
    max-width: 5rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 900px) {
  header nav img {
    max-width: 9.375rem;
  }
}
header .contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: CenturyGothic-Bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #000;
  width: 5rem;
  height: 100%;
  margin-left: 1.875rem;
  border-left: 1px solid #cccdd3;
  border-bottom: 3px solid #e6192d;
}
header .contact span {
  display: block;
}
header .contact svg {
  width: 1.25rem;
  fill: #cccdd3;
  margin-bottom: 0.625rem;
}
header .contact:hover svg {
  fill: #e6192d;
}
@media (max-width: 900px) {
  header .contact {
    display: none;
  }
}

*:hover {
  transition-duration: 0.4s;
}

.bandeau {
  position: relative;
  height: 15.625rem;
  padding-top: 3.125rem;
  background-color: #000;
}
@media (max-width: 900px) {
  .bandeau {
    padding: 1.25rem;
    height: 9.375rem;
  }
}
.bandeau:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15.625rem;
  width: 100%;
  background-image: linear-gradient(90deg, #000 12.5%, #ffffff 12.5%, #ffffff 50%, #000 50%, #000 62.5%, #ffffff 62.5%, #ffffff 100%);
  background-size: 8px 8px;
  z-index: 0;
  opacity: 0.1;
}
@media (max-width: 900px) {
  .bandeau:after {
    display: none;
  }
}
.bandeau h1 {
  position: relative;
  z-index: 1;
  font-size: 3.3125rem;
  color: #fff;
}
@media (max-width: 900px) {
  .bandeau h1 {
    font-size: 1.875rem;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.module {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 0;
  scroll-snap-align: start;
}
@media (max-height: 900px) {
  .module {
    height: auto;
  }
}
@media (max-width: 900px) {
  .module {
    height: auto;
    padding: 1.25rem 0;
  }
}
.module h2 {
  position: relative;
  font-size: 1.5rem;
}
.module h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 3.75rem;
  height: 0.1875rem;
}

.social {
  position: relative;
  z-index: 1;
  width: 5rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.875rem;
}
.social svg {
  height: 1.5625rem;
  fill: #fff;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  border: 2px solid transparent;
  font-size: 1.25rem;
  transition-duration: 0.4s;
}

footer {
  margin-top: 5.625rem;
  padding: 1.25rem;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
  font-family: CenturyGothic-Bold;
  scroll-snap-align: end;
}
footer a {
  color: #fff;
}
footer .mb-contact {
  display: none;
}
@media (max-width: 900px) {
  footer .mb-contact {
    display: inline-block;
  }
}

.interview {
  position: relative;
  margin-top: 0;
  background-image: url(../images/bgi-interview.jpg);
  background-size: cover;
  background-position-y: 70%;
  padding-bottom: 6.25rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 900px) {
  .interview {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.interview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(90deg, #000 12.5%, #ffffff 12.5%, #ffffff 50%, #000 50%, #000 62.5%, #ffffff 62.5%, #ffffff 100%);
  background-size: 8px 8px;
  z-index: 0;
  opacity: 0.1;
}
@media (max-width: 900px) {
  .interview:after {
    display: none;
  }
}
.interview .container {
  display: flex;
}
@media (max-width: 900px) {
  .interview .container {
    height: auto;
  }
}
.interview section {
  position: relative;
  z-index: 1;
  width: 100%;
}

.content-interview {
  display: grid;
  grid-template-columns: 26.875rem 1fr;
  align-items: center;
}
@media (max-width: 900px) {
  .content-interview {
    grid-template-columns: 1fr;
  }
}

.interview-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22rem;
  padding: 1.25rem 1.25rem 3.125rem;
  background-color: #fff;
}
.interview-txt h2 {
  color: #e6192d;
}
.interview-txt h2:after {
  background-color: #e6192d;
}
.interview-txt p {
  font-size: 1.5rem;
  line-height: 1;
}
.interview-txt strong {
  font-family: CenturyGothic-Bold;
  font-size: 1.25rem;
  font-weight: normal;
}

.video-js .vjs-control-bar {
  background-color: #000;
}

.vjs-poster {
  background-size: cover;
}

.video-js .vjs-big-play-button {
  left: calc(47% - 90px/2);
  top: calc(50% - 50px/2);
  background-color: #e6192d;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  background-color: #fff;
  border-color: #e6192d;
  color: #e6192d;
}

.carrousel {
  margin-bottom: 1.875rem;
}
@media (max-width: 900px) {
  .carrousel {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
}
.carrousel h2:after {
  background-color: #000;
}
.carrousel h2.container {
  margin-bottom: 3.125rem;
}
@media (max-width: 900px) {
  .carrousel h2.container {
    margin-bottom: 1.875rem;
    padding: 0.625rem;
  }
  .carrousel h2.container:after {
    left: 0.625rem;
  }
}
.carrousel .bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.carrousel .bg:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 40%;
  height: 17.5rem;
  background-image: linear-gradient(90deg, rgba(71, 122, 152, 0.6) 12.5%, #477a98 12.5%, #477a98 50%, rgba(71, 122, 152, 0.6) 50%, rgba(71, 122, 152, 0.6) 62.5%, #477a98 62.5%, #477a98 100%);
  background-size: 8px 8px;
  z-index: -1;
}
@media (max-width: 900px) {
  .carrousel .bg:before {
    display: none;
  }
}
.carrousel .bg:after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 40%;
  height: 15.625rem;
  background-image: linear-gradient(90deg, rgba(71, 122, 152, 0.2) 12.5%, #ffffff 12.5%, #ffffff 50%, rgba(71, 122, 152, 0.2) 50%, rgba(71, 122, 152, 0.2) 62.5%, #ffffff 62.5%, #ffffff 100%);
  background-size: 8px 8px;
  z-index: -1;
}
@media (max-width: 900px) {
  .carrousel .bg:after {
    display: none;
  }
}

.content-slide {
  display: grid;
  grid-template-columns: 32.5rem 1fr;
  align-items: center;
}
.content-slide .citation{
  font-size: 1.25rem;
  color: #003a70;
}
.content-slide .citation cite{
  font-size: 1.00rem;
}
@media (max-width: 900px) {
  .content-slide {
    grid-template-columns: 1fr;
    padding: 0.625rem 0 0 0;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .content-slide .img {
    margin-top: 1.25rem;
  }
  .content-slide .img img {
    margin: 0 auto;
  }
}

.content-txt {
  min-height: 27.25rem;
  padding: 1.25rem;
  margin: 0.625rem 0 0.625rem 0.625rem;
  background-color: #fff;
  box-shadow: -2px -1px 9px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .content-txt {
    margin: 0.625rem 0.9375rem 0 0.625rem;
    min-height: 100%;
    padding: 0.625rem;
    box-shadow: -1px 1px 6px 3px rgba(0, 0, 0, 0.21);
  }
}
.content-txt h3 {
  font-size: 1.8rem;
  line-height: 1;
  color: #003a70;
  font-family: CenturyGothic-Bold;
  margin-bottom: 1.875rem;
}
@media (max-width: 900px) {
  .content-txt h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.content-txt h4 {
  font-size: 2.0rem;
  line-height: 1;
  color: #003a70;
  font-family: CenturyGothic-Bold;
  margin-bottom: 1.875rem;
}
@media (max-width: 900px) {
  .content-txt h4 {
    font-size: 1.0rem;
    margin-bottom: 1.25rem;
  }
}
.content-txt p {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  color: #003a70;
}
@media (max-width: 900px) {
  .content-txt p {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

a.red {
  color: #e6192d;
}
a.red svg {
  height: 1.25rem;
  fill: red;
  margin-right: 0.625rem;
  vertical-align: middle;
}

.module.strategy {
  display: flex;
  align-items: center;
}
.module.strategy h2 {
  color: #fff;
  text-align: right;
  margin-top: 1.875rem;
}
.module.strategy h2:after {
  left: inherit;
  right: 0;
  background-color: #fff;
}

.content-strategy {
  display: grid;
  grid-template-columns: 55% 45%;
  width: 100%;
  min-height: 40rem;
}
@media (max-width: 900px) {
  .content-strategy {
    grid-template-columns: 1fr;
    margin-top: 1.875rem;
  }
}

.illustration {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f8ff;
}
@media (max-width: 900px) {
  .illustration {
    order: 2;
    padding-bottom: 1.875rem;
  }
}
.illustration > div {
  width: calc((71.25rem / 2) + 100px);
  margin-left: auto;
  text-align: center;
  /* padding-right: 20px; */
}
@media (max-width: 900px) {
  .illustration > div {
    width: auto;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.left .illustration {
  display: flex;
  align-items: unset !important;
  justify-content: center;
  background-color: #ffffff;
  /* background-color: #f1f8ff; */
}

.left .illustration > div {
  width: 100% !important;
  margin-left: auto;
  text-align: center;
}

.left .illustration img {
  width: 100%;
  height: 100%;
}
/* @media (max-width: 900px) {
  .illustration > div {
    width: auto;
    margin-top: 1.875rem;
    margin-left: 0;
  }
} */

.illustration p {
  max-width: 20.625rem;
  margin: 1.25rem auto 0;
  text-align: center;
  font-size: 1.25rem;
  color: #003a70;
}

#illus {
  position: absolute;
  top: -8000px;
  height: -8000px;
  font-size: 0;
  color: transparent;
}

.strategy-txt {
  background-color: #003a70;
  position: relative;
}

@media (max-width: 900px) {
  .strategy-txt {
    order: 1;
    padding-bottom: 1.875rem;
  }
}
.strategy-txt > div {
  position: relative;
  z-index: 1;
  max-width: calc(59.35rem / 2);
  margin-right: auto;
  padding-left: 3.125rem;
}
@media (max-width: 900px) {
  .strategy-txt > div {
    max-width: 100%;
    padding: 0 1.25rem;
  }
}
.strategy-txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-strategie.png);
  background-position: 120% 50%;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: 0;
}

.strategy-txt h2{
  margin-bottom: 40px;
}
.strategy-txt h3 {
  font-family: CenturyGothic-Bold;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1.1;
  text-align: right;
  margin: 3.125rem 0;
}
@media (max-width: 900px) {
  .strategy-txt h3 {
    font-size: 1.875rem;
  }
}
.strategy-txt p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.1;
  text-align: right;
  margin-bottom: 1.0rem;
}
.strategy-txt p.left{
  float: left;
}
.right{
  float: right;
}
@media (max-width: 900px) {
  .strategy-txt p {
    font-size: 1.25rem;
  }
}
.strategy-txt .btn {
  width: 17.5rem;
  margin-top: 1.25rem;
  margin-left: auto;
}
.strategy-txt .btn-white {
  border-color: #fff;
  color: #fff;
}
.strategy-txt .btn-white:hover {
  background-color: #fff;
  color: #003a70;
}

.customers {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34.375rem;
  background-color: #003a70;
}
.customers.bg:before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 50%;
  height: 34.375rem;
  background-image: linear-gradient(90deg, rgba(41, 88, 136, 0.6) 20%, rgba(8, 61, 117, 0.6) 20%, rgba(8, 61, 117, 0.6) 50%, rgba(41, 88, 136, 0.6) 20%, rgba(41, 88, 136, 0.6) 20%, rgba(8, 61, 117, 0.6), rgba(8, 61, 117, 0.6) 20%);
  background-size: 8px 8px;
  z-index: 1;
}
@media (max-width: 900px) {
  .customers {
    padding: 1.25rem;
  }
}

.customers h2 {
  color: #fff;
}
.customers h2:after {
  background-color: #fff;
}
.customers .container {
  z-index: 1;
}

.content-customers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 3.125rem;
}
@media (max-width: 900px) {
  .content-customers {
    grid-template-columns: 1fr;
  }
}

.keyfigures {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 31.25rem;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .keyfigures {
    margin-top: 1.875rem;
    overflow: hidden;
    width: auto;
  }
  .keyfigures div + div {
    margin-top: 1.875rem;
  }
}
.keyfigures-double{
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2.5rem;
}
@media (max-width: 900px){
  .keyfigures-double{
    grid-template-columns: 1fr

  }
}
.keyfigures h3 {
  font-size: 3.75rem;
  color: #fff;
  line-height: 1;
  font-family: CenturyGothic-Bold;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (max-width: 900px) {
  .keyfigures h3 {
    font-size: 2.25rem;
    margin-bottom: 0.9375rem;
  }
}
.keyfigures p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}
.keyfigures .number {
  display: inline-flex;
  max-width: 12.5rem;
  overflow: hidden;
}
.keyfigures .number#note, .number#note2 {
  max-width: 13.7rem;
}
.keyfigures .a-right {
  text-align: right;
}
.txt-customers {
  color: #fff;
  padding-right: 3.25rem;
}
@media (max-width: 900px) {
  .txt-customers {
    padding-right: 0;
  }
}
.txt-customers h3 {
  font-size: 2.0rem;
  font-family: CenturyGothic-Bold;
  margin: 1.25rem 0 3.125rem;
}
@media (max-width: 900px) {
  .txt-customers h3 {
    font-size: 1.875rem;
  }
}
.txt-customers p {
  font-size: 1.5rem;
}
@media (max-width: 900px) {
  .txt-customers p {
    font-size: 1.25rem;
  }
}
.txt-customers .btn {
  width: 17.5rem;
  margin-top: 3.125rem;
}
.txt-customers .btn-white {
  /* border-color: #fff; */
  color: #fff;
}
.btn-white .arrow-icon {
  width: 1.875rem;
  position: relative;
  fill: transparent;
  stroke: rgb(255, 255, 255);
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.btn-white:hover .arrow-icon{
  transform: translate3d(0, 0, 0)
}
.txt-customers.txt-right{
  text-align: right;
  padding-left: 3.125rem;
  padding-right: 0;
}
.txt-customers.txt-right h3{
  margin-bottom: 1.875rem;
}
.txt-customers.txt-right .btn{
  margin-left: auto;
  margin-top: 1.875rem;
}
@media (max-width: 900px) {
  .collaborations {
    padding: 0 1.25rem;
    overflow: hidden;
  }
}
.collaborations.module {
  height: auto;
}
.collaborations h2 {
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
.collaborations h2:after {
  background-color: #000;
}
.collaborations h3 {
  font-size: 1.2rem;
  color: #003a70;
  position: relative;
  font-family: CenturyGothic-Bold;
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .collaborations h3 {
    font-size: 1.875rem;
  }
}
.collaborations h3:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 5.625rem;
  height: 0.3125rem;
}
.collaborations h3.h3-innov:after {
  background: #0076c2;
}
.collaborations h3.h3-sur:after {
  left: inherit;
  right: 0;
  background: #880025;
}
.collaborations h3.h3-durable:after {
  background: #536359;
}
.collaborations h4 {
  font-size: 1.5rem;
  color: #003a70;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 900px) {
  .collaborations h4 {
    font-size: 1.5rem;
    margin: 1.25rem 0;
  }
}
.collaborations p {
  font-size: 1.5rem;
  color: #003a70;  
}

.collaborations .a-right p {
  font-size: 1rem;
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .collaborations p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.collaborations .btn {
  width: 14.625rem;
  height: 3.125rem;
  margin-top: 1.875rem;
  font-size: 1rem;
  font-family: CenturyGothic-Bold;
  letter-spacing: 1px;
  color: #fff;
}
.collaborations .btn:hover {
  opacity: 0.6;
}
@media (max-width: 900px) {
  .collaborations .btn {
    margin: 0 auto 1.875rem;
  }
}
.collaborations .btn-innov {
  background-color: #0076c2;
}
.collaborations .btn-sur {
  background-color: #880025;
  float: right;
}
.collaborations .btn-durable {
  background-color: #536359;
}
.collaborations .container {
  display: grid;
  grid-template-columns: 1fr minmax(31.25rem, 1fr);
  margin-bottom: 3.125rem;
}
@media (max-width: 900px) {
  .collaborations .container {
    grid-template-columns: 1fr;
  }
}
.collaborations section:last-child {
  margin-bottom: 0;
}
.collaborations .a-right {
  justify-self: end;
  text-align: right;
  padding-left: 50px;
  /* filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25)); */
}

.collaborations .a-right img {
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.25));
}

@media (max-width: 900px) {
  .mob-order {
    order: 2;
  }
}
.download {
  margin: 3.75rem 0 0;
}
@media (max-width: 900px) {
  .download {
    padding: 1.875rem 0;
    margin-bottom: 1.25rem;
  }
}
.download .bg {
  width: 100%;
  z-index: 1;
  position: relative;
}
/* .download .bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 13.4375rem;
  background-image: linear-gradient(90deg, rgba(71, 122, 152, 0.2) 12.5%, #ffffff 12.5%, #ffffff 50%, rgba(71, 122, 152, 0.2) 50%, rgba(71, 122, 152, 0.2) 62.5%, #ffffff 62.5%, #ffffff 100%);
  background-size: 8px 8px;
  z-index: -1;
} */
@media (max-width: 900px) {
  .download .bg:before {
    display: none;
  }
}
/* .download .bg:after {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 0;
  width: 25%;
  height: 13.4375rem;
  background-image: linear-gradient(90deg, rgba(71, 122, 152, 0.2) 12.5%, #ffffff 12.5%, #ffffff 50%, rgba(71, 122, 152, 0.2) 50%, rgba(71, 122, 152, 0.2) 62.5%, #ffffff 62.5%, #ffffff 100%);
  background-size: 8px 8px;
  z-index: -1;
} */
@media (max-width: 900px) {
  .download .bg:after {
    display: none;
  }
}
.download .container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 900px) {
  .download .container {
    display: block;
  }
}
.download .container section {
  width: 50%;
}
@media (max-width: 900px) {
  .download .container section {
    width: 100%;
  }
  .download .container section img {
    display: block;
    margin: 0 auto;
  }
}
.download .container section.sect-right img {
  float: right;
}
@media (max-width: 900px) {
  .download .container section.sect-right img {
    float: none;
  }
}
.download .container .btn {
  position: absolute;
  height: 3.75rem;
  padding: 0 1.25rem;
}
@media (max-width: 900px) {
  .download .container .btn {
    position: static;
    width: 80%;
    margin: 0 auto;
    right: auto;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .download .container .btn {
    width: 50%;
  }
}

.anchor .container .btn {
  position: relative !important;
  height: 3.75rem;
  padding: 0 1.25rem;
  margin: 0 5rem;
}
@media (max-width: 900px) {
  .anchor .container .btn {
    position: inherit;
    width: 80%;
    margin: 2rem auto;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .anchor .container .btn {
    width: 50%;
  }
}

.download .container .btn-red {
  background-color: #e6192d;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid transparent;
}
@media (max-width: 900px) {
  .download .container .btn-red {
    font-size: 1rem;
    font-family: CenturyGothic-Bold;
    text-align: center;
  }
}
.download .container .btn-red:hover {
  background-color: #fff;
  border-color: #e6192d;
  color: #e6192d;
}

.download .container .btn-blue {
  background-color: #0076c2;
  color: #fff;
  font-size: 1.5rem;
  border: 2px solid transparent;
}
@media (max-width: 900px) {
  .download .container .btn-blue {
    font-size: 1rem;
    font-family: CenturyGothic-Bold;
    text-align: center;
  }
}
.download .container .btn-blue:hover {
  background-color: #fff;
  border-color: #0076c2;
  color: #0076c2;
}

.download .container .top {
  top: 3rem;
  left: 7.8125rem;
}
.download .container .bottom {
  bottom: 30%;
  /* right: 20%; */
}

.download .container img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.all-link {
  display: block;
  width: 21.25rem;
  position: absolute;
  bottom: -80px;
  left: calc(50% - 21.25rem / 2);
  color: #e6192d;
  font-size: 1.25rem;
  font-family: CenturyGothic-Bold;
}
@media (max-width: 900px) {
  .all-link {
    position: inherit;
    bottom: inherit;
    margin-top: 1.875rem;
  }
}
.all-link img {
  margin-right: 0.625rem;
  vertical-align: middle;
}
.all-link .arrow-icon {
  width: 1.875rem;
  position: relative;
  fill: transparent;
  stroke: #e6192d;
  stroke-width: 1.5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  margin-right: 0.625rem;
}
.all-link .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}
.all-link:hover .arrow-icon {
  transform: translate3d(0, 0, 0);
}
.all-link:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.arrow, .arrow2 {
  position: absolute;
  bottom: -2.375rem;
  right: 0.625rem;
  display: flex;
  justify-content: space-between;
  width: 5rem;
}

.slick-prev,
.slick-next {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  background: transparent;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(71, 122, 152, 0.2);
  padding: 0;
  border: none;
}
.slick-prev span,
.slick-next span {
  position: absolute;
  top: -10000px;
  left: -1000px;
  overflow: hidden;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
}

.slick-prev:before {
  content: url(../images/arrow-left.png);
}

.slick-next:before {
  content: url(../images/arrow-left.png);
  transform: rotate(180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.dots, .dots2 {
  position: absolute;
  bottom: -1.5625rem;
  right: 9.375rem;
}
@media (max-width: 900px) {
  .dots, .dots {
    margin-bottom: 1.5625rem;
    right: inherit;
    left: calc(50% - 16.875rem / 2);
  }
}

.slick-dots {
  display: block;
  text-align: right;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(71, 122, 152, 0.2);
}
.slick-dots li button span {
  position: absolute;
  top: -10000px;
  left: -1000px;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background-color: #477a98;
}

.anchor {
  margin-bottom: 0 !important;
}


@media (max-width: 900px) {
  .anchor {
    padding: 0 1.25rem;
    overflow: hidden;
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
  }
}

.anchor h2 {
  font-size: 2.25rem;
  color: #003a70;
  position: relative;
  font-family: CenturyGothic-Bold;
  margin-bottom: 2.5rem;
}

@media (max-width: 900px) {
  .anchor h2 {
    font-size: 1.875rem;
  }
}

.anchor h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 5.625rem;
  height: 0.3125rem;
}

.anchor .h2-ra {
  margin-top: 5rem;
}
@media (max-width: 900px) {
  .anchor .h2-ra {
    margin-bottom: 0;
  }
}
.anchor .h2-ra:after {
  background: #0076c2;
}

.anchor .h2-rr {
  margin-top: 5rem;
}

.anchor .h2-rr:after {
  background: #880025;
}

.anchor .container .citation {
  font-size: 1.25rem;
  color: #003a70;
  font-weight: bold;
  width: 100%;
  max-width: 71.25rem;
  margin: 0 auto;
}

.citation cite {
  display: flex;
  justify-content: flex-end !important;
  color: #003a70;
  width: 100%;
  max-width: 71.25rem;
  margin: 1rem auto 0;
  font-weight: normal;
  font-style: normal;
}




/* flip card section */

.card-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 71.25rem;
}



.flip-card {
  background-color: transparent;
  width: calc(100%/4);
  height: 475px;
  perspective: 1000px;
  margin: 0 7px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner, .flip-card .flip-card-inner:focus {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #003a70;
  color: black;
  /* solves issue with clicking on links VVVV*/
  -webkit-transform: translateZ(1px);
}

.flip-card-front-title {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff !important;
  text-shadow: 0px 1px 1px #003a70;
  text-align: center;
  width: 100%;
  max-width: 12.5rem;
}

.flip-card-front img{
  object-fit: cover;
  width:100%; 
  height:100%;
  opacity: .6;
}

.flip-card-back {
  background-color: #ffffff;
  color: white;
  transform: rotateY(180deg);
  padding: 20px;
  /* solves issue with clicking on links VVVV*/
  -webkit-transform: rotateY(180deg) translateZ(1px);
  display: flex;
  flex-direction: column;
}

.flip-card-back h4 {
  font-size: 20px !important;
  margin-bottom: 0;
}

.flip-card-back p {
  font-size: 1.05rem !important;
}

.flip-card-back p {
  margin-top: 0.8rem;
}

.flip-card-inner .flip-card-back .btn {
  justify-self: center;
  margin: auto;
  margin-bottom: 0;
  align-self: flex-end !important;
}
@media (max-width:820px) {
  .card-container {
    flex-direction: column;
  }

  .flip-card {
    margin-bottom: 14px !important;
    width: auto;
  }

}