@font-face {
  font-family: Gilroy-Regular;
  src: url(../../fonts/Gilroy-Regular.otf);
}
@font-face {
  font-family: Gilroy-Medium;
  src: url(../../fonts/Gilroy-Medium.ttf);
}
@font-face {
  font-family: Gilroy-Bold;
  src: url(../../fonts/Gilroy-Bold.ttf);
}
body, html, * {
  margin: 0px;
  padding: 0px;
}

body, html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, i {
  font-weight: normal;
  font-style: normal;
}

body.block {
  overflow: hidden;
}

/* ------------------------------------------------------------- */
/* ********************* CONTAINER GENERAL ********************* */
/* ------------------------------------------------------------- */
main {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ----------------------------------------------------------------- */
/* ********************* END CONTAINER GENERAL ********************* */
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------- */
/* ********************* VARIABLES ********************* */
/* ----------------------------------------------------- */
/*==============================
=            COLORS            =
==============================*/
/*----------  MAIN COLORS  ----------*/
/* RGB (242,76,76) ROUGE */
/* RGB (255,230,230) ROSE */
/* RGB (37,59,84) BLEU MARINE */
/* RGB (194,229,255) BLEU CIEL */
/* RGB Purple light */
/* RGB Purple light */
/* RGB (255,219,75) JAUNE */
/* RGB (255,245,55) JAUNE CLAIRE */
/* RGB (104,226,169) VERT */
/* RGB (219,238,221) VERT CLAIRE */
/* RGB (24,24,24) */
/* RGB (79,79,79) */
/* RGB (209,209,209) */
/* RGB (244,244,244) */
/*=====  End of COLORS  ======*/
/*=============================
=            FONTS            =
=============================*/
/*=====  End of FONTS  ======*/
/*=================================
=            TEXT SIZE            =
=================================*/
/*----------  H1  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  MOBILE  ----------*/
/*----------  H2  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  MOBILE  ----------*/
/*----------  H3  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  MOBILE  ----------*/
/*----------  H4  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  MOBILE  ----------*/
/*----------  H5  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  QUOTE  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  MOBILE  ----------*/
/*----------  PARAGRAPH BIG  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  PARAGRAPH MEDIUM  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  PARAGRAPH SMALL  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  PARAGRAPH TINY  ----------*/
/*----------  DESKTOP  ----------*/
/*----------  LINK  ----------*/
/*=====  End of TEXT SIZE  ======*/
/*============================
=            GRID            =
============================*/
/*=====  End of GRID  ======*/
/*===================================
=            BREAK POINT            =
===================================*/
/*=====  End of BREAK POINT  ======*/
/* --------------------------------------------------------- */
/* ********************* END VARIABLES ********************* */
/* --------------------------------------------------------- */
/* ------------------------------------------------- */
/* ********************* MIXIN ********************* */
/* ------------------------------------------------- */
/*----------  FUNCTION  ----------*/
/*
@mixin rgba-background($hexcolor, $opacity) {
  background-color: rgba($hexcolor, $opacity);
}*/
/*----------  HEADING  ----------*/
/*----------  H1  ----------*/
/*----------  H2  ----------*/
/*----------  H3  ----------*/
/*----------  H4  ----------*/
/*----------  H5  ----------*/
/*----------  QUOTE  ----------*/
/*----------  PARAGRAPH BIG  ----------*/
/*----------  PARAGRAPH MEDIUM  ----------*/
/*----------  PARAGRAPH SMALL  ----------*/
/*----------  PARAGRAPH TINY  ----------*/
/*----------  LINK  ----------*/
/*----------  BUTTON  ----------*/
/*----------  GRID  ----------*/
/*----------  COMMON  ----------*/
/*----------  SIZE 1  ----------*/
/*----------  SIZE 2  ----------*/
/*----------  SIZE 3  ----------*/
/*----------  SIZE 4  ----------*/
/* ----------------------------------------------------- */
/* ********************* END MIXIN ********************* */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ********************* ANIMATION ********************* */
/* ----------------------------------------------------- */
.sectionAnim_container .elAnim__slide {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.07, 0.965, 0.56, 1);
  transform: translateY(20px);
}
.sectionAnim_container .elAnim__fade {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.07, 0.965, 0.56, 1);
}
.sectionAnim_container .anim__delayMedium_1 {
  transition-delay: 0.1s !important;
}
.sectionAnim_container .anim__delayMedium_2 {
  transition-delay: 0.2s !important;
}
.sectionAnim_container .anim__delayMedium_3 {
  transition-delay: 0.3s !important;
}
.sectionAnim_container .anim__delayMedium_4 {
  transition-delay: 0.4s !important;
}
.sectionAnim_container .anim__delayMedium_5 {
  transition-delay: 0.5s !important;
}
.sectionAnim_container .anim__delayMedium_6 {
  transition-delay: 0.6s !important;
}
.sectionAnim_container .anim__delayMedium_7 {
  transition-delay: 0.7s !important;
}
.sectionAnim_container .anim__delayMedium_8 {
  transition-delay: 0.8s !important;
}
.sectionAnim_container .anim__delayMedium_9 {
  transition-delay: 0.9s !important;
}
.sectionAnim_container .anim__delayMedium_10 {
  transition-delay: 1s !important;
}
.sectionAnim_container .anim__delayMedium_11 {
  transition-delay: 1.1s !important;
}
.sectionAnim_container .anim__delayMedium_12 {
  transition-delay: 1.2s !important;
}
.sectionAnim_container .anim__delayMedium_13 {
  transition-delay: 1.3s !important;
}
.sectionAnim_container .anim__delayMedium_14 {
  transition-delay: 1.4s !important;
}
.sectionAnim_container .anim__delayMedium_15 {
  transition-delay: 1.5s !important;
}
.sectionAnim_container .anim__delayMedium_16 {
  transition-delay: 1.6s !important;
}
.sectionAnim_container .anim__delayMedium_17 {
  transition-delay: 1.7s !important;
}
.sectionAnim_container .anim__delayMedium_18 {
  transition-delay: 1.8s !important;
}
.sectionAnim_container .anim__delayMedium_19 {
  transition-delay: 1.9s !important;
}
.sectionAnim_container .anim__delaySmall_1 {
  transition-delay: 0.05s !important;
}
.sectionAnim_container .anim__delaySmall_2 {
  transition-delay: 0.1s !important;
}
.sectionAnim_container .anim__delaySmall_3 {
  transition-delay: 0.15s !important;
}
.sectionAnim_container .anim__delaySmall_4 {
  transition-delay: 0.2s !important;
}
.sectionAnim_container .anim__delaySmall_5 {
  transition-delay: 0.25s !important;
}
.sectionAnim_container .anim__delaySmall_6 {
  transition-delay: 0.3s !important;
}
.sectionAnim_container .anim__delaySmall_7 {
  transition-delay: 0.35s !important;
}
.sectionAnim_container .anim__delaySmall_8 {
  transition-delay: 0.4s !important;
}
.sectionAnim_container .anim__delaySmall_9 {
  transition-delay: 0.45s !important;
}
.sectionAnim_container .anim__delaySmall_10 {
  transition-delay: 0.5s !important;
}
.sectionAnim_container .anim__delaySmall_11 {
  transition-delay: 0.55s !important;
}
.sectionAnim_container .anim__delaySmall_12 {
  transition-delay: 0.6s !important;
}
.sectionAnim_container .anim__delaySmall_13 {
  transition-delay: 0.65s !important;
}
.sectionAnim_container .anim__delaySmall_14 {
  transition-delay: 0.7s !important;
}
.sectionAnim_container .anim__delaySmall_15 {
  transition-delay: 0.75s !important;
}
.sectionAnim_container .anim__delaySmall_16 {
  transition-delay: 0.8s !important;
}
.sectionAnim_container .anim__delaySmall_17 {
  transition-delay: 0.85s !important;
}
.sectionAnim_container .anim__delaySmall_18 {
  transition-delay: 0.9s !important;
}
.sectionAnim_container .anim__delaySmall_19 {
  transition-delay: 0.95s !important;
}
.sectionAnim_container.reach .elAnim__slide, .sectionAnim_container.active .elAnim__slide {
  opacity: 1;
  transform: translateY(0px);
}
.sectionAnim_container.reach .elAnim__fade, .sectionAnim_container.active .elAnim__fade {
  opacity: 1;
}

