/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 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;
}

/* Alignment Classes */

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* 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 ;
    }
}

.wd-blog-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wd-blog-grid-wrapper--columns-1 .wd-post {
  width: 100%;
}
.wd-blog-grid-wrapper--columns-2 .wd-post {
  width: calc(100% / 2 - 25px);
}
.wd-blog-grid-wrapper--columns-3 .wd-post {
  width: calc(100% / 3 - 25px);
}
.wd-blog-grid-wrapper--columns-4 .wd-post {
  width: calc(100% / 4 - 25px);
}
.wd-blog-grid-wrapper--columns-5 .wd-post {
  width: calc(100% / 5 - 25px);
}
.wd-blog-grid-wrapper .wd-post {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .wd-blog-grid-wrapper .wd-post {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  .wd-blog-grid-wrapper--columns-1 .wd-post {
    width: 100%;
  }
  .wd-blog-grid-wrapper .wd-post {
    width: calc(100% / 2 - 15px);
  }  
}



.page-title-bar {
  background-color: #f7f8ff;
  margin-bottom: 40px
}
.page-title-bar h1 {
    line-height: 1;
}
@media (max-width: 767px) {
    .page-title-bar {
        margin-bottom: 20px
    }
    .page-title-bar h1 {
        font-size: 38px;
    }
}
.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;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
#comments {
	 margin-top: 60px;
}
 #comments ul.commentlist, #comments ol.commentlist {
	 list-style-type: none !important;
	 margin: 0;
}
 #comments ul.commentlist li.comment, #comments ol.commentlist li.comment {
	 margin-bottom: 30px;
	 list-style-type: none;
}
 #comments ul.commentlist li.comment section.comment p, #comments ol.commentlist li.comment section.comment p {
	 color: #666;
	 font-size: 16px;
	 margin: 7px 0;
}
 #comments ul.commentlist li.comment section.comment .comment-reply-link, #comments ol.commentlist li.comment section.comment .comment-reply-link {
	 color: var(--white-color);
	 font-size: 14px;
	 transition: 0.3s;
	 color: var(--primary-color);
}
 #comments ul.commentlist .author-meta cite, #comments ol.commentlist .author-meta cite {
	 display: block;
	 margin-bottom: 10px;
}
 #comments ul.commentlist .author-meta cite a, #comments ol.commentlist .author-meta cite a {
	 font-size: 20px;
	 font-weight: 600;
}
 .wd-comment {
	 margin-bottom: 2em;
	 padding: 50px 50px 40px;
	 width: 100%;
	 display: table;
	 border-radius: 5px;
	 box-shadow: 0 8px 60px rgba(203, 215, 235, 0.2);
	 border: 1px solid #eaeff7;
}
 .wd-comment-author-img {
	 display: table-cell;
	 vertical-align: top;
	 width: 120px;
}
 .wd-comment-author-img img {
	 border-radius: 50%;
}
 .wd-comment-text {
	 display: inline-block;
	 vertical-align: middle;
	 width: 100%;
}
 .comments_title, .comment-reply-title {
	 margin-bottom: 1em;
}
 .comment_name {
	 display: inline-block;
	 margin: 0 25px 0 0;
}
 .comment_date {
	 font-size: 11px;
}
 .comment-reply-link {
	 font-size: 14px;
	 transition: 0.3s;
	 color: var(--accent-color);
}
 .comment-edit-link {
	 float: right;
	 font-size: 14px;
}
 .comment ul.children {
	 margin-left: 4rem;
}
 .comment-respond {
	 padding: 3em 0 4em;
}
 #commentform #submit[type="submit"], .blog-posts form .small.radius {
	 border: none;
	 margin-top: 20px;
}
.comment-respond .hs-button {
 border-radius: 32px;
}
 .comment-respond .hs-form-field input, .comment-respond .hs-form-field textarea{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5875rem;
    margin: 0 0 1.25rem;
    padding: .625rem 1.25rem;
    border: 1px solid #adb9ca;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 8px 60px rgb(203 215 235 / 20%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 2.4;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: rgb(22 36 102);/*var(--primary-color);*/
}
.not_found {
  margin-top: 250px;
  text-align: center;
  width: 100%;
  margin-bottom: 150px;
  padding: 0 15px;
}
.not_found__404 {
    font-size: 200px;
}
.not_found__search .hs-search-field__input {
    padding: 30px 50px 27px 25px;
    border-radius: 30px 30px 0 30px;
    
}
.not_found__search .hs-search-field {
    max-width: 500px;
    margin: 0 auto;
}
.filters-button-group {
	text-align: center;
	margin-bottom: 75px;
}
.filters-button-group .portfolio_cats {
	font-size: 12px;
	font-weight: 900;
	padding: 9px 15px 6px;
	color: var(--secondary-color);
	border-radius: 15px;
	transition: all ease-in-out 400ms;
	background: none;
	cursor: pointer;
}
 .filters-button-group .portfolio_cats:hover {
	background-color: #ff3b33 /* var(--accent-color) */;
	color: #fff /* var(--white-color) */;
}
 .filters-button-group .portfolio_cats.is-checked {
	background-color: var(--secondary-color);
	color: #fff /* var(--white-color) */;
	margin: 0 6px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
}
 .portfolio-layout-1 {
	 margin: 0;
}
.portfolio_style-1 h4 {
	color: inherit;
}
.portfolio_style-1 h4 a {
	color: inherit;
}
 .portfolio-layout-1 .portfolio-layout-1 {
	list-style: none;
	margin-bottom: 30px;
}
 .portfolio-layout-1 .portfolio-layout-1 .item {
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.portfolio-layout-1 .portfolio-layout-1 .item img {
	border-radius: 10px;
	transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
 .portfolio-layout-1 .portfolio-layout-1 .item:hover {
	transform: translate3d(0, -10px, 0);
}
 .portfolio-layout-1 .portfolio-layout-1 .info {
	 padding: 35px 0;
}
 .portfolio-layout-1 .portfolio-layout-1 .info p {
	font-size: 17px;
	font-weight: 300;
}
 .portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder {
	 text-transform: uppercase;
	 font-weight: 700;
	 font-size: 13px;
	 margin-bottom: 5px;
}
 .portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a {
	 padding-right: 14px;
}
 .portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a:after {
	 content: '-';
	 position: relative;
	 left: 7px;
	 color: #666;
}
 .portfolio-layout-1 .portfolio-layout-1 .wd-portfolio-category-holder a:last-child:after {
	 display: none;
}
/* clear fix */
 .grid:after {
	 content: '';
	 display: block;
	 clear: both;
}
 .portfolio-layout-4 .two-two {
	 width: 50%;
}
 .portfolio-layout-4 .one-one {
	 width: 25%;
}
.portfolio_style-1.wd-post--multicolumn {
	box-shadow: unset;
	border: unset;
	margin: 0;
}
.portfolio_style-1.wd-post.wd-post--multicolumn img {
	box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: 1px solid rgba(88, 136, 247, 0.1);
}
ul.portfolio_grid {
	margin:0;
}
.portfolio_style-1 .portfolio_carousel, .portfolio_style-1 .portfolio_grid {
	list-style: none;
	margin-bottom: 30px;
	padding: 0;
}
 .portfolio_style-1 .portfolio_carousel--item .item, 
 .portfolio_style-1 .portfolio_grid--item .item {
	 transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
 .portfolio_style-1 .portfolio_carousel--item .item img, 
 .portfolio_style-1 .portfolio_grid--item .item img {
	 border-radius: 10px;
	 transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
 .portfolio_style-1 .portfolio_grid--item .item img {
	 max-width: 100%;
 }
 .portfolio_style-1 .portfolio_carousel--item .item:hover, 
 .portfolio_style-1 .portfolio_grid--item .item:hover {
	 transform: translate3d(0, -10px, 0);
}
 .portfolio_style-1 .portfolio_carousel--item .info, 
 .portfolio_style-1 .portfolio_grid--item .info {
	 padding: 35px 0 0;
}
 .portfolio_style-1 .portfolio_carousel--item .info p, 
 .portfolio_style-1 .portfolio_grid--item .info p {
	 font-size: 17px;
	 font-weight: 300;
}
 .portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder, 
 .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder {
	 text-transform: uppercase;
	 font-weight: 400;
	 font-size: 13px;
	 margin-bottom: 5px;
}
 .portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a, 
 .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a {
	 padding-right: 14px;
}
 .portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a:after, 
 .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a:after {
	 content: '-';
	 position: relative;
	 left: 7px;
	 color: #666;
}
 .portfolio_style-1 .portfolio_carousel--item .wd-portfolio-category-holder a:last-child:after, 
 .portfolio_style-1 .portfolio_grid--item .wd-portfolio-category-holder a:last-child:after {
	 display: none;
}
 .portfolio_style-1 .portfolio_carousel .slick-arrow {
	 right: 20px;
	 position: absolute;
	 background: #eee;
	 padding: 14px 19px 14px 21px;
	 top: 45%;
	 opacity: 0.1;
}
 .portfolio_style-1 .portfolio_carousel .slick-arrow.left-side {
	 right: auto;
	 left: 20px;
	 z-index: 1;
	 padding: 14px 22px 14px 19px;
}
 .portfolio_style-1 .portfolio_carousel:hover .slick-arrow {
	 opacity: 1;
}


/*----------------------------------------- Style 2 ------------------------------------------*/

 .portfolio_style-2 .portfolio_carousel, 
 .portfolio_style-2 .portfolio_grid {
	 list-style: none;
}
 .portfolio_style-2 .portfolio_carousel--item .item, 
 .portfolio_style-2 .portfolio_grid--item .item {
	 position: relative;
	 overflow: hidden;
}
 .portfolio_style-2 .portfolio_grid--item img {
 	width: 100%;
  object-fit: cover;
 }
 .portfolio_style-2 .portfolio_carousel--item .item:before, 
 .portfolio_style-2 .portfolio_grid--item .item:before {
	 content: " ";
	 display: block;
	 left: 0;
	 height: 100%;
	 width: 0%;
	 position: absolute;
	 transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
	 background: rgb(22 36 102) /*var(--primary-color)*/;
	 opacity: 0;
}
 .portfolio_style-2 .portfolio_carousel--item .item:hover:before, 
 .portfolio_style-2 .portfolio_grid--item .item:hover:before {
	 width: 100%;
	 opacity: 0.95;
}
 .portfolio_style-2 .portfolio_carousel--item .item:hover .info, 
 .portfolio_style-2 .portfolio_grid--item .item:hover .info, 
 .portfolio_style-2 .portfolio_carousel--item .item:hover .wd-portfolio-category-holder, 
 .portfolio_style-2 .portfolio_grid--item .item:hover .wd-portfolio-category-holder, 
 .portfolio_style-2 .portfolio_carousel--item .item:hover h4, 
 .portfolio_style-2 .portfolio_grid--item .item:hover h4 {
	 transform: translate(0px, 0px) !important;
	 font-weight: 300;
}
 .portfolio_style-2 .portfolio_carousel--item .item:hover .portfolio_arrow, 
 .portfolio_style-2 .portfolio_grid--item .item:hover .portfolio_arrow {
	 right: -10px;
	 opacity: 1;
}
 .portfolio_style-2 .portfolio_carousel--item .item .info, 
 .portfolio_style-2 .portfolio_grid--item .item .info {
	 position: absolute;
	 bottom: 100px;
	 background: rgba(255, 59, 51, 0.8);
	 padding: 20px 25px;
	 border-top-right-radius: 58px;
	 border-bottom-right-radius: 58px;
	 transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
	 transform: translate(-100%, 0px);
}
 .portfolio_style-2 .portfolio_carousel--item .item .info h4, 
 .portfolio_style-2 .portfolio_grid--item .item .info h4 {
	 color: #fff /* var(--white-color) */;
	 margin: 0;
	 font-weight: 600;
	 transform: translateX(-80px);
	 transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0.45s;
}
 .portfolio_style-2 .portfolio_carousel--item .item .info a, 
 .portfolio_style-2 .portfolio_grid--item .item .info a {
	 color: #fff /* var(--white-color) */;
	 padding-right: 8px;
}
 .portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category, 
 .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category {
	 font-size: 13px;
}
 .portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category:not(:last-child), 
 .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category:not(:last-child) {
	 position: relative;
	 padding-right: 24px;
}
 .portfolio_style-2 .portfolio_carousel--item .item .info .wd-portfolio-category:not(:last-child):after, 
 .portfolio_style-2 .portfolio_grid--item .item .info .wd-portfolio-category:not(:last-child):after {
	 content: " ";
	 display: block;
	 width: 10px;
	 height: 2px;
	 position: absolute;
	 top: 10px;
	 right: 6px;
	 background: #fff /* var(--white-color) */;
}
 .portfolio_style-2 .portfolio_carousel--item .item .wd-portfolio-category-holder, 
 .portfolio_style-2 .portfolio_grid--item .item .wd-portfolio-category-holder {
	 transform: translateX(-50px);
	 transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1) 0.5s;
}
 .portfolio_style-2 .portfolio_carousel--item .item .portfolio_arrow, 
 .portfolio_style-2 .portfolio_grid--item .item .portfolio_arrow {
	 position: absolute;
	 bottom: 20px;
	 transition: all 0.55s cubic-bezier(0.29, 0.66, 0, 1.05) 0.55s;
	 right: 100px;
	 opacity: 0;
}
 .portfolio_style-2 .portfolio_carousel--item .item .portfolio_arrow svg, 
 .portfolio_style-2 .portfolio_grid--item .item .portfolio_arrow svg {
	 fill: #fff;
	 max-height: 35px;
}
 .portfolio_style-2 .portfolio_carousel {
	 margin: 0;
	 cursor: grab;
}
 /*.portfolio_style-2 .portfolio_carousel--item {
	 padding-bottom: 50px;
}*/
 .portfolio_style-2 .portfolio_carousel--item .item {
	 max-height: 500px;
	 box-shadow: 0 10px 50px rgba(4, 75, 194, 0.1);
	 border: 1px solid rgba(88, 136, 247, 0.1);
	 border-radius: 5px;
}
 .portfolio_style-2 .portfolio_carousel .slick-arrow {
	 right: -20px;
	 position: absolute;
	 background: rgba(255, 255, 255, 0.5);
	 padding: 14px 22px 14px 22px;
	 top: 45%;
	 opacity: 0.1;
	 border-radius: 50%;
	 cursor: pointer;
	 transition: all 0.25s ease;
}
 .portfolio_style-2 .portfolio_carousel .slick-arrow.left-side {
	 right: auto;
	 left: -20px;
	 z-index: 1;
	 padding: 14px 22px 14px 19px;
}
 .portfolio_style-2 .portfolio_carousel:hover .slick-arrow {
	 opacity: 1;
	 background: #ff3b33 /* var(--accent-color) */;
	 color: #fff /* var(--white-color) */;
	 right: 20px;
}
 .portfolio_style-2 .portfolio_carousel:hover .slick-arrow.left-side {
	 left: 20px;
	 right: auto;
}
 .portfolio_style-3 .portfolio_masonry {
	 padding: 0;
	 list-style: none;
}
 .portfolio_style-3 .portfolio_masonry li.element-item {
	 position: relative;
	 text-align: center;
	 overflow: hidden;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio-grid-items-content {
	 position: relative;
	 overflow: hidden;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc {
	 position: absolute;
	 background: rgba(51, 92, 255, 0.9);
	 width: 100%;
	 height: 100%;
	 transition: all ease-in-out 400ms;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_int {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 width: 100%;
	 padding: 0 40px;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_icon {
	 width: 44px;
	 height: 34px;
	 border: 1px solid rgba(255, 255, 255, 0.14);
	 display: inline-block;
	 line-height: 40px;
	 margin: 0 6px;
	 color: #fff /* var(--white-color) */;
	 font-size: 18px;
	 transition: all ease-in-out 400ms;
	 border-radius: 8px;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_icon:hover {
	 color: #2c3e50;
	 background: #fff /* var(--white-color) */;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_title {
	 font-size: 17px;
	 color: #fff /* var(--white-color) */; 
	 text-transform: capitalize;
	 letter-spacing: 2px;
	 width: 100%;
	 margin-top: 20px;
}
 .portfolio_style-3 .portfolio_masonry li.element-item .portfolio_disc .portfolio_title a {
	 color: #fff /* var(--white-color) */;
}
/*----------------------------------------- Single Portfolio -------------------------------------*/
.portfolio-post {
  padding-bottom: 70px;
}
.single-portfolio ul.wd-post__thumbnail--gallery {
	 list-style: none;
}
.single-portfolio span.left {
	 position: absolute;
	 left: 0;
	 top: calc(50% - 27px);
	 z-index: 1;
	 padding: 20px;
	 background: rgb(22 36 102) /*var(--primary-color)*/;
}
.single-portfolio span.left i {
	 color: #fff;
}
.single-portfolio span.right {
	 position: absolute;
	 right: 0;
	 top: calc(50% - 27px);
	 z-index: 1;
	 padding: 20px;
	 background: rgb(22 36 102) /*var(--primary-color)*/;
}
.single-portfolio span.right i {
	 color: #fff;
}
.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery, 
.single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery {
	 list-style: none;
}
.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a, 
.single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a {
	 display: inline-block;
	 position: relative;
}
.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a:after, 
.single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a:after {
	display: block;
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(42, 42, 51, .8);
	width: 100%;
	border-radius: 8px;
	height: 100%;
}
.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery a:hover:after, 
.single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery a:hover:after {
	 opacity: 1;
}
.single-portfolioleft-grid-portfolio .wd-post__thumbnail--gallery img, 
.single-portfolio.left-grid-portfolio .wd-post__thumbnail--gallery img {
	 border-radius: 10px;
}
.single-portfolio .description {
	 margin-top: 40px;
}
.single-portfolio .description h3 {
	 margin-bottom: 15px;
}
.single-portfolio.left-grid-portfolio .description, 
.single-portfolio.left-carousel-portfolio .description {
	 margin-top: 0;
}
.single-portfolio .item-info {
	 margin-top: 40px;
}
.single-portfolio .item-info .cat, 
.single-portfolio .item-info .dat {
	 color: var(--header-color);
	 margin-right: 10px;
}
.single-portfolio .item-info h3 {
	 margin-bottom: 15px;
}
.single-portfolio .item-info ul {
	list-style: none;
	margin: 0;
}
.single-portfolio .item-info ul li {
	 margin-bottom: 10px;
}
.portfolio_style-1 .portfolio_grid--item .item:hover img {
	box-shadow: 0 20px 60px rgb(4 75 194 / 20%);
}

.wd-post__meta--single-project ul {
	margin:0;
	padding:0;
}
.wd-post__meta--single-project  h5{
	color: #162466;
}
.wd-post__meta--single-project li {
	float: left;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 21px;
	padding-right: 5px;
	list-style: none;
}
.first-footer .block-title {
    padding-bottom: 4px;
    margin-top: 30px;
    margin-bottom: 27px;
    position: relative;
    border-bottom: 2px solid;
    display: inline-block;
}
.first-footer ul {
    list-style: none;padding:0;
   
}
.first-footer .menu-item {
    margin-bottom: 10px;
}
.first-footer .menu-item a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1.65;
    /*color: var(--footer-text-color);*/
    color: #fff;
    padding-left: 12px;
    position: relative;
    display: block;
}
.first-footer .menu-item a:after {
    content: " ";
   /* background: var(--accent-color);*/
   background: red;
    height: 2px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 16px;
}
.first-footer .form-group input {
    margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .footer .row-fluid .span3 {
      width: 50%;
      margin: 0;
      padding: 0 25px;
    }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.65;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5rem;
  line-height: 1.4;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 4px solid rgba(95, 95, 95, 0.1);
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Mark */
mark {
  background: #ffd7003d;
  padding-left: 4px;
  padding-right: 4px;
}

.fs-18 {
  font-size: 18px;
  line-height: 30px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
  width: 100%; 
  min-height: 0;
}

/* Labels */

form label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.8;
}

/* 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 {
  background-color: #FFFFFF;
  border: 1px solid #adb9ca;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.8125rem;
  width: 100%;
  margin-top: 9px;
  line-height: 1.5;
}

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

/* Inputs - checkbox/radio */

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

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

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* 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: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

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

/* Table Cells */

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

/* Table Header */

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


/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header {
  z-index: 9;
  position: relative;
}
.header.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0 3px 20px rgb(200 200 200 / 20%);
    top:0;
}
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width: 1400px) {
  .header__container {
    flex-direction: column;
  }
}

.header__column {
  display: flex;
  flex: 1;
}
.header__row-1 {
  justify-content: flex-start;
}

.header__row-2 {
  justify-content: flex-end;
  padding-top: 10px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1400px) {
  .header__column {
    flex-direction: column;
  }
  .header__row-1 {
    order: 2;
    justify-content: center;
    padding: 15px;
  }
  .header__row-2 {
    order: 1;
    justify-content: center;
    margin-top: -68px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .header__container {
    padding: 2px 40px;
  }
}
@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 6px 0 5px 0;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 10px;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .header__logo--main {
    padding-bottom: 0;
  }
  .header__logo--main
  .header__logo--main img {
    transition: all 0.3s;
  }
  .fixed .header__logo--main,
  .fixed .header__logo--main img {
    height: 0;
  }
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 40px;
  padding: 0 15px;
  margin-top: 0px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
    display: none;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 30px;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/*   Video  */
.playvideo_animation {
  position: absolute;
  top: -28px;
  left: -27px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0;
  z-index: -1;
  transform: scale(0.5);
}
.play span {
  position: absolute;
  top: 13px;
  left: 75px;
  z-index: 2;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  color: #555;
}
.play i {
  padding: 14px 15px 15px 17px;
  border-radius: 50%;
  background: var(--accent-color);
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 0 0px 8px rgba(255, 51, 127, .35);
}
.play:hover i, .play:hover .playvideo_animation {
  background: var(--primary-color);
}
.playvideo_animation {
  animation: playvideoWave 3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
}
@keyframes playvideoWave {
  from {
    opacity: 0.4;
    transform: scale(0.3);
 }
  to {
    transform: scale(1);
    opacity: 0;
 }
}
.wd-video--big-size .play {
  position: relative;
}
.wd-video--big-size .play i, .wd-video--big-size .play .playvideo_animation {
  transform: scale(2);
}
.wd-video--big-size .play i {
  position: absolute;
  top: -28px;
  left: -27px;
  z-index: 2;
}
.wd-video--big-size .play .playvideo_animation {
  top: -81px;
  left: -80px;
  width: 150px;
  height: 150px;
  z-index: 1;
  animation: playvideoWaveBig 2s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
}
@keyframes playvideoWaveBig {
  from {
    opacity: 0.4;
    transform: scale(0.55);
 }
  to {
    transform: scale(1.1);
    opacity: 0;
 }
}
rs-module .call-video-box i[class*=" fa-"] {
  font-family: "Font Awesome 5 Free";
  background-color: #000;
  box-shadow: 0 0 0px 8px rgba(9, 9, 9, 0.19);
}
rs-module .call-video-box i[class*=" fa-"]::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
rs-module .call-video-box .playvideo_animation {
  background-color: #000;
}
rs-module .call-video-box .playvideo_animation {
  top: calc(48% - 50px);
  left: calc(50% - 55px);
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*Fix CLS home
@media (max-width: 767px){
.hs-content-id-47365271544 .dnd_area-row-0-background-gradien{min-height:1200px}
.hs-content-id-47365271544 .dnd_area-row-1-padding {min-height:1130px}
}*/

/* Header */
.eyc_topbar{position: relative;display: flex;justify-content: flex-end;margin-right: 15px;margin-top: 10px;top: -14px; float: right;}
.eyc_topbar a{font-weight: bold;font-size: 14px; color:#162466;text-transform: uppercase; margin: 0 10px;}
.eyc_topbar a:hover{color:#e94211ff; transition: all .4s ease-in-out; text-decoration:none}
.header__logo img{height:100%}
.navigation-primary{position: relative;right: 245px;top: 20px;}
.header__column{flex:initial}
 
/*tabs LP*/
.header_lp {display: flex; flex-direction: row; justify-content: space-around; align-items: center;}

/*#eyc-bottom-bar {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)}
#eyc-bottom-bar .content-wrapper {max-width:1600px!important}
#eyc-bottom-bar .topbarbottominfos {display: flex; align-items: center; justify-content: center;gap:20px;margin:5px 0; }
#eyc-bottom-bar .topbarbottominfos p {color:#fff; margin-bottom:0; font-size:21px; font-weight:bold;}
#eyc-bottom-bar .topbarbottominfos button {font-size:18px}*/

/* masquer la top bar sur la page travaux et Landing pages*/
.hs-content-id-84773987021 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}
.hs-content-id-94670528236 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}
.hs-content-id-93370519537 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}
.hs-content-id-90083570677 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}
.hs-content-id-93590003668 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}
.hs-content-id-108687057358 #eyc-bottom-bar,.hs-landing-page #eyc-bottom-bar{display:none}

body .navigation-primary a {font-weight:bold}
body .navigation-primary a:hover {color:#e94211ff!important}

.header__row-2{padding-top:0!important}
#hs_cos_wrapper_site_logo_hs_logo_widget img {border-radius:0px!important}

/* Section Intro*/
.eyc_intro_list p{color:#e94211!important; font-weight:600; font-size:1.5rem}
#hs_cos_wrapper_module_1648733135906 > section > div{margin:0!important}

/*Calculator*/
.calculator-frame{width:600px!important; height:450px!important}
.hs-landing-page .calculator-frame{width:900px!important; height:450px!important}

/* Cover home */
.rw-wrapper {width: 80%;position: relative;margin: 110px auto 0 auto;font-family: 'Bree Serif';padding: 10px;}
.d-inline-block {display: inline-block;}
.position-relative {position: relative;float: right;top:80px;}
.position-absolute {position: absolute;}
.eyc_form-mess{background-image: url(https://25477772.fs1.hubspotusercontent-eu1.net/hubfs/25477772/forme-message.png);background-repeat: no-repeat; background-position: center;display:block!important; width: 96px;height: 60px;position: relative;z-index: 8;float: right;top: 211px;left: 98px;}
.rw-sentence {margin: 0;text-align: left;}
.rw-sentence span {color: #444;font-size: 200%;font-weight: normal;}
.rw-words {text-indent: 10px;min-width: 220px;height: 30px;}
.rw-words-1 span {top: 0;left: 0;opacity: 0;overflow: hidden;color: #fff;font-size: 22px;font-weight: 800;-webkit-animation: rotateWord 16s linear infinite 0s;-ms-animation: rotateWord 16s linear infinite 0s;animation: rotateWord 16s linear infinite 0s;}
.rw-words-1 span:nth-child(2) {-webkit-animation-delay: 4s;-ms-animation-delay: 4s;animation-delay: 4s;color: #fff;}
.rw-words-1 span:nth-child(3) {-webkit-animation-delay: 8s;-ms-animation-delay: 8s;animation-delay: 8s;color: #fff;}
.rw-words-1 span:nth-child(4) {-webkit-animation-delay: 12s;-ms-animation-delay: 12s;animation-delay: 12s;color: #fff;}
.rw-words-1 span:nth-child(5) {-webkit-animation-delay: 16s;-ms-animation-delay: 16s;animation-delay: 16s;color: #fff;}

/* Slide video */
.eyc_play{display:none}

/* Button*/
.block-btn-maillage{display:flex; justify-content:center}
.eyc_btn-maillage {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%);border:none; width:275px}
.eyc_btn-maillage a{color:#fff}
.eyc_btn-maillage a:hover{color:#fff; text-decoration:none}
.eyc_cta:hover,.eyc_button:hover, .hs-button:hover, .hs-button:focus, .eyc_button-media:hover, .eyc_btn-maillage:hover {background: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1)) !important;  transition: all .3s;color:#fff; text-decoration:none}
.eyc_button, .hs-button {cursor: pointer; font-weight: bold;border-radius: 15px; font-family: 'Montserrat', sans-serif!important; font-size: 26px;background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%); padding: 10px 15px; border:none!important; max-width:200px; color:#fff; text-decoration :none}
.eyc_button-media{cursor: pointer; font-weight: bold;border-radius: 15px; font-family: 'Montserrat', sans-serif!important; font-size: 20px;background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%); padding: 10px 15px; border:none!important; max-width:200px; color:#fff; text-decoration :none}}
form input[type=submit], form .hs-button {padding:15px 39px!important;}
form input[type=submit]:hover, form .hs-button:hover{background: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1)) !important;}



/* Contenu*/
.white{color:#fff}
.wd-heading__title{margin-bottom:20px}
img.hs-image-widget {border-radius:25px!important}
h1.wd-heading__title {font-size:48px}
h2.wd-heading__title{font-size:36px}
h3.wd-heading__title{font-size:26px}
.wd-heading__sub-title{text-transform:none!important; font-size: 1.2em!important;}
.wd-heading .divider{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;height:6px!important;width:80px!important;border-radius:25px;margin: auto!important;}
.eyc_title {line-height: 36px;font-size: 32px;}
.eyc_orange{color:#e94211!important;}
.eyc_grey{color:#5f6063!important}
.eyc_text_b{font-weight:600; font-size:17px; line-height:22px}
.eyc_divider{ background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;height: 6px!important;width: 80px!important;border-radius: 25px;margin: auto!important;display:block}
.eyc_left{float:left}
.eyc_divider_left{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%);height: 6px;width: 80px;border-radius: 25px;  float:left; margin: 5px auto;}
.cell_16487261266182-row-2-padding{border-radius:25px}
span.eyc_impact{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%);color: #fff;width: fit-content;padding: 5px;border-radius: 10px;font-weight: bold;font-size: .8rem;}
/*Par regions*/
.eyc_region-text p {font-size:24px; font-weight:bold; text-align:center}
.eyc_arrow-map{width:150px; position:relative; fill: rgb(234 73 29); bottom: 85px;
    float: right;
    left: 85px;
}
p.eyc_grey svg {fill:#e94211 ;   margin-right: 8px;   position: relative;top: 6px;}
.bfm_video, .oembed_custom-thumbnail, .oembed_custom-thumbnail:active, .oembed_custom-thumbnail:focus{border-radius:25px!important}
.bfm_video:hover,.oembed_custom-thumbnail:hover {opacity:0.5}
.oembed_custom-thumbnail_icon svg{display:none!important}
.eyc-croix{fill:red!important; width: 15px}

/*Espace Presse*/
.eyc_text-chiffres{text-align:center; font-weight:bold; font-size:30px;line-height:30px}
.eyc_form_presse{box-shadow: 0 10px 50px rgba(4,75,194,.1)!important;text-align: center;background: #ffffff;border-radius: 25px; padding:40px;width: fit-content;float:right}
.eyc_form_presse p{font-weight:bold;font-size: 18px;line-height: 24px;text-align: left;}
.eyc_icon-tel{float:left;margin-right:10px}
.eyc_margin-left{margin-left:35px}
.eyc_list-press{text-align: center;background: #ffffff;border-radius: 0 0 25px 25px;}

/* Form imodirect */
.hs-form-a8bdbf2a-0da9-4b68-bf04-590b385ae35d_14d4d6b3-f4a5-4079-a5d7-e286543de943 .hs-richtext {position:relative!important}
.eyc_head_form{background-image: url(https://25477772.fs1.hubspotusercontent-eu1.net/hubfs/25477772/bulle-form.svg);background-repeat: no-repeat;position: relative;background-position: center;top: 75px; z-index:8;width:300px;margin: auto;left: 0;right:0; text-align:center}
.eyc_head_form p {font-size: 20px!important;line-height: 27px;padding: 15px 25px 30px 20px; font-weight:bold; color: #fff}
form .hs-richtext, form .hs-richtext p {font-weight:bold; text-align:center}
#hs_cos_wrapper_module_16486377012513{position:relative; top:50px}
div.legal-consent-container > div {color:#5f6063!important;font-size:12px!important; font-weight:500!important; text-align:left}
.widget-type-form{box-shadow: 0 10px 50px rgb(4 75 194 / 10%)!important;}
.widget-type-form input[type="submit"]{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;}
.widget-type-form input[type="text"],
.widget-type-form input[type="tel"],
.widget-type-form input[type="email"],
.widget-type-form input[type="number"] {box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.09);}
div.hs_submit.hs-submit > div.actions > input[type="submit"]{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;}
input.hs-button {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;padding:15px 30px!important;}
input.hs-button:hover{background: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1))!important;}

/* Price Table*/
/*.dnd_area-row-3-background-image{background-color:#f8f9fb!important}*/
.pricing-table.pricing1 .__pricing-table-header{flex-direction: column;}
.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right{flex-direction:row}
.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-left h3{font-size:26px!important}
.pricing-table.pricing1 .readmore-button a{ background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important; border-radius:15px!important; font-weight:bold!important; font-size:21px}
.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .price-value{font-size:96px!important; position: relative;right: 58px;}
.pricing-table.pricing1 .__pricing-table-header .__pricing-table-header-right .price .value{top: 60px!important;font-size: 31px!important; right: -45px!important;}
.pricing-table.pricing1 .__pricing-table-sub-body{border:none!important}
.pricing-table.pricing1 .__pricing-table-body .package-list li svg {position: relative!important;top: 0px!important; fill:#e94211!important}
.pricing-table.pricing1{padding: 25px 25px 30px!important;}
.table-module_1648824736430 {z-index:2}
.eyc_price_currency{top: 0px;font-size: 46px!important;font-size: 42px!important;right: 35px;font-weight: bold!important;position: absolute;}


/*  Price table home*/#hs_cos_wrapper_widget_1648638357381{position:relative; right:275px}
.pricing-table.pricing1 .__pricing-table-sub-body{margin:0!important}
span.eyc_label-offre {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;color: #fff!important;width: fit-content;padding: 5px;border-radius: 10px;font-weight: bold!important;font-size: .8rem!important;position: absolute;right: 39px;top: 70px;}
span.eyc_label-offre:before{}


/* Slider Video*/
.wd-slider{padding: 0px 0 20px!important;}
.wd-slider .content{left:0!important; text-align: center;max-width: 1200px!important;}
.wd-slider .slider-item .slider-content p{margin:20px auto}
.eyc_desc_video {text-align:center; font-weight:bold}
.button-prev,.button-next{top:350px;}
.swiper-button-disabled {display:none}
.button-next, .button-prev{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%); border-radius:50px;    height: 50px; cursor:pointer}
.button-next:hover, .button-prev:hover{opacity:0.5}


/* Slider Réferences*/
.swiper-wrapper{align-items:center}


/* Testimonial */
.testimonail-swiper .testimonail-item .testimonail-content .name:before{ background: #ea4b21!important; border-radius:25px}
.testimonail-swiper .swiper-button-next, .testimonail-swiper .swiper-button-prev{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%); border-radius:50px; width: 50px; height: 50px; cursor:pointer}
.swiper-button-next{right:45px!important}
.eyc_title-testimonial{font-weight:bold; font-size: 32px; line-height:30px}
.testimonail-swiper .testimonail-item .testimonail-content .name{font-weight:600; color:#162466!important}
.testimonail-swiper .swiper-button-next:after, .testimonail-swiper .swiper-button-prev:after{display:none!important}


.ville-list--style2 .ville-member__name{font-weight:bold; color:#162466;font-size: 18px;line-height: 19px;}

.ville-list--style2 .ville-member{background:none!important; border-radius:30px!important}

/* Team - Style 2 */
.team-list--style2 .team-member__name{font-weight:bold; color:#162466;font-size: 18px;line-height: 19px;}
.team-list--style2 .team-member{background:none!important; border-radius:30px!important}
.team-list--style2 .team-member__picture img{border-radius:100px!important; margin-top:25px}
.team-list--style2 .team-member__info{padding: 10px 30px 0px;!important}

/* Villes - Style 2 */

/* Team (imoagent) - Style 3*/
.team-list--style3 li .team-member__info{padding: 30px 40px 20px!important;box-shadow: 0 8px 21px #ebebec!important;border-radius: 34px 34px 34px 0px!important;margin-top: -12px!important;}
.team-list--style3 .team-member__name{font-weight:bold; color:#e94211}

/* Blog */
.eyc_breadcrumb-blogpost {max-width:1200px; margin: 0 auto}
.hs-blog-listing .eyc_cta-block {display:none!important} 
.wd-post__thumbnail img{border-radius: 25px 25px 0 0}
.wd-post__content{border-radius: 0 0 25px 25px; border:none!important; box-shadow: 0 10px 50px rgb(4 75 194 / 10%)!important;}
.wd-post__read-more a{color:#fff!important; text-transform:initial!important; padding-left: 15px;}
.wd-post__read-more svg{width:25px;top: 8px;position: relative;}
.wd-post__read-more{margin-bottom:15px!important}

.eyc_btn_blog {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%); color: #fff;width: fit-content;padding: 8px;border-radius: 25px;font-weight: bold; cursor:pointer}

/* Footer */
.eyc_copyright_footer{ text-align: left; font-size: 0.8rem;}
.footer{background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;}


/* CTA fixed */
.eyc_cta-block{display:none}
.eyc_cta-bottom{font-weight:bold; font-size:23px; line-height:23px; text-align:left}
/*****************************************

/* Text icon */
.text-icon--position-top .text-icon__icon-box{margin:auto!important}

/* Page Ambassadeur */
.eyc_title-parrain p {font-size :24px}

/* Page Tarif */
.eyc_bulle{position: relative;top: 60px;z-index: 10;width: 300px;font-size: 22px;margin: auto;border-radius: 10px;color: #fff;left: 0;right: 0;text-align: center;font-weight: bold;}
.eyc_bulle-eco {background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%);}
.eyc_bulle-eco-2 {background: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1));}

/* 404*/
.eyc_404{display:flex}

/*footer*/
.first-footer .menu-item a:after{display:none!important}


/* LP Nov*/
.lp-nov-cover{display:flex; flex-direction:row; text-align:center; justify-content:space-around; align-items: flex-end;}
.lp-nov-cover p {margin:0}
.lp-nov-valeur{color:#fff; font-weight:bold; font-size:36px}
.lp-nov-desc{color:#fff; font-size:17px}
.lp-subtitle{font-size:24px; margin-bottom:20px; line-height:70px}
.lp-nov-avis {display:flex; flex-direction: row;justify-content: space-around;}
.lp-nov-avis img{max-width: 100%; height: auto;}
.lp-size27{font-size:27px}
.lp-size72{font-size:72px}

@media (min-width: 1399px){
.lp-nov-dpe-cover{width: 17%!important; margin-bottom:-190px}
}
@media (min-width: 768px){
  .lp-h2{margin-top:20px;}
.lp-nov-dpe-cover{width: 17%!important; margin-bottom:-120px}
  span.lp-desc{font-size:24px}
  .lp-nov-cover img{max-width:60%}
  span.lp-size20{font-size:20px}

}
.hs-tabs__content{border-radius: 0 0 25px 25px;}
#hs_cos_wrapper_widget_1677579963851 .hs-tabs__tab[aria-selected='true'],#hs_cos_wrapper_widget_1677579963851 .hs-tabs__tab[aria-selected='false']{border-radius: 10px 10px 0 0;}
.eyc-lp-avantages,.eyc-lp-avantages-white{display:flex; text-align:center}
.eyc-lp-avantages svg {width:50px;fill:#e54510}
.eyc-lp-avantages div,.eyc-lp-avantages-white div{padding:25px}
.eyc-lp-avantages-white p{color:#fff}
.eyc-lp-avantages-white svg{fill:#fff; width:80px}
.merci {display:flex; flex-direction: column;align-items: center;}

.eyc_num_round{
background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%);
  color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
  padding: 3px;}

.eyc_num_round_blue{
    background-image: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1));
   color: #fff;
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
  padding: 3px;}

.eyc-column-bg{
      background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 10px 50px rgba(4, 75, 194, .1);
}

.bloc-temoignages-dpe{
left: -20%;
position: relative;}

.glyphe-tem{
font-size: 81px;
    line-height: 1;
    height: 27px;
  display: block;}

@media (max-width: 767px){ 
  .bloc-temoignages-dpe{left:0}
  .eyc-lp-avantages,.eyc-lp-avantages-white{flex-direction: column;}  
  .header_lp div img {max-width:90%}
  .header_lp_tel,.header_lp_logo{width:50%}
  .header_lp_tel a{font-size:16px}
  .lp-title{font-size:24px; margin-top:20px}
   .lp-nov-sect-icon{text-align:center}
  .lp-nov-sect-icon h4{font-size:18px}
  span.lp-desc{font-size:15px}

/* fix size avis carrousel on mobile*/
  img.avis-mobile-1,  img.avis-mobile-2, img.avis-mobile-3
  {width:100%; height:auto}
}



/*/////// Responsive//////*/

@media (max-width: 767px){
  .dnd-section .dnd-column{flex-direction:column}
  .lp-nov-sect-icon ul{padding:0 20px}

  .header__logo img {max-width: 80%!important;}
  /* top bar*/
  #eyc-bottom-bar .content-wrapper{padding:0 5px}
  #eyc-bottom-bar .topbarbottominfos{display: flex; flex-direction:column; align-items: center; justify-content: center;gap:10px}
  #eyc-bottom-bar .topbarbottominfos p{font-size:14px;text-align:center}
  #eyc-bottom-bar .topbarbottominfos button{font-size:12px:}

  /* LP Nov*/

.lp-subtitle{font-size:19px;line-height:20px}
.lp-nov-valeur{font-size:18px}
 .lp-nov-desc{font-size:13px; line-height:20px}
 .lp-nov-cover img {width:85%}
 .lp-desc{width: 200px;display: block;margin: auto;}
  .lp-h2{font-size:26px!important}
  .lp-size27{font-size:18px}
  .lp-h2-margin{margin-top:30px}
    span.lp-size20{font-size:15px}

  /* Menu et Top bar*/
  .navigation-primary{position:initial}
  .eyc_topbar{float:left;justify-content: left;top:0;flex-direction: column;margin-left:20px}
  .eyc_topbar a {padding: 5px 0px; margin: 5px 10px;}
  .header__navigation.open{top:75px!important}
  
/* Header */
  header {min-height:75.7px}
  .header__logo{margin: 0 20px}
  .header__container {flex-direction: row;}
  .header__row-2{display:none}
  .fixed .header__logo--main, .fixed .header__logo--main img{height:auto}
  .header__navigation--toggle.open, .header__search--toggle.open, .header__language-switcher--toggle.open{margin-left:auto; margin-right:auto; display:none}
  .header__navigation.open, .header__search.open, .header__language-switcher.open{padding-top: 25px;position: fixed!important;}
  .header__navigation--toggle:after{content:""!important}
  .header__close--toggle{margin-right:25px!important}
 
 /* 404*/
  .eyc_404{flex-direction: column}
  .not_found{margin-top:0}
  .not_found__404{font-size:120px}
  
  /*intro*/
  h1.wd-heading__title{text-align: center; font-size: 38px;}
  .wd-heading__sub-title{text-align:center;margin-top: 25px;}
  .eyc_intro_list{text-align:center}
  .eyc_intro_list p{font-size: 1.2rem;} 
  
  
  
  /*calculator*/
  .calculator-frame,.hs-landing-page .calculator-frame{width:100%!important; height: 610px!important}
  
  
  
  /*Icon with text*/
  .text-icon{flex-direction: column!important;}
  
 /*Contenu*/
  .wd-heading__title{font-size:30px!important;text-align:center;}
  .eyc_title{text-align:center}
  .eyc_text_b{text-align:center}
  .eyc_arrow-map{float:none; transform: rotate(359deg);transform: rotate(111deg);left: 35px; width:60px; bottom:0}
  .eyc_region-text{margin-top:-25px}
  .carte{margin-top:-40px}
  .eyc_divider_left{float:none}
  #hs_cos_wrapper_module_1648733135906 > section > div {margin: auto!important;}
  
  /*Footer */
  .footer{margin-top:-40px}
  .footer-row-0-padding{padding-top:30px!important}
  
  /* CTA BOTTOM*/
  .eyc_cta-block{display: flex; justify-content: space-around; position: fixed!important ; z-index: 9999; bottom: 0px; width: 100%;  box-shadow:  0px -19px 50px 20px rgb(4 75 194 / 10%); padding-bottom: 0!important; background:#fff; padding-top:10px}
  .eyc_button-fix {
    cursor: pointer;
    font-weight: bold;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(234,73,29,1) 0%, rgba(243,116,97,1) 100%)!important;
    padding: 10px 15px!important;
    max-width: 200px;
    line-height: 20px;
  text-align:center;
  font-size:20px;
    color: #fff;
      height: fit-content;
  text-decoration: none;}
  .eyc_button-fix:hover{background: linear-gradient(to bottom, rgba(12, 21, 77, 1), rgba(94, 113, 206, 1))!important;
  color:#fff; text-decoration:none}
  
  /* Price Tables*/
  #hs_cos_wrapper_widget_1648638357381{top: -71px!important;}

  /*Team*/
  .team-member__picture img{max-width: 100%!important;}

   /*Villes*/
    .ville-member__picture img{max-width: 100%!important;}

/*Slider video*/
.wd-slider .slider-item .slider-content{padding:0 20px 0px!important}
.wd-slider .slider-item{padding-top: 0px!important}
.button-prev{top: 130px; left:0!important}
.button-next{top: 130px; right:0!important}


  
}

@media (min-width: 767px) and (max-width: 1140px){
  /* Header*/
  .eyc_topbar {top:-50px!important; margin-right:0!important}
}


@media (min-width: 767px) and (max-width: 1400px){
  /* Header*/
  .header__row-1 { justify-content: flex-start!important;}
  .header__row-2 {justify-content: flex-end!important;}
  .eyc_topbar {justify-content:center;}
    /* Price Tables*/
  .pricing-table.pricing1 .readmore-button a{font-size:12px}
}
  @media(min-width: 767px) and (max-width: 1540px)
  {
     .navigation-primary {right: 10px;}
    .header__container {flex-direction: column;}
   .header__row-2{justify-content:end}
    .eyc_topbar{    margin-right: -215px;top: -13px;}
}
  
@media(min-width: 767px) and (max-width: 1600px)
  {
    /*Menu*/
    .navigation-primary .submenu a, .navigation-primary .submenu p,.eyc_topbar a {font-size:13px}
}


/* Effect CSS*/


    @-webkit-keyframes rotateWord {
      0% { opacity: 0; }
      2% { opacity: 0; -webkit-transform: translateY(-10px); }
      5% { opacity: 1; -webkit-transform: translateY(0px);}
      17% { opacity: 1; -webkit-transform: translateY(0px); }
      20% { opacity: 0; -webkit-transform: translateY(10px); }
      80% { opacity: 0; }
      100% { opacity: 0; }
    }
    @-ms-keyframes rotateWord {
      0% { opacity: 0; }
      2% { opacity: 0; -ms-transform: translateY(-10px); }
      5% { opacity: 1; -ms-transform: translateY(0px);}
      17% { opacity: 1; -ms-transform: translateY(0px); }
      20% { opacity: 0; -ms-transform: translateY(10px); }
      80% { opacity: 0; }
      100% { opacity: 0; }
    }
    @keyframes rotateWord {
      0% { opacity: 0; }
      2% { opacity: 0; -webkit-transform: translateY(-10px); transform: translateY(-10px); }
      5% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
      17% { opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
      20% { opacity: 0; -webkit-transform: translateY(10px); transform: translateY(10px); }
      80% { opacity: 0; }
      100% { opacity: 0; }
    }