/* component */
.cp-article-box { position: relative; height:100%; background-color:  var(--color_white); transition: all ease .2s; -webkit-transition: all ease .2s }
.cp-article-box .img-tag { max-width: 80px !important; max-height: 80px; position: absolute; left: 0; z-index: 1; }
.cp-article-box-innr {  height: 200px;  position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; } 
.cp-article-box-innr > a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cp-article-bottom { padding: 30px; }
.cp-article-box-title a { font-size: 20px; text-decoration: none; font-family: 'RobotoSlab-light'; letter-spacing: 0; color: var(--color_anchor); line-height: 1.4; display: block; }
.cp-article-box-title { padding-bottom: 40px; }
.cp-article-box:hover { box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);}
.breadcrumb_list ul {
  list-style: none; 
  padding: 0; 
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; 
  align-items: center;
  text-transform: uppercase; 
  font-size: 10px; 
  font-family: 'Montserrat-reg'; 
  font-weight: 700; 
  letter-spacing: 1.36px;
}
.breadcrumb_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 2;
}
.breadcrumb_list ul li a {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.breadcrumb_list ul li a:hover {
  color: var(--color_secondary);  
  font-family: 'Montserrat-xbold';
}

.breadcrumb_list ul li svg { 
  margin-left: 15px;
  margin-right: 15px;
  opacity: .7;
}
.breadcrumb_list ul li:last-child a {
  font-family: 'Montserrat-bold';
  opacity: 1;
}

/* Style 1 */

.breadcrumb_list.style1 ul li a,
.breadcrumb_list.style1 ul li:last-child a,
.breadcrumb_list.style1 ul li span {
  color: var(--color_white);
}
.breadcrumb_list ul li svg path,
.breadcrumb_list.style1 ul li svg path { 
  fill: var(--color_white);
}

/* Style 2 */

.breadcrumb_list.style2 ul li a,
.breadcrumb_list.style2 ul li:last-child a,
.breadcrumb_list.style2 ul li span { 
  color: var(--color_anchor);
}
.breadcrumb_list.style2 ul li svg path { 
  fill: var(--color_anchor);
}
body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    max-width: 100% !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    background-color: red;
}
body div#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area {
    display: flex;
    flex-wrap: nowrap;
}
body div#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-bottom: 0 !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p {
    margin-bottom: 0;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    color: #404040;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    min-width: fit-content;
}
@media screen and (max-width: 991px) {
    body div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
        flex-direction: column;
    }
    body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
        margin-top: 6px;
    }
}
.highlite-card { background-position: center center;background-repeat: no-repeat; background-size: cover; padding: 20px;text-align: right; cursor:pointer;}
.highlite-card .highlite-card-inner > a{ text-decoration:none; }
.highlite-card .highlite-Title {font-family: 'RobotoSlab-medium'; color: #fff; font-size: 20px; line-height: 25px; transform: translate3d(0,0,0); transition: all ease 0.3s; width: 80%; margin-left: auto;}
.highlite-card .right-icon {padding: 15px 0; transition: all ease 0.3s; }
.highlite-card .right-icon svg {width: 36px;height: 36px;}
.highlite-card .highlight-content { padding-top: 35px;color: #fff;font-family: 'Montserrat-bold'; text-transform: uppercase;font-size: .625rem; letter-spacing: 1.8px;}
.highlite-card .highlight-content p { color: #fff; }
.subscribeform div.actions { text-align: -webkit-left; text-align: -moz-left; text-align: left; }

.highlite-card .highlite-card-inner:hover .highlite-Title {transform: translate3d(-5px,0,0);}
.highlite-card .highlite-card-inner:hover .right-icon { transform: translate3d(5px,0,0); }
.customer-story-card {
  background: var(--color_white);
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow:4px 4px 15px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.customer-story-card img {
  max-height: 55px;
  width: auto;
  margin-bottom: 30px;
}

.customer-story-card .-with-border {
  position: relative;
  margin-bottom: 30px;
}

.customer-story-card .-with-border:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -45px;
  width: 50%;
  height: .5px;
  background: var(--color_light_grey);
  margin-bottom: 30px;
}

.customer-story-card .title {
  color: var(--color_anchor_smooth);
  font-family: 'Montserrat-medium';
  font-size: 12px;
  line-height: 16px;
  letter-spacing; 1.64px;
  text-transform: uppercase;
}

.customer-story-card ul {
  list-style: none;
  padding-left: 15px;
  margin-top: 10px;
}

.customer-story-card ul li {
  position: relative;
}

.customer-story-card ul li:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -15px;
  margin-top: auto;
  margin-bottom: auto;
  width: 7px;
  height: 7px;
  background: var(--color_highlight);
}

@media (min-width: 576px) {
  .customer-story-card {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) { 
  .customer-story-card {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.testimonial-style1 { padding: 80px 98px; }
.testimonial-style1 .testimonial-slider-box { display: flex; align-items: center; width: 100%; }
.testimonial-style1 .testimonial-left { width: 400px;  }
.testimonial-style1 .testimonial-right { width: calc(100% - 400px); font-family: 'Montserrat'; padding-left: 30px } 
.testimonial-style1 .customer-storie-title  { padding-bottom: 40px }
.testimonial-style1 .testimonial-contnt p { font-family: 'Montserrat'; font-size: 40px; line-height: 1.25; }
.testimonial-style1 .testimonial-contnt strong { font-family: 'Montserrat-bold'; background-color: #8fbeb2; }
.testimonial-style1 .testimonial-contnt * { color: var(--color_white); font-weight: 300; letter-spacing: 2.41px; line-height: 1.4; }
.testimonial-style1 .testimonial-designation { font-size: 12px; color: var(--color_white); font-weight: 700; letter-spacing: 0.43px; padding-top: 30px; }
.testimonial-style1 .testimonial-left { padding-right: 50px }
.testimonial-style1  .qoute-icon { margin-bottom: -40px; position: relative; z-index: 2; left: 30px; }
.testimonial-style1 .tesimonial-bottom-logo { height: 110px; width: 110px; background-color: var(--color_white); line-height: 110px; padding: 0 15px;position: relative; margin-top: -90px; margin-left: auto;    right: -22px; }
.testimonial-style1 .tesimonial-bottom-logo img { display: inline-block; vertical-align: middle; }
.testimonial-style1 .testimonial-left-inner { position: relative; }

.testimonial-style2 { padding: 80px 50px 60px; }
.testimonial-style2 .customer-storie-title h2 { font-size: 40px; letter-spacing: 2.41px; line-height: 1.25; }
.testimonial-style2 .customer-storie-title { padding-bottom: 30px; }
.testimonial-style2 .testimonial-left-inner { width: 345px; max-width: 100%; margin: 0 auto; }
.testimonial-style2 .qoute-icon { margin-bottom: -50px; position: relative; margin-left: 30px; }
.testimonial-style2 .tesimonial-bottom-logo { width: 110px; height: 110px; margin: -90px 0 0 auto; position: relative; right: -30px; background-color: var(--color_white); line-height: 110px; padding: 0 10px; }
.testimonial-style2 .tesimonial-bottom-logo img { display: inline-block; vertical-align: middle; }
.testimonial-style2 .testimonial-contnt { font-size: 40px; line-height: 1.35; letter-spacing: 2.41px; }
.testimonial-style2 .testimonial-contnt p { font-family: 'Montserrat'; color: var(--color_white); }
.testimonial-style2 .testimonial-contnt strong { font-family: 'Montserrat-bold';  background-color: #8fbeb2; }
.testimonial-style2 .testimonial-right { max-width: 450px; margin: 0 auto 50px; margin-top: 25px; }
.testimonial-style2 .testimonial-designation { font-size: 12px; color: var(--color_white); font-weight: 700; letter-spacing: .43px; padding-top: 30px; font-family: 'Montserrat-bold'; }

.testimonial-style3 { padding-top: 80px; padding-bottom: 50px; }
.testimonial-style3 .customer-storie-title { padding-left: 15px; padding-right: 15px }
.testimonial-style3 .customer-storie-title h2 { font-size: 40px; letter-spacing: 2.41px; line-height: 1.25; }
.testimonial-style3 .testimonial-person-img img { width: 100%; }
.testimonial-style3 .customer-storie-title { padding-bottom: 30px; }
.testimonial-style3 .qoute-icon { padding-left: 30px; margin-bottom: -40px; position: relative; }
.testimonial-style3 .tesimonial-bottom-logo { position: absolute; bottom: 0; right: 0; width: 110px; height: 110px; background-color: var(--color_white); line-height: 110px; padding: 0 12px; }
.testimonial-style3 .testimonial-left-inner { position: relative; line-height: 1; }
.testimonial-style3 .tesimonial-bottom-logo img { vertical-align: middle; display: inline-block; }
.testimonial-style3 .testimonial-contnt { font-family: 'Montserrat'; font-size: 40px; line-height: 1.25; }
.testimonial-style3 .testimonial-contnt p { font-family: 'Montserrat'; color: var(--color_white); font-weight: 200; }
.testimonial-style3 .testimonial-contnt strong { font-family: 'Montserrat-bold'; background-color: #8fbeb2; }
.testimonial-style3 .testimonial-right { padding: 42px 20px 30px; }
.testimonial-style3 .testimonial-designation { font-size: 12px; color:var(--color_white); font-weight: 700; letter-spacing: .43px; padding-top: 30px; font-family: 'Montserrat-bold'; }

@media(max-width: 1230px){
  .testimonial-style1 { padding-left: 70px; padding-right: 70px }
  .testimonial-style1 .testimonial-contnt p,.testimonial-style2 .testimonial-contnt p,.testimonial-style3 .testimonial-contnt p { font-size: 30px }
  .testimonial-style1 .customer-storie-title h2,.testimonial-style2 .customer-storie-title h2,.testimonial-style3 .customer-storie-title h2 { font-size: 32px }
}

@media(max-width: 1080px){
  .testimonial-style1 .testimonial-left { width: 320px; }
  .testimonial-style1 .testimonial-right { width: calc(100% - 320px); }
}

@media(max-width: 767px){
  .testimonial-style1 .testimonial-contnt p { padding-top: 20px; }
  .testimonial-style1 .testimonial-left-inner { margin-right: 22px; }
  .testimonial-style2 .testimonial-left { margin-right: 30px; }
  .testimonial-style1 { padding-left: 30px; padding-right: 30px; padding-top: 40px; padding-bottom: 40px; }
  .testimonial-style1 .testimonial-slider-box { display: block; width: 345px; max-width: 100%; margin: 0 auto; }
  .testimonial-style1 .testimonial-left { width: 100%; padding-right: 0; }
  .testimonial-person-img img { width: 100%; }
  .testimonial-style1 .testimonial-right { width: 100%; padding-left: 0; }
  .testimonial-style2 .testimonial-right { max-width: 345px; }
  .testimonial-style2 { padding-top: 40px; padding-bottom: 40px; }
  .testimonial-style1 .customer-storie-title h2, .testimonial-style2 .customer-storie-title h2, .testimonial-style3 .customer-storie-title h2 { font-size: 26px; }
  .qoute-icon { width: 60px; }
  .qoute-icon svg { width: 100%; height: auto; }
  .testimonial-style2 { padding-left: 30px; padding-right: 30px; }
}
.feature-box .feature-icon{
  margin-bottom:28px;
}

.feature-box .feature-title{
  margin-bottom:5px;
}

.feature-box .feature-line{
  margin-top:30px;
  background-color:var(--color_highlight);
}
footer {
  background: var(--color_anchor_dark);
  padding-top: 30px;
  padding-bottom: 30px;
}
footer ul {
  list-style: none;
}
footer ul.list-of-link li {
  line-height: .6;
}
footer ul.footer-bottom li,
footer ul.footer-bottom li a,
footer ul.list-of-link li a {
  font-family: 'Montserrat-semi-bold';
}
footer div.actions {
  text-align: -webkit-left;
  text-align: -moz-left;
  text-align: left;
}
@media (min-width: 992px) {
  footer {
    padding-top: 50px;
  }
  footer h4 {
    padding-top: 0 !important;
  }
  footer .list-of-link-wrapper {
    flex-flow: column;
  }
  footer ul.list-of-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  footer .content.-compagny {
    padding-top: 30px;
  }
}
header.header-section {
  background: var(--color_white);
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%
}

.header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-logo {
  width: 194px;
}

/* 
.header-right {
width: calc(100% - 194px);
} */
.navigation .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.navigation .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 25px;
  text-align: center;
  color: #404040;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.navigation .hs-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation .hs-menu-wrapper>ul {
  display: flex;
}

header.header-section {
  box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 33%);
}

.request-demo-button {
  margin-left: 30px;
  margin-right: 15px
}

.header-logo {
  padding-left: 25px;
}

.header-logo a {
  display: inline-block;
}

.header-logo a img {
  width: 145px;
}

.navigation .hs-menu-wrapper>ul>li:first-child>ul {
  display: flex;
  transition: all ease-in 200ms;
  min-width: calc(1100px / 4 * 2);
  width: auto;
}

.navigation .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  max-width: 550px;
  width: 550px;
  left: -9.5vw;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 33%);
  top: 80px;
  padding: 40px 30px 30px;
  z-index: 10;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
}

.navigation .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible
}

.navigation .hs-menu-wrapper>ul>li {
  position: relative;
}

.navigation .hs-menu-wrapper>ul>li>a {
  font-family: 'Montserrat-bold';
}

.navigation .hs-menu-wrapper>ul>li>ul>li {
  margin: 0 20px;
  text-align: left;
}

.navigation .hs-menu-wrapper>ul>li>ul>li>a {
  letter-spacing: 0;
  color: #404040;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: none;
  text-decoration: none;
  font-family: 'RobotoSlab-bold';
  line-height: 1.2;
  display: block;
}

.navigation .hs-menu-wrapper>ul>li>ul>li>ul li a {
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Montserrat-medium';
  color: #404040;
  line-height: 1.2;
  position: relative
}

.navigation .hs-menu-wrapper>ul>li>ul>li>ul li {
  margin-bottom: 20px;
}

.navigation .hs-menu-wrapper>ul li.hs-menu-depth-3 a:before {
  content: "";
  background: #f3c600;
  opacity: 0;
  position: absolute;
  left: 0;
  height: 8px;
  top: 2px;
  width: 8px;
  transition: all ease-in-out 150ms;
}

.navigation .hs-menu-wrapper>ul li.hs-menu-depth-3:hover a:before {
  opacity: 1;
  left: -15px;
}

.navigation .hs-menu-wrapper>ul>li:nth-child(2)>ul {
  left: -31vw;
  max-width: 1100px;
  width: 1100px;
}

.navigation .hs-menu-wrapper>ul>li:nth-child(2)>ul>li a img {
  margin-bottom: 30px;
}

.navigation .hs-menu-wrapper>ul>li:nth-child(4)>ul {
  width: 350px;
  left: -4.5vw;
  max-width: 350px;
}



html .globe_class {
  border-left: 1px solid #D9D9D9;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  background: no-repeat;
  border-radius: 0;
  height: 80px;
}

html .languageswitcher>span {
  display: block;
  line-height: 0;
}

html .lang_list_class {
  display: block;
  padding-top: 0;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 100%;
}

html .lang_list_class:after,
html .lang_list_class:before {
  display: none;
}

html ul.lang_list_class li {
  border: none !important;
  padding: 0 !important;
}

html ul.lang_list_class li a {
  display: flex;
  height: 80px;
  justify-content: center;
  width: 100%;
  align-items: center;
  font-style: italic;
  text-transform: capitalize;
}


/* Button open pop-up  */
section[data-value="header-form-popup"] {
  height: 100vh;
  top: 0px;
  background: RGBA(64, 64, 64, .6);
}

section[data-value="header-form-popup"] .form-container::-webkit-scrollbar {
  display: none;
}

section[data-value="header-form-popup"] .form-container {
  overflow: overlay;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 75px;
  padding-right: 75px;
  width: 75%;
}

section[data-value="header-form-popup"] .form-container .hs-error-msg {
  color: var(--color_anchor);
}

section[data-value="header-form-popup"] .form-container form input[type=checkbox]:checked,
section[data-value="header-form-popup"] .form-container form input[type=radio]:checked {
  background-color: var(--color_highlight);
}

section[data-value="header-form-popup"] .form-container form .input {
  width: 100%;
}

  {
  # section[data-value="header-form-popup"] .form-container form .input input {
    width: 100%;
  }

  #
}

section[data-value="header-form-popup"] .actions {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

/* section[data-value="header-form-popup"] .form-container form .legal-consent-container{
  position:absolute;
  width:calc(100% - 150px);
  bottom:0;
} */
section[data-value="header-form-popup"] .form-container form .legal-consent-container p {
  text-align: center;
}

a[data-value="header-btn-close"] svg:hover,
a[data-value="header-btn-close"]:hover {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

a[data-value="header-btn-close"]:hover svg path {
  fill: var(--color_highlight);
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -ms-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
}

/* Button open pop-up  */

@media(min-width: 1113px) {
  span.childExpand {
    display: none;
  }

  .navigation .hs-menu-wrapper>ul>li>a {
    position: relative;
  }

  .navigation .hs-menu-wrapper>ul>li>a:before {
    background: #f3c600;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }

  .navigation .hs-menu-wrapper>ul>li:hover>a:before,
  .navigation .hs-menu-wrapper>ul>li.active-branch>a:before {
    opacity: 1;
    visibility: visible;
  }

  .navigation .hs-menu-wrapper>ul>li:hover>a {
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 33%);
  }

  .header-right {
    display: flex !important;
    align-items: center;
  }

  .navigation .hs-menu-wrapper>ul>li>ul {
    display: flex !important;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    display: block !important;
  }

  html ul.lang_list_class li:first-child {
    border-bottom: 1px solid #D9D9D9 !important;
  }

  html ul.lang_list_class li:not(:first-child) {
    display: none;
  }

  html ul.lang_list_class li.active {
    display: flex;
  }

  html ul.lang_list_class li a:hover {
    color: #000;
  }

  html .lang_list_class li:not(:first-child) a:hover {
    background-color: #a0d1c5;
    color: #fff;
  }

  html ul.lang_list_class li:not(:first-child) a {
    height: 60px;
  }


}

@media(max-width: 1780px) {
  .navigation .hs-menu-wrapper>ul>li>ul {
    width: 400px;
    max-width: 440px;
  }
}

@media(max-width: 1230px) {

  /*
  .navigation .hs-menu-wrapper>ul>li>a { padding-left: 10px; padding-right: 10px }
  */
  .navigation .hs-menu-wrapper>ul>li:nth-child(2)>ul {
    width: 900px;
    left: -30vw;
  }
}

@media(max-width: 1112px) {
  .request-demo-button {
    display: none;
  }

  .header-inner {
    position: relative;
    display: block;
  }

  .header-right {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
  }

  .header-logo {
    padding: 18px 25px;
  }

  .navigation .hs-menu-wrapper>ul>li:last-child>a {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation .hs-menu-wrapper>ul {
    display: block;
  }

  .navigation .hs-menu-wrapper>ul>li>a {
    text-align: left;
    display: block;
    padding-bottom: 17px;
    padding-top: 17px;
    padding-right: 0;
    height: auto;
    font-size: 12px;
    border-top: 1px solid #e6e6e6;
    text-align: left;
    padding-left: 30px;
  }

  .navigation .hs-menu-wrapper>ul>li>ul {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    display: block;
  }

  .navigation .hs-menu-wrapper>ul>li:first-child>ul {
    display: block;
    min-width: 100% !important;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li>a {
    color: #737373;
    position: relative;
    padding: 15px 30px;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li {
    margin: 0;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li>a br {
    display: none;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 20px;
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding-left: 30px;
  }

  .navigation .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a img {
    margin-bottom: 0;
  }

  .navigation .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a>span {
    color: #404040;
    font-size: 20px;
    margin-left: 12px;
  }


  a.expandMenu {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  a.expandMenu i {
    position: relative;
    width: 30px;
    left: 0;
    height: 3px;
    opacity: 1;
    display: block;
    background: #000;
    margin: 4px 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
  }

  a.expandMenu i:first-child {
    margin-top: 0;
  }

  a.expandMenu.active i:first-child {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 10px;
    position: relative;
  }

  a.expandMenu.active i:nth-child(2) {
    position: relative;
    left: -46px;
    opacity: 0;
  }

  a.expandMenu.active i:last-child {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: -4px;
    position: relative;
  }

  /*
  span.childExpand { position: absolute;
  background-image: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/00-Toucan%20Toco/arrow-dropdown.webp);
  background-size: 100% auto; content: ""; position: absolute;
  right: 45px; cursor:pointer; top: 27px; height: 10px; width: 16px; transform: rotate(0); transition: transform ease-in 300ms; }
  */

  span.childExpand {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 20%;
  }

  .navigation .hs-menu-depth-1>.childExpand {
    height: 63px;
  }

  .navigation .hs-menu-depth-2>.childExpand {
    height: 49px;
  }

  span.childExpand svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(0);
    transition: transform ease-in 300ms;
  }

  span.childExpand svg path {
    fill: var(--color_anchor);
  }

  .navigation .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
  }

  /*
  .navigation .hs-menu-wrapper>ul>li>ul>li > .childExpand { top: 20px; }
  */
  .navigation .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
  }

  .navigation .hs-menu-wrapper>ul>li>ul {
    transition: none !important;
  }

  .navigation .hs-menu-wrapper>ul>li>ul,
  .navigation .hs-menu-wrapper>ul>li:first-child>ul {
    display: none;
  }

  .navigation .hs-menu-depth-1.activeList>a {
    background-color: #f3c600;
    color: #fff !important;
  }

  /*
  .navigation .hs-menu-depth-1.activeList > .childExpand.open { background-image:url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/00-Toucan%20Toco/arrow-dropdown-white.webp);  } 
  .activeList > .childExpand.open { background-size: 100% auto; transform: rotate(180deg); } 
  */

  .navigation .hs-menu-depth-1.activeList>.childExpand.open svg path {
    fill: var(--color_white);
  }

  .activeList>.childExpand.open svg {
    transform: rotate(180deg);
  }

  .navigation .hs-menu-wrapper>ul>li>ul {
    box-shadow: none;
  }

  html .globe_class {
    width: 100%;
    height: 100%;
  }

  html .lang_list_class {
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 33%);
  }

  html .lang_switcher_class {
    display: block;
  }

  html ul.lang_list_class li {
    width: 50%;
  }

  html ul.lang_list_class li a {
    height: 60px;
    text-transform: none;
    font-style: normal;
  }

  html ul.lang_list_class li:first-child a {
    pointer-events: none;
    background-color: #a0d1c5;
    color: #fff;
  }

  html ul.lang_list_class li:hover a {
    background-color: #a0d1c5;
    color: #fff;
  }

  html .globe_class:hover .lang_list_class {
    display: flex
  }
}
header.no-navigation {}
.component-quote {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  flex-flow: column;
  align-items: center;
}

.component-quote__inner {
  flex-wrap:wrap;
}

.component-quote .img-portrait {
  height: 230px;
  width: 230px;
}

.component-quote .content {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 20px;
}

.component-quote .author {
  padding-top: 20px;  
  padding-bottom: 20px;
  font-family: 'Montserrat-reg';
}

.component-quote .img-logo {
  height: 50px;
  width: auto;
}

.component-quote .svg-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.component-quote .svg-container.svg-first {
  left: -60px;
  top: -8px;
}

.component-quote .svg-container.svg-second {
  right: -60px;
  bottom: -8px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (min-width: 576px) {
  .component-quote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) { 
  .component-quote {
    padding-top: 80px;  
    padding-bottom: 40px;
    padding-left: 90px;
    padding-right: 90px;
    flex-flow: row;
    align-items: end;
  }
  .component-quote__inner {
    flex-wrap:nowrap;
  }

  .component-quote .content {
    padding-top: 0;
  }

}
.number-value { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; font-size: 50px; line-height: 1; font-family: 'Montserrat-bold'; letter-spacing: 3.02px; }
.number-value svg { margin-right: 10px; }
.description { padding-top: 10px; font-size: 20px; font-weight: 500; color: var(--color_anchor_smooth); font-family: 'Montserrat-medium'; letter-spacing: 1px; }
span.bottomline { display: block; width: 50px; height: 5px; margin: 10px auto 0; }
.custom-slider-image.custom-slider-image-default {
  background: transparent;
}

.custom-slider-image.custom-slider-image-primary {
  background: var(--color_primary);
}

.custom-slider-image {
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-slider-image .slick-target {
  width: 80%;
  margin: auto;
}

.custom-slider-image img {
  min-height: 250px;
  max-height: 400px;
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 576px) {
  .custom-slider-image img {
    min-height: 300px;
    max-height: 450px;
  }
}

@media (min-width: 992px) { 
  .custom-slider-image img {
    min-height: 350px;
    max-height: 500px;
  }
}
.social-share a,.social-share li span,.social-share li svg { display: block; }
.social-share {  list-style: none; }
.social-share li { padding: 0; }
.social-share a { width: 38px; height: 38px; line-height: 38px; border: solid 1px #545454; display: flex; justify-content: center; align-items: center; border-radius:50%; }
.social-share a svg { height: 17px; width: auto; }
.social-share.style2 li svg path { fill: #545454; transition: all ease .3s; -webkit-transition: all ease .3s; }
.social-share li { margin-right: 12px; margin-bottom: 12px; }
.social-share li:last-child { margin-right: 0; }
.social-share.style1 li svg path { fill:  var(--color_white); transition: all ease .3s; -webkit-transition: all ease .3s; }
.social-share.style1 li a:hover,.social-share.style2 li a:hover { border-color: var(--color_primary); background-color: var(--color_primary); }
.social-share.style2 li a:hover svg path { fill:  var(--color_white) }
.success-story-box { padding: 0 20px 40px; }
.success-story-box .success-story-box-inner { height: 100%; background-color: #fff;  position:relative; }
.success-story-box .success-story-box-inner .success-story-top-box { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; height: 200px; }
.success-story-box .success-story-box-inner .success-story-top-box img { position: absolute; left: 50%; transform: translate(-50%,-50%); top: 50%; }
.success-story-box .success-story-box-inner .success-story-bottom-box { padding: 30px 30px 65px; }
.success-story-box .success-story-box-inner .success-story-bottom-box .success-story-tag { font-family: 'Montserrat-bold', sans-serif, sans-serif; font-weight: bold;    -webkit-font-smoothing: antialiased; font-size: 12px; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: 1.64px; color: #404040; text-transform: uppercase; margin-bottom: 15px; }
.success-story-box .success-story-box-inner .success-story-bottom-box .success-story-story-title h4 { font-family: 'RobotoSlab-light'; font-weight: 300; letter-spacing: 0; font-size: 20px; font-stretch: normal; font-style: normal; line-height: 1.25; }
.success-story-box .success-story-box-inner .success-story-bottom-box .success-story-story-title { margin-bottom: 30px; }
.success-story-box .success-story-box-inner .success-story-bottom-box .link svg { width: 26px; height: auto; }
.success-story-box .success-story-box-inner .success-story-bottom-box .link { line-height: 1; position: absolute; bottom: 30px; left:30px; }
.success-story-box .success-story-box-inner:hover .success-story-bottom-box .link svg { transform: translateX(30px); transition: transform 1s linear; }
.success-story-box .success-story-box-inner { transition: all ease .3s; -webkit-transition: all ease .3s; border-bottom: 5px solid #fff ; position: relative }
.success-story-box .success-story-box-inner:hover{ box-shadow: 4px 4px 15px 0 rgb(0 0 0 / 25%); border-bottom-color: #f3c600; }
.success-story-box .success-story-box-inner:hover > a { position: absolute; left: 0; top: 0; width:100%; height: 100%; z-index: 1 }

@media(max-width: 991px){
}
@media(max-width: 767px){
}

/* elements*/
/* All */
button,
.hs-button,
.button a,
a.button,
.cta_button,
a.btn {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* Primary Button */
.button a,
a.button,
.button.primary a,
a.button.primary,
a.btn-primary,
form input[type=submit],
form .hs-button {
  font-size: 12px;
  letter-spacing: 2.18px;
  font-family: 'Montserrat-reg';
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: var(--color_white);
  border: 1px solid var(--color_highlight);
  background-color: var(--color_highlight);
}

.button a:hover,
a.button:hover,
.button.primary a:hover,
a.button.primary:hover,
a.btn-primary:hover,
form input[type=submit]:hover,
form .hs-button:hover {
  background-color: var(--color_secondary);
  border-color: var(--color_secondary);
}

.button a.primary:active,
a.button:active,
.button.primary a:active,
a.button.primary:active,
a.btn-primary:active,
form input[type=submit]:active,
form .hs-button:active {
  background-color: var(--color_highlight);
  border-color: var(--color_highlight);
}

/* Ghost Button */
.button.ghost a,
a.button.ghost,
a.btn-ghost {
  background-color: transparent;
  border-color: var(--color_white);
  color: var(--color_white);
}

.button.ghost a:hover,
a.button.ghost:hover,
a.btn-ghost:hover {
  background-color: transparent;
  border-color: var(--color_secondary);
  color: var(--color_secondary);
}

.button.ghost a:active,
a.button.ghost:active,
a.btn-ghost:active {
  background-color: transparent;
  border-color: var(--color_white);
  color: var(--color_white);
}

/* Ghost Button 2 */
.button.ghost2 a,
a.button.ghost2 {
  background-color: transparent;
  border-color: var(--color_highlight);
  color: var(--color_highlight);
}

.button.ghost2 a:hover,
a.button.ghost2:hover {
  background-color: var(--color_highlight);
  border-color: var(--color_highlight);
  color: var(--color_white);
}

.button.ghost2 a:active,
a.button.ghost2:active {
  background-color: var(--color_highlight);
  border-color: var(--color_highlight);
  color: var(--color_white);
}



/* arrow style Button  */
.button.arrowstyle a,
a.button.arrowstyle {
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--color_anchor);
  font-family: 'Montserrat-medium';
}

.button.arrowstyle a:after,
a.button.arrowstyle:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Calque_1' x='0px' y='0px' viewBox='0 0 26 18' style='enable-background:new 0 0 26 18;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23404040;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-730.000000, -659.000000) translate(100.000000, 369.000000)'%3E%3Cg%3E%3Cpath class='st0' d='M647.4,290l8.6,9l-0.1,0.1l0,0l-8.6,9l-1.7-1.8l5.7-5.9H630v-2.6h21.3l-5.7-5.9L647.4,290L647.4,290z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  width: 30px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-size: 100% auto;
  margin-left: 20px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.button.arrowstyle a:hover:after,
a.button.arrowstyle:hover:after {
  margin-left: 50px;
}


/* arrow style Button - White version */
.button.arrowstyle.-white a,
a.button.arrowstyle.-white {
  color: var(--color_white);
}

.button.arrowstyle.-white a:after,
a.button.arrowstyle.-white:after {
  background-image: url("https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/00-Toucan%20Toco/Assets/b-arrow-white.svg");
}

.new-button {

  &.cta-button ,div.cta-button {

    button,
    a {
      white-space: nowrap;
      appearance: none;
      padding: 15px;
      text-decoration: none;
      outline: none;
      border-radius: 8px;
      background-color: #F3C600;
      color: white !important;
      font-family: 'Montserrat-bold';
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 1.65px;
      display: inline-block;
      cursor: pointer;
      transition: all .2s ease;
      cursor: pointer;
      text-align: center;
      border: solid 1px #F3C600;
      line-height: normal;

      &:hover {
        box-shadow: 0px 1px 3px 0px #0000004D;
        background-color: #E9B600;
        border-color: #E9B600;
      }
    }

    &.primary-black {

      button,a{
        color: #404040 !important;
        &>span{
          color: #404040 !important;
        }

        &:hover {
          box-shadow: 0px 1px 3px 0px #0000004D;
          background-color: #E9B600;
          border-color: #E9B600;
        }
      }
    }

    &.secondary-white {

      button, a {
        border-color: #FFFFFF;
        background-color: transparent;
        color: #FFFFFF !important;
        &>span{
          color: #FFFFFF !important;
        }

        &:hover {
          box-shadow: none;
          background-color: #E9B600;
          border-color: #E9B600;
        }
      }
    }

    &.secondary-black {

      button, a {
        border-color: #404040 ;
        background-color: transparent;
        color: #404040 !important;

        &:hover {
          box-shadow: none;
          color: #404040;
          background-color: #E9B600;
          border-color: #E9B600;
          &>span{
            color: #404040 !important;
          }
        }
      }
    }

    &.arrow {

      button, a {
        background-color: transparent;
        position: relative;
        padding: 0;
        padding-right: 58px;
        border: none;
        border-radius: 0;
        color: #404040 !important;
        &>span{
          color: #404040 !important;
        }

        &::after {
          transition: right .2s ease;
          content: "";
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translate(0, -50%);
          width: 25px;
          height: 18px;
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='18' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.65 0L25 8.73496L24.9643 8.76912L25 8.80329L16.65 17.5382L14.8463 15.8141L20.281 10.1288H0V7.63359H20.4953L14.8463 1.72419L16.65 0Z' fill='%23404040'/%3E%3C/svg%3E%0A");
        }

        &:hover {
          box-shadow: none;
          background-color: transparent;

          &::after {
            right: 0;
          }
        }
      }
    }

    &.primary-arrow {

      button,a {
        padding-right: 44px;
        color: #FFFFFF !important;
        position: relative;
        &>span{
          color: #FFFFFF !important;
        }

        /* Chevron */
        &::after {
          content: "";
          position: absolute;
          right: 18px;
          top: 50%;
          transform: translate(0, -50%);
          transition: ease .2s right;
          width: 11px;
          height: 18px;
          background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 8.73496L2.64986 0L0.846191 1.72419L7.58068 8.76912L0.846191 15.8141L2.64986 17.5382L10.9999 8.80329L10.9642 8.76912L10.9999 8.73496Z' fill='white'/%3E%3C/svg%3E%0A");
        }

        &:hover {
          box-shadow: none;
          background-color: #E9B600;
          border-color: #E9B600;
          &::after {
            right: 15px;
          }

        }
      }
    }
  }

  button,
  .hs-button,
  .button a,
  a.button,
  a.btn {
    white-space: nowrap;
    appearance: none;
    padding: 15px;
    text-decoration: none;
    outline: none;
    border-radius: 8px;
    background-color: #F3C600;
    color: white;
    font-family: 'Montserrat-bold';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.65px;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease;
    cursor: pointer;
    text-align: center;
    border: solid 1px #F3C600;
    white-space: nowrap;
    line-height: normal;

    &:hover {
      box-shadow: 0px 1px 3px 0px #0000004D;
      background-color: #E9B600;
      border-color: #E9B600;
    }

    /* Primary Button */
    &.primary,
    .primary a,
    .primary button {
      &:hover {
        box-shadow: 0px 1px 3px 0px #0000004D;
        background-color: #E9B600;
        border-color: #E9B600;
      }
    }

    &.primary-black,
    .primary-black a,
    .primary-black button {
      color: #404040;

      &:hover {
        box-shadow: 0px 1px 3px 0px #0000004D;
        background-color: #E9B600;
        border-color: #E9B600;
      }
    }

    /* Secondary Button */
    &.secondary-white,
    .secondary-white a,
    .secondary-white button {
      border-color: #FFFFFF;
      background-color: transparent;
      color: #FFFFFF;

      &:hover {
        box-shadow: none;
        background-color: #E9B600;
        border-color: #E9B600;
      }
    }

    &.secondary-black,
    .secondary-black button,
    .secondary-black a {
      border-color: #404040;
      background-color: transparent;
      color: #404040;

      &:hover {
        box-shadow: none;
        color: #404040;
        background-color: #E9B600;
        border-color: #E9B600;
      }
    }

    /* Arrow Button */
    &.arrow,
    .arrow button,
    .arrow a {
      background-color: transparent;
      position: relative;
      padding: 0;
      padding-right: 58px;
      border: none;
      border-radius: 0;
      color: #404040;

      &::after {
        transition: right .2s ease;
        content: "";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        width: 25px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='18' viewBox='0 0 25 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.65 0L25 8.73496L24.9643 8.76912L25 8.80329L16.65 17.5382L14.8463 15.8141L20.281 10.1288H0V7.63359H20.4953L14.8463 1.72419L16.65 0Z' fill='%23404040'/%3E%3C/svg%3E%0A");
      }

      &:hover {
        box-shadow: none;
        background-color: transparent;

        &::after {
          right: 0;
        }
      }
    }

    &.primary-arrow,
    .primary-arrow a,
    .primary-arrow button {
      padding-right: 44px;
      color: #FFFFFF;
      position: relative;

      /* Chevron */
      &::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translate(0, -50%);
        transition: ease .2s right;
        width: 11px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9999 8.73496L2.64986 0L0.846191 1.72419L7.58068 8.76912L0.846191 15.8141L2.64986 17.5382L10.9999 8.80329L10.9642 8.76912L10.9999 8.73496Z' fill='white'/%3E%3C/svg%3E%0A");
      }

      &:hover {
        box-shadow: none;
        background-color: #E9B600;
        border-color: #E9B600;
        &::after {
          right: 15px;
        }
      }
    }
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  font-family: 'Montserrat-Medium';
  margin-bottom: 0.35rem;
  font-weight: bold;
  position: relative;
}

form label.hs-form-checkbox-display,
form label.hs-form-radio-display,
form label.hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 10px;
  font-family: 'Montserrat-medium';
  padding: 15px;
  width: 100% !important;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

form fieldset {
  max-width: 100% !important;
}

/* Placeholder */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--color_anchor_smooth);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .36px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--color_anchor_smooth);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .36px;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--color_anchor_smooth);
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .36px;
  opacity: 1; /* Firefox */
}

/* Inputs - checkbox/radio */

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

form .inputs-list>li {
  display: block;
  margin: .7rem 0 1.4rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  -webkit-appearance: none;
  border-style: solid;
  border-width: thin;
  padding: 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 0.35rem;
}

form input[type=radio] {
  border-radius: 50%;
}
/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  background: var(--color_primary);
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td.is-today .pika-button {
  color: var(--color_primary);
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  background-color: var(--color_primary) !important;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 9px;
  line-height: 18px;
  letter-spacing: .32px;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  form .hs-richtext,
  form .hs-richtext p {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .36px;
  }
}
/* GDPR */

.legal-consent-container input[type="checkbox"] {
  background: var(--color_white);
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: .36px;
  color: var(--color_anchor);
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
  display: inline-block !important;
  margin-left: 5px !important;
}
.header-form-popup .legal-consent-container .hs-form-booleancheckbox-display>span{
  width:100%;
  display:inline-block;
  vertical-align:middle;
}

.legal-consent-container p,
.legal-consent-container a { 
  display: inline-block !important;
  color: var(--color_anchor_smooth);
}

/* Validation */

.hs-form-required {
  color: var(--color_primary);
}

.hs-input.invalid.error {
  border-color: var(--color_primary);
}

.hs-error-msg {
  margin-top: 0.35rem;
  color: var(--color_primary);
}

/* Submit button - color in /buttons.css*/
div.actions {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Legal Notice */

.legal-notice {
  padding-top: 20px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
.legal-notice p {
  font-family: 'Montserrat-medium';
}
.legal-notice a {
  color: var(--color_anchor_smooth);
}

/*** Custom Form ***/

.custom-form {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.custom-form.custom-form-default {
  background: transparent;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -ms-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
}

.custom-form.custom-form-box {
  background: var(--color_soft_grey);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.custom-form .title {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  padding-bottom: 20px;
}

.custom-form .title {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  padding-bottom: 20px;
}

/** MTG -- **/
section[data-value="form-popup"] {
  background: rgba(64, 64, 64, .9);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center; 
}

section.popup:not([data-value="form-popup"]) {
  z-index: 9999;
}

section[data-value="form-popup"] .form-container {
  background: #F6F6F6;
}

section[data-value="form-popup"] .form-container::-webkit-scrollbar {
  display: none;
}

section[data-value="form-popup"] .form-container {
  overflow: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 50px;
    padding-bottom: 150px;
    padding-left: 75px;
    padding-right: 75px;
    width: 75%;
}

section.big-push-sec .button.popup a:active {
  pointer-events: none;
  cursor: pointer;
}

section[data-value="form-popup"] .form-container .hs-error-msg {
  color: var(--color_anchor);
}

section[data-value="form-popup"] .form-container form input[type=checkbox]:checked,
section[data-value="form-popup"] .form-container form input[type=radio]:checked {
  background-color: var(--color_highlight);
}

section[data-value="form-popup"] .actions {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

a[data-value="btn-close"] svg:hover,
a[data-value="btn-close"]:hover {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

a[data-value="btn-close"]:hover svg path {
  fill: var(--color_highlight);
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -ms-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
}
div.widget-type-linked_image {}

div.widget-type-linked_image span {
  display: inline-block;
}

div.widget-type-linked_image span a {
  display: inline-block;
  position: relative;
}

div.widget-type-linked_image span a img {
  position: relative;
}

/*
div.widget-type-linked_image span a::before,
div.widget-type-linked_image span a::after {
position: absolute;
}

div.widget-type-linked_image span a::before {
background-color: var(--color_highlight);
content: '';
height: 60px;
width: 60px;
z-index: 1;
bottom: 20px;
right: 20px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

div.widget-type-linked_image span a::after {
height: 30px;
width: 30px;
z-index: 2;
bottom: 35px;
right: 35px;
content: url('https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/Design%20System/Icons/Specific/hashtag-solid%20-%20white.svg');
}


div.widget-type-linked_image span a:hover:after,
div.widget-type-linked_image span a:hover::before {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
-o-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
*/
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 20px;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

table tr:first-child td {
    text-align:center;
  font-weight:700;
}
/* All */

* {
  outline: none;
}

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

/* HTML */

@media screen and (max-width: 992px) {
  html, body {
    position:relative;
    overflow-x:hidden;
  }
}
/* Divider */

hr {
  width: 66%;
  margin: 0 auto;
  height: 2px;
  border: none;
  background-color: var(--color_light_grey);
}

/* Anchor */
a {
  transition: all ease 0.2s;
  -webkit-transition:all ease 0.2s
}

.no-link-style a,
a.no-link-style {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

div.widget-type-rich_text a:not(.cta_button),
a.link-style:not(.cta_button):before {
  border-bottom: 5px solid var(--color_highlight);
  text-decoration: none;
  font-weight: 700;
  color: #404040;
  padding-bottom: 2px;
  display: inline-block;
}

div.widget-type-rich_text a:not(.cta_button):hover,
a.link-style:not(.cta_button):hover:before { 
  border-bottom-color: var(--color_primary);
}

div.widget-type-rich_text a:not(.cta_button):hover:before,
a.link-style:not(.cta_button):hover:before {
  background: var(--color_primary__primary);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* List */

div.widget-type-rich_text ul,
div.widget-type-rich_text ol,
ul.list-style,
ol.list-style {
  list-style: none;
  padding-top: 15px;
}

div.widget-type-rich_text ul li,
div.widget-type-rich_text ol li,
ul.list-style li,
ol.list-style li {
  margin-bottom: calc(1.2em/2);
}

div.widget-type-rich_text ol,div.widget-type-rich_text ul,ol.list-style,ul.list-style { list-style: none;  margin: 0; }
div.widget-type-rich_text ol li,div.widget-type-rich_text ul li,ol.list-style,ul.list-style { position: relative; padding-left: 30px; }
div.widget-type-rich_text ul li:before,ul.list-style li:before {content: '';background-image: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/00-Toucan%20Toco/Assets/icon-check.svg);position: absolute;left: 0;top: 8px;background-size: 100% auto;width: 16px;height: 14px;background-repeat: no-repeat;}
div.widget-type-rich_text ul li + li,
div.widget-type-rich_text ol li + li,
ol.list-style li:before,
ul.list-style li:before{ margin-top: 6px; }
div.widget-type-rich_text ol,
ol.list-style{  counter-reset: li; }
div.widget-type-rich_text ol li:before,
ol.list-style li:before{counter-increment: li;  content: counter(li, decimal-leading-zero) ". ";position: absolute;left: 0;top: 8px; font-size: 14px; line-height:1; font-weight: 700; color: var(--color_highlight); font-family: 'Montserrat-bold'; letter-spacing: 1.91px }

/* Paragraphs */

p {
  color: var(--color_anchor);
}

/* Small */

.small {
  font-size: 11px;
  font-family: 'Montserrat-semi-bold';
  line-height: 20px;
  letter-spacing: .39px;
}

@media (min-width: 576px) {
  .small {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: .43px;
  }
}

/* Tiny */

.tiny {
  font-size: 9px;
  line-height: 18px;
  letter-spacing: .32px;
}

@media (min-width: 576px) {
  .tiny {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: .36px;
  }
}

/* Blockquote */

blockquote {
  color: var(--color_anchor); 
  padding-left: 58px; 
  padding-right: 20px;
  margin: 30px 0;
  position:relative;

}
blockquote:before { content: ''; top: 5px; position:absolute; left: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='30' viewBox='0 0 38 30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23A0D1C5' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8.544 736c2.466 0 4.492-.78 6.078-2.338 1.585-1.56 2.378-3.603 2.378-6.133 0-1.764-.411-3.294-1.233-4.588-.822-1.294-1.967-2.265-3.435-2.912L16.207 706h-8.72l-5.109 12.706C1.38 721.059.734 722.824.44 724c-.293 1.176-.44 2.353-.44 3.53 0 2.47.807 4.5 2.422 6.088C4.037 735.206 6.078 736 8.544 736zm21 0c2.466 0 4.492-.78 6.078-2.338 1.585-1.56 2.378-3.603 2.378-6.133 0-1.764-.411-3.294-1.233-4.588-.822-1.294-1.967-2.265-3.435-2.912L37.207 706h-8.72l-5.109 12.706c-.998 2.353-1.644 4.118-1.938 5.294-.293 1.176-.44 2.353-.44 3.53 0 2.47.807 4.5 2.422 6.088 1.615 1.588 3.656 2.382 6.122 2.382z' transform='translate(-100.000000, -2912.000000) translate(100.000000, 2206.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); width: 38px; height: 30px; }
.custom-video { 
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox; 
  display: flex;
}

.custom-video__btn { 
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: calc(100% - 130px);
  cursor: pointer;
}

.custom-video__play-icon,
.custom-video__pause-icon {
  width: fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-video__icon {
  position: relative;
  width: 100px; 
  height: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: var(--color_highlight);
}

.custom-video__btn svg { 
  position:absolute; 
  left: 0;
  right: 0;
  bottom: 0; 
  top: 0;
  margin: auto; 
  height:35px; 
  width:35px;
}

.custom-video__btn svg path {
  fill: var(--color_white);
}

.custom-video__pause-icon { 
  display:none;
  opacity:0;
  -webkit-transition: all .2s ease; 
  -moz-transition: all .2s ease; 
  -ms-transition: all .2s ease; 
  -o-transition: all .2s ease; 
  transition: all .2s ease;
}

.custom-video:hover .custom-video__pause-icon { 
  opacity:.4;
}

@media (min-width:992px) {
  .custom-video__btn {  
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
  }

  .custom-video__btn:hover { 
    -webkit-transition: transform:scale(1.05);
    -moz-transition: transform:scale(1.05);
    -ms-transition: transform:scale(1.05);
    -o-transition: transform:scale(1.05);
    transform:scale(1.05);
  }
}

/* section */

.big-push-sec { overflow: hidden; }
.two-buttons { padding-top: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: baseline; }
.two-buttons > div + div { margin-left: 21px; }
.big-push-right { padding-right: 0 !important; text-align: -webkit-right; text-align: -moz-right; text-align: right; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: flex-end; }
@media(max-width: 991px){
  .big-push-sec { padding-bottom: 0 !important; }
  .big-push-sec .row { padding-bottom: 0; justify-content: center; align-items: flex-end; }
  .big-push-left { text-align: -webkit-center; text-align: -moz-center; text-align: center;  }
  .two-buttons { display: block; }
  .two-buttons>div+div { margin-left: 0; margin-top: 11px; }
  .big-push-right img { transform: none; width: 100%; }
  .big-push-right {  padding-left: 0 !important; }
}

@media(min-width: 992px){
  .big-push-sec .container-lg { margin: auto; }
  .big-push-right { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute !important; right: 0; padding: 0 !important; bottom: 0; }
}
.faq-title h2 {  padding-bottom: 100px; } /* font-size: 30px; letter-spacing: 4.09px; line-height: 1.33; */
.collapse-question { padding: 20px 0; }
.collapse-box {border-top: 1px solid #eee;}
.collapse-box:last-child {border-bottom: 1px solid #eee;}
.collapse-inner { padding-bottom: 29px; }
.collapse-inner p { font-family: 'RobotoSlab-light'; }
.collapse-question { display: flex; justify-content: space-between;  cursor: pointer; padding-left: 29px;  position:relative; align-items: baseline; }
.collapse-question h6 { font-size: 20px; letter-spacing: 1px; width: calc(100% - 17px); line-height:1.5; }
.collapse-answer { display: none; }
.collapse-question:before { width: 13px; height: 13px; background-color: var(--color_highlight); position: absolute; left: 0; top: 22px; content: ''; }
.collapse-question svg { transition: all ease .2s; -webkit-transition: all ease .2s; width: 17px; height: auto; }
.collapse-box.active .collapse-question svg { transform: rotate(180deg); }
section.home-banner {
  position: relative;
  margin-bottom: 100px;
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

section.home-banner > .container {
  position:relative;
  z-index:5;
}

section.home-banner .overlay {
  max-height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

section.home-banner .home-banner__btn .button{
  margin-right: 20px;
}

section.home-banner .home-banner__btn div:first-child {
  margin-right: 20px;
}

section.home-banner h1.home-banner__title {
  color: var(--color_white);
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 2.11px;
  font-family: 'Montserrat-xbold';
}

section.home-banner .home-banner_content {
  color: var(--color_white);
  font-size: 18px;
  margin-bottom: 20px;
}

section.home-banner .home-banner_content p {
  color: var(--color_white);
}

section.home-banner .home-banner__slides .slide {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: flex-end;
}

section.home-banner h3.slide__content__title {
  font-family: 'Montserrat-bold';
  letter-spacing: 2.11px;
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: right;
  color: var(--color_white);
  margin-top: 30px;
  margin-bottom: 30px;
}

section.home-banner .home-banner__client-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -45px;
  height: 90px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px){

  section.home-banner {
    background-color: #a0d1c5;
    padding-top: 50px;
    padding-bottom: 80px;
    margin-bottom: 50px;
    height: auto;
  }
  section.home-banner .home-banner__content {
    padding-bottom: 80px;
  }
  section.home-banner .overlay {
    bottom: -80px;
  }
  section.home-banner .slick-slider {
    margin-bottom: 0;
  }
  section.home-banner h1.home-banner__title {
    text-align: center;
  }
  section.home-banner .home-banner_content {
    text-align: center;
  }
  section.home-banner .home-banner__client-feedback {
    bottom: -125px; 
  }
  section.home-banner .home-banner__btn { 
    margin-bottom: 15px;
  }
  section.home-banner .home-banner__btn .button a  { 
    padding-left: 10px; 
    padding-right: 10px;
  }
  section.home-banner .banner-mobileimg img {
    width: 100%;
  }
  section.home-banner .banner-mobileimg {
    width: calc(100%  + 40px);
    margin-left: -20px;
    margin-bottom: -64px;
  }
}

@media(min-width: 991px){
  section.home-banner>.container {
    position: initial;
  }
  section.home-banner .home-banner__slider-desktop {
    position: absolute;
    right: 0;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 1;
  }
  section.home-banner .home-banner__slider-desktop > div,
  section.home-banner .home-banner__slider-desktop > div > div {
    height: 100%;
    margin-bottom: 0;
  }
  section.home-banner .home-banner__slides .slide.active {
    opacity: 1;
    z-index: 2;
  }
  section.home-banner h1.home-banner__title {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 3.02px;
  }
}

@media(min-width: 1920px){
  section.home-banner h1.home-banner__title {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 3.62px;
  }
}
.hero-industries-sec .breadcrumb_list { padding: 30px; }
.hero-industries-sec .wrap-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.hero-industries-sec .hero-industries-banner {
  position: relative;
}

.hero-industries-sec .hero-industries-banner .right-industries-sec {
  position: absolute;
  top: 0;
  right: 0;
}

.hero-industries-sec .button-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.hero-industries-sec .custom-video__poster {
  position: absolute;
  height: 101%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  background-size: cover;
}

.hero-industries-sec .custom-video__poster.hide {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.hero-industries-sec .swiper {
  width: 100%;
  height: fit-content;
}
.hero-industries-sec .swiper-pagination.slider-hero-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
.hero-industries-sec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgb(98 146 157 / 40%);
  opacity: 1;
  transition: background-color 300ms;
}
.hero-industries-sec .swiper-pagination-bullet-active {
  background-color: var(--color_secondary);
}
.hero-industries-sec .swiper-wrapper {
  width: 100%;
  height: fit-content;
}
.hero-industries-sec .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-industries-sec .swiper-slide img {
  width: 100%;
  height: auto;
}
.hero-industries-sec .swiper-slide .custom-video {
  width: 100%;
  height: fit-content;
}
.hero-industries-sec .swiper-slide video {
  width: 100%;
  height: auto;
}

.hero-industries-sec .button-wrapper > div {
  margin: 20px 20px 0 0;
}

.hero-industries-sec .wrap-button > div {
  margin: 20px 20px 0 0;
}
.hero-industries-banner { display: -webkit-box; display: -ms-flexbox; display: flex; }
.hero-industries-banner > div { width: 50%; }
.right-s-title { padding-top: 20px; }
.right-s-title h1 { color: #fff; line-height: 1.25; letter-spacing: 2.41px; font-family: 'Montserrat-bold'; }
.left-slider-box { padding-right: 40px; }
.hero-industries-sec {  background-position: center center;  background-repeat: no-repeat;   background-size: cover; margin-bottom: 140px; }
/*
.left-slider-box {  margin-bottom: 0;  top: 125px; margin-bottom: -50px !important; position: relative; top: 50px; }
*/
.left-slider-box .slick-dots li.slick-active button {  background-color: var(--color_secondary); }
.left-slider-box .slick-dots li button {  background-color: rgb(98 146 157 / 40%); }
.left-slider-box ul.slick-dots { margin-top: 0; }
.right-industries-sec {  padding-bottom: 105px; padding-left: 30px }
/* .hero-industries-banner {align-items: flex-end;} */
.hero-industries-banner {align-items: center;}
.ksword { display: none }
span.ksword {  background-color: rgba(160, 209, 197, 0.8); }
.keyWord1{ display: inline; }

@media(max-width: 991px){
  .hero-industries-banner { flex-wrap: wrap;  margin-top: 20px; }
  .hero-industries-banner>div { width: 100%; }
  .left-slider-box { order: 2; top: 0; margin-top: 30px; margin-bottom: -30px !important; padding-right: 0}
  .right-industries-sec { padding-left: 0; text-align: center; padding-bottom: 30px; }
  .left-slider-img img { display: block; margin: 0 auto; }
  .hero-industries-sec { margin-bottom: 100px; }
}

@media(min-width: 992px){
  .left-slider-box { margin-bottom: 0 !important; }
}
section.hero-tabs .tabs-container {
  padding-top: 50px;
}
section.hero-tabs .tabs-container .-item {
  font-family: 'Montserrat-medium';
  position: relative;
  width: 33.333333333%;
  opacity: .9;
  background-color: rgba(255, 255, 255, .1) ;
  color: var(--color_system_grey);
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

section.hero-tabs .tabs-container .-item a{
  color:inherit;
  text-decoration:none;
  display:block;
  padding:20px;
}

section.hero-tabs .tabs-container .-item.active {
  font-family: 'Montserrat-bold';
  background: var(--color_highlight);
  color: var(--color_white);
}

@media(max-width: 575px){
  section.hero-tabs {
    padding-bottom: 0 !important;
  }
  section.hero-tabs .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media(min-width: 576px){
  section.hero-tabs .breadcrumb_list {
    position: absolute;
  }
  section.hero-tabs .tabs-container {
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 400px;
    height: auto;
  }
  section.hero-tabs .tabs-container .-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 30%;
  }
  section.hero-tabs .tabs-container .-item:hover {
    cursor: pointer;
  }
  section.hero-tabs .tabs-container .-item:hover:not(.active) {
    font-family: 'Montserrat-bold';
    background: var(--color_primary);
    color: var(--color_white);
  }
}
.hero-technologies-and-customer {
  margin-bottom: 50px;
}

.hero-technologies-and-customer .wrap-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.hero-technologies-and-customer .wrap-button > div {
  margin: 20px 20px 0 0;
}

.hero-technologies-and-customer .cta-container {
  margin-top: 20px;
}

.hero-technologies-and-customer .media-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -30px;
  height: auto;
  max-height: 300px;
}

.hero-technologies-and-customer .media-container img,
.hero-technologies-and-customer .media-container video {
  height: 300px;
}
.hero-technologies-and-customer .custom-video__icon {
  background: transparent;
  border: solid 4px var(--color_white);
}

@media (max-width: 991px) {
  .hero-technologies-and-customer h5 {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.64px;
  }
}

@media (min-width: 992px) {
  .hero-technologies-and-customer h1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-technologies-and-customer .media-container {
    bottom: 0;
    max-height: 450px;
  }
  .hero-technologies-and-customer .media-container img,
  .hero-technologies-and-customer .media-container video {
    height: 450px;
  }
  .hero-technologies-and-customer {
    margin-bottom: 60px;
  }
}
@media(min-width: 576px){
  section.hero-universal .cta-container .-first {
    margin-bottom: 0;
    margin-right: 7.5px;
  }
  section.hero-universal .cta-container .-second {
    margin-left: 7.5px;
  }
}
.hero-user-sec .breadcrumb_list { padding-top: 30px; padding-left: 30px; }
.hero-user-content p { color: var(--color_white); font-family: 'Montserrat-semi-bold'; font-size: 14px; line-height: 1.7; letter-spacing: 1.91px }
.hero-user-right-inner { position: relative; }

.hero-user-sec .wrap-button {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}

.hero-user-sec .wrap-button > div {
  margin: 20px 20px 0 0;
}

@media(max-width: 991px){
  .hero-user-sec-inner .hero-user-left,.hero-user-sec-inner .hero-user-right { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;    text-align: center; }
  .hero-user-sec-inner { padding-top: 30px; }
  .hero-user-right-inner { top: 50px; }
}
.log-sec-title { text-transform: uppercase; letter-spacing: 1.91px; padding-top: 80px; }
.logo-section { padding: 50px 0; }
.logo-slider  .slick-slide { float: none; display: inline-block !important; vertical-align: middle; }
.logo-img { padding: 20px;text-align:center }
.logo-img img { display: block; margin: 0 auto; }
.logo-slider .slick-arrow path:first-child { fill: #B3B3B3; }
.logo-slider .nxt-arrow,.logo-slider .prv-arrow {position: absolute; top: 0; bottom: 0; margin-top: auto;  margin-bottom: auto; z-index: 8; cursor: pointer;}
.logo-slider .nxt-arrow {right: 0;}
.logo-slider .prv-arrow {left: 0; }
.logo-slider { margin-top: 30px;  padding: 0 30px; }

@media screen and (min-width: 992px) {
  .log-sec-title { padding-top: 0; }
}
section.fixed-ebook {
  background: var(--color_primary);
}

section.fixed-ebook .col-right {
  top: -1px;
}

section.fixed-ebook .background-absolute {
  position: relative;
  z-index:1;
}

section.fixed-ebook .background-absolute .overlay{
  position:absolute;
  width:10000px;
  left:-1000px;
  height:100%;
  z-index:-1;
  top:0;
}

section.fixed-ebook .background-absolute.-first-text .overlay{
  background:var(--color_white);
}

section.fixed-ebook .background-absolute.-second-text .overlay{
  background:var(--color_light_grey);
}

section.fixed-ebook .top-img-content * {
  color: var(--color_white);
}

section.fixed-ebook .form-container {
  top: 110px;
}

/* Media Queries */
@media screen and (min-width: 992px) {
  section.fixed-ebook .col-left {
    padding-left: 200px;
  }

  section.fixed-ebook .col-right {
    padding-right: 200px;
    top: 0;
    background: transparent;
  }
  section.fixed-ebook .form-container {
    padding-top: 30px;
  }

}
.success-stories-sec .success-stories-list { display: flex; flex-wrap: wrap; max-width: 1060px; margin: 0 auto; }
.success-stories-sec .success-story-box { padding: 0 20px 40px; width: 33.33%; }

@media(max-width: 991px){
  .success-stories-sec .success-story-box { width: 50%; }
  .success-stories-sec .success-story-bottom-box  { padding-left: 15px; padding-right: 15px }
}
@media(max-width: 767px){
  .success-stories-sec .success-story-box { width: 100%; padding-left: 0 ; padding-right: 0 }
}
.success-stories-banner { position: relative; padding: 125px 30px 125px 200px; background-size: cover; background-repeat: no-repeat; background-position: top center; }
.success-stories-banner .breadcrumb_list{ position:absolute; left:30px; top:30px; color:var(--color_white); }
.success-stories-banner .breadcrumb_list a{ color:var(--color_white); text-decoration:none; }
.success-stories-banner__description,.success-stories-banner__description p ,h1.success-stories-banner__title { color: var(--color_white); }
.success-stories-banner__description { font-size: 18px }
.success-stories-banner__text { max-width: 850px; }
.success-storie-mb-img img {   width: 100%; }
@media(min-width: 768px){
  .success-storie-mb-img { display: none }
}

@media(max-width: 1080px){
  .success-stories-banner { padding-left: 30px }
}
@media(max-width: 767px){
  .success-stories-banner { background: var(--color_primary) !important; padding: 80px 20px; text-align:center;  }
  .success-stories-banner__description,.success-stories-banner__description p{ line-height: 2; font-size:14px }
}
.team-toucan .card {
  min-height:250px;
}
.team-toucan .video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #000000;
  height: 100%;
}
.team-toucan .card .image_text{
  height:100%;
  padding:20px;
  color:#FFF;
  position:relative;
}

.team-toucan .card .image_text h4{
  color:#FFF;
  margin-top:50px;
}

.team-toucan .card .image_text .desc{
  font-family:Montserrat; 
  font-weight: 300;
  font-size:20px;
  word-break: break-all;
}

.team-toucan .card .image_text .link{
  font-family: 'Montserrat-bold';
  text-decoration:none;
  color:#FFF;
  font-size:12px;
  text-transform:uppercase;
  line-height: 1.33;
  letter-spacing: 1.64px;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items:center;
  margin-top:30px;
}
.team-toucan .card .image_text img{
  margin-top:20px;
  margin-bottom:20px;
}
.team-toucan .card .image_text .link span{
  margin-right:20px;
  font-weight: bold;
}
.value_carousel_sec { padding-top: 100px; padding-bottom: 125px; background-position:center center; background-repeat:no-repeat; background-size: cover }
.value_carousel_title h2 {font-family: 'Montserrat-reg';padding-bottom: 80px;}
.value_carousel_title h2 span {font-family: 'Montserrat-bold';background-color: var(--color_primary);}
.value_carousel_title { max-width: 800px; margin: 0 auto; }
/*
.value_carousel_boxslider { margin-top: 65px; max-width: 920px; margin-left: auto; margin-right: auto; }
*/
.value_carousel_boxslider .slick-next-svg { right: 0 !important; z-index: 1; }
.value_carousel_boxslider .slick-prev-svg { left: 0 !important; z-index: 1; }
.value_carousel_box { padding: 40px 36px; background-color: var(--color_white); border-radius: 5px; display: flex; align-items: center; }
.value_carousel-left { width: 273px; text-align: center; padding-right: 37px; padding-top: 17px; padding-bottom: 17px; border-right: 1px solid rgb(64 64 64 / 25%); }
.value_carousel_right { width: calc(100% - 273px); padding-top: 17px; padding-bottom: 17px; }
.value-number { font-family: 'Montserrat-xbold'; color: var(--color_primary); font-size: 50px; line-height: 1; letter-spacing: 3.02px; }
.value-text { color: var(--color_anchor_smooth); font-size: 15px; letter-spacing: 0.75px; font-family: 'Montserrat-medium'; max-width: 187px; margin: 0 auto; line-height: 1.33; }
.value_description { font-size: 20px; font-family: 'Montserrat-reg'; color: var(--color_anchor); letter-spacing: 1px; padding-left: 43px; }
.vt-button { padding-top: 80px }
.value_carousel_boxslider ul.slick-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: -220px; }

@media(max-width: 767px){
  .value_carousel_sec { padding-top: 40px; padding-bottom: 35px; }
  .value_carousel_title h2 { font-size: 30px; line-height: 1.33; letter-spacing: 1.81px; }
  .value_carousel_box {  display: block; }
  .value_carousel-left { width: 100%; padding-right: 0; border: none; padding-top: 0; }
  .value-text { max-width: 100%; padding-top: 5px; }
  .value_description {  padding-left: 0; }
  .value_carousel_right { width: 100%; text-align: center; padding-top: 30px; }
  .value_carousel_inner { padding-bottom: 30px; position: relative; }
  .value_carousel_inner:after {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);height: 1px;width: 125px;background-color: rgb(64 64 64 / 25%);}
  .value_carousel_boxslider .slick-arrow { display: none !important; }
  .value_carousel_boxslider { margin-top: 40px }
  .value_carousel_boxslider ul.slick-dots { transform: none; width: 100%; left: 0; bottom: 10px; }
  .vt-button { padding-top: 0; }
  .logo-section { padding: 35px 0 }
}
.jobs-tab-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.jobs-tab-container .jobs-tab {
  width: auto;
  height: auto;
}

.jobs-tab-container .jobs-tab .jobs-tab__content {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing:2px;
  font-family: Montserrat;
  padding:16px 25px;
  font-size:14px;
  cursor: pointer;
  line-height: 1.7;
  color:#FFF;
  border-radius: 10px;
}

.jobs-tab--selected {
  background:rgba(255,255,255,0.2);
}

.job-linkedin-top-startup {
  margin: 50px auto 50px;
  width: 200px;
  display: block;
}

.welcomekit-jobs-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
}

.welcomekit-jobs-list-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 3.5em 6em;
  background-color: white;
  color: #404040;
  border-radius: 7px;
  list-style-type: none;
}

.welcomekit-jobs-list-item-link{
  text-decoration:none; 
  color: #404040;
}

.welcomekit-department-name {
  display: none;
}

.welcomekit-job-name {
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 3px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.welcomekit-job-infos {
  font-family: Montserrat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.welcomekit-job-infos li {
  list-style-type: none;
  margin-left: 9px;
  margin-right: 9px;
}

.welcomekit-job-contractType {
  font-family: Montserrat;
  position: absolute;
  color: white;
  font-style: normal;
  padding: 2px;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  font-size:14px;
  top: -38px;
  line-height:1;
}

.welcomekit-job-officeCity::before {
  content: "•";
  position: absolute;
  top: 0px;
  left: -11px;
}

.welcomekit-job-officeCity {
  position: absolute;
  top: -35px;
  left: calc(50% - 0px);
  font-family: Montserrat;
  font-weight: bold;
  font-size:14px;
  letter-spacing: 2px;
  text-transform:uppercase;
  line-height:1;
}

.cdi {
  background-color: #61919F;
  left: calc(50% - 52px);
}

.stage {
  background-color: #E78351;
  left: calc(50% - 67px);
}

.freelance {
  background: #f3c600;
  left: calc(50% - 100px);
}

.welcomekit-job-description *{
  line-height: 1.25;
}

.welcomekit-job-description > :not(:first-child){
  display:none; 
}

.welcomekit-job-description em{
  font-style: initial;
}

@media (max-width: 768px){
  .welcomekit-jobs-list-item {
    padding: 3.5em 1em;
  }
}

/* librairies */
/*!
* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: inherit;
    margin:0;
    padding:0;
  }
  
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }
  
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding: 0;
    margin:0;
  }
  
  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1140px;
    }
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  .col-1:focus, .col-2:focus, .col-3:focus, .col-4:focus, .col-5:focus, .col-6:focus, .col-7:focus, .col-8:focus, .col-9:focus, .col-10:focus, .col-11:focus, .col-12:focus, .col:focus,
  .col-auto:focus, .col-sm-1:focus, .col-sm-2:focus, .col-sm-3:focus, .col-sm-4:focus, .col-sm-5:focus, .col-sm-6:focus, .col-sm-7:focus, .col-sm-8:focus, .col-sm-9:focus, .col-sm-10:focus, .col-sm-11:focus, .col-sm-12:focus, .col-sm:focus,
  .col-sm-auto:focus, .col-md-1:focus, .col-md-2:focus, .col-md-3:focus, .col-md-4:focus, .col-md-5:focus, .col-md-6:focus, .col-md-7:focus, .col-md-8:focus, .col-md-9:focus, .col-md-10:focus, .col-md-11:focus, .col-md-12:focus, .col-md:focus,
  .col-md-auto:focus, .col-lg-1:focus, .col-lg-2:focus, .col-lg-3:focus, .col-lg-4:focus, .col-lg-5:focus, .col-lg-6:focus, .col-lg-7:focus, .col-lg-8:focus, .col-lg-9:focus, .col-lg-10:focus, .col-lg-11:focus, .col-lg-12:focus, .col-lg:focus,
  .col-lg-auto:focus, .col-xl-1:focus, .col-xl-2:focus, .col-xl-3:focus, .col-xl-4:focus, .col-xl-5:focus, .col-xl-6:focus, .col-xl-7:focus, .col-xl-8:focus, .col-xl-9:focus, .col-xl-10:focus, .col-xl-11:focus, .col-xl-12:focus, .col-xl:focus,
  .col-xl-auto:focus {
    outline: none;
  }
  
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  
  .row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  
  .row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  
  .col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  
  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  
  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  
  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  
  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  
  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  
  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  
  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  
  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .order-first {
    -ms-flex-order: -1;
    order: -1;
  }
  
  .order-last {
    -ms-flex-order: 13;
    order: 13;
  }
  
  .order-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  
  .order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  
  .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  
  .order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  
  .order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  
  .order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  
  .order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  
  .order-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  
  .order-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  
  .order-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  
  .order-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  
  .order-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  
  .order-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  
  .offset-1 {
    margin-left: 8.333333%;
  }
  
  .offset-2 {
    margin-left: 16.666667%;
  }
  
  .offset-3 {
    margin-left: 25%;
  }
  
  .offset-4 {
    margin-left: 33.333333%;
  }
  
  .offset-5 {
    margin-left: 41.666667%;
  }
  
  .offset-6 {
    margin-left: 50%;
  }
  
  .offset-7 {
    margin-left: 58.333333%;
  }
  
  .offset-8 {
    margin-left: 66.666667%;
  }
  
  .offset-9 {
    margin-left: 75%;
  }
  
  .offset-10 {
    margin-left: 83.333333%;
  }
  
  .offset-11 {
    margin-left: 91.666667%;
  }
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-sm-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-sm-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-sm-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-sm-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-sm-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-sm-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-sm-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-sm-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-sm-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-sm-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-sm-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-sm-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-sm-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-sm-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-sm-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-sm-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-sm-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-sm-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-sm-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-sm-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-sm-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-md-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-md-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-md-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-md-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-md-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-md-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-md-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-md-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-md-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-md-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-md-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-md-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-md-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-md-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-md-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-md-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-md-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-md-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-md-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-md-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-md-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-lg-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-lg-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-lg-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-lg-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-lg-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-lg-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-lg-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-lg-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-lg-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-lg-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-lg-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-lg-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-lg-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-lg-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-lg-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-lg-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-lg-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-lg-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-lg-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-lg-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 1200px) {
    .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .row-cols-xl-1 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .row-cols-xl-2 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .row-cols-xl-3 > * {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .row-cols-xl-4 > * {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .row-cols-xl-5 > * {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }
    .row-cols-xl-6 > * {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-xl-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-xl-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-xl-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .order-xl-first {
      -ms-flex-order: -1;
      order: -1;
    }
    .order-xl-last {
      -ms-flex-order: 13;
      order: 13;
    }
    .order-xl-0 {
      -ms-flex-order: 0;
      order: 0;
    }
    .order-xl-1 {
      -ms-flex-order: 1;
      order: 1;
    }
    .order-xl-2 {
      -ms-flex-order: 2;
      order: 2;
    }
    .order-xl-3 {
      -ms-flex-order: 3;
      order: 3;
    }
    .order-xl-4 {
      -ms-flex-order: 4;
      order: 4;
    }
    .order-xl-5 {
      -ms-flex-order: 5;
      order: 5;
    }
    .order-xl-6 {
      -ms-flex-order: 6;
      order: 6;
    }
    .order-xl-7 {
      -ms-flex-order: 7;
      order: 7;
    }
    .order-xl-8 {
      -ms-flex-order: 8;
      order: 8;
    }
    .order-xl-9 {
      -ms-flex-order: 9;
      order: 9;
    }
    .order-xl-10 {
      -ms-flex-order: 10;
      order: 10;
    }
    .order-xl-11 {
      -ms-flex-order: 11;
      order: 11;
    }
    .order-xl-12 {
      -ms-flex-order: 12;
      order: 12;
    }
    .offset-xl-0 {
      margin-left: 0;
    }
    .offset-xl-1 {
      margin-left: 8.333333%;
    }
    .offset-xl-2 {
      margin-left: 16.666667%;
    }
    .offset-xl-3 {
      margin-left: 25%;
    }
    .offset-xl-4 {
      margin-left: 33.333333%;
    }
    .offset-xl-5 {
      margin-left: 41.666667%;
    }
    .offset-xl-6 {
      margin-left: 50%;
    }
    .offset-xl-7 {
      margin-left: 58.333333%;
    }
    .offset-xl-8 {
      margin-left: 66.666667%;
    }
    .offset-xl-9 {
      margin-left: 75%;
    }
    .offset-xl-10 {
      margin-left: 83.333333%;
    }
    .offset-xl-11 {
      margin-left: 91.666667%;
    }
  }
  
  .d-none {
    display: none ;
  }
  
  .d-inline {
    display: inline ;
  }
  
  .d-inline-block {
    display: inline-block ;
  }
  
  .d-block {
    display: block ;
  }
  
  .d-table {
    display: table ;
  }
  
  .d-table-row {
    display: table-row ;
  }
  
  .d-table-cell {
    display: table-cell ;
  }
  
  .d-flex {
    display: -ms-flexbox ;
    display: flex ;
  }
  
  .d-inline-flex {
    display: -ms-inline-flexbox ;
    display: inline-flex ;
  }
  
  @media (min-width: 576px) {
    .d-sm-none {
      display: none ;
    }
    .d-sm-inline {
      display: inline ;
    }
    .d-sm-inline-block {
      display: inline-block ;
    }
    .d-sm-block {
      display: block ;
    }
    .d-sm-table {
      display: table ;
    }
    .d-sm-table-row {
      display: table-row ;
    }
    .d-sm-table-cell {
      display: table-cell ;
    }
    .d-sm-flex {
      display: -ms-flexbox ;
      display: flex ;
    }
    .d-sm-inline-flex {
      display: -ms-inline-flexbox ;
      display: inline-flex ;
    }
  }
  
  @media (min-width: 768px) {
    .d-md-none {
      display: none ;
    }
    .d-md-inline {
      display: inline ;
    }
    .d-md-inline-block {
      display: inline-block ;
    }
    .d-md-block {
      display: block ;
    }
    .d-md-table {
      display: table ;
    }
    .d-md-table-row {
      display: table-row ;
    }
    .d-md-table-cell {
      display: table-cell ;
    }
    .d-md-flex {
      display: -ms-flexbox ;
      display: flex ;
    }
    .d-md-inline-flex {
      display: -ms-inline-flexbox ;
      display: inline-flex ;
    }
  }
  
  @media (min-width: 992px) {
    .d-lg-none {
      display: none ;
    }
    .d-lg-inline {
      display: inline ;
    }
    .d-lg-inline-block {
      display: inline-block ;
    }
    .d-lg-block {
      display: block ;
    }
    .d-lg-table {
      display: table ;
    }
    .d-lg-table-row {
      display: table-row ;
    }
    .d-lg-table-cell {
      display: table-cell ;
    }
    .d-lg-flex {
      display: -ms-flexbox ;
      display: flex ;
    }
    .d-lg-inline-flex {
      display: -ms-inline-flexbox ;
      display: inline-flex ;
    }
  }
  
  @media (min-width: 1200px) {
    .d-xl-none {
      display: none ;
    }
    .d-xl-inline {
      display: inline ;
    }
    .d-xl-inline-block {
      display: inline-block ;
    }
    .d-xl-block {
      display: block ;
    }
    .d-xl-table {
      display: table ;
    }
    .d-xl-table-row {
      display: table-row ;
    }
    .d-xl-table-cell {
      display: table-cell ;
    }
    .d-xl-flex {
      display: -ms-flexbox ;
      display: flex ;
    }
    .d-xl-inline-flex {
      display: -ms-inline-flexbox ;
      display: inline-flex ;
    }
  }
  
  @media print {
    .d-print-none {
      display: none ;
    }
    .d-print-inline {
      display: inline ;
    }
    .d-print-inline-block {
      display: inline-block ;
    }
    .d-print-block {
      display: block ;
    }
    .d-print-table {
      display: table ;
    }
    .d-print-table-row {
      display: table-row ;
    }
    .d-print-table-cell {
      display: table-cell ;
    }
    .d-print-flex {
      display: -ms-flexbox ;
      display: flex ;
    }
    .d-print-inline-flex {
      display: -ms-inline-flexbox ;
      display: inline-flex ;
    }
  }
  
  .flex-row {
    -ms-flex-direction: row ;
    flex-direction: row ;
  }
  
  .flex-column {
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  
  .flex-row-reverse {
    -ms-flex-direction: row-reverse ;
    flex-direction: row-reverse ;
  }
  
  .flex-column-reverse {
    -ms-flex-direction: column-reverse ;
    flex-direction: column-reverse ;
  }
  
  .flex-wrap {
    -ms-flex-wrap: wrap ;
    flex-wrap: wrap ;
  }
  
  .flex-nowrap {
    -ms-flex-wrap: nowrap ;
    flex-wrap: nowrap ;
  }
  
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse ;
    flex-wrap: wrap-reverse ;
  }
  
  .flex-fill {
    -ms-flex: 1 1 auto ;
    flex: 1 1 auto ;
  }
  
  .flex-grow-0 {
    -ms-flex-positive: 0 ;
    flex-grow: 0 ;
  }
  
  .flex-grow-1 {
    -ms-flex-positive: 1 ;
    flex-grow: 1 ;
  }
  
  .flex-shrink-0 {
    -ms-flex-negative: 0 ;
    flex-shrink: 0 ;
  }
  
  .flex-shrink-1 {
    -ms-flex-negative: 1 ;
    flex-shrink: 1 ;
  }
  
  .justify-content-start {
    -ms-flex-pack: start ;
    justify-content: flex-start ;
  }
  
  .justify-content-end {
    -ms-flex-pack: end ;
    justify-content: flex-end ;
  }
  
  .justify-content-center {
    -ms-flex-pack: center ;
    justify-content: center ;
  }
  
  .justify-content-between {
    -ms-flex-pack: justify ;
    justify-content: space-between ;
  }
  
  .justify-content-around {
    -ms-flex-pack: distribute ;
    justify-content: space-around ;
  }
  
  .align-items-start {
    -ms-flex-align: start ;
    align-items: flex-start ;
  }
  
  .align-items-end {
    -ms-flex-align: end ;
    align-items: flex-end ;
  }
  
  .align-items-center {
    -ms-flex-align: center ;
    align-items: center ;
  }
  
  .align-items-baseline {
    -ms-flex-align: baseline ;
    align-items: baseline ;
  }
  
  .align-items-stretch {
    -ms-flex-align: stretch ;
    align-items: stretch ;
  }
  
  .align-content-start {
    -ms-flex-line-pack: start ;
    align-content: flex-start ;
  }
  
  .align-content-end {
    -ms-flex-line-pack: end ;
    align-content: flex-end ;
  }
  
  .align-content-center {
    -ms-flex-line-pack: center ;
    align-content: center ;
  }
  
  .align-content-between {
    -ms-flex-line-pack: justify ;
    align-content: space-between ;
  }
  
  .align-content-around {
    -ms-flex-line-pack: distribute ;
    align-content: space-around ;
  }
  
  .align-content-stretch {
    -ms-flex-line-pack: stretch ;
    align-content: stretch ;
  }
  
  .align-self-auto {
    -ms-flex-item-align: auto ;
    align-self: auto ;
  }
  
  .align-self-start {
    -ms-flex-item-align: start ;
    align-self: flex-start ;
  }
  
  .align-self-end {
    -ms-flex-item-align: end ;
    align-self: flex-end ;
  }
  
  .align-self-center {
    -ms-flex-item-align: center ;
    align-self: center ;
  }
  
  .align-self-baseline {
    -ms-flex-item-align: baseline ;
    align-self: baseline ;
  }
  
  .align-self-stretch {
    -ms-flex-item-align: stretch ;
    align-self: stretch ;
  }
  
  @media (min-width: 576px) {
    .flex-sm-row {
      -ms-flex-direction: row ;
      flex-direction: row ;
    }
    .flex-sm-column {
      -ms-flex-direction: column ;
      flex-direction: column ;
    }
    .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse ;
      flex-direction: row-reverse ;
    }
    .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse ;
      flex-direction: column-reverse ;
    }
    .flex-sm-wrap {
      -ms-flex-wrap: wrap ;
      flex-wrap: wrap ;
    }
    .flex-sm-nowrap {
      -ms-flex-wrap: nowrap ;
      flex-wrap: nowrap ;
    }
    .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse ;
      flex-wrap: wrap-reverse ;
    }
    .flex-sm-fill {
      -ms-flex: 1 1 auto ;
      flex: 1 1 auto ;
    }
    .flex-sm-grow-0 {
      -ms-flex-positive: 0 ;
      flex-grow: 0 ;
    }
    .flex-sm-grow-1 {
      -ms-flex-positive: 1 ;
      flex-grow: 1 ;
    }
    .flex-sm-shrink-0 {
      -ms-flex-negative: 0 ;
      flex-shrink: 0 ;
    }
    .flex-sm-shrink-1 {
      -ms-flex-negative: 1 ;
      flex-shrink: 1 ;
    }
    .justify-content-sm-start {
      -ms-flex-pack: start ;
      justify-content: flex-start ;
    }
    .justify-content-sm-end {
      -ms-flex-pack: end ;
      justify-content: flex-end ;
    }
    .justify-content-sm-center {
      -ms-flex-pack: center ;
      justify-content: center ;
    }
    .justify-content-sm-between {
      -ms-flex-pack: justify ;
      justify-content: space-between ;
    }
    .justify-content-sm-around {
      -ms-flex-pack: distribute ;
      justify-content: space-around ;
    }
    .align-items-sm-start {
      -ms-flex-align: start ;
      align-items: flex-start ;
    }
    .align-items-sm-end {
      -ms-flex-align: end ;
      align-items: flex-end ;
    }
    .align-items-sm-center {
      -ms-flex-align: center ;
      align-items: center ;
    }
    .align-items-sm-baseline {
      -ms-flex-align: baseline ;
      align-items: baseline ;
    }
    .align-items-sm-stretch {
      -ms-flex-align: stretch ;
      align-items: stretch ;
    }
    .align-content-sm-start {
      -ms-flex-line-pack: start ;
      align-content: flex-start ;
    }
    .align-content-sm-end {
      -ms-flex-line-pack: end ;
      align-content: flex-end ;
    }
    .align-content-sm-center {
      -ms-flex-line-pack: center ;
      align-content: center ;
    }
    .align-content-sm-between {
      -ms-flex-line-pack: justify ;
      align-content: space-between ;
    }
    .align-content-sm-around {
      -ms-flex-line-pack: distribute ;
      align-content: space-around ;
    }
    .align-content-sm-stretch {
      -ms-flex-line-pack: stretch ;
      align-content: stretch ;
    }
    .align-self-sm-auto {
      -ms-flex-item-align: auto ;
      align-self: auto ;
    }
    .align-self-sm-start {
      -ms-flex-item-align: start ;
      align-self: flex-start ;
    }
    .align-self-sm-end {
      -ms-flex-item-align: end ;
      align-self: flex-end ;
    }
    .align-self-sm-center {
      -ms-flex-item-align: center ;
      align-self: center ;
    }
    .align-self-sm-baseline {
      -ms-flex-item-align: baseline ;
      align-self: baseline ;
    }
    .align-self-sm-stretch {
      -ms-flex-item-align: stretch ;
      align-self: stretch ;
    }
  }
  
  @media (min-width: 768px) {
    .flex-md-row {
      -ms-flex-direction: row ;
      flex-direction: row ;
    }
    .flex-md-column {
      -ms-flex-direction: column ;
      flex-direction: column ;
    }
    .flex-md-row-reverse {
      -ms-flex-direction: row-reverse ;
      flex-direction: row-reverse ;
    }
    .flex-md-column-reverse {
      -ms-flex-direction: column-reverse ;
      flex-direction: column-reverse ;
    }
    .flex-md-wrap {
      -ms-flex-wrap: wrap ;
      flex-wrap: wrap ;
    }
    .flex-md-nowrap {
      -ms-flex-wrap: nowrap ;
      flex-wrap: nowrap ;
    }
    .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse ;
      flex-wrap: wrap-reverse ;
    }
    .flex-md-fill {
      -ms-flex: 1 1 auto ;
      flex: 1 1 auto ;
    }
    .flex-md-grow-0 {
      -ms-flex-positive: 0 ;
      flex-grow: 0 ;
    }
    .flex-md-grow-1 {
      -ms-flex-positive: 1 ;
      flex-grow: 1 ;
    }
    .flex-md-shrink-0 {
      -ms-flex-negative: 0 ;
      flex-shrink: 0 ;
    }
    .flex-md-shrink-1 {
      -ms-flex-negative: 1 ;
      flex-shrink: 1 ;
    }
    .justify-content-md-start {
      -ms-flex-pack: start ;
      justify-content: flex-start ;
    }
    .justify-content-md-end {
      -ms-flex-pack: end ;
      justify-content: flex-end ;
    }
    .justify-content-md-center {
      -ms-flex-pack: center ;
      justify-content: center ;
    }
    .justify-content-md-between {
      -ms-flex-pack: justify ;
      justify-content: space-between ;
    }
    .justify-content-md-around {
      -ms-flex-pack: distribute ;
      justify-content: space-around ;
    }
    .align-items-md-start {
      -ms-flex-align: start ;
      align-items: flex-start ;
    }
    .align-items-md-end {
      -ms-flex-align: end ;
      align-items: flex-end ;
    }
    .align-items-md-center {
      -ms-flex-align: center ;
      align-items: center ;
    }
    .align-items-md-baseline {
      -ms-flex-align: baseline ;
      align-items: baseline ;
    }
    .align-items-md-stretch {
      -ms-flex-align: stretch ;
      align-items: stretch ;
    }
    .align-content-md-start {
      -ms-flex-line-pack: start ;
      align-content: flex-start ;
    }
    .align-content-md-end {
      -ms-flex-line-pack: end ;
      align-content: flex-end ;
    }
    .align-content-md-center {
      -ms-flex-line-pack: center ;
      align-content: center ;
    }
    .align-content-md-between {
      -ms-flex-line-pack: justify ;
      align-content: space-between ;
    }
    .align-content-md-around {
      -ms-flex-line-pack: distribute ;
      align-content: space-around ;
    }
    .align-content-md-stretch {
      -ms-flex-line-pack: stretch ;
      align-content: stretch ;
    }
    .align-self-md-auto {
      -ms-flex-item-align: auto ;
      align-self: auto ;
    }
    .align-self-md-start {
      -ms-flex-item-align: start ;
      align-self: flex-start ;
    }
    .align-self-md-end {
      -ms-flex-item-align: end ;
      align-self: flex-end ;
    }
    .align-self-md-center {
      -ms-flex-item-align: center ;
      align-self: center ;
    }
    .align-self-md-baseline {
      -ms-flex-item-align: baseline ;
      align-self: baseline ;
    }
    .align-self-md-stretch {
      -ms-flex-item-align: stretch ;
      align-self: stretch ;
    }
  }
  
  @media (min-width: 992px) {
    .flex-lg-row {
      -ms-flex-direction: row ;
      flex-direction: row ;
    }
    .flex-lg-column {
      -ms-flex-direction: column ;
      flex-direction: column ;
    }
    .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse ;
      flex-direction: row-reverse ;
    }
    .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse ;
      flex-direction: column-reverse ;
    }
    .flex-lg-wrap {
      -ms-flex-wrap: wrap ;
      flex-wrap: wrap ;
    }
    .flex-lg-nowrap {
      -ms-flex-wrap: nowrap ;
      flex-wrap: nowrap ;
    }
    .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse ;
      flex-wrap: wrap-reverse ;
    }
    .flex-lg-fill {
      -ms-flex: 1 1 auto ;
      flex: 1 1 auto ;
    }
    .flex-lg-grow-0 {
      -ms-flex-positive: 0 ;
      flex-grow: 0 ;
    }
    .flex-lg-grow-1 {
      -ms-flex-positive: 1 ;
      flex-grow: 1 ;
    }
    .flex-lg-shrink-0 {
      -ms-flex-negative: 0 ;
      flex-shrink: 0 ;
    }
    .flex-lg-shrink-1 {
      -ms-flex-negative: 1 ;
      flex-shrink: 1 ;
    }
    .justify-content-lg-start {
      -ms-flex-pack: start ;
      justify-content: flex-start ;
    }
    .justify-content-lg-end {
      -ms-flex-pack: end ;
      justify-content: flex-end ;
    }
    .justify-content-lg-center {
      -ms-flex-pack: center ;
      justify-content: center ;
    }
    .justify-content-lg-between {
      -ms-flex-pack: justify ;
      justify-content: space-between ;
    }
    .justify-content-lg-around {
      -ms-flex-pack: distribute ;
      justify-content: space-around ;
    }
    .align-items-lg-start {
      -ms-flex-align: start ;
      align-items: flex-start ;
    }
    .align-items-lg-end {
      -ms-flex-align: end ;
      align-items: flex-end ;
    }
    .align-items-lg-center {
      -ms-flex-align: center ;
      align-items: center ;
    }
    .align-items-lg-baseline {
      -ms-flex-align: baseline ;
      align-items: baseline ;
    }
    .align-items-lg-stretch {
      -ms-flex-align: stretch ;
      align-items: stretch ;
    }
    .align-content-lg-start {
      -ms-flex-line-pack: start ;
      align-content: flex-start ;
    }
    .align-content-lg-end {
      -ms-flex-line-pack: end ;
      align-content: flex-end ;
    }
    .align-content-lg-center {
      -ms-flex-line-pack: center ;
      align-content: center ;
    }
    .align-content-lg-between {
      -ms-flex-line-pack: justify ;
      align-content: space-between ;
    }
    .align-content-lg-around {
      -ms-flex-line-pack: distribute ;
      align-content: space-around ;
    }
    .align-content-lg-stretch {
      -ms-flex-line-pack: stretch ;
      align-content: stretch ;
    }
    .align-self-lg-auto {
      -ms-flex-item-align: auto ;
      align-self: auto ;
    }
    .align-self-lg-start {
      -ms-flex-item-align: start ;
      align-self: flex-start ;
    }
    .align-self-lg-end {
      -ms-flex-item-align: end ;
      align-self: flex-end ;
    }
    .align-self-lg-center {
      -ms-flex-item-align: center ;
      align-self: center ;
    }
    .align-self-lg-baseline {
      -ms-flex-item-align: baseline ;
      align-self: baseline ;
    }
    .align-self-lg-stretch {
      -ms-flex-item-align: stretch ;
      align-self: stretch ;
    }
  }
  
  @media (min-width: 1200px) {
    .flex-xl-row {
      -ms-flex-direction: row ;
      flex-direction: row ;
    }
    .flex-xl-column {
      -ms-flex-direction: column ;
      flex-direction: column ;
    }
    .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse ;
      flex-direction: row-reverse ;
    }
    .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse ;
      flex-direction: column-reverse ;
    }
    .flex-xl-wrap {
      -ms-flex-wrap: wrap ;
      flex-wrap: wrap ;
    }
    .flex-xl-nowrap {
      -ms-flex-wrap: nowrap ;
      flex-wrap: nowrap ;
    }
    .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse ;
      flex-wrap: wrap-reverse ;
    }
    .flex-xl-fill {
      -ms-flex: 1 1 auto ;
      flex: 1 1 auto ;
    }
    .flex-xl-grow-0 {
      -ms-flex-positive: 0 ;
      flex-grow: 0 ;
    }
    .flex-xl-grow-1 {
      -ms-flex-positive: 1 ;
      flex-grow: 1 ;
    }
    .flex-xl-shrink-0 {
      -ms-flex-negative: 0 ;
      flex-shrink: 0 ;
    }
    .flex-xl-shrink-1 {
      -ms-flex-negative: 1 ;
      flex-shrink: 1 ;
    }
    .justify-content-xl-start {
      -ms-flex-pack: start ;
      justify-content: flex-start ;
    }
    .justify-content-xl-end {
      -ms-flex-pack: end ;
      justify-content: flex-end ;
    }
    .justify-content-xl-center {
      -ms-flex-pack: center ;
      justify-content: center ;
    }
    .justify-content-xl-between {
      -ms-flex-pack: justify ;
      justify-content: space-between ;
    }
    .justify-content-xl-around {
      -ms-flex-pack: distribute ;
      justify-content: space-around ;
    }
    .align-items-xl-start {
      -ms-flex-align: start ;
      align-items: flex-start ;
    }
    .align-items-xl-end {
      -ms-flex-align: end ;
      align-items: flex-end ;
    }
    .align-items-xl-center {
      -ms-flex-align: center ;
      align-items: center ;
    }
    .align-items-xl-baseline {
      -ms-flex-align: baseline ;
      align-items: baseline ;
    }
    .align-items-xl-stretch {
      -ms-flex-align: stretch ;
      align-items: stretch ;
    }
    .align-content-xl-start {
      -ms-flex-line-pack: start ;
      align-content: flex-start ;
    }
    .align-content-xl-end {
      -ms-flex-line-pack: end ;
      align-content: flex-end ;
    }
    .align-content-xl-center {
      -ms-flex-line-pack: center ;
      align-content: center ;
    }
    .align-content-xl-between {
      -ms-flex-line-pack: justify ;
      align-content: space-between ;
    }
    .align-content-xl-around {
      -ms-flex-line-pack: distribute ;
      align-content: space-around ;
    }
    .align-content-xl-stretch {
      -ms-flex-line-pack: stretch ;
      align-content: stretch ;
    }
    .align-self-xl-auto {
      -ms-flex-item-align: auto ;
      align-self: auto ;
    }
    .align-self-xl-start {
      -ms-flex-item-align: start ;
      align-self: flex-start ;
    }
    .align-self-xl-end {
      -ms-flex-item-align: end ;
      align-self: flex-end ;
    }
    .align-self-xl-center {
      -ms-flex-item-align: center ;
      align-self: center ;
    }
    .align-self-xl-baseline {
      -ms-flex-item-align: baseline ;
      align-self: baseline ;
    }
    .align-self-xl-stretch {
      -ms-flex-item-align: stretch ;
      align-self: stretch ;
    }
  }

/* objects */
/****************************************************************************************************/
/***************************************** SOMMARY   ************************************************/
/****************************************************************************************************/
/* Color */
/* Border */
/* Box-soft-grey */
/* Cursor */
/* Display */
/* Image */
/* Font Size / Style / Weight */
/* Height */
/* Width */
/* Full Screen */
/* Transition / Keyframes */
/* Linear-Gradient */
/* Margin */
/* Padding */
/* Position */
/* Text Align / Decoration / Transform */
/* Z-index */
/* List */
/* Opacity */
/* Overflow */

/*****************************************/
/* Color    */
/*****************************************/
/* primary color */
.color-primary {
  color: var(--color_primary);
}

.bck-primary,
.img-filter.-primary:before {
  background-color: var(--color_primary);
}

.border.-primary {
  border-color: var(--color_primary);
}

.icon-primary {
  fill: var(--color_primary);
}

/* secondary color */
.color-secondary {
  color: var(--color_secondary);
}

.bck-secondary,
.img-filter.-secondary:before {
  background-color: var(--color_secondary);
}

.border.-secondary {
  border-color: var(--color_secondary);
}

.icon-secondary {
  fill: var(--color_secondary);
}

/* anchor color */
.color-anchor {
  color: var(--color_anchor);
}

.bck-anchor,
.img-filter.-anchor:before {
  background-color: var(--color_anchor);
}

.border.-anchor {
  border-color: var(--color_anchor);
}

.icon-anchor {
  fill: var(--color_anchor);
}

/* anchor smooth color */
.color-anchor-smooth {
  color: var(--color_anchor_smooth);
}

.bck-anchor-smooth,
.img-filter.-anchor-smooth:before {
  background-color: var(--color_anchor_smooth);
}

.border.-anchor-smooth {
  border-color: var(--color_anchor_smooth);
}

.icon-anchor-smooth {
  fill: var(--color_anchor_smooth);
}

/* highlight primary color */
.color-highlight {
  color: var(--color_highlight);
}

.bck-highlight,
.img-filter.-highlight:before {
  background-color: var(--color_highlight);
}

.border.-highlight {
  border-color: var(--color_highlight);
}

.icon-highlight {
  fill: var(--color_highlight);
}

/* white color */
.color-white {
  color: var(--color_white);
}

.bck-white,
.img-filter.-white:before {
  background-color: var(--color_white);
}

.border.-white {
  border-color: var(--color_white);
}

.icon-white {
  fill: var(--color_white);
}

/* grey color */
.color-system-grey {
  color: var(--color_system_grey);
}

.bck-system-grey,
.img-filter.-grey:before {
  background-color: var(--color_system_grey);
}

.border.-system-grey {
  border-color: var(--color_system_grey);
}

.icon-system-grey {
  fill: var(--color_system_grey);
}

/* Soft grey color */
.color-soft-grey {
  color: var(--color_soft_grey);
}

.bck-soft-grey,
.img-filter.-soft-grey:before {
  background-color: var(--color_soft_grey);
}

.border.-soft-grey {
  border-color: var(--color_soft_grey);
}

/* Light grey color */
.color-light-grey {
  color: var(--color_light_grey);
}

.bck-light-grey,
.img-filter.-light-grey:before {
  background-color: var(--color_light_grey);
}

.border.-light-grey {
  border-color: var(--color_light_grey);
}

/* transparent */
.bck-transparent {
  background: transparent;
  background-color: transparent;
}

.border.-transparent {
  border-color: transparent;
}

/*****************************************/
/* Border    */
/*****************************************/
.no-border {
  border: none;
}

/* width */
.border.-thin {
  border-width: var(--border-thin);
}
.border.-medium {
  border-width: var(--border-medium);
}
.border.-thick {
  border-width: var(--border-thick);
}

/* style */
.border.-full {
  border-style: solid;
}

.border.-top {
  border-top-style: solid;
}

.border.-bottom {
  border-bottom-style: solid;
}

.border.-left {
  border-left-style: solid;
}

.border.-right {
  border-right-style: solid;
}

/* radius */
.border.-rad-0px {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.border.-rad-1px {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.border.-rad-2px {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.border.-rad-3px {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.border.-rad-4px {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.border.-rad-5px {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.border.-rad-8px {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}


.border.-rounded {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
}

/*****************************************/
/* Box-shadow    */
/*****************************************/
.box {
  -webkit-box-shadow: 0 3px 6px var(--color_soft_grey);
  -moz-box-shadow: 0 3px 6px var(--color_soft_grey);
  -ms-box-shadow: 0 3px 6px var(--color_soft_grey);
  -o-box-shadow: 0 3px 6px var(--color_soft_grey);
  box-shadow: 0 3px 6px var(--color_soft_grey);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.box.-hover:hover {
  -webkit-box-shadow: 0 6px 12px var(--color_soft_grey);
  -moz-box-shadow: 0 6px 12px var(--color_soft_grey);
  -ms-box-shadow: 0 6px 12px var(--color_soft_grey);
  -o-box-shadow: 0 6px 12px var(--color_soft_grey);
  box-shadow: 0 6px 12px var(--color_soft_grey);
}

/*****************************************/
/* Cursor    */
/*****************************************/
.pointer {
  cursor: pointer
}

/*****************************************/
/* Display    */
/*****************************************/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-initial {
  display: initial;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-block-hard {
  display: block !important;
}

.d-none {
  display: none;
}

.d-none-hard {
  display: none !important;
}

/*****************************************/
/* Image    */
/*****************************************/
/* img */
.img-contain {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.img-cover {
  height: auto;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* bck */
.bck-contain {
  min-height: 100%;
  width: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bck-cover {
  min-height: 100%;
  width: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* filter */
.img-filter {
  position: relative;
}

.img-filter:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/*****************************************/
/* Font Family / Size / Style / Weight */
/*****************************************/
/* family */
.family-roboto-slab-light {
  font-family: 'RobotoSlab-light';
}

.family-roboto-slab-reg {
  font-family: 'RobotoSlab-reg';
}

.family-roboto-slab-reg {
  font-family: 'RobotoSlab-reg';
}

.family-roboto-slab-medium {
  font-family: 'RobotoSlab-medium';
}

.family-roboto-slab-bold {
  font-family: 'RobotoSlab-bold';
}

.family-roboto-slab-black {
  font-family: 'RobotoSlab-black';
}

.family-montsserat-reg {
  font-family: 'Montserrat-reg';
}
.family-montsserat-light {
  font-family: 'Montserrat-light';
}
.family-montsserat-medium {
  font-family: 'Montserrat-medium';
}

.family-montsserat-semi-bold {
  font-family: 'Montserrat-semi-bold';
}

.family-montsserat-bold {
  font-family: 'Montserrat-bold';
}

.family-montsserat-xbold {
  font-family: 'Montserrat-xbold';
}


/* size */
.size-5px {
  font-size: 5px;
}

.size-10px {
  font-size: 10px;
}

.size-12px {
  font-size: 12px;
}

.size-14px {
  font-size: 14px;
}

.size-15px {
  font-size: 15px;
}

.size-20px {
  font-size: 20px;
}

.size-25px {
  font-size: 25px;
}

.size-30px {
  font-size: 30px;
}

.size-36px {
  font-size: 36px;
}

/* style */
.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

/*****************************************/
/* Height  */
/*****************************************/
.h-auto {
  height: auto;
}

.h-fit {
  height: fit-content;
}

.h-min {
  height: min-content;
}

.h-max {
  height: max-content;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

/* pixel */
.h-5px {
  height: 5px;
}

.h-10px {
  height: 10px;
}

.h-15px {
  height: 15px;
}

.h-20px {
  height: 20px;
}

.h-25px {
  height: 25px;
}

.h-30px {
  height: 30px;
}

.h-35px {
  height: 35px;
}

.h-50px {
  height: 50px;
}

.h-100px {
  height: 100px;
}

.h-200px {
  height: 200px;
}

.h-300px {
  height: 300px;
}

.h-400px {
  height: 400px;
}

/*****************************************/
/* Width    */
/*****************************************/
.w-auto {
  width: auto;
}

.w-fit {
  width: fit-content;
}

.w-initial {
  width: initial;
}

.w-min {
  width: min-content;
}

.w-max {
  width: max-content;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

/* pixel */
.w-5px {
  width: 5px;
}

.w-10px {
  width: 10px;
}

.w-15px {
  width: 15px;
}

.w-20px {
  width: 20px;
}

.w-25px {
  width: 25px;
}

.w-30px {
  width: 30px;
}

.w-35px {
  width: 35px;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.w-200px {
  width: 200px;
}

.w-300px {
  width: 300px;
}

.w-400px {
  width: 400px;
}

/*****************************************/
/* Full Screen    */
/*****************************************/
.full-screen {
  min-height: calc(100vh - 65px);
  /* Hauteur totale de l'écran - hauteur du menu */
  height: auto;
  width: 100%;
}

/*****************************************/
/* Transition / Keyframes   */
/*****************************************/
/* Transition */
.transition {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/* Transition SVG */
.transition-svg path {
  -webkit-transition: fill .2s ease;
  -moz-transition: fill .2s ease;
  -ms-transition: fill .2s ease;
  -o-transition: fill .2s ease;
  transition: fill .2s ease;
}

/* TranslateY */
.translate-y {
  -webkit-animation: translateY 2s linear infinite alternate;
  animation: translateY 2s linear infinite alternate;
}

@keyframes translateY {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, -10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* Smooth Scroll */
.smooth-scroll {
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Fade */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: .6s;
  animation-name: fade;
  animation-duration: .6s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* Fade in Right */
.fade-in-right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

/* Fade in Left */
.fade-in-left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

/* Fade in Top */
.fade-in-top {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

/* Fade in Bottom */
.fade-in-bottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


/*****************************************/
/* Linear-Gradient    */
/*****************************************/
.gradient-primary {
  background: var(--color_highlight);
  background: -webkit-linear-gradient(0deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -moz-linear-gradient(0deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -o-linear-gradient(0deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -ms-linear-gradient(0deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: linear-gradient(0deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
}

.gradient-primary.-invert {
  background: var(--color_highlight_secondary);
  background: -webkit-linear-gradient(0deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -moz-linear-gradient(0deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -o-linear-gradient(0deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -ms-linear-gradient(0deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: linear-gradient(0deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
}

.gradient-secondary {
  background: var(--color_highlight);
  background: -o-linear-gradient(90deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -ms-linear-gradient(90deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -moz-linear-gradient(90deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: -webkit-linear-gradient(90deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
  background: linear-gradient(90deg, var(--color_highlight) 0%, var(--color_highlight_secondary) 100%);
}

.gradient-secondary.-invert {
  background: var(--color_highlight_secondary);
  background: -o-linear-gradient(90deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -ms-linear-gradient(90deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -moz-linear-gradient(90deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: -webkit-linear-gradient(90deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
  background: linear-gradient(90deg, var(--color_highlight_secondary) 0%, var(--color_highlight) 100%);
}

/*****************************************/
/* Margin    */
/*****************************************/
/* margin */
.m-auto {
  margin: auto;
}

.m-none {
  margin: 0 !important;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: 5px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

/* margin top */
.mt-auto {
  margin-top: auto;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

/* margin bottom */
.mb-auto {
  margin-bottom: auto;
}

.mt-none {
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* margin left */
.ml-auto {
  margin-left: auto;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

/* margin right */
.mr-auto {
  margin-right: auto;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

/*****************************************/
/* Padding    */
/*****************************************/
/* padding */
.p-none {
  padding: 0 !important;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 5px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

/* padding top */
.pt-none {
  padding-top: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}

/* padding bottom */
.pb-none {
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

/* padding left */
.pb-none {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

/* padding right */
.pr-none {
  padding-right: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

/*****************************************/
/* Position    */
/*****************************************/
.under-header {
  position: fixed;
  /* top: set in js*/
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index:10;
}

/* top */
.top-0 {
  top: 0;
}

.top-5 {
  top: 5px;
}

.top-5-- {
  top: -5px;
}

.top-10 {
  top: 10px;
}

.top-10-- {
  top: -10px;
}

/* right */
.right-0 {
  right: 0;
}

.right-5 {
  right: 5px;
}

.right-5-- {
  right: -5px;
}

.right-10 {
  right: 10px;
}

.right-10-- {
  right: -10px;
}

/* bottom */
.bottom-0 {
  bottom: 0;
}

.bottom-5 {
  bottom: 5px;
}

.bottom-5-- {
  bottom: -5px;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-10-- {
  bottom: -10px;
}

/* left */
.left-0 {
  left: 0;
}

.left-5 {
  left: 5px;
}

.left-5-- {
  left: -5px;
}

.left-10 {
  left: 10px;
}

.left-10-- {
  left: -10px;
}

/*****************************************/
/* Text    */
/*****************************************/
/* align */
.txt-center {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}

.txt-left {
  text-align: -webkit-left;
  text-align: -moz-left;
  text-align: left;
}

.txt-right {
  text-align: -webkit-right;
  text-align: -moz-right;
  text-align: right;
}

.txt-justify {
  text-align: justify;
}

/* decoration */
.txt-overline {
  text-decoration: overline;
}

.txt-underline {
  text-decoration: underline;
}

.txt-none {
  text-decoration: none;
}

/* transform */
.txt-lowercase {
  text-transform: lowercase;
}

.txt-capitalize {
  text-transform: capitalize;
}

.txt-uppercase {
  text-transform: uppercase;
}

/*****************************************/
/* Z-index    */
/*****************************************/
.z-last {
  z-index: -999;
}

.z-first {
  z-index: 999;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-1-- {
  z-index: -1;
}

.z-2 {
  z-index: 2;
}

.z-2-- {
  z-index: -2;
}

.z-3 {
  z-index: 3;
}

.z-3-- {
  z-index: -3;
}

.z-4 {
  z-index: 4;
}

.z-4-- {
  z-index: -4;
}

.z-5 {
  z-index: 5;
}

.z-5-- {
  z-index: -5;
}

/*****************************************/
/* List    */
/*****************************************/
.list-no-style {
  list-style: none;
}

/*****************************************/
/* Opacity    */
/*****************************************/
.transparent,
.opacity-0,
.img-filter.-transparent:before,
.img-filter.-opacity-0:before{
  opacity: 0;
}

.opacity-1,
.img-filter.-opacity-1:before {
  opacity: .1;
}

.opacity-2,
.img-filter.-opacity-2:before {
  opacity: .2;
}

.opacity-3,
.img-filter.-opacity-3:before {
  opacity: .3;
}

.opacity-4,
.img-filter.-opacity-4:before {
  opacity: .4;
}

.opacity-5,
.img-filter.-opacity-5:before {
  opacity: .5;
}

.opacity-6,
.img-filter.-opacity-6:before {
  opacity: .6;
}

.opacity-7,
.img-filter.-opacity-7:before {
  opacity: .7;
}

.opacity-8,
.img-filter.-opacity-8:before {
  opacity: .8;
}

.opacity-9,
.img-filter.-opacity-9:before {
  opacity: .9;
}

.opaque,
.opacity-10,
.img-filter.-opaque:before,
.img-filter.-opacity-10:before{
  opacity: 1;
}

/*****************************************/
/* Overflow    */
/*****************************************/
.overflow-y-hidden {
  overflow-y: hidden;
}
.dnd-section.-no-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* DND Section */

.dnd-section {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .dnd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Content Wrapper */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section>.row-fluid {
  margin: 0 auto;
}
.banner-size {
  height: auto;
  min-height: 500px !important;
}

@media screen and (min-width: 992px) {
  .banner-size {
    max-height: 500px !important;
  }
}

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
/*
.hide {
display: none;
}

.show {
display: block;
}

.invisible {
visibility: hidden;
}

.hidden {
display: none;
visibility: hidden;
}
*/
/* Responsive Visibilty Classes */
/*
.visible-phone {
display: none !important;
}

.visible-tablet {
display: none !important;
}

.hidden-desktop {
display: none !important;
}

@media (max-width: 767px) {
.visible-phone {
display: inherit !important;
}

.hidden-phone {
display: none !important;
}

.hidden-desktop {
display: inherit !important;
}

.visible-desktop {
display: none !important;
}
}

@media (min-width: 768px) and (max-width: 1139px) {
.visible-tablet {
display: inherit !important;
}

.hidden-tablet {
display: none !important;
}

.hidden-desktop {
display: inherit !important;
}

.visible-desktop {
display: none !important ;
}
}
*/

.layout-phone {
  display: block;
}

.layout-phone-hard {
  display: block !important;
}

.layout-desktop {
  display: none;
}

.layout-desktop-hard {
  display: none !important;
}

@media (min-width: 992px) {

  .layout-phone {
    display: none;
  }

  .layout-phone-hard {
    display: none !important;
  }

  .layout-desktop {
    display: block;
  }

  .layout-desktop-hard {
    display: block !important;
  }

}

/* templates */
.blog-listing-template .recent-articles {
  padding-top: 90px;
}

.blog-listing-template .listing-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}
.blog-listing-template .post {
  width: 100%;
  padding: 0 19px 38px;
  text-decoration: none;
}
.blog-listing-template .post .post-item-inner {
  transition: box-shadow 0.5s;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
}
.blog-listing-template .post .post-item-inner .post-top-bg {
  position: relative;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-listing-template .post .post-item-inner .post-bottom {
  padding: 30px;
}
.blog-listing-template .post .post-item-inner .post-bottom .post-title {
  padding-bottom: 10px;
  color: #404040;
  font-size: 25px;
  line-height: 1.4;
  text-decoration: none;
}
.blog-listing-template .post .post-item-inner .post-bottom .button {
  color: var(--color_anchor);
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.64px;
}
.blog-listing-template .post .post-item-inner .post-bottom .button span {
  margin-right: 10px;
  transition: margin 0.5s;
  font-family: 'Montserrat-semi-bold';
}
.blog-listing-template .post .post-item-inner .post-bottom .button svg {
  width: 26px;
  display: inline;
}
.blog-listing-template .post:hover .post-item-inner {
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.blog-listing-template .post:hover .post-item-inner .post-bottom .button span {
  margin-right: 20px;
}

.featured-articles {
  padding: 30px 0 80px;
  position: relative;
}

.featured-articles .content-wrapper {
  position: relative;
  z-index: 11;
}

.featured-articles:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: #F3F3F3;
}


@media screen and (min-width: 992px) {
  .blog-listing-template .post {
    width: calc(100% / 3);
  }
  .featured-articles .post.featured {
    width: calc(100% / 2);
  }
}
/** TOP BANNER **/
.wrapper-tag-listing {
  background: #F3F3F3;
}
.blog-listing-template .top-banner {
  display: flex;
  align-items: center;
  padding: 4px;
  background: #D9D9D9;
  border-radius: 8px;
  position: relative;
}
.blog-listing-template .top-banner .wrapper-search-component {
  position: absolute;
  top: 4px;
  left: 4px;
  height: calc(100% - 8px);
  width: calc(100% - 68px);
  z-index: 111;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: all 0.3s;
}

.blog-listing-template .top-banner .wrapper-search-component.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.blog-listing-template .top-banner .component-search-input form {
  height: 50px;
}
.blog-listing-template .top-banner .component-search-input .hs-search-field__input {
  height: 100%;
}
.blog-listing-template .top-banner .tag-listing {
  display: flex;
  width: calc(100% - 60px);
}
.blog-listing-template .top-banner .search-wrapper {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-listing-template .top-banner .search-wrapper button {
  background: transparent;
  border: none;
  padding: 0;
}
.blog-listing-template .top-banner .tag-listing a {
  display: block;
  text-align: center;
  background: #D9D9D9;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 2px;
  color: #404040;
  flex-grow: 1;
  padding-top: 11px;
  padding-bottom: 11px;
  text-transform: uppercase;
  font-family: 'Montserrat-light';
}
.blog-listing-template .top-banner a:not(:last-child) {
  margin-right: 4px;
}
.blog-listing-template .top-banner a.is-selected, .top-banner a:hover {
  background-color: #BDBDBD;
  color: white;
}

@media screen and (max-width: 991px) {
  .wrapper-tag-listing {
    position: relative;
    z-index: 111;
  }
}

@media screen and (max-width: 767px) {
  .blog-listing-template .top-banner .search-wrapper {
    width: 100%;
    justify-content: flex-end;
    height: 50px;
  }
  .blog-listing-template .top-banner .wrapper-search-component {
    opacity: 1;
    pointer-events: all;
    bottom: 8px;
    top: inherit;
    height: 50px;
    z-index: 11;
    width: calc(100% - 8px);
  }
  .blog-listing-template .top-banner {
    flex-direction: column;
  }
  .blog-listing-template .top-banner .tag-listing {
    width: 100%;
    flex-direction: column;
  }
}
.blog-post-section {
  padding-top: 100px;
  padding-bottom: 150px;
}

.blog-post-inner {
  display: flex;
  flex-wrap: wrap;
}

.blog-infos {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  
}
@media all and (max-width: 500px) {
  .blog-infos {
    flex-wrap: wrap;
  }
  .blog-infos .social-share {
    margin-top: 20px;
  }
}
    


.categorie-listing {
  display: flex;
  flex-direction: row;
}

.categorie-listing h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'RobotoSlab-bold';
  line-height: 1.88;
  letter-spacing: 1px;
  color: var(--color_anchor);
  margin-right: 25px;
}

.categorie-listing ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.categorie-listing li:not(:first-child) {
  margin-left: 20px;
}

.categorie-listing a {
  font-weight: 700;
  font-family: 'RobotoSlab-bold';
  color: var(--color_anchor);
  text-decoration: none;
  line-height: 1.88;
  position: relative;
}

.categorie-listing a::after {
  content: "#";
  position: absolute;
  top: 1px;
  font-size: 18px;
  line-height: 20px;
  left: -13px;
  color: var(--color_highlight);
  transition: color .3s ease;
}

.categorie-listing a::before {
  border-bottom: 4px solid;
  border-color: var(--color_highlight);
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
  transition: border .3s ease;
}

.categorie-listing a:hover::before {
  border-color: var(--color_primary);
}

.categorie-listing a:hover::after {
  color: var(--color_primary);
}

.blog-post-inner-left {
  width: calc(100% - 300px);
  padding-right: 80px;
}

.blog-post-title h1 {
  letter-spacing: 2.41px;
  padding-bottom: 20px;
  position: relative;
}

/*************************************/
/*********** BLOG POST RELATED ********/
/*************************************/
@media screen and (min-width: 992px) {
  .blog-related-post {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

/*************************************/
/*********** BLOG POST AUTHOR ********/
/*************************************/

.blog-post-author {
  display: flex;
  align-items: center;
}


.blog-author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-author-right {
  padding-left: 10px;
}

.blog-author-name a {
  font-size: 12px;
  margin-right: 15px;
  letter-spacing: 1.64px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Montserrat, serif;
  color: #404040;
  font-weight: 300;
}

.blog-author-bio {
  font-size: 12px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 1.64px;
}

/**********************************/
/*********** BLOG POST BODY *******/
/**********************************/
.blog-post-body {
  padding-top: 40px;
  margin-bottom: 40px;
}

.blog-post-body h2 {
  margin: 80px 0 40px 0;
  padding: 0;
  font-family: 'Montserrat-semi-bold';
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4.09px;
}

.blog-post-body h3 {
  margin: 40px 0 20px 0;
}

.blog-post-body h4 {
  margin: 20px 0 10px 0;
}

.blog-post-body h5 {
  margin: 10px 0 5px 0;
}

.blog-post-body p {
  margin-bottom: 30px;
}

.blog-post-body >a,.blog-post-body p>a,.blog-post-body blockquote>a,.blog-post-body li>a,.blog-post-body ol>a,.blog-post-body ul>a,.blog-post-body strong>a,.blog-post-body pre>a,.blog-post-body em>a {
  font-weight: 700;
  font-family: 'RobotoSlab-bold';
  color: #404040;
  text-decoration: none;
  line-height: 1.88;
  position: relative;
  display: inline-block;
}
.blog-post-body >a:before,.blog-post-body p>a:before,.blog-post-body blockquote>a:before,.blog-post-body li>a:before,.blog-post-body ol>a:before,.blog-post-body ul>a:before,.blog-post-body strong>a:before,.blog-post-body pre>a:before,.blog-post-body em>a:before  {
  border-bottom: 4px solid;
  border-color: var(--color_highlight);
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -4px;
  transition: border .3s ease;
  width: 100%;
}

.blog-post-body a:not(a.cta_button):hover:before {
  border-color: var(--color_primary);
}

.blog-post-body ul {
  list-style: none;
}

.blog-post-body ul li {
  position: relative;
  padding-left: 20px;
}

.blog-post-body ul li:before {
  content: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Assets-Site-2021/icon-check.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.blog-post-body ol li {
  counter-increment: item;
}

.blog-post-body ol li:before {
  content: "0" counter(item) ". ";
  width: 26px;
  color: var(--color_highlight);
  line-height: 1.71;
  font-weight: bold;
}

.blog-post-body ol {
  list-style: none;
  counter-reset: item;
}

/********************************************************/
/*********** BLOG POST - SIDEBAR RIGHT           *******/
/********************************************************/
.blog-post-inner-right {
  width: 300px;
}

.blog-post-inner-right h4.table-title,
.bl-listing-right h4.table-title {
  font-size: 20px;
  font-family: 'Montserrat-light';
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--color_anchor);
  padding-top: 40px;
  padding-bottom: 10px;
}

.sticky {
  position: sticky;
  top: 100px;
  transition: .7s ease;
}

.sticky.up {
/*   transform: translateY(calc(-100% + 120px)); */
  transform: translateY(calc(-100% + 165px));
}

/********************************************************/
/*********** BLOG POST - SIDEBAR TABLE OF CONTENT *******/
/********************************************************/
.table-of-content {}

.table-of-content .table-content-link,
.table-of-content .table-content-link span {
  display: inline-block;
  text-decoration: none;
  color: var(--color_anchor) !important;
  text-transform: capitalize !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  font-family: 'RobotoSlab-Light' !important;
  font-size: 16px !important;
}

/*********************************************/
/*********** BLOG POST - TAGS          *******/
/*********************************************/
.tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tags ul a {
  font-weight: 700;
  font-family: 'RobotoSlab-bold';
  color: var(--color_anchor);
  text-decoration: none;
  line-height: 1.88;
  position: relative;
}

.tags ul a:before {
  border-bottom: 4px solid;
  border-color: var(--color_highlight);
  display: inline-block;
  content: "";
  position: absolute;
  bottom: -4px;
  width: 100%;
}

.tags ul a:hover:before {
  border-color: var(--color_primary);
}




.blog-post-button {
  text-align: center;
}

.blog-back-button {
  padding-bottom: 20px
}

.for-mobile {
  padding-top: 35px;
}


.blog-post-section .breadcrumb_list {
  padding-bottom: 30px;
}



/*********************************************************/
/*********** BLOG LISTING - BLOG BANNER            *******/
/*********************************************************/
.blog-banner-sec {
  padding-bottom: 117px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-banner-sec .blog-banner-inner {
  padding-top: 40px;
}

.blog-banner-sec .blog-banner-inner .blog-banner-title h1 {
  color: #fff;
  font-size: 40px;
}

.blog-banner-sec .blog-banner-inner .blog-banner-sub-content {
  color: #fff;
}

.blog-banner-sec .breadcrumb_list {
  padding: 30px;
}

/*******************************************************/
/*********** BLOG LISTING - CONTENT      ***************/
/*******************************************************/
.blog-listing-sec {
  background-color: var(--color_light_grey);
  padding-top: 80px;
  padding-bottom: 100px;
}

.blog-listing-sec .blog-listing-page-inner {
  display: flex;
  flex-wrap: wrap;
}

.blog-listing-sec .blog-listing-page-inner .bl-listing-right {
  width: 250px;
}

.blog-listing-sec .blog-listing-page-inner .bl-listing-right .tags {
  margin-bottom: 30px;
}

.blog-listing-sec .blog-listing-page-inner .bl-listing-left {
  margin-top: 50px;
}

.blog-listing-sec .blog-listing-page-inner .bl-listing-left .listing-section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.post-item {
  width: 100%;
  padding: 0 19px 38px;
  text-decoration: none;
}

.post-item .post-item-inner {
  transition: box-shadow 0.5s;
  height: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 60px;
}

.post-item .post-item-inner .post-top-bg {
  position: relative;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.post-item .post-item-inner .post-bottom {
  padding: 30px;
}

.post-item .post-item-inner .post-bottom .post-title {
  padding-bottom: 10px;
  color: #404040;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
}

.post-item .post-item-inner .post-bottom .button {
  color: var(--color_anchor);
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.64px;
}

.post-item .post-item-inner .post-bottom .button span {
  margin-right: 10px;
  transition: margin 0.5s;
  font-family: 'Montserrat-semi-bold';
}

.post-item .post-item-inner .post-bottom .button svg {
  width: 26px;
  display: inline;
}

.post-item:hover .post-item-inner {
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.post-item:hover .post-item-inner .post-bottom .button span {
  margin-right: 20px;
}

@media screen and (min-width: 992px) {
  .blog-listing-sec .blog-listing-page-inner .bl-listing-left {
    width: calc(100% - 250px);
    padding-right: 100px;
    margin-top: 0;
  }

  .post-item {
    width: 50%;
  }
}

/*******************************************************/
/*********** BLOG LISTING - SIDEBAR      ***************/
/*******************************************************/
.subscribeform input[type="email"] {
  padding: 15px !important;
}

/**********************************************************/
/*********** BLOG LISTING - PAGINATION      ***************/
/**********************************************************/
.blog-pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.3rem;
  text-align: center;
  list-style: none;
}

.blog-pagination__link {
  color: var(--color_anchor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Montserrat-bold';
  line-height: 24px;
  letter-spacing: 1.91px;
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  border-radius: 150px;
  width: 33px;
  height: 33px;
  padding-left: 3px;
  margin-right: 7.5px;
  margin-left: 7.5px;
}

.blog-pagination__link--active {
  color: var(--color_white);
  background: var(--color_highlight);
  border-color: var(--color_highlight);
}

.pages-link .blog-pagination__link:hover {
  border-color: var(--color_highlight);
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  border: solid 2px var(--anchor_color);
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  padding: 5px;
}

.blog-pagination__first-link svg {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.glossary-post-sec {
  padding: 120px 50px 65px 50px;
  background: #a0d1c5;
}

.glossary-post-sec-innr {
  background-color: #fff;
}

.glossary-post-sec-innr .content-wrapper {
  max-width: 1150px;
  padding-left: 125px;
  padding-right: 125px;
}

.glossary-title {
  margin: 70px 0;
  text-align: center;
}

.glossary-title h1 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

.glossary-title h1:first-letter {
  font-weight: 700;
  font-size: 80px;
}

.glossary-content a {
  color: #71c0c2;
  font-weight: bold;
  text-decoration: none;
}

.glossary-content strong {
  font-weight: 700
}

.glossary-content *+p {
  margin-top: 30px;
}

.return-to-blog {
  padding: 50px 50px 0 0;
  text-align: right;
}

.return-to-blog a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  background: url(https://7482495.fs1.hubspotusercontent-na1.net/hubfs/7482495/00-Toucan%20Toco/arrow-back-yellow.webp) no-repeat 0 3px;
  background-size: 19px auto;
  padding-left: 30px;
  color: #f3c600;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.return-to-blog.return-blog-bottom {
  padding: 70px 50px 50px;
}





@media(min-width: 768px) {
  .for-mobile {
    display: none
  }

  .blog-post-section .breadcrumb_list {
    display: none;
  }
}

@media(max-width: 1080px) {
  .blog-post-inner-left {
    padding-right: 40px
  }

  .blog-post-title h1 {
    font-size: 36px
  }

  .blog-post-section {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .bl-listing-left {
    padding-right: 20px
  }

  .listing-section {
    margin: 0
  }

  .listing-section>div {
    padding-left: 10px;
    padding-right: 10px
  }

  .post-bottom {
    padding: 15px
  }
}

@media(max-width: 991px) {
  .blog-post-title h1 {
    font-size: 28px
  }

  .blog-post-body h2 {
    font-size: 26px
  }

  .blog-listing-page-inner .bl-listing-right {
    order: 1;
  }

  .blog-listing-page-inner .bl-listing-left {
    order: 2;
    width: 100%;
    padding-right: 0;
  }

  .bl-listing-right {
    width: 100%;
  }

  .blog-listing-sec {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .blog-pagination__link {
    margin-right: 3px;
    margin-left: 3px;
  }
}

@media(max-width: 767px) {
  .blog-post-inner-left {
    width: 100%;
    padding-right: 0;
  }

  .blog-post-inner-right {
    display: none !important
  }

  .blog-post-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .blog-banner-title h1 {
    font-size: 30px
  }

  .blog-banner-sec {
    padding-bottom: 90px;
  }

  .blog-banner-inner {
    padding-top: 20px
  }

  .listing-section>div {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%
  }

  .glossary-post-sec {
    padding: 60px 15px 45px;
  }

  .glossary-post-sec-innr .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }

  .return-to-blog {
    padding-top: 25px;
    padding-right: 15px;
  }

  .glossary-title {
    margin: 35px 0;
  }

  .glossary-title h1:first-letter {
    font-size: 60px;
  }

  .return-to-blog.return-blog-bottom {
    padding: 35px 15px 0 0;
  }
}
/* Body Wrapper */

.body-wrapper {
  margin-top: 81px;
}

@media(max-width: 992px){
  margin-top: 80px;
}

/* Error pages */

.error-page {
  padding: 30px 0 0;
  position: relative;
  text-align: center;
  background:var(--color_primary);
  color:#FFF;
}

.error-page .breadcrumb_list a{
  color:#FFF;
}

.error-page h1{
  color:#FFF;
}

.error-page .desc{
  font-family: Montserrat;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 1.91px;
  margin-bottom:30px;
}

.error-page .big_cta{
  text-align:left;
  background:#FFF;
  margin-top:50px;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

/* Search Results */



/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
.hero-ressources{
  background:#264850;
  text-align:center;
  color:#FFF;
  position: relative;
}

.hero-ressources .breadcrumb_list a{
  text-decoration:none;
  color:#FFF;
}

.hero-ressources h2{
  color:#FFF;
  font-size:40px;
  width:100%;
  text-align:center;
  margin-bottom:20px;
}

.hero-ressources .detail{
  color:#FFF;
  font-size:16px;
  width:75%;
  margin:0 auto;
  line-height: 1.88;
}

.hero-ressources .filters{
  list-style:none;
}

.hero-ressources .filters li a{
  text-decoration:none;
  color:#FFF;
  line-height: 1.71;
  letter-spacing: 1.91px;
  padding:15px 45px;
  font-family: 'Montserrat-reg';
  font-size: 14px;
  font-weight: bold;
  display:block;
}

.hero-ressources .filters li a.active{
  border-radius: 10px;
  background-color: rgba(255,255,255,0.2);
}
.ressources-list {
  background:#e8e8e8;
  padding:100px 0;
}

.ressources-list .card{
  margin-bottom:30px;
  overflow: hidden;
}

.ressources-list .card .top{
  height:200px;
  background-size:cover;
}

.ressources-list .card .bottom{
  background:#FFF; 
  height:100%;
  padding:20px;
}

.ressources-list .card .bottom .title{
  font-size: 20px;
  margin-bottom: 50px;
  letter-spacing: normal;
  font-family: 'RobotoSlab-light';
  line-height: normal;
}

.ressources-list .card .bottom a{
  color: var(--color_anchor);
  text-decoration:none;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 1.64px;
  text-transform:uppercase;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
}

.ressources-list .card .bottom a span{
  margin-right:20px; 
}

.ressources-list nav{
  margin:50px auto 0; 
}

.ressources-list nav > *{
  font-size:14px;
  width: 30px;
  height: 30px;
  line-height:30px;
  display:block;
  color:#FFF;
}

.ressources-list nav .active{
  border-radius: 15px;
  background-color: var(--color_highlight);
}

.ressources-list nav a{
  text-decoration:none; 
  color:var(--color_anchor);
}

/* Déclinaison Redirection */
.hero-ressources .filters.filters-redirection {
  margin-top: 45px;
  margin-bottom: 65px;
}
.hero-ressources .filters.filters-redirection li:first-child {
  margin-right: 15px;
  margin-bottom: 15px;
}

/* Déclinaison Item */
.hero-ressources .filters.filters-items {
  background: #305158;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media(min-width: 992px){
  .ressources-list .card{
    padding-left: 19px;
    padding-right: 19px;
  }
  .hero-ressources .filters.filters-redirection li:first-child {
    margin-bottom: 0;
  }
  .hero-ressources .filters.filters-items {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

/* tools */





















/* Roboto Slab */

@font-face {
  font-family: 'RobotoSlab-thin';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Thin.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'RobotoSlab-light';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Light.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'RobotoSlab-reg';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Regular.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'RobotoSlab-medium';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Medium.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'RobotoSlab-bold';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Bold.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'RobotoSlab-black';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Roboto%20Slab/RobotoSlab-Black.ttf") format("truetype");
  font-display:swap;
}

/* Montserrat */
@font-face {
  font-family: 'Montserrat-light';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'Montserrat-reg';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'Montserrat-medium';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'Montserrat-semi-bold';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-display:swap;
}


@font-face {
  font-family: 'Montserrat-bold';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-display:swap;
}

@font-face {
  font-family: 'Montserrat-xbold';
  src: url("https://8414155.fs1.hubspotusercontent-na1.net/hubfs/8414155/Font/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-display:swap;
}





/* 1a. Containers */




/* 1b. Colors */


















:root {
  /* theme */
  --color_primary: #A0D1C5;
  --color_primary_alt: #9bbeb4;
  --color_secondary: #62929D;
  --color_anchor: #404040;
  --color_anchor_smooth: #888888;
  --color_anchor_dark: #343434;
  --color_highlight: #F3C600;
  /* system */
  --color_white: #FFF;
  --color_system_grey: #DADADA;
  --color_soft_grey: #F5F5F5;
  --color_light_grey: #e8e8e8;
  /* border */
  --border-thin: 1.5px;
  --border-medium: 2px;
  --border-thick: 2.5px;
}

/* 1c. Typography */












/* HTML Font Size [ mobile, tablet, Desktop ] */


/* HTML Line Height [ mobile, tablet, desktop ] */


/* Header Font Size [ mobile, tablet, Desktop ] */







/* Header Line Height [ mobile, tablet, desktop ] */







/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 1240px;
}



.dnd-section > .row-fluid {
  max-width: 1240px;
}

/* .row-fluid-wrapper.dnd-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
} */

@media (max-width: 768px){
  .dnd-section > .row-fluid > .span6:not(:last-child), 
  .dnd-section > .row-fluid > .span4:not(:last-child), 
  .dnd-section > .row-fluid > .span3:not(:last-child){
    padding-bottom:40px;
  }
}




html {
  font-size: 14px;
  line-height: 28px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'RobotoSlab-light';
  color: #1c1c1c;
  letter-spacing: 0;
}

strong {
  font-family: 'RobotoSlab-bold';
}

img {
  max-width:100%;
  height:auto;
}

/* Quote */

quote {
  font-family: 'RobotoSlab-thin';
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Headings */

h1 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 1.81px;
  font-family: 'Montserrat-bold';
  color: #1c1c1c;
  font-size: 30px;
  line-height: 40px;
}
.size-h1 {
  font-size: 30px;
}

h2 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 2.73px;
  font-family: 'Montserrat-semi-bold';
  color: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
}
.size-h2 {
  font-size: 20px;
}

h3 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 0;
  font-family: 'RobotoSlab-light';
  color: #1c1c1c;
  font-size: 20px;
  line-height: 25px;
}
.size-h3 {
  font-size: 20px;
}

h4 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 1px;
  font-family: 'Montserrat-bold';
  color: #1c1c1c;
  font-size: 20px;
  line-height: 30px;
}
.size-h4 {
  font-size: 20px;
}

h5 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 1.91px;
  font-family: 'Montserrat-semi-bold';
  color: #1c1c1c;
  font-size: 14px;
  line-height: 25px;
}
.size-h5 {
  font-size: 14px;
}

h6 {
  font-family: Montserrat, serif; font-style: normal; font-weight: normal; text-decoration: none;
  letter-spacing: 1.64px;
  font-family: 'Montserrat-semi-bold';
  color: #1c1c1c;
  font-size: 12px;
  line-height: 16px;
}
.size-h6 {
  font-size: 12px;
}

@media (min-width: 576px) {

  quote {
    font-size: 40px;
    line-height: 50px;
  }
  h1 { 
    letter-spacing: 2.41px;
    font-size: 40px;
    line-height: 50px;
  }
  .size-h1 {
    font-size: 40px;
  }
  h2 { 
    letter-spacing: 4.09px;
    font-size: 30px;
    line-height: 40px;
  }
  .size-h2 {
    font-size: 30px;
  }
  h3 { 
    letter-spacing: 0;
    font-size: 20px;
    line-height: 25px;
  }
  .size-h3 {
    font-size: 20px;
  }
  h4 { 
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 30px;
  }
  .size-h4 {
    font-size: 20px;
  }
  h5 { 
    letter-spacing: 1.91px;
    font-size: 14px;
    line-height: 24px;
  }
  .size-h5 {
    font-size: 14px;
  }
  h6 { 
    letter-spacing: 1.64px;
    font-size: 12px;
    line-height: 16px;
  }
  .size-h6 {
    font-size: 12px;
  }
  html {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 30px;
  }
}

@media (min-width: 992px) { 

  quote {
    font-size: 45px;
    line-height: 55px;
  }

  h1 { 
    letter-spacing: 3.02px;
    font-size: 40px;
    line-height: 50px;
  }
  .size-h1 {
    font-size: 40px;
  }
  h2 { 
    letter-spacing: 4.77px;
    font-size: 40px;
    line-height: 45px;
  }
  .size-h2 {
    font-size: 40px;
  }
  h3 { 
    letter-spacing: 0;
    font-size: 25px;
    line-height: 30px;
  }
  .size-h3 {
    font-size: 25px;
  }
  h4 { 
    letter-spacing: 1.25px;
    font-size: 25px;
    line-height: 25px;
  }  
  .size-h4 {
    font-size: 25px;
  }
  h5 { 
    letter-spacing: 2.45px;
    font-size: 18px;
    line-height: 28px;
  }
  .size-h5 {
    font-size: 18px;
  }
  h6 {
    letter-spacing: 1.64px;
    font-size: 12px;
    line-height: 16px;
  }
  .size-h6 {
    font-size: 12px;
  }
  html {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 30px;
  }
}









form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #404040;
}

/* Form label */

form label {
  color: #888888;
}

/* Form help text */

form legend {
  color: #404040;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: #e8e8e8;
  color: #888888;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #A0D1C5;
}

form input[type=checkbox],
form input[type=radio] {
  border-color: #A0D1C5;
}

form input[type=checkbox]:checked,
form input[type=radio]:checked {
  border-color: #A0D1C5;
  background-color: #A0D1C5;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1c1c1c;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1c1c1c;
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  border-color: #404040;
}
table tr:first-child td {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
  border-color: #888888;
  color: #404040;
  border-bottom: 5px solid var(--color_primary);
  font-family: 'RobotoSlab-medium';
}

th,
td {
  border-color: #888888;
  color: #404040;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(52, 52, 52, 1)

;
  color: #FFF;
}




.blog-index,
.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

.blog-pagination,
.blog-comments {
  margin-bottom: 80px;
}

.blog-post__date {
  border-color: #1c1c1c;
}

.blog-post__tag-link {
  color: #1c1c1c;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #444444;
}

#comments-listing .comment-reply-to {
  color: #A0D1C5;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #78a99d;
}

#comments-listing .comment-reply-to:active {
  color: #c8f9ed;
}