/* --------------------------------------------------------- */
/* ********************* END ANIMATION ********************* */
/* --------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* ********************* SECTION COMMON ********************* */
/* ---------------------------------------------------------- */
@media screen and (min-width: 700px) {
  html {
    padding: 15px;
  }
}

.col-agme-purple {
  color: #6342F5;
}

.col-agme-blue {
  color: #63beff;
}

.col-agme-corail {
  color: #f34c4c;
}

.col-ageme-green {
  color: #67e1a3;
}

.col-ageme-yellow {
  color: #ffda4b;
}

.col-ageme-grey {
  color: #d1d1d1;
}

.col-ageme-dark {
  color: #243c54;
}

#common-section-cover {
  padding: 150px 0px 125px 0px;
  position: relative;
}
#common-section-cover .wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #common-section-cover .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-cover .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #common-section-cover .wrapper {
    width: 1200px;
  }
}
#common-section-cover .container-text {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#common-section-cover .container-text h1 {
  width: calc(50% - 45px);
  font-family: Gilroy-Medium;
  color: #181818;
  text-align: right;
}
@media screen and (min-width: 700px) {
  #common-section-cover .container-text h1 {
    font-size: 56px;
    line-height: 67px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-cover .container-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
#common-section-cover .container-text h1 span {
  color: #FF3C3C;
}
#common-section-cover .container-text .container-desc {
  width: calc(50% - 45px);
}
#common-section-cover .container-text .container-desc p {
  font-family: Gilroy-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  width: 345px;
}
#common-section-cover .container-text .container-desc a {
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 20px 35px 20px 35px;
}
#common-section-cover .container-text .container-desc a .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#common-section-cover .container-text .container-desc a:hover {
  background-color: #253B54;
}
#common-section-cover .container-illu {
  position: relative;
  z-index: 1;
  margin: 80px auto 0px auto;
}
#common-section-cover .obj {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

