@font-face {
  font-family: "SansaPro-SemiBold";
  font-style: normal;
  font-weight: normal;
  src: url(../css/assets/fonts/SansaPro-SemiBold.otf); 
  }
  
body {
	-webkit-overflow-scrolling: touch;
}
/* .background {
  position: absolute;
  top: 671px;
  left: 0;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 790px;
  background-color: #D3D0C9;
  border: solid 1px #979797;
  opacity: 0.45;
}

.background-tiles-section {
  left: 0;
  width: 100%;
  position: absolute;
  top: 1406px;
  z-index: -1;
} */

.main-content-hub {
  display: flex;
  overflow: hidden;
  width: 1161px;
  margin: 0 auto;
}

.text-and-quote {
	margin: 80px 0;
}

.text-and-quote .container-left {
  width: 48%;
  margin-right: 20px;
}

.text-and-quote .container-left h3 {
	font-family: SansaPro-Normal;
	font-size:24px;
	max-width: 95%;
}

.text-and-quote .container-left p{
	font-size: 16px;
	margin-top: 18px;
	font-family: Arial,Helvetica,sans-serif;
	max-width: 95%;
}

.text-and-quote .container-right {
  position: relative;
  width:48%;
}

.text-and-quote .title-container {
    margin: 0 auto;
}

.text-and-quote .container-right .combined-shape {
  position: absolute;
}

.text-and-quote h2 {
  margin-left: 60px;
  font-size: 48px;
  font-family: SansaPro-Normal;
  line-height: 55px;
}

.custom-combined-shape {
  width:28px;
  height: 238px;
  background: #e1523d;
  border-radius: 20px 0% 20px 0%;
}

.azur .custom-combined-shape {
	background: #27BDBE;
}
 
.text-and-quote .container-right .button-9{
	background-color: transparent;
	border-color: #e1523d;
	color: black;
	margin-top: 45px;
	color: #333332;
}

.text-and-quote.azur .container-right .button-9 {
	border-color: #27BDBE;
}

.text-and-quote .container-right .button-9 .text {
	font-family: "SansaPro-SemiBold";
  	font-size: 16px;
	font-weight: 400;
	line-height: 24px;

}

.header-banner-content-hub .header-text {
  position: absolute;
  bottom: 70px; 
  left: 140px;
  max-width: 530px;
  line-height: 72px;
}

.header-banner-content-hub.type-image .header-text {
	position: absolute;
	max-width:60%;
	top: 78px;
	left: 390px;
	line-height: 72px;
	height: 171px;
    display: flex;
    align-items: center;
}

.header-banner-content-hub .header-text h1 {
  margin: 0;
  font-size: 3.5vw;
  color: white; 
  font-weight: 400px;
  font-family: SansaPro-Bold;
}

.text-and-image .container-left {
  background-color: #333332;
  color: white;
  border-radius: 5% 0% 0% 0%;
  min-height: 553px;
  width: 50%;
  padding: 55px 55px;
}

.text-and-image .container-left h2 {
	font-family: SansaPro-Bold;
	font-size: 48px;
	margin-bottom: 20px;
	line-height: 50px;
}

.text-and-image .container-left p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 30px;
}


.text-and-image .container-right {
	width: 50%;
}

.text-and-image {
	margin: 80px 0;
}

.text-and-image .button.button-9, 
.link-list-and-cta .button.button-9{
	color: white;
	font-family: "SansaPro-SemiBold";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    border-color: #e1523d;
}

.text-and-image.azur .button.button-9 {
	border-color: #27BDBE;
}

.text-and-image .button.button-9 .download-icon-gray, 
.link-list-and-cta .button.button-9 .download-icon-gray{
	display: none;
}

.text-and-image .button.button-9:hover, .link-list-and-cta .button.button-9:hover {
	color: #333332;
	background-color: white;
	border-color: white;
}

.text-and-image .button.button-9:hover .download-icon-gray,
.link-list-and-cta .button.button-9:hover .download-icon-gray
{
	display: block;
	width: 22px;
}

.text-and-image .button.button-9:hover img,
.link-list-and-cta .button.button-9:hover img {
	display: none;
}

.text-and-image .button-9 .button-inner img,
.link-list-and-cta .button-9 .button-inner img {
	margin-right: 20px;
}

.text-and-image .button-9, 
.link-list-and-cta .button-9 {
	margin-top: 45px;
	border-color: #e1523d;
}

.text-and-image .button-9:hover {
	border-color: #e1523d;
	background-color: #333332;
	color: white;
}

.header-banner-content-hub .co-header__video.block {
  position: relative;
  margin: auto;
}

.header-banner-content-hub .co-header__video-poster {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

#co-header__video-source {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.header-banner-content-hub .header-logo {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 140px;
  width: 11.9%;
}

.header-container.co-header__video.block.mobile {
  display: none;
}

.mobile-co-header__video-poster {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

#mobile-co-header__video-source {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.img-video-gallery {
  width: 100%;
}

.header-banner-content-hub #button, 
.header-banner-content-hub #button-mob {
  
  /* Dimensions */
  width: 100px;
  height: 100px;
  
  /* Positioning */
 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* Styling */
  background-color: #e1523d;
  border: 0; /* remove annoying grey border */
  border-radius: 50%; /* make it a circle */
  outline: none; /* Ditch the annoyning blue outline on click */
  cursor: pointer;
}


.header-banner-content-hub #button > i{
  /* Text */
  font-size: 45px;
  color: white;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  
  /* Make play sign 3d-ish */
  
  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;

}

#button:hover > i {
  /* Text */
  color: white;
  
  /* When we hover on the button make the play sign white. */
}

#lightbox, #lightbox-mob {
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 301;
  
  /* The code above makes sure that the
  lightbox covers the entire page*/
  
  /* ----- Visibility ----- */
  display: none;
  
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.55);
}

#video-wrapper, #video-wrapper-mob  {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  
  /* The code above is used to add a little shadow to the video making blend in better */
}

.header-banner-content-hub #button {
	transform: translate(-50%, -50%);
}


.header-banner-content-hub #close-btn, .header-banner-content-hub #close-btn-mob {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 2;
  
  /* The code above is used to put the button on the upper right corner of the lightbox */
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
   /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}


.header-banner-content-hub #close-btn:hover, 
.header-banner-content-hub #close-btn-mob:hover  {
  /* ----- Text ----- */
  color: white;
  
  /* ----- Styling ----- */
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

.header-banner-content-hub #video, 
.text-and-image.with-video .video-text-and-image,  
.text-and-image-overlapping-tiles.with-video .video-text-and-image-overlapping-tiles, 
.text-and-image-color-plus.with-video .video-text-and-image-plus {
	width: 960px;
    height: 540px;
    z-index:301;
}

