/* //////////////////////////////////////////////////////////////////////////////////
*
* Global variables
*
/* /////////////////////////////////////////////////////////////////////////////////*/
/* New variables */
#nav-main {
  position: fixed;
}

p {
  font-family: "Brandon";
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.home > h2 {
  color: #434343;
  font-size: 48px;
  font-weight: 700;
  font-family: "Barlow";
}

h3,
h4,
h5,
h6 {
  font-family: "Brandon";
  font-weight: 400;
  font-style: normal;
  color: #434343;
  margin: 0;
}

.tag-w {
  display: inline-block;
  color: #fff;
  padding: 0px 10px;
  font-family: "Barlow";
  font-size: 12px !important;
  border-radius: 10px;
  border: 1px solid #fff;
}

.tag-b {
  display: inline-block;
  color: #434343;
  padding: 0px 10px;
  font-family: "Barlow";
  font-size: 12px !important;
  border-radius: 10px;
  border: 1px solid #434343;
}

.locked {
  overflow: hidden;
  height: 100vh !important;
}
.locked .home {
  filter: blur(10px);
  filter: blur(10px); /* pour Safari */
}

body.front-page {
  padding-top: 0;
}
body.front-page header {
  transform: translateY(-100%);
  transition: all 0.2s linear;
}
body.front-page .scrolled {
  transform: translateY(0%);
}
body.front-page .slick-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0px;
  position: relative;
  z-index: 9999;
}
body.front-page .slick-nav .logo {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
body.front-page .slick-nav .logo img {
  max-width: 130px;
}
body.front-page .slick-nav .nav {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
body.front-page .slick-nav .nav ul {
  display: flex;
  list-style-type: none;
}
body.front-page .slick-nav .nav li a, body.front-page .slick-nav .nav .search-button span {
  font-weight: 700;
}
body.front-page .slick-nav .profile a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #434343;
  font-weight: 700;
  padding: 6px 10px;
  white-space: nowrap;
}
body.front-page .slick-nav .profile a .profilep {
  max-width: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
body.front-page .slick-nav .profile a .profilep img {
  display: block;
  width: 30px;
  margin: auto;
}
body.front-page .search-menu.fullpage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(53, 98, 162, 0.9);
  transition: all 0.1s linear;
}
body.front-page .search-menu.fullpage .search-content {
  margin: auto !important;
  max-width: 600px !important;
  width: 100%;
}
body.front-page .search-menu.fullpage .search-heading {
  display: block;
  position: relative;
}
body.front-page .search-menu.fullpage .search-heading .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #184a64 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #f9bd05;
}
body.front-page .search-menu.fullpage .btn-close {
  background: none !important;
  color: #fff !important;
  position: absolute;
  top: -100px;
  right: -100px;
}
body.front-page .search-menu.fullpage h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "Barlow";
}
body.front-page .search-menu.fullpage h2 .is-yellow {
  font-family: "Barlow";
}
body.front-page .search-menu.fullpage h3 {
  color: #fff !important;
  display: none !important;
}
body.front-page .search-menu.fullpage .search-content .search-container {
  width: 100% !important;
}
body.front-page .search-menu.fullpage .suggestion {
  background-color: #174a64 !important;
  color: #ffffff !important;
}
body.front-page .search-menu.fullpage .suggestion:hover {
  background-color: #1b6084 !important;
}