#common-section-features {
  padding-top: 100px;
}
#common-section-features .wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #common-section-features .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-features .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #common-section-features .wrapper {
    width: 900px;
  }
}
#common-section-features .container-head {
  text-align: center;
  max-width: 625px;
  margin: auto;
}
#common-section-features .container-head h2 {
  font-family: Gilroy-Medium;
  color: #181818;
}
@media screen and (min-width: 700px) {
  #common-section-features .container-head h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-features .container-head h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
#common-section-features .container-head h2 span {
  color: #FF3C3C;
}
#common-section-features .container-head p {
  margin-top: 15px;
  font-family: Gilroy-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
}
#common-section-features .container-features {
  margin-top: 100px;
}
#common-section-features .container-features .feature {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#common-section-features .container-features .feature:not(:last-child) {
  margin-bottom: 150px;
}
#common-section-features .container-features .feature .container-illu {
  width: 465px;
}
#common-section-features .container-features .feature .container-illu img {
  width: 400px;
}
#common-section-features .container-features .feature .container-text {
  position: relative;
  width: 335px;
}
#common-section-features .container-features .feature .container-text .icn {
  height: 28px;
}
#common-section-features .container-features .feature .container-text .tag {
  position: absolute;
  top: 0px;
  left: 50px;
  padding: 5px 10px 3px 10px;
  font-family: Gilroy-Bold;
  font-size: 12px;
  border-radius: 10px;
  background-color: #FFDB4B;
}
#common-section-features .container-features .feature .container-text .title {
  margin-top: 16px;
  font-family: Gilroy-Medium;
  color: #181818;
}
@media screen and (min-width: 700px) {
  #common-section-features .container-features .feature .container-text .title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-features .container-features .feature .container-text .title {
    font-size: 24px;
    line-height: 28px;
  }
}
#common-section-features .container-features .feature .container-text .subtitle {
  margin-top: 7px;
  font-family: Gilroy-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
}
#common-section-features .container-features .feature .container-text .paragraph {
  margin-top: 7px;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
}
#common-section-features .container-features .feature .container-text ul {
  padding-left: 0;
  margin-top: 7px;
  list-style: none;
}
#common-section-features .container-features .feature .container-text ul li {
  position: relative;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  padding-left: 20px;
}
#common-section-features .container-features .feature .container-text ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #4F4F4F;
}
#common-section-features .container-features .feature .container-text a {
  margin-top: 25px;
  text-decoration: none;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
#common-section-features .container-features .feature .container-text a .link-text {
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
  margin-right: 13px;
  color: #FF3C3C;
  transition: all 0.25s ease;
}
#common-section-features .container-features .feature .container-text a .link-arrow {
  width: 10px;
  stroke: #FF3C3C;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
#common-section-features .container-features .feature .container-text a:hover .link-text {
  color: #253B54;
}
#common-section-features .container-features .feature .container-text a:hover .link-arrow {
  stroke: #253B54;
}
#common-section-features .container-btn {
  margin-top: 85px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#common-section-features .container-btn .btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 20px 35px 20px 35px;
}
#common-section-features .container-btn .btn .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#common-section-features .container-btn .btn:hover {
  background-color: #253B54;
}

#common-section-faq {
  position: relative;
  padding-top: 130px;
}
#common-section-faq .wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #common-section-faq .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-faq .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #common-section-faq .wrapper {
    width: 1100px;
  }
}
#common-section-faq .container-head {
  text-align: center;
}
#common-section-faq .container-head h2 {
  font-family: Gilroy-Medium;
  color: #181818;
}
@media screen and (min-width: 700px) {
  #common-section-faq .container-head h2 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-faq .container-head h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
#common-section-faq .container-head h2 span {
  color: #FF3C3C;
}
#common-section-faq .container-faq {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}
#common-section-faq .container-faq .col {
  width: calc(50% - 10px);
}
#common-section-faq .container-faq .faq {
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  padding: 18px 30px 18px 30px;
  margin-bottom: 20px;
}
#common-section-faq .container-faq .faq .head {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#common-section-faq .container-faq .faq .head span {
  flex: 1;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  font-family: Gilroy-Medium;
  color: #181818;
}
#common-section-faq .container-faq .faq .head svg {
  width: 10px;
  stroke: #FF3C3C;
  transition: all 0.25s ease;
}
#common-section-faq .container-faq .faq .container-text {
  display: none;
  position: relative;
}
#common-section-faq .container-faq .faq .container-text:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
#common-section-faq .container-faq .faq .container-text p {
  font-family: Gilroy-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  padding: 15px 0px 30px 0px;
  line-height: 24px;
}
#common-section-faq .container-faq .faq.active .head svg {
  transform: rotate(180deg);
}
#common-section-faq .container-faq .faq.active .container-text {
  display: block;
}