.text-and-image.img-left .container-left{
	order:2;
	border-radius: 0% 0% 5% 0%;
}

.text-and-image .container-right img {
	border-radius: 0% 0% 5% 0%;
	height: 100%;
    object-fit: cover;
    min-height: 600px;
}

.text-and-image.img-left .container-right img {
	border-radius: 5% 0% 0% 0%;
	height: 100%;
    object-fit: cover;
    min-height: 600px;
}

.text-and-figures-img {
  margin: 80px 0;
}

.text-and-figures-img .custom-combined-shape {
  width: 28px;
  height: 104px;
}

.text-and-figures-img .main-content-hub {
  flex-direction: column;
}

.text-and-figures-img .title-container h2 {
  font-family: 'SansaPro-Normal';
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  width: 90%;
}


.text-and-figures-img .title-container h2 strong{
	font-family: 'SansaPro-Bold';
}

.text-and-figures-img .common-container{
  display: flex;
}


.text-and-figures-img .container-left {
	width: 80%;
	border-right: 3px solid #e1523d;
	max-width: 66%;
	padding-right: 115px;
}

.text-and-figures-img.azur .container-left {
	border-right: 3px solid #27BDBE;
}

.text-and-figures-img .container-left p {
	font-size: 16px;
    line-height: 24px;
}

.text-and-image .container-left p strong{
	color: white;
}

.text-and-figures-img .container-right {
  padding-left: 50px;
}

.text-and-figures-img .button.button-9, 
.text-and-image-color-plus .button.button-9 {
	color: black;
	border-color: #e1523d;	
    font-family: "SansaPro-SemiBold";
    font-weight:400;
    margin-top: 45px;
}

.text-and-image-color-plus.azur .button.button-9,
.text-and-figures-img.azur .button.button-9 {
	border-color: #27BDBE;
}

.text-and-figures-img .button.button-9:hover, 
.text-and-image-color-plus .button.button-9:hover, 
.text-and-quote .button.button-9:hover {
	background-color: #333332;
	border-color: #333332;
	color: white;
}

.text-and-figures-img .title-container {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}


.text-and-figures-img .combined-shape {
	margin-right: 40px;
}


#close-btn, 
#close-btn-mob {
	position: absolute;
    height: 35px; /* this can be anything */
    width: 35px;  /* ...but maintain 1:1 aspect ratio */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #FFF;
    right: 60px;
    top: 50px;
    border-radius:5%;
}

#close-btn:after,
#close-btn:before,
#close-btn-mob:after,
#close-btn-mob:before{
	position: absolute;
    content: ''; 
    width:100%;
    height: 2px;
    background-color: #FFF;
}

#close-btn:before,
#close-btn-mob:before {
    transform: rotate(45deg);
}

#close-btn:after,
#close-btn-mob:after {
    transform: rotate(-45deg);
}

.list-of-icons-list {
  display: flex;
  list-style-type: none;
  padding-bottom: 15px;
  padding-left:0;
  margin-top: 50px;
  flex-wrap: wrap;
}

.list-of-icons:after {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-color: #d3d0c9;
  opacity: 0.49942163;
  z-index: -1;
}

.list-of-icons-list li {
  width: 161px;
  margin: 0 64px;
  text-align: center;
  margin-bottom: 45px;
  color: #333332;
}

.list-of-icons-list li a {
	color: #333332;
}

.list-of-icons-list li h4 {
  font-family: "SansaPro-Bold";
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 20px;
}

.list-of-icons-list li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.list-of-icons .main-content-hub {
  display: block;
}

.list-of-icons {
  color: #333332;
  position: relative;
  padding-top: 20px;
  z-index: 1; 
}

.list-of-icons .title-container {
	text-align: center;
}

.list-of-icons .title-container  h2:before, 
.list-of-icons .title-container  h2:after {
  content: "";
  position: absolute;
  height:5px;
  background-color: #d3d0c9;
  top: 0;
  width: 1161px;

}

.list-of-icons .title-container  h2:before {
	right: 100%;
	margin-right: 15px;
}

.list-of-icons .title-container  h2:after{
	left: 100%;
	margin-left: 15px;
}

.list-of-icons .title-container h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-family: "SansaPro-SemiBold";
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 0px;
  margin-top: 41px;
  z-index:2;
  color: #333332;
}

.text-and-image-color-plus {
  display: flex;
}

.text-and-image-color-plus .container-left img {
  margin: 112px 0 112px 20%;
  width: 80%;
}

.text-and-image-color-plus .container-left {
  width: 50%;
  background-color: #e1523d;
}

.text-and-image-color-plus.azur .container-left {
	background: #27BDBE;
}

.text-and-image-color-plus.background-white .container-left {
  background-color: white;
}

.text-and-image-color-plus.background-white .container-right img {
	display: none;
}

.text-and-image-color-plus .container-right {
  width: 50%;
  position: relative;
}

.text-and-image-color-plus .container-right img {
  position: absolute;
  width: 200px;
  height: 208px;
  right: -32px;
  top: 20px;
}

.text-and-image-color-plus .container-right h2 {
  color: #333332;
  font-family: SansaPro-Normal;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
}


.text-and-image-color-plus .container-right p {
  color: #333332;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-and-image-color-plus .container-right-content {
  width: 70%;
  margin: 25% auto 0;
}

.text-and-image-color-plus .second-link {
	color: black;
	font-family: "SansaPro-SemiBold";
	font-size: 1.6rem;
	display: block;
	position: relative;
}

.text-and-image-color-plus .second-link span {
	position: absolute;
	top: 5px;
	margin-left: 5px;
	right: -20px;
}

.text-and-image-color-plus .button.button-9 {
	margin-right: 30px;
}

.text-and-image-color-plus .button-div {
	display: flex;
	align-items: baseline;
}