.section-header {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.section-header h2 {
  color: #434343;
  font-family: "Barlow" !important;
  font-size: 50px;
  line-height: 50px;
}
.section-header .is-yellow {
  font-family: "Barlow" !important;
}
.section-header p {
  color: #434343;
  font-size: 20px;
  font-weight: 400;
  margin: 30px auto;
  line-height: 35px;
  max-width: 650px;
}

.home {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.home .hero {
  position: relative;
  max-height: 950px;
}
.home .hero .hero-fixed {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
  z-index: 3;
  padding-top: 10vh;
  margin-bottom: 100px;
}
.home .hero .hero-fixed .hero-stores {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.home .hero .hero-fixed .hero-stores .stores-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.home .hero .hero-fixed .hero-stores .stores-inner:hover {
  background-color: #dbe4f1;
}
.home .hero .hero-fixed .hero-stores .stores-inner:hover p {
  color: #40697f;
}
.home .hero .hero-fixed .hero-stores .hero-avis {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.home .hero .hero-fixed .hero-stores .hero-avis p:last-child {
  color: #f1b60d;
}
.home .hero .hero-fixed .hero-stores .hero-avis .is-star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home .hero .hero-fixed .hero-stores .hero-avis .is-star svg {
  width: 15px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}
.home .hero .hero-fixed .title {
  text-align: center;
  margin-bottom: 50px;
}
.home .hero .hero-fixed .title h1.hero-title,
.home .hero .hero-fixed .title h1 {
  font-size: 80px;
  font-weight: 900;
  font-family: "Barlow";
  color: #434343;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 80px;
}
.home .hero .hero-fixed .title h1.hero-title .is-yellow,
.home .hero .hero-fixed .title h1 .is-yellow {
  color: #f1b60d;
  font-weight: 900;
  font-family: "Barlow";
}
.home .hero .hero-fixed .title .tagline {
  color: #666666;
  font-family: "Brandon";
}
.home .hero .hero-fixed .hero-fixed .title h1.hero-title {
  font-size: 8vh;
  font-weight: 900;
  font-family: "Barlow";
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.1;
}
.home .hero .hero-fixed .container-search {
  border-radius: 30px;
  background-color: #1c5878;
  padding: 30px;
  width: calc(100% - 60px);
  margin-left: 0;
  max-width: 600px;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.35);
  margin-bottom: 100px;
}
.home .hero .hero-fixed .container-search input {
  border: none;
}
.home .hero .hero-fixed .container-search .h-search {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.home .hero .hero-fixed .container-search .h-search p {
  margin: 0;
  margin-bottom: 0;
  color: #f5fbff;
}
.home .hero .hero-fixed .container-search .search-container {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.home .hero .hero-fixed .container-search .community {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.home .hero .hero-fixed .container-search .community .portraits {
  display: flex;
}
.home .hero .hero-fixed .container-search .community .portraits img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: -10px;
  border: 2px solid #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .hero .hero-fixed .container-search .community p {
  font-size: 14px;
  width: 100%;
  margin: 0;
  color: #fff;
  margin-left: 20px;
}
.home .hero .hero-fixed .container-search .community p .is-strong {
  font-weight: 700;
}
.home .hero .hero-fixed .trusted-section {
  display: flex;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home .hero .hero-fixed .trusted-section::before, .home .hero .hero-fixed .trusted-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  pointer-events: none;
  z-index: 10;
}
.home .hero .hero-fixed .trusted-section::before {
  left: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.9) 18.27%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1) 100%);
}
.home .hero .hero-fixed .trusted-section::after {
  right: 0;
  background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.9) 18.27%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.1) 100%);
}
.home .hero .hero-fixed .trusted-section .trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.home .hero .hero-fixed .trusted-section .trusted-logos.infinite-scroll {
  justify-content: flex-start;
  flex-wrap: nowrap;
  animation: scrollLogos 30s linear infinite;
  width: max-content;
}
.home .hero .hero-fixed .trusted-section .trusted-logos.infinite-scroll img {
  flex-shrink: 0;
}
.home .hero .hero-fixed .trusted-section .trusted-logos img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}
.home .hero .bg-portraits {
  position: absolute;
  width: 100%;
  height: 92vh;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .hero .bg-portraits img {
  width: 100%;
  display: block;
  margin: auto;
}
.home .hero .portrait-left, .home .hero .portrait-right {
  width: 35%;
  max-width: 400px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.home .hero .portrait-left {
  position: relative;
  left: -3%;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.home .hero .portrait-right {
  position: relative;
  right: -3%;
  top: 0;
  display: flex;
  flex-direction: row-reverse;
}
.home .hero .portrait-col {
  width: 33.33%;
}
.home .hero .pc-a, .home .hero .pc-d {
  opacity: 1;
}
.home .hero .pc-b, .home .hero .pc-e {
  opacity: 0.5;
}
.home .hero .pc-c, .home .hero .pc-f {
  opacity: 0.25;
}
.home .hero .is-blur {
  filter: blur(5px);
}
.home .hero .portrait-unit {
  background-color: #e8f6fc;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 1s linear;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.1);
}
.home .hero .p-blue {
  background-color: #e6effc;
}
.home .hero .p-blued {
  background-color: #c9e0fd;
}
.home .hero .p-bluel {
  background-color: #a7cbfb;
}
.home .hero .m-portraits {
  display: none;
}
.home .reinsurance {
  margin-bottom: 120px;
}
.home .reinsurance .reinsurance-inner {
  display: flex;
  padding: 50px;
  gap: 40px;
  align-self: stretch;
  background-color: #1c5878;
  justify-content: space-between;
  border-radius: 50px;
  box-shadow: 0 0 50px 0 rgba(29, 88, 120, 0.25);
}
.home .reinsurance .reinsurance-inner .reinsurance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 30%;
}
.home .reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture {
  padding: 0px;
  border-radius: 12px;
  background: #28739c;
  font-size: 36px;
  margin: 0;
  border: solid 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture img {
  display: block;
  width: 100%;
  margin: auto;
}
.home .reinsurance .reinsurance-inner .reinsurance-item:nth-child(1) .reinsurance-picture {
  transform: rotate(-4.044deg);
}
.home .reinsurance .reinsurance-inner .reinsurance-item:nth-child(2) .reinsurance-picture {
  transform: rotate(-4.044deg);
}
.home .reinsurance .reinsurance-inner .reinsurance-item:nth-child(3) .reinsurance-picture {
  transform: rotate(3.956deg);
}
.home .reinsurance .reinsurance-inner .reinsurance-item h3 {
  color: #ffbd00;
  font-size: 20;
  margin: 15px 0;
  font-weight: 700;
  font-family: "Barlow";
  text-align: center;
}
.home .reinsurance .reinsurance-inner .reinsurance-item p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.home .articles {
  width: 100%;
  position: relative;
}
.home .articles .section-header {
  margin-bottom: 50px;
}
.home .articles .faded {
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgba(237, 221, 83, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.home .articles .f-bot {
  top: unset;
  bottom: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(237, 221, 83, 0) 100%);
}
.home .articles .glide {
  padding: 80px 0;
}
.home .articles .glide__track {
  width: 90%;
  max-width: 1500px;
  margin: auto;
  padding: 2% 0;
}
.home .articles .glide__track, .home .articles .glide__slides {
  overflow: visible;
}
.home .grid-articles {
  display: flex;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
.home .grid-articles::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#d2d6db 1.5px, transparent 1.5px);
  background-size: 9px 9px;
  background-repeat: repeat;
  z-index: -1;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 14.28%, rgba(0, 0, 0, 0.6) 28.56%, rgba(0, 0, 0, 0.6) 42.84%, rgba(0, 0, 0, 0.8) 57.12%, rgba(0, 0, 0, 0.8) 71.4%, rgba(0, 0, 0, 0.6) 85.68%, rgba(0, 0, 0, 0.4) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 14.28%, rgba(0, 0, 0, 0.6) 28.56%, rgba(0, 0, 0, 0.6) 42.84%, rgba(0, 0, 0, 0.8) 57.12%, rgba(0, 0, 0, 0.8) 71.4%, rgba(0, 0, 0, 0.6) 85.68%, rgba(0, 0, 0, 0.4) 100%);
}
.home .grid-articles .t-wrap {
  margin: 100px auto;
  max-width: 900px;
}
.home .grid-articles .t-wrap .t-row {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.home .grid-articles .t-wrap .t-unit {
  width: 19%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 0 60px 0 rgba(29, 88, 120, 0.15);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s linear;
  background-color: #fff;
}
.home .grid-articles .t-wrap .t-unit a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .grid-articles .t-wrap .t-unit img {
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s linear;
}
.home .grid-articles .t-wrap .t-unit p {
  position: absolute;
  background-color: #fff;
  bottom: 10px;
  width: 90%;
  border-radius: 40px;
  text-align: center;
  padding: 5px 0;
  font-family: "Barlow";
  font-size: 11px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .grid-articles .t-wrap .t-unit span {
  font-size: 12px;
  background-color: #f1b60d;
  color: #fff;
  border-radius: 10px;
  padding: 3px 5px;
  margin-left: 5px;
}
.home .grid-articles .t-wrap .t-unit:hover img {
  opacity: 0.8;
}
.home .ca-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #ddeffd;
  border-radius: 20px;
  margin-bottom: 15px;
}
.home .ca-heading .ca-i {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.home .ca-heading .ca-i img {
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}
.home .ca-heading .ca-h {
  width: 55%;
}
.home .ca-heading .ca-h h3 {
  color: #434343;
  font-family: "Brandon";
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}
.home .card-article {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  transform: rotate(4deg) translateY(30px) scale(0.9);
  transition: all 0.2s linear;
  cursor: pointer;
}
.home .card-article:nth-child(even) {
  transform: rotate(-4deg) translateY(-30px) scale(0.9);
}
.home .card-article > img {
  background-color: #dbe4f1;
  width: 100%;
  display: block;
  border-radius: 15px;
  min-height: 100px;
  margin-bottom: 10px;
}
.home .card-article .card-article-content h3 {
  color: #434343;
  font-family: "Brandon";
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  line-height: 20px;
}
.home .card-article .card-article-content > p {
  font-family: "Brandon";
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.home .card-article .card-article-content .tag-articles {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  flex-wrap: wrap;
  margin: 10px 0;
}
.home .card-article .card-article-content .tag-articles .primary-tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #1c5878;
  color: #fff;
  font-family: "Brandon";
  font-size: 14px;
  font-weight: 500;
}
.home .card-article .card-article-content .tag-articles .reactivity-tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: #dcf8db;
  color: #43a557;
  font-family: "Brandon";
  font-size: 14px;
  font-weight: 400;
}
.home .card-article .card-article-content .tag-articles .reactivity-tag img {
  width: 16px;
  height: 16px;
}
.home .card-article .card-article-content .author-articles > p {
  color: #979797;
  font-family: "Brandon";
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.home .card-article .card-article-content .author-articles .author-articles-inner {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home .card-article .card-article-content .author-articles .author-articles-inner img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.home .card-article .card-article-content .author-articles .author-articles-inner .author-articles-name > p {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Brandon";
  font-weight: 400;
  margin: 0;
}
.home .card-article .card-article-content .author-articles .author-articles-inner .author-articles-name .author-articles-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home .card-article .card-article-content .author-articles .author-articles-inner .author-articles-name .author-articles-rating p {
  color: #666666;
  font-size: 15px;
  font-family: "Brandon";
  font-weight: 400;
  margin: 0;
}
.home .card-article .card-article-content .author-articles .author-articles-inner .author-articles-name .author-articles-rating span.noreviews {
  color: #666666;
  font-size: 15px;
  font-family: "Brandon";
  font-weight: 400;
}
.home .benefits {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 80px;
  gap: 30px;
}
.home .benefits .benefits-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.home .benefits .benefits-item .benefits-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 29%;
}
.home .benefits .benefits-item .benefits-card img {
  width: 100%;
  display: block;
  margin: 50px auto;
  max-height: 300px;
}
.home .benefits .benefits-item .benefits-card h3 {
  font-family: "Barlow";
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.home .benefits .benefits-item .benefits-card p {
  color: #666666;
  font-family: "Brandon";
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  text-align: left;
}
.home .download {
  background-color: rgb(28, 88, 120);
  margin-bottom: 100px;
  padding: 60px;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .download .download-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .download .download-inner .download-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
}
.home .download .download-inner .download-item .h-download h2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  letter-spacing: -2px;
  margin: 20px 0;
}
.home .download .download-inner .download-item .h-download .p-download {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
.home .download .download-inner .download-picture {
  width: 30%;
}
.home .download .download-inner .download-picture img {
  width: 100%;
  display: block;
  margin: auto;
}
.home .download .download-inner .cta-download {
  margin: 40px 0;
  display: flex;
  justify-content: flex-start;
}
.home .download .download-inner .main-cta {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .features .cards-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../../images/home/new/dots-o1JLv9y.svg");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin: 50px 0 0;
}
.home .features .cards-features .cf-unit {
  width: calc(30% - 20px);
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.home .features .cards-features .cf-unit .cfu-top {
  margin-bottom: 20px;
}
.home .features .cards-features .cf-unit .cfu-top img {
  width: 100%;
  display: block;
  margin: auto;
}
.home .features .cards-features .cf-unit h3 {
  font-family: "Barlow";
  margin-bottom: 10px;
  font-weight: 600;
}
.home .environment {
  background: #cef3e1;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.home .environment .bgwrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .environment .env-bg {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.home .environment .env-bg .ebg-u {
  width: 12%;
  max-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home .environment .env-bg .ebg-u svg {
  width: 100%;
  display: block;
  margin: auto;
}
.home .environment .env-bg .ebg-u svg path {
  fill: #bbecd4;
}
.home .environment .env-bg .ebg-alt {
  top: -100px;
}
.home .environment .sh-green {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.home .environment .sh-green .is-green {
  font-family: "Barlow";
  font-size: 100px;
  color: #1f975b;
}
.home .environment .sh-green .main-cta {
  background-color: #1f975b;
  display: inline-flex;
  align-items: center;
}
.home .environment .sh-green p {
  font-size: 19px;
  max-width: unset;
}
.home .environment .cards-environment {
  position: relative;
  z-index: 1;
}
.home .environment .cards-environment .ce-unit {
  width: 30%;
  position: relative;
}
.home .environment .cards-environment .ce-unit .ce-inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .environment .cards-environment .ce-unit .ce-inner h3 {
  font-weight: 600;
  font-family: "Barlow";
  text-align: center;
  font-size: 17px;
  margin: auto;
}
.home .environment .cards-environment .ce-unit .ce-inner .is-info {
  display: block;
  text-align: center;
  font-style: italic;
}
.home .environment .cards-environment .ce-unit .ce-inner .icn {
  font-size: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #e8f0ec;
  border-radius: 100%;
  border: solid 3px #ffffff;
  margin: auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
.home .environment .cards-environment .ce-unit:nth-child(even) {
  transform: translateY(40px);
}
.home .environment .exp {
  text-align: center;
  margin-top: 90px;
  font-style: italic;
  display: block;
  color: #434343;
}
.home .environment .glide__track, .home .environment .glide__slides {
  overflow: visible;
}
.home .environment .glide__slide {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.home .environment .glide__slide--active, .home .environment .glide__slide--active + .ce-unit, .home .environment .glide__slide--active + .ce-unit + .ce-unit {
  opacity: 1;
}
.home .testimonial {
  border-radius: 60px;
  background-color: #1c5878;
  overflow: hidden;
  margin: 100px auto;
}
.home .testimonial .ts-c {
  display: flex;
  max-height: 500px;
  overflow: hidden;
}
.home .testimonial .ts-c .tsc-l {
  display: flex;
  align-items: center;
  padding: 60px 0 60px 60px;
  width: 48%;
}
.home .testimonial .ts-c .tsc-l .h-testimonial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner {
  max-width: 90%;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner .hero-avis {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner .hero-avis p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner .hero-avis p.is-yellow {
  color: #f1b60d;
  font-weight: 700;
  display: flex;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner .hero-avis p.is-yellow svg {
  width: 15px;
  margin-left: 5px;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner h2 {
  font-size: 50px;
  color: #fff;
  line-height: 50px;
  letter-spacing: -2px;
}
.home .testimonial .ts-c .tsc-l .h-testimonial .testimonial-inner p.t-desc {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin: 30px 0;
}
.home .testimonial .ts-c .tsc-r {
  width: 48%;
  position: relative;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -10%;
  left: -20%;
  transform: rotate(20deg);
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column {
  display: flex;
  flex-direction: column;
  width: 49%;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column:first-child {
  animation: bounceUp 60s linear infinite;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column:last-child {
  animation: bounceDown 60s linear infinite;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 30px;
  margin-bottom: 10px;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .t-img {
  width: 100%;
  z-index: 0;
  position: relative;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .t-img img {
  display: block;
  width: 100%;
  margin: auto;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .star-wrap {
  margin-bottom: 10px;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .testimonial-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  margin: auto;
  position: absolute;
  z-index: 2;
  bottom: 10px;
  background: #164b67;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .testimonial-content .testimonial-text {
  margin-bottom: 10px;
}
.home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .testimonial-content .testimonial-text, .home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .testimonial-content .testimonial-author, .home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column .testimonial-card .testimonial-content .testimonial-location {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}
.home .faq .section-header {
  margin-bottom: 120px;
}
.home .faq .faq-accordion {
  max-width: 700px;
  margin: 0 auto;
}
.home .faq .faq-accordion .faq-item {
  border-radius: 20px;
  border: 1.2px solid #dbdbdb;
  background: #fff;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.home .faq .faq-accordion .faq-item:hover, .home .faq .faq-accordion .faq-item.active {
  border: 1.2px solid #f1b60d;
  background: #fef6e2;
  box-shadow: 0 0 0 0.8px #f1b60d;
}
.home .faq .faq-accordion .faq-item.active .faq-icon {
  transform: rotate(180deg);
}
.home .faq .faq-accordion .faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 16px;
  opacity: 1;
}
.home .faq .faq-accordion .faq-item .faq-question {
  display: flex;
  padding: 20px 16px;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
  justify-content: space-between;
}
.home .faq .faq-accordion .faq-item .faq-question h3 {
  color: #434343;
  font-family: "Brandon";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  flex-grow: 1;
}
.home .faq .faq-accordion .faq-item .faq-question .faq-icon {
  width: 24px;
  height: 24px;
  transition: all 0.3s ease;
  margin-left: 16px;
  flex-shrink: 0;
}
.home .faq .faq-accordion .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.home .faq .faq-accordion .faq-item .faq-answer p {
  color: #434343;
  font-family: "Brandon";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.home .map .section-header {
  margin-bottom: 100px;
}
.home .map .map-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .map .map-inner .cities-column,
.home .map .map-inner .cities-column2 {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home .map .map-inner .cities-column .cities-group,
.home .map .map-inner .cities-column2 .cities-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-right: 10px;
}
.home .map .map-inner .cities-column .cities-group .city-name,
.home .map .map-inner .cities-column2 .cities-group .city-name {
  border-radius: 10px;
  background: #dbe4f1;
  color: #4b7dc2;
  font-family: "Brandon";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.home .map .map-inner .cities-column .cities-group .city-name a,
.home .map .map-inner .cities-column2 .cities-group .city-name a {
  padding: 8px 12px;
  display: block;
  min-width: 100px;
}
.home .map .map-inner .cities-column .cities-group .city-name:hover,
.home .map .map-inner .cities-column2 .cities-group .city-name:hover {
  background: #4b7dc2;
  color: white;
  transform: translateY(-2px);
}
.home .map .map-inner .cities-column .cities-group .city-name:hover a,
.home .map .map-inner .cities-column2 .cities-group .city-name:hover a {
  color: white;
}
.home .map .map-inner .cities-column .cities-group .city-name a,
.home .map .map-inner .cities-column2 .cities-group .city-name a {
  color: #4b7dc2;
}
.home .map .map-inner .cities-column .cities-group .city-name a:hover,
.home .map .map-inner .cities-column2 .cities-group .city-name a:hover {
  color: white;
}
.home .map .map-inner .h-city {
  background-color: #4b7dc2 !important;
  color: #fff !important;
}
.home .map .map-inner .h-city a {
  color: #fff !important;
}
.home .map .map-inner .cities-column2 > .cities-group {
  align-items: flex-end !important;
}
.home .map .map-inner .map-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
}
.home .map .map-inner .map-item svg {
  width: 100%;
}
.home .map .map-inner .map-item svg circle {
  transition: all 0.3s ease;
  cursor: pointer;
}
.home .map .map-inner .map-item svg circle:hover {
  r: 4;
}
.home .map .map-inner .map-item svg circle.highlighted {
  r: 8;
  fill: #ff6b35;
  stroke: white;
  stroke-width: 3;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
.home .blog {
  padding: 120px 0px;
}
.home .blog .section-header {
  margin-bottom: 50px;
}
.home .blog .blog-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home .blog .blog-inner .blog-item {
  padding: 20px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  width: calc(24% - 40px);
}
.home .blog .blog-inner .blog-item img {
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.home .blog .blog-inner .blog-item .blog-content .blog-date {
  color: #666666;
  font-size: 14px;
  display: block;
}
.home .blog .blog-inner .blog-item .blog-content h3 {
  font-size: 18px;
  line-height: 30px;
}
.home .blog .cntr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .bg-tools {
  background-color: #f5fbff;
  padding: 120px 0;
}
.home .bg-tools .tools a.main-cta svg {
  margin-left: 10px;
  margin-right: 0px;
}
.home .bg-tools .tools .h-tools {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}
.home .bg-tools .tools .h-tools h2, .home .bg-tools .tools .h-tools .is-yellow {
  font-family: "Barlow" !important;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.home .bg-tools .tools .h-tools h2 {
  color: #434343;
}
.home .bg-tools .tools .h-tools p {
  color: #434343;
  font-family: "Brandon";
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 800px;
}
.home .bg-tools .tools .tools-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.home .bg-tools .tools .tools-inner .tools-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
}
.home .bg-tools .tools .tools-inner .tools-col .tools-item {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.home .bg-tools .tools .tools-inner .tools-col .tools-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 20px;
  transition: all 0.2s linear;
}
.home .bg-tools .tools .tools-inner .tools-col .tools-item a:hover {
  background-color: #d7e5ef;
}
.home .bg-tools .tools .tools-inner .tools-col .tools-item img {
  width: 20%;
  max-width: 45px;
  margin-right: 20px;
  display: block;
}
.home .bg-tools .tools .tools-inner .tools-col .tools-item p {
  cursor: pointer;
  font-size: 18px;
  text-decoration: underline;
}
.home .bg-tools .main-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

/* //////////////////////////////////////////////////////////////////////////////////
*
*  Keyframes Animations
*
/* /////////////////////////////////////////////////////////////////////////////////*/
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
@keyframes bounceUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-700px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceDown {
  0% {
    transform: translateY(-700px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px);
  }
}
/* //////////////////////////////////////////////////////////////////////////////////
*
*  Responsive Design - Mobile
*
/* /////////////////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 700px) {
  .home .grid-articles .t-wrap {
    max-width: 90%;
    margin: auto;
  }
  body.front-page .search-menu.fullpage {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  body.front-page .search-menu.fullpage .search-content {
    margin: 0px auto !important;
    margin-top: 100px !important;
    max-width: 600px !important;
    width: 90%;
  }
  .home .br-boxed {
    width: 85%;
  }
  .home .hero {
    max-width: 85%;
    margin: auto;
  }
  .home .hero .slick-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
    position: relative;
    z-index: 99;
  }
  .home .hero .slick-nav .nav {
    display: none;
  }
  .home .hero .logo {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .home .hero .hero-fixed {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: auto;
    z-index: 3;
    padding-top: 5vh;
    margin-bottom: 50px;
  }
  .home .hero .hero-fixed .title h1.hero-title {
    font-size: 45px;
    text-align: left;
    font-family: "Barlow";
    color: #434343;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 900;
  }
  .home .hero .hero-fixed .hero-stores {
    gap: 0;
    margin-bottom: 10px;
  }
  .home .hero .bg-portraits {
    display: none;
  }
  .home .hero .hero-fixed .title {
    text-align: left;
    margin-bottom: 50px;
  }
  .home .hero .hero-stores .stores-inner p {
    display: none;
  }
  .home .hero .home .hero .hero-fixed .hero-stores {
    justify-content: flex-start;
    gap: 0;
  }
  .home .hero .hero-fixed .hero-stores .stores-inner {
    padding: 0;
  }
  .home .hero .hero-fixed .container-search {
    box-shadow: none;
    padding: 20px;
    width: calc(100% - 40px);
    margin-bottom: 50px;
    margin-top: 80px;
    z-index: 2;
    position: relative;
  }
  .home .hero .m-portraits {
    display: flex;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: -10px;
    left: 0;
  }
  .home .hero .mp-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home .hero .mp-inner .mpi-i {
    width: 27%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    position: relative;
  }
  .home .hero .mp-inner .mpi-i img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .home .hero .mp-inner .mpii-a {
    transform: scale(0.8) rotate(10deg) translateX(10px);
    background-color: #fff;
    z-index: 0;
  }
  .home .hero .mp-inner .mpii-b {
    transform: scale(1.2) rotate(-6deg) translateX(5px);
    background-color: #c9e0fd;
    z-index: 1;
  }
  .home .hero .mp-inner .mpii-c {
    transform: scale(0.8) rotate(-5deg) translateX(-5px);
    background-color: #fff;
    z-index: 2;
  }
  .home .hero .cs-wrap {
    position: relative;
  }
  .home .reinsurance {
    margin-bottom: 70px;
  }
  .home .reinsurance .reinsurance-inner {
    flex-wrap: wrap;
    gap: 0;
    padding: 30px;
  }
  .home .reinsurance .reinsurance-inner .reinsurance-item {
    width: 100% !important;
    margin-bottom: 30px;
    align-items: flex-start;
    text-align: left;
  }
  .home .reinsurance .reinsurance-inner .reinsurance-item p {
    text-align: left !important;
  }
  .home .reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture {
    font-size: 25px;
    width: 60px;
    height: 60px;
  }
  .home .reinsurance .reinsurance-inner .reinsurance-item .reinsurance-picture img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .home .articles .glide {
    padding: 40px 0;
  }
  .home .home .grid-articles .t-wrap {
    margin: 50px auto;
  }
  .home .grid-articles .t-wrap .t-row {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 0px !important;
  }
  .home .t-unit {
    width: 48% !important;
  }
  .home .t-unit p {
    flex-direction: column;
  }
  .home .tr-a .t-unit:last-of-type, .home .tr-c .t-unit:last-of-type {
    display: none;
  }
  .home .section-header {
    max-width: 95%;
    margin: auto;
    margin-bottom: 50px;
  }
  .home .section-header h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .home .section-header p {
    font-size: 15px;
    line-height: 25px;
  }
  .home .section-header a {
    width: calc(70% - 50px);
    display: block;
    margin: auto;
  }
  .home .benefits {
    gap: 0;
    padding-block: 0px;
    margin-bottom: 50px;
  }
  .home .benefits .section-header {
    margin-bottom: 0;
  }
  .home .benefits .benefits-item {
    flex-wrap: wrap;
  }
  .home .benefits .benefits-item .benefits-card {
    width: 100%;
  }
  .home .benefits a.main-cta {
    width: calc(70% - 50px);
    margin: auto;
  }
  .home .download-item, .home .download-picture {
    width: 100% !important;
  }
  .home .download {
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .home .download .download-inner {
    flex-wrap: wrap;
  }
  .home .download .download-inner .download-item .h-download h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
  }
  .home .download .download-inner .main-cta {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
    width: calc(100% - 10px);
    display: block;
    margin-bottom: 50px;
  }
  .home .features .cards-features {
    flex-wrap: wrap;
    padding: 0 0 50px;
  }
  .home .features .cards-features .cf-unit {
    width: 100%;
    margin-bottom: 30px;
  }
  .home .environment {
    padding: 50px 0;
  }
  .home .environment .sh-green p {
    font-size: 15px;
  }
  .home .environment .is-green {
    font-size: 80px !important;
  }
  .home .testimonial {
    margin: 50px auto;
    border-radius: 40px;
  }
  .home .testimonial .ts-c {
    display: flex;
    max-height: unset;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .home .testimonial .ts-c .tsc-l {
    padding: 30px;
    width: 100%;
  }
  .home .testimonial .ts-c .tsc-r {
    width: 100%;
  }
  .home .testimonial .ts-c .tsc-r .testimonials-grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: unset;
    left: 30px;
    bottom: 20px;
    transform: unset;
    min-height: 300px;
  }
  .home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column {
    display: flex;
    flex-direction: row;
    width: 400%;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: scroll-left 15s linear infinite !important;
  }
  .home .testimonial .ts-c .tsc-r .testimonials-grid .testimonials-column:first-of-type {
    display: none;
  }
  .home .testimonial .ts-c .tsc-r .testimonials-grid .testimonial-card {
    margin-right: 20px;
  }
  .home .faq .section-header {
    margin-bottom: 90px;
  }
  .home .faq .faq-accordion .faq-item .faq-question h3 {
    font-size: 18px;
  }
  .home .map .section-header {
    margin-bottom: 50px;
  }
  .home .map .map-inner {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home .map .map-inner .cca {
    left: unset !important;
    position: absolute !important;
    margin-top: -100px;
  }
  .home .map .map-inner .ccb {
    left: unset !important;
    position: absolute !important;
  }
  .home .map .map-inner .city-name {
    margin-left: 0 !important;
  }
  .home .map .map-inner .map-item {
    width: 80%;
    margin: auto;
  }
  .home .map .map-inner .cities-group {
    flex-direction: row !important;
  }
  .home .map .map-inner .cities-column .cities-group {
    animation: scroll-left 15s linear infinite !important;
    flex-direction: row !important;
  }
  .home .map .map-inner .cities-column2 .cities-group {
    animation: scroll-right 15s linear infinite !important;
    flex-direction: row !important;
  }
  .home .blog {
    padding: 0 0 50px;
  }
  .home .blog .blog-inner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .home .blog .blog-inner .blog-item {
    width: calc(100% - 40px);
    margin-bottom: 30px;
  }
  .home .blog a.main-cta {
    display: block;
    width: calc(100% - 50px);
    margin: 50px auto;
  }
  .home .bg-tools {
    padding: 50px 0;
  }
  .home .bg-tools .tools .h-tools h2, .home .bg-tools .tools .h-tools .is-yellow {
    font-size: 35px;
    line-height: 40px;
  }
  .home .bg-tools .tools-inner {
    flex-wrap: wrap;
  }
  .home .bg-tools .tools-inner .tools-col {
    width: 100% !important;
  }
  .home .bg-tools a.main-cta {
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t-unit {
    width: 49% !important;
  }
  .mobile-nav {
    transform: translateY(100%);
    transition: all 0.2s linear;
  }
  .m-scrolled {
    transform: translateY(0%);
  }
  .home .hero .hero-fixed .container-search .community {
    flex-direction: column;
  }
  .home .hero .hero-fixed .container-search .community p {
    margin-left: 0;
    text-align: center;
  }
  .home .hero .hero-fixed .container-search .community .portraits {
    margin-bottom: 10px;
  }
}
.link-with-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.link-with-icon svg {
  width: 15px;
  margin-left: 10px;
  margin-right: 0;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*# sourceMappingURL=front-page.output.css.map */