#common-section-quote {
  margin-top: 140px;
  position: relative;
}
#common-section-quote .wrapper {
  margin: auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#common-section-quote .container-img {
  width: 50%;
  height: 650px;
  position: relative;
}
#common-section-quote .container-img .img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
}
#common-section-quote .container-text {
  width: 50%;
  height: 650px;
  background-color: #243A51;
  position: relative;
}
#common-section-quote .container-text .content {
  position: absolute;
  top: 50%;
  padding-left: 115px;
  transform: translateY(-50%);
  padding-right: 100px;
}
#common-section-quote .container-text .content q {
  display: block;
  font-family: Gilroy-Regular;
  color: #FFF;
}
@media screen and (min-width: 700px) {
  #common-section-quote .container-text .content q {
    font-size: 26px;
    line-height: 39px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-quote .container-text .content q {
    font-size: 24px;
    line-height: 39px;
  }
}
#common-section-quote .container-text .content .container-infos {
  margin-top: 50px;
}
#common-section-quote .container-text .content .container-infos .name {
  font-family: Gilroy-Medium;
  color: #181818;
  color: #DBEEDD;
}
@media screen and (min-width: 700px) {
  #common-section-quote .container-text .content .container-infos .name {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-quote .container-text .content .container-infos .name {
    font-size: 24px;
    line-height: 28px;
  }
}
#common-section-quote .container-text .content .container-infos .job {
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  color: #DBEEDD;
  opacity: 0.8;
}
#common-section-quote .container-text .obj {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 400px;
}

#common-section-start {
  position: relative;
  padding: 140px 0px 140px 0px;
}
#common-section-start .wrapper {
  width: 465px;
  margin: auto;
}
#common-section-start .container-text {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#common-section-start .container-text h2 {
  width: 200px;
  font-family: Gilroy-Medium;
  color: #181818;
}
@media screen and (min-width: 700px) {
  #common-section-start .container-text h2 {
    font-size: 56px;
    line-height: 67px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-start .container-text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
#common-section-start .container-text h2 span {
  color: #FF3C3C;
}
#common-section-start .container-text .text {
  width: 200px;
}
#common-section-start .container-text .text p {
  font-family: Gilroy-Regular;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
}
#common-section-start .container-text .text a {
  margin-top: 15px;
  text-decoration: none;
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
#common-section-start .container-text .text a .link-text {
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
  margin-right: 13px;
  color: #FF3C3C;
  transition: all 0.25s ease;
}
#common-section-start .container-text .text a .link-arrow {
  width: 10px;
  stroke: #FF3C3C;
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
#common-section-start .container-text .text a:hover .link-text {
  color: #253B54;
}
#common-section-start .container-text .text a:hover .link-arrow {
  stroke: #253B54;
}
#common-section-start .container-btn {
  margin-top: 60px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#common-section-start .container-btn .btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 20px 35px 20px 35px;
}
#common-section-start .container-btn .btn .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#common-section-start .container-btn .btn:hover {
  background-color: #253B54;
}