.button-text-and-image:hover{
  /* position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%); */
  /* ----- Transformations ----- */
  /* -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

.button-text-and-image > i, #button-mob >i {
  /* Text */
  font-size: 45px;
  color: #e1523d;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
  
  /* Make play sign 3d-ish */
  
  /* Positioning */
  position: relative;
  margin-top: 4px;
  margin-left: 6px;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.button-text-and-image:hover > i {
  /* Text */
  color: #e1523d;
  
  /* ----- Transitions ----- */
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  
  /* When we hover on the button make the play sign white. */
}

.lightbox-text-and-image, 
.lightbox-text-and-image-plus, 
.lightbox-text-and-image-overlapping-tiles {
	
  /* ----- Positioning ----- */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 301;
  
  /* The code above makes sure that the
  lightbox covers the entire page*/
  
  /* ----- Visibility ----- */
  display: none;
  
  /* ----- Styling ----- */
  background-color: rgba(0, 0, 0, 0.55);
  
  /* Normally, most lightboxes do not use
  a completely solid black, but with about
  90-95% opacity so that the background is
  somewhat visible */
}

.text-and-image .container-right{
  position: relative;
}

.button-text-and-image, .header-banner-content-hub #button-mob {
   /* Dimensions */
    /* Text */
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  position: absolute;
  left:50%;
  top:50%;
 
 
  

  
  
  
   
   /* Positioning */
   
   
   /* top: 45%;
   left: 50%; */
   z-index: 2;
   /* -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%); */
   
   /* The code above makes sure the video is
   both vertically and horizontally centered
   to the screen */
   
   /* Styling */
   background-color: white;
   border: 0; /* remove annoying grey border */
   border-radius: 50%; /* make it a circle */
   outline: none; /* Ditch the annoyning blue outline on click */
   cursor: pointer;
   /* box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.25); */
   
}



.video-wrapper-text-and-image, 
.video-wrapper-text-and-image-plus, 
.video-wrapper-text-and-image-overlapping-tiles  {
  /* ----- Positioning ----- */
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 301;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
  /* The code above makes sure the video is
  both vertically and horizontally centered
  to the screen */
  
  /* ----- Styling ----- */
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  
  /* The code above is used to add a little shadow to the video making blend in better */
}

.close-btn-text-and-image, 
.close-btn-text-and-image-plus, 
.close-btn-text-and-image-overlapping-tiles {
	position: absolute;
    height: 35px; /* this can be anything */
    width: 35px;  /* ...but maintain 1:1 aspect ratio */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #FFF;
    right: 60px;
    top: 50px;
    border-radius:5%;
}

.close-btn-text-and-image:after,
.close-btn-text-and-image:before,
.close-btn-text-and-image-plus:after,
.close-btn-text-and-image-plus:before,
.close-btn-text-and-image-overlapping-tiles:after,
.close-btn-text-and-image-overlapping-tiles:before {
	position: absolute;
    content: ''; 
    width:100%;
    height: 2px;
    background-color: #FFF;
}

.close-btn-text-and-image:before, 
.close-btn-text-and-image-plus:before, 
.close-btn-text-and-image-overlapping-tiles:before{
    transform: rotate(45deg);
}

.close-btn-text-and-image:after,
.close-btn-text-and-image-plus:after,
.close-btn-text-and-image-overlapping-tiles:after{
    transform: rotate(-45deg);
}

.close-btn-text-and-image,
.close-btn-text-and-image-plus,
.close-btn-text-and-image-overlapping-tiles {
  /* ----- Text ----- */
  color: grey;
  font-size: 25px;
  
  /* ----- Positioning ----- */
  position: fixed;
  top: 3%;
  right: 3%;
  z-index: 301;
  
  /* The code above is used to put the button on the upper right corner of the lightbox */
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  
   /* The code above is used to initialize the scale for the button so that it can be used in transitions */
  
  /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}


.close-btn-text-and-image:hover, 
.close-btn-text-and-image-plus:hover,
.close-btn-text-and-image-overlapping-tiles:hover {
  /* ----- Text ----- */
  color: white;
  
  /* ----- Styling ----- */
  cursor: pointer;
  
  /* ----- Transformations ----- */
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  
    /* ----- Transitions ----- */
  -webkit-transition: transform .5s ease, color .5s ease;
  -moz-transition: transform .5s ease, color .5s ease;
  -ms-transition: transform .5s ease, color .5s ease;
  -o-transition: transform .5s ease, color .5s ease;
  transition: transform .5s ease, color .5s ease;
}

.list-of-icons.gray .list-of-icons-list {
	color: white;
	padding-bottom: 15px;
}

.list-of-icons.gray .list-of-icons-list li {
	width: 161px;
	margin: 0 64px;
}


.list-of-icons.gray .title-container h2, 
.list-of-icons.gray .list-of-icons-list li a, 
.list-of-icons.gray .list-of-icons-list li {
	color: white;
}

.list-of-icons.gray:after {
	width: 0;
	height: 0;
}

.list-of-icons.gray {
	background:#333332;
}

.text-and-image-overlapping-tiles .main-content-hub {
  display: flex;
  position: relative;
}

.text-and-image-overlapping-tiles .tile-background {
  display: flex;
  position: absolute;
  top: 342px;
  left: 133px;
  order:3;
}

.text-and-image-overlapping-tiles .container-left {
  display: flex;
  background-color: white;
  width: 556px;
  min-height: 350px;
  box-shadow: 0px 0px 70px rgba(0,0,0,0.14);
  position: relative;
 /*  z-index: 2; */
  margin-top: 55px;
  margin-bottom: 75px;
  order: 1;
}

.text-and-image-overlapping-tiles .container-left .container-left-content {
  padding: 30px 35px;
}


.text-and-image-overlapping-tiles .container-left .container-left-content h2 {
  font-family: SansaPro-Normal;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  color: #333332;
}

.text-and-image-overlapping-tiles .container-left .container-left-content p {
  color: #333332;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 20px;
}

.text-and-image-overlapping-tiles .container-right {
  position: absolute;
  right: 0;
  margin-left: 27%;
  order: 2;
  display: flex;
}

.text-and-image-overlapping-tiles {
  margin: 80px 0;
}

.text-and-image-overlapping-tiles.img-left .container-right {
  left:0;
  margin-left:0;
}

.text-and-image-overlapping-tiles.img-left .container-left {
  margin-left: 605px;
}

.text-and-image-overlapping-tiles.img-left .tile-background {
  top: 342px;
  left: 68%;
}

.block-expandable-list.content-hub {
	width: 1160px;
    margin: 45px auto;
}

.block-expandable-list.content-hub .expand-button .content {
	max-width: 553px;
}

.block-expandable-list.content-hub .expand-button h2 {
	font-family: SansaPro-Normal;
	font-size: 24px;
  	font-weight: 400;
  	line-height: 30px;
  	color: #333332;
  	display: flex;
  	align-items: center;
  	margin-bottom: 15px;
}

.block-expandable-list.content-hub .expand-button .picture {
	width: 308px;
}

.block-expandable-list.content-hub .expand-button p {
	line-height: 30px;
}

.block-expandable-list.content-hub .expand-button .plus-img-title {
	width: 37px;
	height: 38px;
	margin-right: 20px;
}

.block-expandable-list.content-hub .expand-button:after, 
.block-expandable-list.content-hub .expand-button:before {
	position: absolute;
    top: 18%;
    transform: translateY(-50%);
    background-color: #333332;
    content: "";
    height: 3px;
    transition: transform .5s;
    width: 20px;
}