@media screen and (max-width: 700px) {
  #common-section-cover {
    padding: 120px 0px 100px 0px;
  }
  #common-section-cover .container-text h1 {
    width: 100%;
    text-align: left;
  }
  #common-section-cover .container-text h1 br {
    display: none;
  }
  #common-section-cover .container-text .container-desc {
    margin-top: 30px;
    width: 100%;
  }
  #common-section-cover .container-text .container-desc p {
    width: 100%;
  }
  #common-section-cover .container-illu {
    width: 100%;
  }
  #common-section-cover .container-illu .illu-1 {
    width: initial !important;
    height: 220px;
    margin-left: 50px;
  }

  #common-section-features .container-features {
    margin-top: 60px;
  }
  #common-section-features .container-features .feature .container-illu {
    width: 100%;
  }
  #common-section-features .container-features .feature .container-illu img {
    width: 100%;
  }
  #common-section-features .container-features .feature .container-text {
    margin-top: 40px;
    width: 100%;
  }
  #common-section-features .container-features .feature .container-text .icn {
    height: 40px;
  }
  #common-section-features .container-features .feature .container-text .title {
    margin-top: 25px;
  }

  #common-section-quote {
    margin-top: 120px;
  }
  #common-section-quote .container-img {
    width: 100%;
    height: 370px;
  }
  #common-section-quote .container-text {
    width: 100%;
    height: initial;
  }
  #common-section-quote .container-text .content {
    padding: 60px 25px 60px 25px;
    position: initial;
    transform: translateY(0px);
  }
  #common-section-quote .container-text .obj {
    left: calc(100% - 110px);
  }

  #common-section-start {
    padding: 100px 0px 100px 0px;
  }
  #common-section-start .wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 700px) and (min-width: 700px) and (max-width: 1250px) {
  #common-section-start .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) and (max-width: 700px) {
  #common-section-start .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 700px) and (min-width: 1250px) {
  #common-section-start .wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 700px) {
  #common-section-start .container-text {
    text-align: center;
  }
  #common-section-start .container-text h2 {
    width: 100%;
    margin-bottom: 8px;
  }
  #common-section-start .container-text .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #common-section-faq .container-faq .col {
    width: 100%;
  }
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

#cookie-warning-banner {
  font-family: Gilroy-Regular, Helvetica, Arial, sans-serif;
  position: fixed;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  bottom: 64px;
  left: 64px;
  z-index: 999999;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.15);
}
#cookie-warning-banner .container-btn .btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 13px 30px 13px 30px;
}
#cookie-warning-banner .container-btn .btn .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#cookie-warning-banner .container-btn .btn:hover {
  background-color: #253B54;
}

/* -------------------------------------------------------------- */
/* ********************* END SECTION COMMON ********************* */
/* -------------------------------------------------------------- */
#header-desktop {
  position: fixed;
  top: 20px;
  left: 0px;
  width: 100%;
  z-index: 20;
  transform: translateY(15px);
  transition: all 0.25s ease;
}
#header-desktop > .head {
  z-index: 1;
  width: 100%;
  height: 67px;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.25s ease;
}
#header-desktop > .head .wrapper {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #header-desktop > .head .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #header-desktop > .head .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #header-desktop > .head .wrapper {
    width: 1200px;
  }
}
#header-desktop > .head .container-link {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header-desktop > .head .container-link a {
  height: 100%;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header-desktop > .head .container-link a span {
  font-size: 16px;
  line-height: 24px;
  font-family: Gilroy-Medium;
  color: #4F4F4F;
}
#header-desktop > .head .container-link a svg {
  margin-left: 8px;
  width: 10px;
  stroke: #FF3C3C;
}
#header-desktop > .head .container-link a:not(:last-child) {
  margin-right: 45px;
}
#header-desktop > .head .container-link a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #FF3C3C;
  transform: scaleX(0);
  transition: all 500ms cubic-bezier(0, 1.005, 0.59, 0.995);
}
#header-desktop > .head .container-link a.active span {
  color: #FF3C3C;
}
#header-desktop > .head .container-link a.active:after {
  transform: scaleX(1);
}
#header-desktop > .head .container-link a:hover:after {
  transform: scaleX(1);
}
#header-desktop > .head .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  text-decoration: none;
}
#header-desktop > .head .logo img {
  width: 100%;
}
#header-desktop > .head .container-action {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header-desktop > .head .container-action .signin {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-family: Gilroy-Medium;
  color: #4F4F4F;
  margin-right: 30px;
}
#header-desktop > .head .container-action .signup {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 13px 30px 13px 30px;
}
#header-desktop > .head .container-action .signup .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#header-desktop > .head .container-action .signup:hover {
  background-color: #253B54;
}
#header-desktop .dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  opacity: 0;
  padding: 55px 0px 65px 0px;
  width: 100%;
  transform: translateY(-100%);
  transition: all 350ms cubic-bezier(0.485, 0.16, 0.13, 1);
}
#header-desktop .dropdown .container-link {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #header-desktop .dropdown .container-link {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #header-desktop .dropdown .container-link {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #header-desktop .dropdown .container-link {
    width: 1200px;
  }
}
#header-desktop .dropdown .container-link a {
  display: block;
  text-decoration: none;
  width: 222px;
}
#header-desktop .dropdown .container-link a .head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#header-desktop .dropdown .container-link a .head .icn {
  height: 22px;
  margin-right: 15px;
  stroke: #181818;
  transition: all 0.25s ease;
}
#header-desktop .dropdown .container-link a .head h3 {
  flex: 1;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  transition: all 0.25s ease;
}
#header-desktop .dropdown .container-link a p {
  margin-top: 16px;
  font-family: Gilroy-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  line-height: 24px;
}
#header-desktop .dropdown .container-link a:hover .head .icn {
  stroke: #FF3C3C;
}
#header-desktop .dropdown .container-link a:hover .head h3 {
  color: #FF3C3C;
}
#header-desktop.show-dropdown {
  transform: translateY(-20px);
}
#header-desktop.show-dropdown > .head {
  background-color: #FFF;
  border-color: #F4F4F4;
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0);
}
#header-desktop.show-dropdown .dropdown {
  transition: all 500ms cubic-bezier(0.485, 0.16, 0.13, 1);
  opacity: 1;
  transform: translateY(0%);
  background-color: #FFFFFF;
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.06);
}
#header-desktop.show-dropdown.scroll > .head {
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0);
}
#header-desktop:not(.scroll).style-white > .head .container-link a span {
  color: #FFF;
}
#header-desktop:not(.scroll).style-white > .head .logo {
  filter: brightness(0) invert(1);
}
#header-desktop:not(.scroll).style-white > .head .container-action .signin span {
  color: #FFF;
}
#header-desktop:not(.scroll).style-white > .head .container-action .signup {
  background-color: transparent;
  border: 1px solid #FFF;
}
#header-desktop:not(.scroll).style-white > .head .container-action .signup:hover {
  background-color: #fff;
}
#header-desktop:not(.scroll).style-white > .head .container-action .signup:hover .btn-text {
  color: #243A51;
}
#header-desktop.scroll {
  transform: translateY(-20px);
}
#header-desktop.scroll > .head {
  background-color: #FFF;
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.06);
}