.block-expandable-list.content-hub .expand-button:after {
	right: 45px;
    transform: translateY(-50%) rotate(-45deg);
}

.block-expandable-list.content-hub .expand-button:before {
	right: 57px;
    transform: translateY(-50%) rotate(45deg);
}

.block-expandable-list.content-hub .expand-button.active:after {
	transform: translateY(-50%) rotate(45deg);
}

.block-expandable-list.content-hub .expand-button.active:before {
	transform: translateY(-50%) rotate(-45deg);
}

.block-expandable-list .expand-level-1 {
	box-shadow: 0px 0px 70px rgb(0 0 0 / 14%);
	margin-bottom: 22px;
}

.block-expandable-list.content-hub .expand-level-1>.expand-button {
	background-color: white;
}


.block-expandable-list.content-hub .expand-level-1>.expand-content.active {
    background-color: #ffffff;
}

.block-expandable-list.content-hub  .listes-content-hub {
	padding: 0px 0px 40px;
}

.block-expandable-list.content-hub .expand-button .content .mobile-more {
	display: none;
}

.block-expandable-list.content-hub .expand-content.active .mobile-more-active {
	display: none;
} 

.block-expandable-list.content-hub .expand-content .mobile-more-active {
	display: none;
}

.block-expandable-list.content-hub .listes-content-hub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.block-expandable-list.content-hub .listes-content-hub .container-liste h3 {
	font-family: "SansaPro-Normal";
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 15px;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste {
	width: 48%;
	margin-bottom: 35px;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste ul {
	width: 90%;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste ul li {
	font-size: 16px;
  	font-weight: 400;
  	line-height: 30px;
    border-bottom: 1px solid #333332;
    padding: 10px;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste ul li a {
	color: #333332;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste ul li:first-child {
	border-top: 1px solid #333332;
}

.link-list-and-cta {
  background:  #333332;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 30px 0 45px;
}

.link-list-and-cta .main-content-hub {
	display: block;
}

.link-list-and-cta h2 {
  font-family: "SansaPro-Bold";
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
  margin: 0 0 35px 0;
}

.link-list-and-cta p {
  margin-bottom: 30px;
}

.link-list-and-cta  ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.link-list-and-cta  ul .border {
  width: 33.33%;
  height: 1px;
  background-color:#e1523d; 
}

.link-list-and-cta  ul li {
  width: 30%;
  border-bottom: 1px solid #e1523d; 
  padding: 13px;
  display: flex;
}

.link-list-and-cta  ul li a {
	color: white;
	display: flex;
	align-items: center;
}

.link-list-and-cta  ul li:first-child, 
.link-list-and-cta  ul li:nth-child(2),
.link-list-and-cta  ul li:nth-child(3) {
  border-top: 1px solid #e1523d; 
}

.link-list-and-cta  ul li:nth-child(2),
.link-list-and-cta  ul li:nth-child(5),
.link-list-and-cta  ul li:nth-child(8),
.link-list-and-cta  ul li:nth-child(11) {
	margin: 0 52px;
}

.link-list-and-cta ul li img {
  width: 24px;
  height: 26px;
  margin-right: 15px;
}

.text-and-image-color-plus.background-white.img-right .container-left{
	order:2;
	display: flex;
	justify-content: flex-end;
    background-color: white;
}

.text-and-image-color-plus.background-white {
	width: 1161px;
	margin: auto;
}

.text-and-image-color-plus.background-white .container-left img {
	margin: 82px auto 82px 0;
	width: 100%;
}

.text-and-image-color-plus.background-white.img-right .container-left img {
	margin: 82px 0 82px auto;
}

.text-and-image-color-plus.background-white .container-right-content {
	width: 85%;
    margin: 80px 0 0 87px;
}

.text-and-image-color-plus.background-white.img-right .container-right-content {
	margin: 80px 87px 0 0;
}

.button-text-and-image-overlapping-tiles {
	color: black;
    font-family: "SansaPro-SemiBold";
    font-size: 1.6rem;
    display: flex;
    padding-bottom: 5px;
    align-items: center;
}

.button-text-and-image-overlapping-tiles span:first-child {
	border-bottom: solid 3px #e1523d;
	line-height: 40px;
    margin-left: 0;
}

.button-text-and-image-overlapping-tiles span {
    margin-left: 7px;
}

.text-and-image .container-left ul{
	list-style: disc;
	margin-left: 20px;
}

.list-of-icons.four .list-of-icons-list li {
  max-width: 270px;
  width: 100%;
  margin: 5px auto 25px;
}

.list-of-icons.five .list-of-icons-list li {
  max-width: 220px;
  width: 100%;
  margin: 5px auto 25px;
}

.list-of-icons.six .list-of-icons-list li {
  max-width: 180px;
  width: 100%;
  margin: 5px auto 25px;
}

.list-of-icons.six .list-of-icons-list li h4 {
  font-size: 18px;
}

.list-of-icons.six .list-of-icons-list li p {
  font-size: 14px;
}

.text-and-image-overlapping-tiles .main-content-hub {
	overflow: visible;
}

.text-and-image-color-plus.with-video {
  display: block;
  position: relative;
  padding-bottom: 60px;
  margin: 80px 0 20px;
}

.text-and-image-color-plus.with-video .title-container {
  display: flex;
  width: 1161px;
  margin: 0 auto 55px;
  align-items: center;
}


.text-and-image-color-plus.with-video .title-container h2 {
  font-family: 'SansaPro-Bold';
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
}

.text-and-image-color-plus.with-video  .container-containers {
  display: flex;
  width: 1161px;
  margin: auto;
}

.text-and-image-color-plus.with-video .custom-combined-shape {
  height: 85px;
}

.text-and-image-color-plus.with-video .title-container .combined-shape {
  margin-right: 40px;
}

.text-and-image-color-plus.with-video .container-right p.type {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 2px;
  margin-top: 0;
}

.text-and-image-color-plus.with-video .container-right h3 {
  font-family: "SansaPro-SemiBold";
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 20px;
}

.text-and-image-color-plus.with-video .container-right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-and-image-color-plus.with-video .container-left img {
  margin: 0;
  height: 100%;
  min-height: 333px;
  width: 100%;
}

.text-and-image-color-plus.with-video .red-plus {
  height: 218px;
  width: 211px;
  position: absolute;
  right: -32px;
  top: 0;
}

.text-and-image-color-plus.with-video .container-right-content {
  margin: 0 45px 0;
}

.text-and-image-color-plus.with-video .container-left {
  background-color: white;
}

.text-and-image-color-plus.with-video .container-right-content {
	width: 91%;
}


.articles-list-content-hub{
  padding: 50px 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.articles-list-content-hub:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d3d0c9;
  opacity: 0.49942163;
  z-index: -1;
}

.articles-list-content-hub .main-content-hub {
	overflow: visible;
}

.articles-list-content-hub .main-content-hub .list{
	z-index: 1;
	margin:0;
}

.articles-list-content-hub .main-content-hub .list li {
	background-color: white;
	margin-right: 20px;
	margin-top: 0;
	margin-bottom: 25px;
	width: 31.5%;
	box-shadow: 0 0 70px 0 rgba(0,0,0,0.15); 
}

.articles-list-content-hub .main-content-hub .list li:hover {
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
} 

.articles-list-content-hub .main-content-hub .list li:last-child {
	margin-right: 0;
}

.articles-list-content-hub .main-content-hub .list li a {
	margin: 0;
}

.articles-list-content-hub .main-content-hub .list li .content {
	 padding: 25px 30px 50px;
}

.articles-list-content-hub .main-content-hub .list li .content .tag{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.75px;
    background-color: white;
    color: #333332;
    margin-bottom: 8px;
}

.articles-list-content-hub .main-content-hub .list li .content .title {
  font-family: "SansaPro-SemiBold";
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  color: #333332;
  margin-bottom: 15px;
}

.articles-list-content-hub .main-content-hub .list li .content .desc {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #333332;
}

.articles-list-content-hub .main-content-hub .list li .content .date {
	display: none;
}

.articles-list-content-hub .main-content-hub .list li .wrapper-picture img{
	height: auto;
	width: 100%;
}

.articles-list-content-hub .main-content-hub .list li .wrapper-picture {
	padding-top: 53%;
}

.contenthub.article-detail.block-wysiwyg {
  margin: 80px auto;
  padding: 60px 0;
  width: 80%;
}

.contenthub.article-detail.block-wysiwyg .container-article {
  width: 80%;
  margin-left:0;
}

.contenthub.article-detail.block-wysiwyg .container-article  p:first-child strong:first-child {
	color: #333332;
    font-family: "SansaPro-Normal";
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;	
}

.contenthub.article-detail.block-wysiwyg .container-article p, .contenthub.article-detail.block-wysiwyg .container-article ul {
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
     color: #333332;
}

.contenthub.article-detail.block-wysiwyg .container-article h2, 
.contenthub.article-detail.block-wysiwyg .container-article h3, 
.contenthub.article-detail.block-wysiwyg .container-article h4 {
    color: #333332;
    font-family: "SansaPro-Normal";
    font-size: 36px;
    font-weight: 400;
    line-height: 48px;	
}

.contenthub.article-detail.block-wysiwyg .container-article h3 {
	font-size: 2.8rem;
}

.contenthub.article-detail.block-wysiwyg .container-article h4 {
	font-size: 2.2rem;
}

.contenthub.article-detail.block-wysiwyg .container-article ul {
	margin-left: 0;
}

.contenthub.article-detail.block-wysiwyg .container-article ul li:before {	
    border-radius: 50%;
}

.contenthub.article-detail.block-wysiwyg .container-article a {
	font-weight: bold;
  	color: black;
  	box-shadow: inset 0 -2px 0 0 red;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote {
	background: white;
	display: flex;
    align-items: center;
	margin: 0;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote:before {
	content: none;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote p {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
   color: #333332;
  font-family: "SansaPro-Bold";
  padding: 40px 0;
  margin-bottom: 0;
  width: 90%;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote .custom-combined-shape{
  margin-right: 25px;
}

.articles-list-content-hub .pagination li.page-page.active{
	background-color: white;
    border-radius: 2px;
}

.articles-list-content-hub .pagination li {
	margin: 0 10px;
}

.articles-list-content-hub .pagination li a, 
.articles-list-content-hub .pagination li strong {
	color: #333332;
	font-weight: 400;
}

.articles-list-content-hub .pagination li.page-prev, 
.articles-list-content-hub .pagination li.page-next {
	display: none;
}

.text-and-image-color-plus.back-to-list{
	justify-content: center;
    margin-bottom: 60px;
}


@media only screen and (max-width: 1024px) {
.header-banner-content-hub .header-logo {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 45px;
    width: 137px;
}

.header-banner-content-hub .header-text h1 {
  margin: 0;
  font-size: 30px;
  color: white; 
  font-weight: 400px;
  font-family: SansaPro-Bold;
}

.header-banner-content-hub .header-text {
	left: 45px;
	bottom: 10%;
	max-width: 90%;
	line-height: 40px;
}

.header-banner-content-hub.type-image .header-text {
    top: 20px;
    left: 219px;
}

.co-header__video.is-playing #co-header__video-source {
  display: block;
  max-width: 100%;
}

.co-header__video.block {
  position: relative;
  margin: auto;
}

#co-header__video-poster {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  height: auto;
}

#co-header__video-source {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.co-header__video-thumb {
  position: relative;
  font-size: 0px;
}

.co-header__video.is-playing .co-header__video-thumb {
  padding-top:56.2%;
}

.co-header__video.is-playing .co-header__video-thumb:after {
  position: relative;
}


.play-icon {
	width: 90px;
	height: 90px;
}

.text-and-quote {
    margin: 100px 0 50px;
}

.text-and-quote .main-content-hub {
	width: 90%;
	margin: 0 45px;
}

.text-and-quote h2 {
	font-size:36px;
}

.text-and-image {
	margin: 50px 0;
}

.text-and-image .main-content-hub {
	width: 100%;
}

.text-and-image .container-left {
	padding: 45px;
	min-height: 0;
}

.text-and-image .container-left h2{
	font-size: 30px;
}

.text-and-image .container-left p {
	font-size: 16px;
}

.text-and-image .container-right img {
	height: 100%;
    object-fit: cover;
}

.header-banner-content-hub #button {
	transform: translate(-50%, -50%);
}

.header-banner-content-hub #video, .text-and-image.with-video .video-text-and-image, 
.text-and-image-overlapping-tiles.with-video .video-text-and-image-overlapping-tiles,
.text-and-image-color-plus.with-video .video-text-and-image-plus {
	width: 687px;
    height: 386px;
}

.text-and-figures-img .main-content-hub {
	width: 90%;
    margin: 0 45px;
}

.text-and-figures-img {
	margin: 50px 0;
}

.text-and-figures-img .title-container h2 {
	font-size: 48px;
}

.text-and-figures-img .container-left {
	padding-right: 60px;
}

.list-of-icons {
	padding-top: 50px;
}

.list-of-icons .main-content-hub {
	width:100%;
}

.list-of-icons-list li {
	margin-bottom: 45px;
}

.list-of-icons-list {
	padding: 0px 10px;
}

.text-and-image-color-plus .container-left img {
    margin: 50% 0;
    width: 100%;
}

.text-and-image-color-plus .container-right {
	margin-bottom: 60px;
}

.text-and-image-color-plus .container-right img {
	width: 100px;
	height: 108px;
	right:-8px;
}

.text-and-image-color-plus .container-right-content {
	margin: 100px auto 0;
}

.list-of-icons.gray .list-of-icons-list li {
	margin: 0 47px 45px;
}

.text-and-image-overlapping-tiles .main-content-hub {
	width: 100%;
}

.text-and-image-overlapping-tiles .container-right {
	margin-left:0;
	display: block;
}

.text-and-image-overlapping-tiles.img-left .container-left {
	margin-left: 214px;
}

.text-and-image-overlapping-tiles.img-left .tile-background {
	left:8%;
	top: 360px;
}

.text-and-image-overlapping-tiles .tile-background {
	top: 359px;
    left: 457px;
}

.block-expandable-list.content-hub {
	width: 90%;
}

.block-expandable-list.content-hub .expand-button:after, 
.block-expandable-list.content-hub .expand-button:before{
	top: 50%;
}

.block-expandable-list.content-hub .expand-button:before {
	right: 28px;
}

.block-expandable-list.content-hub .expand-button:after {
	right: 16px;
}

.block-expandable-list .expand-level-1>.expand-button {
	padding: 30px 50px 30px 40px;
}

.block-expandable-list .expand-level-1>.expand-content.active {
	padding: 40px 50px 40px 40px;
}

.text-and-image-color-plus.background-white {
	width: 90%;
	margin: 0 auto;
}

.text-and-image-color-plus.background-white .container-right-content {
	margin: 45px 0 45px auto;
}

.link-list-and-cta .main-content-hub {
	width: 90%;
	margin: 0 45px;
}

.link-list-and-cta ul {
	justify-content: space-between;
}

.link-list-and-cta ul li a {
	font-size: 14px;
}

.link-list-and-cta  ul li:nth-child(2),
.link-list-and-cta  ul li:nth-child(5),
.link-list-and-cta  ul li:nth-child(8),
.link-list-and-cta  ul li:nth-child(11) {
	margin: 0;
}

.text-and-image-color-plus.background-white.img-right .container-left {
	display: block;
}

.text-and-image-color-plus.background-white .container-left img,  
.text-and-image-color-plus.background-white.img-right .container-left img {
	margin: 50% auto 112px 0;
}

.text-and-image-color-plus.background-white.img-right .container-right-content {
	margin: 45px 45px 45px 0;
}

.text-and-image-color-plus.background-white .container-right {
	margin-bottom: 0px;
}

.text-and-image-overlapping-tiles {
	margin: 50px 0;
}

.text-and-image-color-plus.with-video .title-container {
	width: 90%;
}

.text-and-image-color-plus.with-video .container-containers {
	width: 90%;
}

.text-and-image-color-plus.with-video .container-left img {
	height: auto;
	min-height: auto;
}

.text-and-image-color-plus.with-video .red-plus {
	width: 100px;
    height: 108px;
    right: -8px;
}

.text-and-image-color-plus.with-video {
	padding-bottom: 0;
	margin: 80px 0 0;
}

/* .list-of-icons.four .list-of-icons-list li, 
.list-of-icons.five .list-of-icons-list li,
.list-of-icons.six .list-of-icons-list li {
	    margin: 0 13px 45px 13px;
} */

/* .list-of-icons.five .list-of-icons-list li:nth-child(5), 
.list-of-icons.five .list-of-icons-list li:nth-child(10) {
	margin: 0 13px 45px;
}

.list-of-icons.six .list-of-icons-list li:nth-child(6), 
.list-of-icons.six .list-of-icons-list li:nth-child(12){
  margin: 0 13px 45px;
}

.list-of-icons.four .list-of-icons-list li:nth-child(4), 
.list-of-icons.four .list-of-icons-list li:nth-child(8){
  margin: 0 13px 45px;
} */

.articles-list-content-hub .main-content-hub {
	width: 90%;
	flex-wrap: wrap;
}

.articles-list-content-hub .main-content-hub .list li {
	width: 48%;
	margin-bottom: 20px;
	margin-right: auto;
}

.articles-list-content-hub .main-content-hub .list li:nth-child(2) {
	margin-right: 0;
}

.text-and-figures-img .title-container {
	margin-bottom: 50px;
}

.contenthub.article-detail.block-wysiwyg .main-content-hub {
    width: 100%;	
}

.contenthub.article-detail.block-wysiwyg .container-article {
	width: 100%;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote p {
	line-height: 55px;
}

.header-banner-content-hub.type-image .header-text {
	line-height: 55px;
}

.text-and-image-color-plus.back-to-list {
    align-items: center;
}

}

@media only screen and (max-width: 767px) {

  
 .header-container.co-header__video.block {
   display: none;
 }

 .header-container.co-header__video.block.mobile {
   display: block;
 }

 .header-container.co-header__video.block.mobile .header-logo {
   top: 26px;
   left: 20px;
 }

.mobile.co-header__video.is-playing #mobile-co-header__video-source {
  display: block;
  max-width: 100%;
}

.mobile .co-header__video.is-playing .co-header__video-thumb:after {
  position: relative;
}

.mobile #close-btn-mob {
	right: 25px;
	top: 20px;
}

.header-banner-content-hub.type-image .mobile .header-text {
  position: absolute;
  bottom: 50px; 
  width: 80%;
  top: 80%;
  left: 20px;
  max-width: 80%;
  height: 40px;
  align-items: flex-end;
}

.mobile .header-text {
  left: 20px;
  bottom: 5%;
}

.mobile .header-text h1 {
  margin: 0;
  font-size: 36px;
  color: white; 
  font-weight: 400px;
  line-height: 40px;
}

.main-content-hub {
  width:100%;
  flex-direction: column;
  position: relative;
}

.text-and-quote {
	margin: 45px 0;
}

.text-and-quote .container-left {
  width:100%;
  order:2;
  margin-bottom: 80px;
}

.text-and-quote .container-right {
  width:100%;
}

.text-and-quote .container-right {
  position: static;
  margin-bottom: 19px;
}

.text-and-quote h2 {
	margin-left: 40px;
	width: 90%;
	font-size: 30px;
	line-height: 40px;
}

.text-and-quote a {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
}

.text-and-quote .container-right .combined-shape {
	position: static;
}

.text-and-quote .container-right .custom-combined-shape {
  height: 167px;
  float: left;
  width: 20px;
}

.text-and-quote .main-content-hub {
	width: 90%;
	margin: 0 20px;
}

.text-and-image .container-left {
  order: 2;
  border-radius: 0%;
}

.text-and-quote .container-left h3 {
	font-size: 20px;
}

.text-and-quote .title-container {
	width: 100%;
	height: auto;
}

.text-and-image .container-right {
  height: 553px;
}

.background-tiles-section {
  display: none;
}

.text-and-image .main-content-hub {
  width: 90%;
  margin: 20px;
} 

.text-and-quote .container-right .button-9 {
	width: 100%;
	left:0;
	margin-left:0;
}

.text-and-image .container-left .button-9 .text {
	font-family: "SansaPro-SemiBold";
    font-size: 16px;
    font-weight: 400;
}

.text-and-quote .container-right .button-9 .button-inner {
	width: 100%;
}

.text-and-image {
	margin: 45px 0;
}

.text-and-image .container-left, .text-and-image .container-right {
	width: 100%;
	height: auto;
}

.text-and-image .button-9 {
	width: 100%;
}

.text-and-image .container-left {
	 border-radius: 0% 0% 0% 15px;
	 padding: 40px 20px 50px;
	 min-height: 0;
}

.text-and-image .container-left h2 {
	font-size: 30px;
}

.text-and-image .container-left p {
	font-size: 16px;
	line-height: 24px;
}

.text-and-image .container-right img {
	height: auto;
	min-height: auto;
}

.text-and-image.img-left .container-right img {
	height: auto;
	min-height: auto;
}

.img-video-gallery {
  width: 100%;
}

.header-banner-content-hub #video-mob {
	width: 350px;
	height: 200px;
} 

.text-and-image .container-right img {
	border-radius: 0% 5% 0% 0%;
}


.text-and-image.img-left .container-right {
	order:2
}

.text-and-image.img-left .container-right img {
	border-radius: 0% 0% 0% 5%;
}

.text-and-image.img-left .container-left {
	border-radius: 0% 5% 0% 0%;
}

.text-and-figures-img .main-content-hub{
	margin: 0 20px;
}

.text-and-figures-img .common-container {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.text-and-figures-img .container-left {
  width: 100%;
  max-width: 100%;
}

.text-and-figures-img .container-left {
  width: 100%;
}

.text-and-figures-img .custom-combined-shape {
  width: 20px;
}

.text-and-figures-img .main-content-hub {
	width: 90%;
}

.text-and-figures-img .title-container h2 {
	width: 90%;
	font-size: 30px;
	font-family: "SansaPro-Normal";
	line-height:40px;
}

.text-and-figures-img {
	margin: 45px 0;
}

.text-and-figures-img .title-container {
	margin-bottom: 19px;
}

.text-and-figures-img .combined-shape {
	position: static;
}

.text-and-figures-img .container-left {
	padding-right: 0;
	border-right: none;
}

.text-and-figures-img .button.button-9 {
	width: 100%;
	justify-content: center;
}

.text-and-figures-img .container-right {
	margin-top: 45px;
	padding-left: 0;
}

.list-of-icons .title-container h2 {
  font-size: 20px;
  line-height: 0;
  letter-spacing: 2px;
}

.list-of-icons-list li img {
  width:67px;
}

.list-of-icons-list {
	padding:0 10px 40px;
}

.list-of-icons-list li h4 {
  font-size: 16px;
  line-height: 21px;
  margin-top: 10px;
}


.list-of-icons-list li p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.list-of-icons-list li, 
.list-of-icons.four .list-of-icons-list li, 
.list-of-icons.five .list-of-icons-list li,
.list-of-icons.six .list-of-icons-list li,
.list-of-icons.gray .list-of-icons-list li  {
  max-width: 153px;
  width: 100%;
  margin: 5px auto 25px;
}

.text-and-image-color-plus {
  flex-direction: column;
}

.text-and-image-color-plus .container-left {
  width: 100%;
}

.text-and-image-color-plus.background-white .container-left {
	width: 100%;
	margin: 0 auto;
}

.text-and-image-color-plus .container-left img{
  width: 370px;
  height: 270px;
  margin: 33.43px 43px 33.43px 0;
}

.text-and-image-color-plus .container-right {
  width: 100%;
}


.text-and-image-color-plus .container-right h2{
  font-family: "SansaPro-Normal";
  font-size: 24px;
  line-height: 30px;
}

.text-and-image-color-plus .container-right img {
  width: 76px;
  height: 79px;
  right: -8px;
  top: 20px;
}

.text-and-image-color-plus .container-right-content {
  width: 90%;
  margin: 85px auto 0;
}

.text-and-image-color-plus.background-white .container-right-content {
	width: 100%;
	margin: 0;
}

.text-and-figures-img .button.button-9, 
.text-and-image-color-plus .button.button-9 {
	margin-top: 25px;
}

.text-and-image-color-plus .container-right p {
  font-size: 16px;
  line-height: 24px;
}

.text-and-image.with-video .video-text-and-image, 
.text-and-image-overlapping-tiles.with-video .video-text-and-image-overlapping-tiles, 
.text-and-image-color-plus.with-video .video-text-and-image-plus  {
  width: 350px;
  height: 200px;
}

.text-and-image.with-video .button-text-and-image, .header-banner-content-hub #button-mob {
	width: 69px;
	height: 69px;
}

.text-and-image.with-video .button-text-and-image > i, .header-banner-content-hub #button-mob > i{
	font-size: 27px;
}

.list-of-icons.gray .list-of-icons-list li {
	margin: 0 auto 25px;
}

.text-and-image-overlapping-tiles .main-content-hub {
  flex-direction: column;
}

.text-and-image-overlapping-tiles .container-left {
  width: 90%;
  margin: -65px 20px 50px;
  order:2;
  position: relative;
}

.text-and-image-overlapping-tiles .container-right {
  margin-left:0;
  position: relative;
  display: block;
}

.text-and-image-overlapping-tiles .container-right img {
  width: 100%;
}

.text-and-image-overlapping-tiles .container-left 
.container-left-content h2 {
  margin-top: 0;
}

.text-and-image-overlapping-tiles .tile-background {
  position: absolute;
  top: 444px;
  left: 173px;
}

.text-and-image-overlapping-tiles.img-left .container-left {
  width: 90%;
  margin: -65px 20px 50px;
}

.text-and-image-overlapping-tiles.img-left .tile-background {
  top: 444px;
  left: 0%;
}

.text-and-image-overlapping-tiles .container-left .container-left-content p {
	font-size: 16px;
}

.text-and-image-overlapping-tiles .container-left .container-left-content h2 {
	font-size: 30px;
}

.block-expandable-list.content-hub {
	width: 90%;
}

.block-expandable-list.content-hub .expand-button {
	display: flex;
	flex-direction: column;
	position: relative;
}

.block-expandable-list .expand-level-1>.expand-button {
	padding: 0;
}

.block-expandable-list.content-hub .expand-button .picture {
	margin:0;
	width: 100%;
}

.block-expandable-list.content-hub .expand-button .content {
	width: 85%;
	margin: 20px auto;
}

.block-expandable-list.content-hub .expand-button h2 {
	font-size: 20px;
	line-height: 24px;
}

.block-expandable-list.content-hub .expand-button .content .mobile-more {
	margin: 20px 0 10px;
}

.block-expandable-list.content-hub .expand-button:after, 
.block-expandable-list.content-hub .expand-button:before {
	top: 93%;
}

.block-expandable-list.content-hub .expand-button:before {
	right: 38px;
}

.block-expandable-list.content-hub .expand-button:after {
	right: 26px;
}

.block-expandable-list.content-hub .expand-level-1>.expand-content.active {
	width: 85%;
    margin: 0 auto;
    padding: 20px 0 40px;
}


.block-expandable-list.content-hub .expand-button .content .mobile-more {
	display: block;
}

.block-expandable-list.content-hub .expand-button.active .content .mobile-more {
	display: none;
}


.block-expandable-list.content-hub .expand-content.active .mobile-more-active {
	display: block;
}

.block-expandable-list.content-hub .expand-button.active h2 span {
    margin: 0;
}

.block-expandable-list.content-hub .expand-content.active .mobile-more-active {
	position: relative;
}

.block-expandable-list.content-hub .expand-content.active .mobile-more-active img {
	position: absolute;
	right: 0;
}

.block-expandable-list.content-hub .expand-button.active:after, 
.block-expandable-list.content-hub .expand-button.active:before {
	background-color: transparent;
}

.link-list-and-cta {
  padding: 45px 0;
}

.link-list-and-cta .main-content-hub {
  width: 90%;
}


.link-list-and-cta ul {
  margin-top: 50px;
}

.link-list-and-cta ul li {
  width: 100%;
  margin-right: 0;
  font-size: 18px;
  line-height: 30px;
}

.link-list-and-cta  ul li:nth-child(2),
.link-list-and-cta  ul li:nth-child(3) {
  border-top: none;
}

.link-list-and-cta h2 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
}

.link-list-and-cta p {
  font-size: 16px;
  line-height: 24px;
}

.link-list-and-cta .button.button-9 {
	width: 100%;
}

.link-list-and-cta .main-content-hub {
	margin: 0 20px;
}

.link-list-and-cta ul li a {
	font-size: 18px;
}

.link-list-and-cta  ul li:nth-child(2),
.link-list-and-cta  ul li:nth-child(5),
.link-list-and-cta  ul li:nth-child(8),
.link-list-and-cta  ul li:nth-child(11) {
	margin: 0;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste,
.block-expandable-list.content-hub .listes-content-hub .container-liste ul {
	width: 100%;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste ul li {
	padding: 10px 0;
}

.block-expandable-list.content-hub .listes-content-hub .container-liste h3 {
	font-size: 20px;
	line-height: 26px;
}

.text-and-image-color-plus.background-white .container-left img {
	margin: 20px auto 20px 0;
}

.text-and-image-color-plus.background-white.img-right .container-right-content {
	margin: 0 20px 0 0;
}

.text-and-image-color-plus.background-white.img-right .container-left img {
	margin: 0 0 20px auto;
}

.text-and-image-color-plus.background-white .container-right {
	margin-bottom: 45px;
	order:2;
}

.text-and-figures-img.azur .container-left {
	border-style: none;
}

.button-text-and-image-overlapping-tiles {
	width: 90%;
}

.text-and-image-overlapping-tiles {
	margin: 45px 0;
}

.list-of-icons.five .list-of-icons-list li:nth-child(5), 
.list-of-icons.five .list-of-icons-list li:nth-child(10) {
	margin: 0 auto 25px;
}

.list-of-icons.six .list-of-icons-list li:nth-child(6), 
.list-of-icons.six .list-of-icons-list li:nth-child(12){
  margin: 0 auto 25px;
}

.list-of-icons.four .list-of-icons-list li:nth-child(4), 
.list-of-icons.four .list-of-icons-list li:nth-child(8){
  margin: 0 auto 25px;
}


.text-and-image-color-plus.with-video {
	width: 100%;
	margin: 45px auto 0;
	padding-bottom: 0;
}

.text-and-image-color-plus.with-video .title-container {
	width: 100%;
	margin: 10px 20px 30px;
}

.text-and-image-color-plus.with-video .container-containers {
	width: 100%;
	flex-direction: column;
}

.text-and-image-color-plus.with-video .container-right-content {
	width: 90%;
	margin: 20px auto 0;
}

.text-and-image-color-plus.with-video .custom-combined-shape {
	height: 65px;
	width: 20px;
}

.text-and-image-color-plus.with-video .title-container h2 {
	font-size: 30px;
}

.text-and-image-color-plus.with-video .title-container .combined-shape {
	margin-right: 25px;
}

.text-and-image-color-plus.with-video .container-right p.type {
	display: none;
}

.text-and-image-color-plus.with-video .container-right h3 {
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.text-and-image-color-plus.with-video .button.button-9  {
	width: 100%;
}
.text-and-image-color-plus.with-video .button.button-9 span {
	width: 100%;
	text-align: center;
}

.text-and-image-color-plus.with-video img.red-plus {
	top: 435px;
	width: 76px;
  	height: 79px;
  	right: -8px;
}

.text-and-figures-img .combined-shape {
	margin-right:25px;
}

.figures-cpnt.text-and-figures-img .title-container {
	margin-bottom: 19px;
}

.articles-list-content-hub .main-content-hub .list li {
	width: 100%;
}


.articles-list-content-hub .main-content-hub .list li .wrapper-picture {
	padding-top: 0;
}

.articles-list-content-hub .main-content-hub .list li:last-child, 
.articles-list-content-hub .main-content-hub .list li:nth-child(2)  {
	margin-right: auto;
}

.articles-list-content-hub {
	padding: 45px 0 0;
}

.text-and-figures-img .main-content-hub p {
	margin-top: 0;
}

.articles-list-content-hub .pagination li.page-prev, 
.articles-list-content-hub .pagination li.page-next {
	display: block;
}

.contenthub.article-detail.block-wysiwyg .container-article blockquote p {
	font-size: 30px;
	line-height: 40px;
}

.article-details.header-banner-content-hub.type-image .mobile-co-header__video-poster {
	height: 375px;
    object-fit: cover;
}

.contenthub.article-detail.block-wysiwyg {
	padding: 0;
}

.article-details.header-banner-content-hub .header-logo {
	 width: 90px;
}

.article-details.header-banner-content-hub .mobile .header-text h1 {
	font-size: 32px;
}

}