#header-mobile {
  display: none;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#header-mobile > .head {
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
  padding: 20px 0px 20px 0px;
}
#header-mobile > .head .wrapper {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #header-mobile > .head .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #header-mobile > .head .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #header-mobile > .head .wrapper {
    width: 1200px;
  }
}
#header-mobile > .head .wrapper .logo {
  text-decoration: none;
  display: block;
}
#header-mobile > .head .wrapper .logo img {
  height: 26px;
}
#header-mobile > .head .wrapper .container-action {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  height: 35px;
  width: 35px;
  position: relative;
}
#header-mobile > .head .wrapper .container-action .container-burger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 13px;
  width: 21px;
}
#header-mobile > .head .wrapper .container-action .container-burger .line {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #181818;
  transition: all 250ms cubic-bezier(0, 1.1, 0.735, 0.92);
}
#header-mobile > .head .wrapper .container-action .container-burger .line:nth-child(1) {
  top: 0px;
  left: 0px;
}
#header-mobile > .head .wrapper .container-action .container-burger .line:nth-child(2) {
  bottom: 0px;
  left: 0px;
}
#header-mobile .container-link {
  background-color: #FFF;
  position: absolute;
  top: 100%;
  width: 100%;
  box-shadow: 0 3px 22px 0 rgba(56, 70, 122, 0.15);
  transform: translateY(calc(-100% - 100px));
  transition: all 300ms cubic-bezier(0, 0.965, 0.805, 0.995);
  padding: 60px 0px 50px 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 75px);
}
#header-mobile .container-link .wrapper {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  #header-mobile .container-link .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  #header-mobile .container-link .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  #header-mobile .container-link .wrapper {
    width: 1200px;
  }
}
#header-mobile .container-link .wrapper .list-link {
  position: relative;
}
#header-mobile .container-link .wrapper .list-link .link {
  cursor: pointer;
  margin-bottom: 35px;
}
#header-mobile .container-link .wrapper .list-link .link:last-child {
  margin-bottom: 0px;
}
#header-mobile .container-link .wrapper .list-link .link > a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-decoration: none;
}
#header-mobile .container-link .wrapper .list-link .link > a span {
  font-family: Gilroy-Medium;
  color: #181818;
  margin-right: 25px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 700px) {
  #header-mobile .container-link .wrapper .list-link .link > a span {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (max-width: 700px) {
  #header-mobile .container-link .wrapper .list-link .link > a span {
    font-size: 24px;
    line-height: 28px;
  }
}
#header-mobile .container-link .wrapper .list-link .link > a svg {
  width: 18px;
  stroke: #181818;
  transition: all 0.25s ease;
}
#header-mobile .container-link .wrapper .list-link .link .container-el {
  display: none;
  margin-top: 30px;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el {
  display: block;
  text-decoration: none;
  transition: all 0.25s ease;
  margin-bottom: 40px;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el:last-child {
  margin-bottom: 0px;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el .head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el .head .icn {
  height: 22px;
  margin-right: 15px;
  stroke: #181818;
  transition: all 0.25s ease;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el .head h3 {
  flex: 1;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  transition: all 0.25s ease;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el p {
  margin-top: 16px;
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  line-height: 24px;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el:hover .head .icn {
  stroke: #FF3C3C;
}
#header-mobile .container-link .wrapper .list-link .link .container-el .el:hover .head h3 {
  color: #FF3C3C;
}
#header-mobile .container-link .wrapper .list-link .link.active > a span {
  color: #FF3C3C;
}
#header-mobile .container-link .wrapper .list-link .link.active > a svg {
  transform: rotate(180deg);
  stroke: #FF3C3C;
}
#header-mobile .container-link .wrapper .list-link .link.active .container-el {
  display: block;
}
#header-mobile .container-link .container-action {
  position: relative;
  padding: 0px 25px 0px 25px;
  margin-top: 70px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
#header-mobile .container-link .container-action a:nth-child(1) {
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  background-color: #FF3C3C;
  transition: all 250ms ease;
  padding: 20px 35px 20px 35px;
}
#header-mobile .container-link .container-action a:nth-child(1) .btn-text {
  color: #FFF;
  font-family: Gilroy-Medium;
  font-size: 16px;
  line-height: 19px;
}
#header-mobile .container-link .container-action a:nth-child(1):hover {
  background-color: #253B54;
}
#header-mobile .container-link .container-action a:nth-child(2) {
  font-family: Gilroy-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
}
#header-mobile.open .head {
  background-color: #FFF;
  box-shadow: 0 3px 22px 0 rgba(56, 70, 122, 0) !important;
}
#header-mobile.open .head .container-text .text:nth-child(1) {
  opacity: 0;
}
#header-mobile.open .head .container-text .text:nth-child(2) {
  opacity: 1;
}
#header-mobile.open .head .container-burger .line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
#header-mobile.open .head .container-burger .line:nth-child(2) {
  transform: translateY(-5px) rotate(-45deg);
}
#header-mobile.open .container-link {
  transform: translateY(0px);
}
#header-mobile.scroll .head {
  background-color: #FFF;
  box-shadow: 0 3px 22px 0 rgba(56, 70, 122, 0.15);
}
#header-mobile.open .head .wrapper .logo.style-white img:first-child, #header-mobile.scroll .head .wrapper .logo.style-white img:first-child {
  display: block;
}
#header-mobile.open .head .wrapper .logo.style-white img:last-child, #header-mobile.scroll .head .wrapper .logo.style-white img:last-child {
  display: none;
}
#header-mobile.open .head .wrapper .logo.style-white ~ .container-action .container-text .text, #header-mobile.scroll .head .wrapper .logo.style-white ~ .container-action .container-text .text {
  color: #FF3C3C;
}
#header-mobile.open .head .wrapper .logo.style-white ~ .container-action .container-burger .line, #header-mobile.scroll .head .wrapper .logo.style-white ~ .container-action .container-burger .line {
  background-color: #DBEEDD;
}
#header-mobile:not(.scroll).style-white > .head .wrapper .logo {
  filter: brightness(0) invert(1);
}
#header-mobile:not(.scroll).style-white > .head .wrapper .container-action .container-burger .line {
  background-color: #FFF;
}

@media screen and (max-width: 1250px) {
  #header-desktop {
    display: none;
  }

  #header-mobile {
    display: block;
  }
}
/*===========================================
=            PAGE FUNCTIONALITY 2           =
===========================================*/
#common-section-cover {
  background-color: #C2E5FF;
  /* ANIM */
}
#common-section-cover .container-illu {
  position: relative;
  z-index: 1;
  width: 775px;
  margin: 80px auto 0px auto;
}
#common-section-cover .container-illu .illu-1 {
  width: 100%;
  box-shadow: 0 23px 40px 0 rgba(0, 0, 0, 0.04);
}
#common-section-cover .container-illu .illu-2 {
  position: absolute;
  left: -90px;
  top: 240px;
  width: 180px;
  box-shadow: 0 23px 40px 0 rgba(0, 0, 0, 0.04);
}
#common-section-cover .container-illu .illu-3 {
  position: absolute;
  right: -135px;
  top: 80px;
  width: 240px;
  box-shadow: 0 23px 40px 0 rgba(0, 0, 0, 0.04);
  border-radius: 14px;
}
#common-section-cover .obj {
  fill: #243A51;
}
#common-section-cover .container-illu .illu-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms cubic-bezier(0, 1.1, 1, 0.975);
  transition-delay: 0s;
}
#common-section-cover .container-illu .illu-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms cubic-bezier(0, 1.1, 1, 0.975);
  transition-delay: 0.1s;
}
#common-section-cover .container-illu .illu-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms cubic-bezier(0, 1.1, 1, 0.975);
  transition-delay: 0.2s;
}
#common-section-cover .container-illu .illu-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms cubic-bezier(0, 1.1, 1, 0.975);
  transition-delay: 0.3s;
}
#common-section-cover.anim .container-illu .illu-1 {
  opacity: 1;
  transform: translateY(0px);
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-duration: 6s;
  animation-delay: 1s;
}
#common-section-cover.anim .container-illu .illu-2 {
  opacity: 1;
  transform: translateY(0px);
  animation-name: floating;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-duration: 6s;
  animation-delay: 1.8s;
}
@keyframes floating {
  0% {
    transform: translateZ(0) translateY(0px);
  }
  50% {
    transform: translateZ(0) translateY(20px);
  }
  100% {
    transform: translateZ(0) translateY(0px);
  }
}
#common-section-cover.anim .container-illu .illu-3 {
  opacity: 1;
  transform: translateY(0px);
}
#common-section-cover.anim .container-illu .illu-4 {
  opacity: 1;
  transform: translateY(0px);
}

#common-section-quote .container-text .content .container-infos .name {
  color: #C2E5FF;
}
#common-section-quote .container-text .content .container-infos .job {
  color: #C2E5FF;
}
#common-section-quote .container-text .obj {
  stroke: #C2E5FF;
}

@media screen and (max-width: 700px) {
  #common-section-cover .container-illu .illu-2 {
    width: 120px;
    top: 120px;
    left: 0px;
  }
}
/*===============================================
=            END PAGE FUNCTIONALITY 2           =
================================================*/
footer {
  margin-top: 15px;
  padding-top: 55px;
  background-color: #F7F8F8;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 700px) and (max-width: 1250px) {
  footer .wrapper {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 700px) {
  footer .wrapper {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  footer .wrapper {
    width: 1100px;
  }
}
footer .logo {
  width: 180px;
}
footer .logo img {
  width: 100%;
}
footer .container-links {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 35px;
  display: flex;
  justify-content: space-between;
}
footer .container-links ul {
  padding-left: 0;
}
footer .container-links ul li {
  width: 200px;
  list-style: none;
}
footer .container-links ul li:first-child {
  font-family: Gilroy-Medium;
  font-size: 18px;
  line-height: 28px;
  color: #181818;
  margin-bottom: 30px;
}
footer .container-links ul li:not(:first-child) a {
  text-decoration: none;
  font-family: Gilroy-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #4F4F4F;
  transition: all 0.25s ease;
}
footer .container-links ul li:not(:first-child) a:hover {
  color: #000;
}
footer .container-links ul li:nth-child(1n+3) {
  margin-top: 25px;
}
footer .container-links ul li .container-sn {
  display: flex;
}
footer .container-links ul li .container-sn .sn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #243A51;
  transition: all 0.25s ease;
}
footer .container-links ul li .container-sn .sn:not(:last-child) {
  margin-right: 20px;
}
footer .container-links ul li .container-sn .sn img {
  width: 13px;
  height: 13px;
}
footer .container-links ul li .container-sn .sn:nth-child(1):hover {
  background-color: #00AAEC;
}
footer .container-links ul li .container-sn .sn:nth-child(2):hover {
  background-color: #4460A0;
}
footer .container-links ul li .container-sn .sn:nth-child(3):hover {
  background-color: #007EBB;
}
footer .foot {
  position: relative;
  padding: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
}
footer .foot .container-lg {
  position: relative;
}
footer .foot .container-lg .lg {
  cursor: pointer;
  display: flex;
  align-items: center;
}
footer .foot .container-lg .lg img {
  width: 22px;
  height: 16px;
  margin-right: 15px;
}
footer .foot .container-lg .lg span {
  font-family: Gilroy-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #4F4F4F;
  color: #181818;
  margin-right: 25px;
}
footer .foot .container-lg .lg svg {
  width: 6px;
  height: 4px;
  transition: all 0.25s ease;
}
footer .foot .container-lg .dropdown {
  position: absolute;
  padding: 11px 11px 11px 25px;
  display: none;
  left: -25px;
  bottom: calc(100% + 24px);
  box-shadow: 0 23px 40px 0 rgba(0, 7, 16, 0);
  background-color: #FFF;
}
footer .foot .container-lg .dropdown .lg:first-child {
  margin-bottom: 12px;
}
footer .foot .container-lg.active .lg svg {
  transform: rotateZ(180deg);
}
footer .foot .container-lg.active .dropdown {
  display: block;
}
footer .foot p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Gilroy-Regular;
  font-size: 12px;
  line-height: 16px;
  color: #4F4F4F;
}

@media screen and (max-width: 700px) {
  footer .container-links {
    padding: 0px;
    margin-top: 60px;
    flex-flow: row wrap;
  }
  footer .container-links ul {
    width: 45%;
    margin-bottom: 30px;
  }
  footer .container-links ul li {
    width: initial;
  }
  footer .foot {
    flex-flow: row wrap;
  }
  footer .foot .container-lg {
    margin: auto;
  }
  footer .foot p {
    margin-top: 16px;
    text-align: center;
    width: 100%;
    position: initial;
    transform: initial;
  }
}

/*# sourceMappingURL=functionality_2.css.map */
