@font-face {
    font-family: 'CircularStd';
    src: url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Bold.woff2') format('woff2'),
        url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Medium.woff2') format('woff2'),
        url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'CircularStd';
    src: url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Book.woff2') format('woff2'),
        url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CircularStd';
    src: url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Black.woff2') format('woff2'),
        url('https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/font/CircularStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}/* Global variable *//* 1a. Containers *//* End 1a. Containers *//* End 1c. Colors */if(false == true){}if(false == true){}if(true == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}if(false == true){}




/* 1e. Buttons */

/* Buttons Size *//* Buttons Size */

/* Primary Button *//* End primary Button *//* Secondary Button *//* End Secondary Button *//* Simple Button *//* End Simple Button *//* Forms *//* End Forms */

/* Site Header *//* End Site Header */

/* Site Footer *//* End Site Footer */

/* 1e. Border *//* 1f. Corner Radius *//* 1g. Lists *//* 1h. Horizontal Rule *//* 1i. Blockquote */
*, *: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;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper { margin: 0 auto; padding: 0 15px; width:100%; }
.dnd-section > .row-fluid { margin: 0 auto;}
.dnd-section .dnd-column { padding: 0 15px;}


@media screen and (min-width: 768px) {
    .content-wrapper { max-width:730px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 730px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 730px)/2);}
}

@media screen and (min-width: 992px) {
    .content-wrapper { max-width:943px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 943px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 943px)/2);}
}
@media screen and (min-width: 1200px) {
    .content-wrapper { max-width:1110px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1110px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1110px)/2);}
}
@media screen and (min-width: 1400px) {
    .content-wrapper { max-width:1110px; }
    .content-wrapper.V2 { max-width:1140px; }
    .wrapping-left {padding-left: calc(calc(100% + 30px - 1110px)/2);}
    .wrapping-right {padding-right: calc(calc(100% + 30px - 1110px)/2);}
}


.dnd-section,
.content-wrapper--blog-index,
.content-wrapper--blog-post { padding: 20px 20px; }
.dnd-section > .row-fluid { max-width: 1110px; }

@media (max-width: 767px) {
    .content-wrapper {  padding: 0 24px;  }
    .wrapping-left,.wrapping-right {padding-left: 15px;padding-right: 15px;}
    .dnd-section .dnd-column {padding: 0; }
}

@media (max-width: 390px) {
    .content-wrapper {  padding: 0 15px;  }
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  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%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}



/*****************************
Slick slider
****************************  */
/* ul.slick-dots {position: relative;}
.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: 0px; z-index:1; margin:0; padding:0;}
.slick-dots li { width: 8px;height: 8px; vertical-align: middle; border-radius: 20px; margin:0; transition: all ease .4s; -weblit-transition: all ease .4s;background-color: #fff;}
.slick-dots li button { display:none;} */
.btn-wrap {padding: 10px;margin-top: 20px;display: flex;align-items: center;gap: 16px;justify-content: center;}
.btn-wrap > span {line-height: 0;width: 21px;height: 21px;cursor: pointer;}
.btn-wrap > span svg {width: 100%;height: auto;}
.slider-dots-box  {display: flex !important;align-items: center;gap: 4px;}
.slider-dots-box span { width: 8px;height: 8px;    opacity: 1; vertical-align: middle; border-radius: 20px; margin:0; transition: all ease .4s; -weblit-transition: all ease .4s;background: #fff;}
.slider-dots-box .swiper-pagination-bullet-active {width: 21px;background: #251A46;}

/* Arrows */


/* .slick-prev { left: -40px; z-index: 10 !important}
.slick-next { right: -40px} */
/* button.slick-next,button.slick-prev{background: #DBF2FF; border-radius:50%;}

.slick-next:before,.slick-prev:before { color: #29333c;}
.slick-prev:after,.slick-next:after { display: none;}
.slick-next,.slick-prev { width: 40px; height: 40px; border-radius: 0; z-index: 1; transition: all ease .4s; -weblit-transition: all ease .4s;}
.slick-next:before,.slick-prev:before { font-family: fontawesome; font-size: 0; background-repeat:no-repeat; }
.slick-next:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-right.svg');}
.slick-prev:before { content: ''; color : #0B3954; background-image:url('https://4343934.fs1.hubspotusercontent-na1.net/hubfs/4343934/TrooInbound_Base_Theme/images/arrow-left.svg')}
.slick-next:before,.slick-prev:before { width: 7px; height: 13px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 1; background-repeat: no-repeat; font-size: 0; line-height: 1; }
.slick-next:before {background-position: center center;}
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden;}
.slick-slide:focus { outline: none;}

.slick-next:focus, .slick-next:hover,
.slick-prev:focus, .slick-prev:hover{background-color:#81CBFF; border-color:#81CBFF;} */

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}


/*****************************
Magnific Popup
****************************  */

.mfp-close-btn-in button.mfp-close, 
.mfp-close-btn-in button.mfp-arrow {opacity: 1;}
.mfp-close-btn-in button.mfp-close:hover {background: #fff;border: none;}

button.mfp-close{font-size:0!important;}
button.mfp-close:before,
button.mfp-close:after{ content: ''; position: absolute; background-color: #000; border-radius: 20px;}
button.mfp-close:before {transform: rotate(45deg);}
button.mfp-close:after { transform: rotate(-45deg);}
.mfp-close-btn-in button.mfp-close { border:none !important;border-radius: 5px 5px 0 0; right:0; padding: 0; background-color: #fff; color: #000;}

/* Box Styling */
.popupiframeStyle { max-width: 1020px; margin: 0 auto; padding: 60px; position: relative; background-color:#fff; width:95%;}
.popupiframeStyleinner {overflow: hidden;}


@media(min-width:768px){
    .mfp-iframe-holder { padding: 60px 60px;}
    .mfp-close-btn-in button.mfp-close{top: -44px; width: 44px; height: 44px; }
    button.mfp-close:before,button.mfp-close:after{width: 4px; height: 30px; right: 19px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-44px;right: 0;}
}
@media(max-width:767px){
    .mfp-iframe-holder { padding: 60px 30px;}
    .mfp-close-btn-in button.mfp-close{top: -34px; right: 0; width: 34px; height: 34px;}
    button.mfp-close:before, button.mfp-close:after { width: 2px; height: 20px; right: 15px; top: 8px;}
    .mfp-close-btn-in .popupiframeStyle button.mfp-close{top:-34px;right: 0;}
}



html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
    line-break: strict;
    word-break: break-all;
}





html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    background-color: #FFFFFF;
    color:#251A46;letter-spacing:0em;;
    font-size: 16px;
    line-height: 1.5;
    overflow-x:hidden;
	 word-break: break-word;
}


/* Image */
img { display: inline-block; max-width: 100%; height: auto; vertical-align: middle; }

.FullImageWidth img{width:100%;}
/* Anchors */
body a.cta_button {
    box-sizing: border-box !important;
    display: inline-block;
}
a {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
    text-decoration: none!important;
    transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;
}
a:hover, a:focus {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
}
a:active {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #756a96;
}
a.button:disabled {
    background-color: ;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    color: #251A46;
    margin:0;
    padding:0;
}
/* Lists */


ul,
ol {
    list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
    padding-left: 3rem;
}

ul.no-list {
    list-style: none;
}


ul,
ol {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

ul li,
ol li {
    margin: 0.75rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin: 1.5rem;
}

/* Blockquote */

blockquote {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
} 

blockquote {
    border-left: 4px solid #251A46;
    padding-left: 1.5rem;
}

/* Horizontal Rules */

hr {
    border: 0 none;
    border-bottom: 1px solid;
}
hr {
    border-bottom-color: ;
}


/* Code Blocks */

code {
    vertical-align: bottom;
}

strong {
    font-weight: 600;
}

/* Anchors */

a {
    cursor: pointer;
}

a.button:disabled {
    pointer-events: none;
}

/* Subscripts and Superscripts */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p { margin: 0;}
*+h1, *+h2 { margin-top: 35px;}
*+h3, *+h4 { margin-top: 30px;}
*+h5, *+h6 { margin-top: 25px;}
*+p { margin-top: 20px;}
h5+p { margin-top: 10px;}
.clearfix {
    display: block
}

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


.uppercasetitle {
    text-transform: uppercase;
}
.uppercase { text-transform: uppercase;}
.text-capitalize { text-transform: capitalize;}
.parallaxEffect{background-attachment:fixed}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}

/* Color Formating */
.primaryBgColor{background-color: #251A46;}
.secondaryBgColor{background-color: #6631F5;}
.tertiaryBgColor{background-color: ;}
.whiteBgColor{background-color: #FFFFFF;}

.primaryColor,.allprimaryColor * {color: #251A46;}
.secondaryColor,.allsecondaryColor * {color: #6631F5;}
.tertiaryColor,.alltertiaryColor * {color: ;}
.whiteColor, .allwhiteColor * {color: #FFFFFF;}

.fontRegular{font-weight:400;}


.d-none{display:none;}

h1,.h1{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }
h2,.h2{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }
h3,.h3{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }
h4,.h4{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }
h5,.h5{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }
h6,.h6{ font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;text-transform:none; color:#251A46;letter-spacing:em;; }

@media(min-width:992px){

    h1,.h1{font-size:50px;line-height:1.26;}
    h2,.h2{font-size:34px;line-height:1.26;}
    h3,.h3{font-size:28px;line-height:1.25;}
    h4,.h4{font-size:24px;line-height:1.25;}
    h5,.h5{font-size:20px;line-height:1.25;}
    h6,.h6{font-size:18px;line-height:1.28;}

}

/* Tablet Device */
@media(max-width:991px){
    
    
    
    h1,.h1{font-size:34px;line-height:1.26;}
    h2,.h2{font-size:28px;line-height:1.25;}
    h3,.h3{font-size:24px;line-height:1.25;}
    h4,.h4{font-size:22px;line-height:1.27;}
    h5,.h5{font-size:20px;line-height:1.25;}
    h6,.h6{font-size:18px;line-height:1.28;}
}

/* Mobile Device */
@media(max-width:767px){
    
    
    
    h1,.h1{font-size:34px;line-height:1.26;}
    
    
    
    
    
}
/* Primary Button */
button,
a.button,.button a,
a.hs-button, .cta_button{
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: rgba(37, 26, 70, 1.0);
    border: 0px solid #251A46;
    border-radius: 40px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    font-size: 16px;
    padding: 8px 16px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    text-align: center;
}
a.button svg path, .button a svg path, a.hs-button svg path, .cta_button svg path {
    fill: rgba(255, 255, 255, 1.0);
    stroke: rgba(255, 255, 255, 1.0);
    transition: all ease .3s;-moz-transition: all ease .3s;-webkit-transition: all ease .3s;-o-transition: all ease .3s;
}

button, a.button, .button a, a.hs-button, .cta_button {line-height: 1.25;letter-spacing: 0.02rem;position: relative;overflow: hidden;}
span.btnIcon {line-height: 0;margin-left: 8px;}
span.btnIcon svg {width: 18px;height: auto;}
span.btnshape {display: none;}
.button a span {position: relative;z-index: 2;}
.button.gradienthover a span.btnshape { display: block;background: linear-gradient(109deg, #251A46 9.93%, #6631F5 43.44%, #166CE6 68.56%, #FD4F2B 93.69%);width: 106.5%;height: 256%;border-radius: 50%;position: absolute;left: -106.5%;top: -256%;transition: all ease .7s;-moz-transition: all ease .7s;-webkit-transition: all ease .7s;-o-transition: all ease .7s;}
.button.gradienthover a:hover .btnshape {left: 50%;top: 50%;transform: translate(-50%, -50%);}


.button.gradienthover button span.btnshape { display: block;background: linear-gradient(109deg, #251A46 9.93%, #6631F5 43.44%, #166CE6 68.56%, #FD4F2B 93.69%);width: 106.5%;height: 256%;border-radius: 50%;position: absolute;left: -106.5%;top: -256%;transition: all ease .7s;-moz-transition: all ease .7s;-webkit-transition: all ease .7s;-o-transition: all ease .7s;}
.button.gradienthover button:hover .btnshape {left: 50%;top: 50%;transform: translate(-50%, -50%);}
.button button span {position: relative;z-index: 2;}



button:disabled,
a.button:disabled,
.button a:disabled,
button:disabled:hover,
a.button:disabled:hover,
.button a:disabled:hover,
button:disabled:focus,
a.button:disabled:focus,
.button a:disabled:focus,
button:disabled:active,
a.button:disabled:active,
.button a:disabled:active{
    background-color:  !important;
    border-color:  !important;
    color:  !important;
}

button:hover, button:focus,
.button a:hover, a.button:hover, 
.cta_button:hover, a.hs-button:hover, 
.button a:focus, .cta_button:focus,
a.button:focus, a.hs-button:focus, 
button:active, .button a:active,
.cta_button:active, a.button:active, a.hs-button:active {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: rgba(37, 26, 70, 1.0);
    border: 0px solid #251A46;
    color: rgba(255, 255, 255, 1.0);
}
a.button:hover svg path, .button a:hover svg path, a.hs-button:hover svg path, .cta_button:hover svg path {
    fill: rgba(255, 255, 255, 1.0);
    stroke: rgba(255, 255, 255, 1.0);
}
button:active, 
a.button:active, 
.button a:active, 
.cta_button:active, 
a.hs-button:active
{
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: #756a96;
    border: 0px solid #251A46;
    border-color: #756a96;
}
a.button:active svg path, .button a:active svg path, a.hs-button:active svg path, .cta_button:active svg path {
    fill: rgba(255, 255, 255, 1.0);
    stroke: rgba(255, 255, 255, 1.0);
}
/* End Primary Button */


/* Secondary Button */
.button.button--secondary a,
.button.button--secondary button,
a.button.button--secondary {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: rgba(253, 79, 43, 1.0);
    border: 0px solid #6631F5;
    border-radius: 40px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 8px 16px;
    text-transform: none;
}

.button.button--secondary a svg path,
a.button.button--secondary svg path {fill: rgba(255, 255, 255, 1.0);stroke: rgba(255, 255, 255, 1.0);}


.button.button--secondary a:hover,
.button.button--secondary a:focus,
.button.button--secondary a:active,
a.button.button--secondary:hover,
a.button.button--secondary:focus,
a.button.button--secondary:active {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: rgba(253, 79, 43, 1);
    border: 0px solid #251A46;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
}

.button.button--secondary a:hover svg path,
.button.button--secondary a:focus svg path,
.button.button--secondary a:active svg path,
a.button.button--secondary:hover svg path,
a.button.button--secondary:focus svg path,
a.button.button--secondary:active svg path {
    fill: rgba(255, 255, 255, 1.0);
    stroke: rgba(255, 255, 255, 1.0);
}

.button.button--secondary a:active,
a.button.button--secondary:active {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: rgba(255, 179, 143, );
    border: 0px solid #251A46;
    border-color: #897eaa;
    color: #ffffff;
    fill: #ffffff;
}
/* End Secondary Button */




/* Blue Button */
.button.button--blue a,
a.button.button--blue {
    background-color: #166CE6;
    color: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}
.button.button--blue a svg path,
a.button.button--blue svg path {
    fill: #FFFFFF;stroke: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}


.button.button--blue a:hover,
.button.button--blue a:focus,
.button.button--blue a:active,
a.button.button--blue:hover,
a.button.button--blue:focus,
a.button.button--blue:active {
    background-color: #166CE6;
    color: #FFFFFF;
}

.button.button--blue a:hover svg path,
.button.button--blue a:focus svg path,
.button.button--blue a:active svg path,
a.button.button--blue:hover svg path,
a.button.button--blue:focus svg path,
a.button.button--blue:active svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
/* End Blue Button */


/* Purple Button */
.button.button--purple a,
a.button.button--purple {
    background-color: #6631F5;
    color: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}
.button.button--purple a svg path,
a.button.button--purple svg path {
    fill: #FFFFFF;stroke: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}


.button.button--purple a:hover,
.button.button--purple a:focus,
.button.button--purple a:active,
a.button.button--purple:hover,
a.button.button--purple:focus,
a.button.button--purple:active {
    background-color: #6631F5;
    color: #FFFFFF;
}

.button.button--purple a:hover svg path,
.button.button--purple a:focus svg path,
.button.button--purple a:active svg path,
a.button.button--purple:hover svg path,
a.button.button--purple:focus svg path,
a.button.button--purple:active svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
/* End Purple Button */


/* Orange Button */
.button.button--orange a,
a.button.button--orange {
    background-color: #FD4F2B;
    color: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}
.button.button--orange a svg path,
a.button.button--orange svg path {
    fill: #FFFFFF;stroke: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}


.button.button--orange a:hover,
.button.button--orange a:focus,
.button.button--orange a:active,
a.button.button--orange:hover,
a.button.button--orange:focus,
a.button.button--orange:active {
    background-color: #FD4F2B;
    color: #FFFFFF;
}

.button.button--orange a:hover svg path,
.button.button--orange a:focus svg path,
.button.button--orange a:active svg path,
a.button.button--orange:hover svg path,
a.button.button--orange:focus svg path,
a.button.button--orange:active svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
/* End Orange Button */


/* Dark Blue Button */
.button.button--darkblue a,
a.button.button--darkblue {
    background-color: #251A46;
    color: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}
.button.button--darkblue a svg path,
a.button.button--darkblue svg path {
    fill: #FFFFFF;stroke: #FFFFFF;
    transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;
}


.button.button--darkblue a:hover,
.button.button--darkblue a:focus,
.button.button--darkblue a:active,
a.button.button--darkblue:hover,
a.button.button--darkblue:focus,
a.button.button--darkblue:active {
    background-color: #251A46;
    color: #FFFFFF;
}

.button.button--darkblue a:hover svg path,
.button.button--darkblue a:focus svg path,
.button.button--darkblue a:active svg path,
a.button.button--darkblue:hover svg path,
a.button.button--darkblue:focus svg path,
a.button.button--darkblue:active svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
/* End Dark Blue Button */


.button.AnimatedBtn a span.btnText {opacity: 0;transition: all ease .8s; -moz-transition: all ease .8s; -webkit-transition: all ease .8s; -o-transition: all ease .8s;}
.button.AnimatedBtn {text-align: right;}
.button.AnimatedBtn a:hover span.btnText {margin-right: 0 !important;opacity: 1;}



/* Simple Button */
.button.button--simple a,a.button.button--simple,.button.button--simple button {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    color: rgba(37, 26, 70, 1);
    fill: rgba(37, 26, 70, 1);
    text-transform: none;
    background: transparent;
    overflow: visible;
    flex-wrap: wrap;
    padding: 0px;
    transition: all ease .15s;-moz-transition: all ease .15s;-webkit-transition: all ease .15s;-o-transition: all ease .15s;
}

.button.button--simple a svg path,a.button.button--simple svg path,.button.button--simple button svg path {
    fill: rgba(37, 26, 70, 1);
    stroke: rgba(37, 26, 70, 1);
}


.button.button--simple a:after,
.button.button--simple button:after{
    background-color: #251A46;
    content: '';
    height: 2px;
    width: 100%;
    margin-top: 4px;
    transition: all ease .15s;-moz-transition: all ease .15s;-webkit-transition: all ease .15s;-o-transition: all ease .15s;
}


.button.button--simple a:hover,
.button.button--simple button:hover,
a.button.button--simple:hover,
.button.button--simple a:focus,
.button.button--simple button:focus,
a.button.button--simple:focus {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    color: rgba(22, 108, 230, 1);
    fill: rgba(22, 108, 230, 1);
}
.button.button--simple a:hover svg path,
.button.button--simple button:hover svg path,
a.button.button--simple:hover svg path,
.button.button--simple a:focus svg path,
.button.button--simple button:focus svg path,
a.button.button--simple:focus  svg path{
    fill: rgba(22, 108, 230, 1);
    stroke: rgba(22, 108, 230, 1);
}


.button.button--simple a:hover:after,
.button.button--simple button:hover:after,
a.button.button--simple:hover:after,
.button.button--simple a:focus:after,
.button.button--simple button:focus:after,
a.button.button--simple:focus:after,
.button.button--simple a:active:after,
.button.button--simple button:active:after,
a.button.button--simple:active:after {
    background-color: #166CE6;
    content: '';
    height: 2px;
}


.button.button--simple a:active,
.button.button--simple button:active,
a.button.button--simple:active {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    color: #66bcff;
    fill: #66bcff;
}
.button--simple:disabled,
.button--simple a:disabled,
.button--simple button:disabled,
.button--simple:disabled:hover,
.button--simple a:disabled:hover,
.button--simple button:disabled:hover,
.button--simple:disabled:focus,
.button--simple a:disabled:focus,
.button--simple button:disabled:focus,
.button--simple:disabled:active,
.button--simple a:disabled:active,
.button--simple button:disabled:active{
    background-color: transparent !important;
}


/* Button Sizing */


button.btn-small,
a.button.btn-small,.button.btn-small a,
a.hs-button.btn-small, .cta_button.btn-small,
.button.button--secondary.btn-small a,
a.button.button--secondary.btn-small{
    font-size: 14px;
    padding: 8px 16px;
}
button.btn-large,
a.button.btn-large,.button.btn-large a,
a.hs-button.btn-large, .cta_button.btn-large,
.button.button--secondary.btn-large a,
a.button.button--secondary.btn-large{
    font-size: 18px;
    padding: 8px 16px;

}

/* Base */

form {
    max-width: 100%;
}

.hs-form-field {
    position: relative;
}

/* Form Title */

.form-title {
    margin: 0;
}

.form-title ~ div > form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
    display: block;
    margin-bottom: 0;
    text-align: left;
    width: auto;
    z-index: 1;
    padding: 0 8px 12px;
    line-height: 1.1;
}

.hs-fieldtype-checkbox.hs-form-field > label { padding-bottom: 4px; }
.hs-fieldtype-checkbox.hs-form-field > .hs-field-desc { padding: 0 8px; font-weight: 400; font-style: italic; line-height: normal; opacity: 0.6; }

/* Inputs */

.input {
    position: relative;
}
.hs_error_rollup {
    display: none;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 100% !important;
}

select::-ms-expand {
    display: none;
}

input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover,
input[type='tel']:hover,
input[type='number']:hover,
input[type='file']:hover,
select:hover,
textarea:hover,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
/*     outline-color: #27AE60; */
    outline: 1px solid #251A46;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
    display: block;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
    border: none;
    cursor: pointer;
    height: auto;
    line-height: normal;
    margin-right: 0.375rem;
    padding: 0;
    width: auto;
}

/* Inputs - Select */

/* .hs-fieldtype-select .input:after {
content: '\25BE';
pointer-events: none;
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
} */

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
    content: '\01F4C5';
    position: absolute;
    right: 1rem;
    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 {
    border-radius: 0 !important;
}

/* Inputs - File Picker */

input[type='file'] {
    background-color: transparent;
    border: initial;
    box-shadow: none;
    line-height: initial;
    padding: initial;
}

/* Headings and Text */

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

form .header {
    background-color: transparent;
    border: none;
}

/* GDPR */

/* .legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
font-size: 0.875rem;
margin-left: 1rem !important;
}
*/
/* Validation */

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

/* .hs-error-msg {
font-size: 14px;
} */

/* Submit */

form input[type='submit'],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.02rem;
    margin: 0;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    line-height: 1.25;
}
.hs_submit.hs-submit {
    text-align: center;
    line-height: 0;
}
/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}







form {
    background-color: rgba(241, 241, 241, 0.0);
    border: 0px solid #F1F1F1;
    border-radius: 0px;
    padding: 0px 0px;
}

.hs-form-field {
    margin-bottom: 24px;
}

/* Form Title */

.form-title {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    background-color: rgba(37, 26, 70, 0.0);
    border: 2px none #251A46;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    color: #166CE6;
    font-size: 30px;
    padding: 32px 32px;
    text-transform: uppercase;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
    font-size: 18px;
}

/* Help Text - Legends */

.hs-form-field legend {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
    font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    background-color: rgba(37, 26, 70, 0.2);
    border: 0px solid #251A46;
    border-radius: 30px;
    color: #251A46;
    font-size: 16px;
    padding: 10px 19px;
    line-height: 1.25;
}

select { 
    cursor: pointer;
    background-image: url(https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/Icons/Chevron_Down.svg);
    background-repeat: no-repeat;
    background-position: top calc(50% - 2px) right 19px;
}

select.is-placeholder:not(option),
::-webkit-input-placeholder {
    color: rgba(37, 26, 70, 0.6);
    font-weight: 400;
    font-style: italic;
}

::-moz-placeholder {
    color: rgba(37, 26, 70, 0.6);
    font-weight: 400;
    font-style: italic;
}

:-ms-input-placeholder {
    color: rgba(37, 26, 70, 0.6);
    font-weight: 400;
    font-style: italic;
}

:-moz-placeholder {
    color: rgba(37, 26, 70, 0.6);
    font-weight: 400;
    font-style: italic;
}

::placeholder {
    color: rgba(37, 26, 70, 0.6);
    font-weight: 400;
    font-style: italic;
}
form input[type='tel'] {
    padding-left: 72px !important;
}
.hs_phone.hs-form-field .iti { display: block; }
.iti--allow-dropdown .iti__flag-container, 
.iti--separate-dial-code .iti__flag-container { padding: 0; top: 7px; left: 8px !important; }
.iti--separate-dial-code .iti__selected-flag { 
    border-radius: 10px;
    border: 0.5px solid var(--Primary-01, #251A46);
    background: rgba(255, 255, 255, 0.30) !important;
    padding: 4px 6px;
    height: auto;
    min-height: 26px;
}
.iti--separate-dial-code .iti__country-list { max-height: 300px; }
.iti--separate-dial-code .iti__country { margin: 0; }
.iti--separate-dial-code .iti__selected-flag .iti__flag { border-radius: 2px; }
.iti--separate-dial-code .iti__selected-dial-code { display: none; line-height: 1; }
.iti--separate-dial-code .iti__arrow { 
    margin-left: 8px !important; border: 0 !important; width: 14px; height: 14px; 
    background: url(https://145920130.fs1.hubspotusercontent-eu1.net/hubfs/145920130/union_des_marques_theme_2025/Icons/Chevron_Down.svg) no-repeat top calc(50% - 2px) center;
}


.iti__placeholder-fake {
    position: absolute;
    left: 105px;
    top: 50%;
    transform: translateY(-50%);
    color: #251A4699;
    pointer-events: none;
    font-style: italic;
    font-size: 16px;
    opacity: 1;
}

.hs-form-field.has-value .iti__placeholder-fake,
.hs-form-field.has-value .iti__placeholder-fake {
    opacity: 0;
}
/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
    font-family: CircularStd, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
    color: #251A46;
    font-size: 16px;
}

/* Inputs - Datepicker */

.fn-date-picker td.is-today .pika-button {
    color: #6631F5;
}

.hs-datepicker .is-selected button.pika-button {
    background-color: #6631F5;
}

.hs-datepicker button.pika-button:hover {
    background-color: #251A46 !important;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
    font-size: 14px;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #251A46;
    font-size: 14px;
}

/* Validation */

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

.hs-error-msg {
    color: #EB5757;
    font-size: 14px;
    padding: 0 12px;
    display: inline-block;
}

/* Submit */


form input[type='submit'],
form .hs-button {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: bold; text-decoration: none;;
    background-color: #FD4F2B;
    border: 0;
    border-radius: 40px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 8px 16px;
    text-transform:none;
}




form input[type='submit'],
form .hs-button {
    font-size: 16px;
    padding: 8px 16px;
}



/* Inline Thank You Message */
.submitted-message {
    background-color: rgba(241, 241, 241, 0.0);
    border: 0px solid #F1F1F1;
    border-radius: 0px;
    padding: 0px 0px;
       font-size: 25px;
}


.hs-search-field__button {
    margin-bottom: 0;
}

.hs-search-field__input {
    padding: 10px;
}





.actions {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 40px;
}

.actions:before {
    content: '';
    position: absolute;
    display: block;
    background: linear-gradient(109deg, #251A46 9.93%, #6631F5 43.44%, #166CE6 68.56%, #FD4F2B 93.69%);
    width: 106.5%;
    height: 256%;
    border-radius: 50%;
    position: absolute;
    left: -100%;
    top: -256%;
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
}

.actions:hover:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.actions > * {
    position: relative;
}

.actions:hover input.hs-button {
    background: transparent;
}

input.hs-button.primary.large {
    transition: all ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all ease .7s;
    -o-transition: all ease .7s;
}



form .form-columns-2,form .form-columns-3,form .form-columns-1{max-width:100%!important;}

form .form-columns-3,form .form-columns-2{display:flex;flex-wrap:wrap;margin:0 -8px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:8px!important;margin-right:8px!important;}
form .form-columns-3 >div{width:calc(33.33% - 16px)!important;}
form .form-columns-2>div{width:calc(50% - 16px)!important;}
.input { margin: 0 !important;}



ul.inputs-list.multi-container { margin-top: 10px; padding: 0 8px; }
ul.inputs-list.multi-container li { margin: 10px 0 0; }
@media screen and (min-width: 578px) {
    ul.inputs-list.multi-container li { display: inline-block; width: 50%; }
}
/* Radio Button Style */
/* .hs-form-radio{margin:0 0 10px!important;} */
.hs-form-radio label.hs-form-radio-display{display:flex;flex-wrap:wrap}
.hs-form-radio-display .hs-input{display:none}
.hs-form-radio label.hs-form-radio-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-radio label.hs-form-radio-display input+span:before{width:18px;height:18px;content:'';background-color:transparent;display:inline-block;border-radius:100%;margin-right:13px;transition:.5s ease all;border:1px solid #251A46;position:absolute;left:0;top:2px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#251A46;}
.hs-form-radio label.hs-form-radio-display input:checked+span:after{content:'';position:absolute;left:4px;width:10px;height:10px;background-color:#fff;top:6px;border-radius:100%;transition:.5s ease all}

/* Checkbox Style */
/* .hs-form-checkbox{margin:0 0 10px!important;} */
.hs-form-booleancheckbox{margin:0 0!important;}
.hs-form-checkbox label.hs-form-checkbox-display,.hs-form-booleancheckbox label.hs-form-booleancheckbox-display{display:flex;flex-wrap:wrap}
.hs-form-checkbox-display .hs-input,
.hs-form-booleancheckbox-display .hs-input{display:none}
.hs-form-checkbox label.hs-form-checkbox-display input+span,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{display:flex;flex-wrap:wrap;align-items:center;position:relative;padding-left:30px;}
.hs-form-checkbox label.hs-form-checkbox-display input+span { cursor: pointer; }
.hs-form-checkbox label.hs-form-checkbox-display input+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{content:'';background-color:transparent;display:inline-block;transition:.5s ease all;border:1px solid #251A46;position:absolute;left:0;}
.hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:3px;width:18px;height:18px;}

.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { width: 14px; height: 14px; top: 2px;}





.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:before,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before{background-color:#251A46;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{ content:'';display:block;position:absolute;left:6px;width:6px;height:11px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:.5s ease all;}
.hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top:5px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width: 4px; height: 8px; left: 5px; top: 4px;}
.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { margin-left: 0; font-size: 12px; }
.legal-consent-container > div { margin-bottom: 18px; }


@media(max-width:767px){

    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }

}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

/* Table Cells */

th,
td {
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  vertical-align: bottom;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
}

/* 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;
  }
}




.d-flex{display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}


.row{ display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -15px; margin-right: -15px; }

[class*="col-"],
[class*="col-sm-"],
[class*="col-md-"],
[class*="col-lg-"],
[class*="col-xl-"],
[class*="col-xxl-"] { padding-left: 15px; padding-right: 15px; position: relative; width: 100%; }



.col-2{width:16.67%;}.col-3{width:25.00%;}.col-4{width:33.33%;}.col-5{width:41.67%;}.col-6{width:50.00%;}.col-7{width:58.33%;}.col-8{width:66.67%;}.col-9{width:75.00%;}.col-10{width:83.33%;}.col-12{width:100.00%;}





.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}



.mx-15{margin-left:-15px; margin-right:-15px}
.mx-20{margin-left:-20px; margin-right:-20px}



	
.justify-flex-start{ justify-content: flex-start; }
.justify-center{ justify-content: center; }
.justify-flex-end{ justify-content: flex-end; }
.justify-space-between{ justify-content: space-between; }
.justify-space-around{ justify-content: space-around; }
.justify-space-evenly{ justify-content: space-evenly; }
	
.align-flex-start{ align-items: flex-start; }
.align-center{ align-items: center; }
.align-baseline{ align-items: baseline; }
.align-flex-end{ align-items: flex-end; }
	
.direction-column{ flex-direction: column; }
.direction-column-reverse{ flex-direction: column-reverse; }
.direction-revert{ flex-direction: revert; }
.direction-row{ flex-direction: row; }
.direction-row-reverse{ flex-direction: row-reverse; }



.pt0,.py0{padding-top:0px;}
.pt5,.py5{padding-top:5px;}
.pt10,.py10{padding-top:10px;}
.pt15,.py15{padding-top:15px;}
.pt20,.py20{padding-top:20px;}
.pt25,.py25{padding-top:25px;}
.pt30,.py30{padding-top:30px;}
.pt35,.py35{padding-top:35px;}
.pt40,.py40{padding-top:40px;}
.pt45,.py45{padding-top:45px;}
.pt50,.py50{padding-top:50px;}
.pt55,.py55{padding-top:55px;}
.pt60,.py60{padding-top:60px;}
.pt65,.py65{padding-top:65px;}
.pt70,.py70{padding-top:70px;}
.pt75,.py75{padding-top:75px;}
.pt80,.py80{padding-top:80px;}
.pt85,.py85{padding-top:85px;}
.pt90,.py90{padding-top:90px;}
.pt95,.py95{padding-top:95px;}
.pt100,.py100{padding-top:100px;}
.pt105,.py105{padding-top:105px;}
.pt110,.py110{padding-top:110px;}
.pt115,.py115{padding-top:115px;}
.pt120,.py120{padding-top:120px;}

.pb0,.py0{padding-bottom:0px;}
.pb5,.py5{padding-bottom:5px;}
.pb10,.py10{padding-bottom:10px;}
.pb15,.py15{padding-bottom:15px;}
.pb20,.py20{padding-bottom:20px;}
.pb25,.py25{padding-bottom:25px;}
.pb30,.py30{padding-bottom:30px;}
.pb35,.py35{padding-bottom:35px;}
.pb40,.py40{padding-bottom:40px;}
.pb45,.py45{padding-bottom:45px;}
.pb50,.py50{padding-bottom:50px;}
.pb55,.py55{padding-bottom:55px;}
.pb60,.py60{padding-bottom:60px;}
.pb65,.py65{padding-bottom:65px;}
.pb70,.py70{padding-bottom:70px;}
.pb75,.py75{padding-bottom:75px;}
.pb80,.py80{padding-bottom:80px;}
.pb85,.py85{padding-bottom:85px;}
.pb90,.py90{padding-bottom:90px;}
.pb95,.py95{padding-bottom:95px;}
.pb100,.py100{padding-bottom:100px;}
.pb105,.py105{padding-bottom:105px;}
.pb110,.py110{padding-bottom:110px;}
.pb115,.py115{padding-bottom:115px;}
.pb120,.py120{padding-bottom:120px;}

.pl5,.px5{padding-left:5px;}
.pl10,.px10{padding-left:10px;}
.pl15,.px15{padding-left:15px;}
.pl20,.px20{padding-left:20px;}

.pr5,.px5{padding-right:5px;}
.pr10,.px10{padding-right:10px;}
.pr15,.px15{padding-right:15px;}
.pr20,.px20{padding-right:20px;}




.mt5,.mt5{margin-top:5px;}
.mt10,.mt10{margin-top:10px;}
.mt15,.mt15{margin-top:15px;}
.mt20,.mt20{margin-top:20px;}
.mt25,.mt25{margin-top:25px;}
.mt30,.mt30{margin-top:30px;}
.mt35,.mt35{margin-top:35px;}
.mt40,.mt40{margin-top:40px;}
.mt45,.mt45{margin-top:45px;}
.mt50,.mt50{margin-top:50px;}
.mt55,.mt55{margin-top:55px;}
.mt60,.mt60{margin-top:60px;}
.mt65,.mt65{margin-top:65px;}
.mt70,.mt70{margin-top:70px;}
.mt75,.mt75{margin-top:75px;}
.mt80,.mt80{margin-top:80px;}
.mt85,.mt85{margin-top:85px;}
.mt90,.mt90{margin-top:90px;}
.mt95,.mt95{margin-top:95px;}
.mt100,.mt100{margin-top:100px;}
.mt105,.mt105{margin-top:105px;}
.mt110,.mt110{margin-top:110px;}
.mt115,.mt115{margin-top:115px;}
.mt120,.mt120{margin-top:120px;}
.mt125,.mt125{margin-top:125px;}
.mt130,.mt130{margin-top:130px;}
.mt135,.mt135{margin-top:135px;}
.mt140,.mt140{margin-top:140px;}
.mt145,.mt145{margin-top:145px;}

.mb5,.mb5{margin-bottom:5px;}
.mb10,.mb10{margin-bottom:10px;}
.mb15,.mb15{margin-bottom:15px;}
.mb20,.mb20{margin-bottom:20px;}
.mb25,.mb25{margin-bottom:25px;}
.mb30,.mb30{margin-bottom:30px;}
.mb35,.mb35{margin-bottom:35px;}
.mb40,.mb40{margin-bottom:40px;}
.mb45,.mb45{margin-bottom:45px;}
.mb50,.mb50{margin-bottom:50px;}
.mb55,.mb55{margin-bottom:55px;}
.mb60,.mb60{margin-bottom:60px;}
.mb65,.mb65{margin-bottom:65px;}
.mb70,.mb70{margin-bottom:70px;}
.mb75,.mb75{margin-bottom:75px;}
.mb80,.mb80{margin-bottom:80px;}
.mb85,.mb85{margin-bottom:85px;}
.mb90,.mb90{margin-bottom:90px;}
.mb95,.mb95{margin-bottom:95px;}
.mb100,.mb100{margin-bottom:100px;}
.mb105,.mb105{margin-bottom:105px;}
.mb110,.mb110{margin-bottom:110px;}
.mb115,.mb115{margin-bottom:115px;}
.mb120,.mb120{margin-bottom:120px;}
.mb125,.mb125{margin-bottom:125px;}
.mb130,.mb130{margin-bottom:130px;}
.mb135,.mb135{margin-bottom:135px;}
.mb140,.mb140{margin-bottom:140px;}
.mb145,.mb145{margin-bottom:145px;}


.positionRelative{position:relative;}


/****** min-width-768 ******/
@media(min-width:768px){

	
	
.justify-md-flex-start{ justify-content: flex-start; }
.justify-md-center{ justify-content: center; }
.justify-md-flex-end{ justify-content: flex-end; }
.justify-md-space-between{ justify-content: space-between; }
.justify-md-space-around{ justify-content: space-around; }
.justify-md-space-evenly{ justify-content: space-evenly; }
	
.align-md-flex-start{ align-items: flex-start; }
.align-md-center{ align-items: center; }
.align-md-baseline{ align-items: baseline; }
.align-md-flex-end{ align-items: flex-end; }
	
.direction-md-column{ flex-direction: column; }
.direction-md-column-reverse{ flex-direction: column-reverse; }
.direction-md-revert{ flex-direction: revert; }
.direction-md-row{ flex-direction: row; }
.direction-md-row-reverse{ flex-direction: row-reverse; }

	
	.col-md-2{width:16.67%;}.col-md-3{width:25.00%;}.col-md-4{width:33.33%;}.col-md-5{width:41.67%;}.col-md-6{width:50.00%;}.col-md-7{width:58.33%;}.col-md-8{width:66.67%;}.col-md-9{width:75.00%;}.col-md-10{width:83.33%;}.col-md-12{width:100.00%;}
	
	

	
	.text-md-left{text-align:left}
	.text-md-center{text-align:center}
	.text-md-right{text-align:right}

	
	
.pt-md-0,.py-md-0{padding-top:0px;}
.pt-md-5,.py-md-5{padding-top:5px;}
.pt-md-10,.py-md-10{padding-top:10px;}
.pt-md-15,.py-md-15{padding-top:15px;}
.pt-md-20,.py-md-20{padding-top:20px;}
.pt-md-25,.py-md-25{padding-top:25px;}
.pt-md-30,.py-md-30{padding-top:30px;}
.pt-md-35,.py-md-35{padding-top:35px;}
.pt-md-40,.py-md-40{padding-top:40px;}
.pt-md-45,.py-md-45{padding-top:45px;}
.pt-md-50,.py-md-50{padding-top:50px;}
.pt-md-55,.py-md-55{padding-top:55px;}
.pt-md-60,.py-md-60{padding-top:60px;}
.pt-md-65,.py-md-65{padding-top:65px;}
.pt-md-70,.py-md-70{padding-top:70px;}
.pt-md-75,.py-md-75{padding-top:75px;}
.pt-md-80,.py-md-80{padding-top:80px;}
.pt-md-85,.py-md-85{padding-top:85px;}
.pt-md-90,.py-md-90{padding-top:90px;}
.pt-md-95,.py-md-95{padding-top:95px;}
.pt-md-100,.py-md-100{padding-top:100px;}
.pt-md-105,.py-md-105{padding-top:105px;}
.pt-md-110,.py-md-110{padding-top:110px;}
.pt-md-115,.py-md-115{padding-top:115px;}
.pt-md-120,.py-md-120{padding-top:120px;}
	
.pb-md-0,.py-md-0{padding-bottom:0px;}
.pb-md-5,.py-md-5{padding-bottom:5px;}
.pb-md-10,.py-md-10{padding-bottom:10px;}
.pb-md-15,.py-md-15{padding-bottom:15px;}
.pb-md-20,.py-md-20{padding-bottom:20px;}
.pb-md-25,.py-md-25{padding-bottom:25px;}
.pb-md-30,.py-md-30{padding-bottom:30px;}
.pb-md-35,.py-md-35{padding-bottom:35px;}
.pb-md-40,.py-md-40{padding-bottom:40px;}
.pb-md-45,.py-md-45{padding-bottom:45px;}
.pb-md-50,.py-md-50{padding-bottom:50px;}
.pb-md-55,.py-md-55{padding-bottom:55px;}
.pb-md-60,.py-md-60{padding-bottom:60px;}
.pb-md-65,.py-md-65{padding-bottom:65px;}
.pb-md-70,.py-md-70{padding-bottom:70px;}
.pb-md-75,.py-md-75{padding-bottom:75px;}
.pb-md-80,.py-md-80{padding-bottom:80px;}
.pb-md-85,.py-md-85{padding-bottom:85px;}
.pb-md-90,.py-md-90{padding-bottom:90px;}
.pb-md-95,.py-md-95{padding-bottom:95px;}
.pb-md-100,.py-md-100{padding-bottom:100px;}
.pb-md-105,.py-md-105{padding-bottom:105px;}
.pb-md-110,.py-md-110{padding-bottom:110px;}
.pb-md-115,.py-md-115{padding-bottom:115px;}
.pb-md-120,.py-md-120{padding-bottom:120px;}

	
.mt-md-0,.my-md-0{margin-top:0px;}
.mt-md-5,.my-md-5{margin-top:5px;}
.mt-md-10,.my-md-10{margin-top:10px;}
.mt-md-15,.my-md-15{margin-top:15px;}
.mt-md-20,.my-md-20{margin-top:20px;}
.mt-md-25,.my-md-25{margin-top:25px;}
.mt-md-30,.my-md-30{margin-top:30px;}
.mt-md-35,.my-md-35{margin-top:35px;}
.mt-md-40,.my-md-40{margin-top:40px;}
.mt-md-45,.my-md-45{margin-top:45px;}
.mt-md-50,.my-md-50{margin-top:50px;}
.mt-md-55,.my-md-55{margin-top:55px;}
.mt-md-60,.my-md-60{margin-top:60px;}
.mt-md-65,.my-md-65{margin-top:65px;}
.mt-md-70,.my-md-70{margin-top:70px;}
.mt-md-75,.my-md-75{margin-top:75px;}
.mt-md-80,.my-md-80{margin-top:80px;}
.mt-md-85,.my-md-85{margin-top:85px;}
.mt-md-90,.my-md-90{margin-top:90px;}
.mt-md-95,.my-md-95{margin-top:95px;}
.mt-md-100,.my-md-100{margin-top:100px;}
.mt-md-105,.my-md-105{margin-top:105px;}
.mt-md-110,.my-md-110{margin-top:110px;}
.mt-md-115,.my-md-115{margin-top:115px;}
.mt-md-120,.my-md-120{margin-top:120px;}
	
.mb-md-0,.my-md-0{margin-bottom:0px;}
.mb-md-5,.my-md-5{margin-bottom:5px;}
.mb-md-10,.my-md-10{margin-bottom:10px;}
.mb-md-15,.my-md-15{margin-bottom:15px;}
.mb-md-20,.my-md-20{margin-bottom:20px;}
.mb-md-25,.my-md-25{margin-bottom:25px;}
.mb-md-30,.my-md-30{margin-bottom:30px;}
.mb-md-35,.my-md-35{margin-bottom:35px;}
.mb-md-40,.my-md-40{margin-bottom:40px;}
.mb-md-45,.my-md-45{margin-bottom:45px;}
.mb-md-50,.my-md-50{margin-bottom:50px;}
.mb-md-55,.my-md-55{margin-bottom:55px;}
.mb-md-60,.my-md-60{margin-bottom:60px;}
.mb-md-65,.my-md-65{margin-bottom:65px;}
.mb-md-70,.my-md-70{margin-bottom:70px;}
.mb-md-75,.my-md-75{margin-bottom:75px;}
.mb-md-80,.my-md-80{margin-bottom:80px;}
.mb-md-85,.my-md-85{margin-bottom:85px;}
.mb-md-90,.my-md-90{margin-bottom:90px;}
.mb-md-95,.my-md-95{margin-bottom:95px;}
.mb-md-100,.my-md-100{margin-bottom:100px;}
.mb-md-105,.my-md-105{margin-bottom:105px;}
.mb-md-110,.my-md-110{margin-bottom:110px;}
.mb-md-115,.my-md-115{margin-bottom:115px;}
.mb-md-120,.my-md-120{margin-bottom:120px;}

}

/****** min-width-992 ******/
@media(min-width:992px){

	
	.text-lg-left{text-align:left}
	.text-lg-center{text-align:center}
	.text-lg-right{text-align:right}

	
	.col-lg-2{width:16.67%;}.col-lg-3{width:25.00%;}.col-lg-4{width:33.33%;}.col-lg-5{width:41.67%;}.col-lg-6{width:50.00%;}.col-lg-7{width:58.33%;}.col-lg-8{width:66.67%;}.col-lg-9{width:75.00%;}.col-lg-10{width:83.33%;}.col-lg-12{width:100.00%;}
	
	
	
	
.pt-lg-0,.py-lg-0{padding-top:0px;}
.pt-lg-5,.py-lg-5{padding-top:5px;}
.pt-lg-10,.py-lg-10{padding-top:10px;}
.pt-lg-15,.py-lg-15{padding-top:15px;}
.pt-lg-20,.py-lg-20{padding-top:20px;}
.pt-lg-25,.py-lg-25{padding-top:25px;}
.pt-lg-30,.py-lg-30{padding-top:30px;}
.pt-lg-35,.py-lg-35{padding-top:35px;}
.pt-lg-40,.py-lg-40{padding-top:40px;}
.pt-lg-45,.py-lg-45{padding-top:45px;}
.pt-lg-50,.py-lg-50{padding-top:50px;}
.pt-lg-55,.py-lg-55{padding-top:55px;}
.pt-lg-60,.py-lg-60{padding-top:60px;}
.pt-lg-65,.py-lg-65{padding-top:65px;}
.pt-lg-70,.py-lg-70{padding-top:70px;}
.pt-lg-75,.py-lg-75{padding-top:75px;}
.pt-lg-80,.py-lg-80{padding-top:80px;}
.pt-lg-85,.py-lg-85{padding-top:85px;}
.pt-lg-90,.py-lg-90{padding-top:90px;}
.pt-lg-95,.py-lg-95{padding-top:95px;}
.pt-lg-100,.py-lg-100{padding-top:100px;}
.pt-lg-105,.py-lg-105{padding-top:105px;}
.pt-lg-110,.py-lg-110{padding-top:110px;}
.pt-lg-115,.py-lg-115{padding-top:115px;}
.pt-lg-120,.py-lg-120{padding-top:120px;}
.pt-lg-125,.py-lg-125{padding-top:125px;}
.pt-lg-130,.py-lg-130{padding-top:130px;}
.pt-lg-135,.py-lg-135{padding-top:135px;}
.pt-lg-140,.py-lg-140{padding-top:140px;}
.pt-lg-145,.py-lg-145{padding-top:145px;}
.pt-lg-150,.py-lg-150{padding-top:150px;}
	
.pb-lg-0,.py-lg-0{padding-bottom:0px;}
.pb-lg-5,.py-lg-5{padding-bottom:5px;}
.pb-lg-10,.py-lg-10{padding-bottom:10px;}
.pb-lg-15,.py-lg-15{padding-bottom:15px;}
.pb-lg-20,.py-lg-20{padding-bottom:20px;}
.pb-lg-25,.py-lg-25{padding-bottom:25px;}
.pb-lg-30,.py-lg-30{padding-bottom:30px;}
.pb-lg-35,.py-lg-35{padding-bottom:35px;}
.pb-lg-40,.py-lg-40{padding-bottom:40px;}
.pb-lg-45,.py-lg-45{padding-bottom:45px;}
.pb-lg-50,.py-lg-50{padding-bottom:50px;}
.pb-lg-55,.py-lg-55{padding-bottom:55px;}
.pb-lg-60,.py-lg-60{padding-bottom:60px;}
.pb-lg-65,.py-lg-65{padding-bottom:65px;}
.pb-lg-70,.py-lg-70{padding-bottom:70px;}
.pb-lg-75,.py-lg-75{padding-bottom:75px;}
.pb-lg-80,.py-lg-80{padding-bottom:80px;}
.pb-lg-85,.py-lg-85{padding-bottom:85px;}
.pb-lg-90,.py-lg-90{padding-bottom:90px;}
.pb-lg-95,.py-lg-95{padding-bottom:95px;}
.pb-lg-100,.py-lg-100{padding-bottom:100px;}
.pb-lg-105,.py-lg-105{padding-bottom:105px;}
.pb-lg-110,.py-lg-110{padding-bottom:110px;}
.pb-lg-115,.py-lg-115{padding-bottom:115px;}
.pb-lg-120,.py-lg-120{padding-bottom:120px;}
.pb-lg-125,.py-lg-125{padding-bottom:125px;}
.pb-lg-130,.py-lg-130{padding-bottom:130px;}
.pb-lg-135,.py-lg-135{padding-bottom:135px;}
.pb-lg-140,.py-lg-140{padding-bottom:140px;}
.pb-lg-145,.py-lg-145{padding-bottom:145px;}
.pb-lg-150,.py-lg-150{padding-bottom:150px;}

	
.mt-lg-0,.my-lg-0{margin-top:0px;}
.mt-lg-5,.my-lg-5{margin-top:5px;}
.mt-lg-10,.my-lg-10{margin-top:10px;}
.mt-lg-15,.my-lg-15{margin-top:15px;}
.mt-lg-20,.my-lg-20{margin-top:20px;}
.mt-lg-25,.my-lg-25{margin-top:25px;}
.mt-lg-30,.my-lg-30{margin-top:30px;}
.mt-lg-35,.my-lg-35{margin-top:35px;}
.mt-lg-40,.my-lg-40{margin-top:40px;}
.mt-lg-45,.my-lg-45{margin-top:45px;}
.mt-lg-50,.my-lg-50{margin-top:50px;}
.mt-lg-55,.my-lg-55{margin-top:55px;}
.mt-lg-60,.my-lg-60{margin-top:60px;}
.mt-lg-65,.my-lg-65{margin-top:65px;}
.mt-lg-70,.my-lg-70{margin-top:70px;}
.mt-lg-75,.my-lg-75{margin-top:75px;}
.mt-lg-80,.my-lg-80{margin-top:80px;}
.mt-lg-85,.my-lg-85{margin-top:85px;}
.mt-lg-90,.my-lg-90{margin-top:90px;}
.mt-lg-95,.my-lg-95{margin-top:95px;}
.mt-lg-100,.my-lg-100{margin-top:100px;}
.mt-lg-105,.my-lg-105{margin-top:105px;}
.mt-lg-110,.my-lg-110{margin-top:110px;}
.mt-lg-115,.my-lg-115{margin-top:115px;}
.mt-lg-120,.my-lg-120{margin-top:120px;}
.mt-lg-125,.my-lg-125{margin-top:125px;}
.mt-lg-130,.my-lg-130{margin-top:130px;}
.mt-lg-135,.my-lg-135{margin-top:135px;}
.mt-lg-140,.my-lg-140{margin-top:140px;}
.mt-lg-145,.my-lg-145{margin-top:145px;}
.mt-lg-150,.my-lg-150{margin-top:150px;}
	
.mb-lg-0,.my-lg-0{margin-bottom:0px;}
.mb-lg-5,.my-lg-5{margin-bottom:5px;}
.mb-lg-10,.my-lg-10{margin-bottom:10px;}
.mb-lg-15,.my-lg-15{margin-bottom:15px;}
.mb-lg-20,.my-lg-20{margin-bottom:20px;}
.mb-lg-25,.my-lg-25{margin-bottom:25px;}
.mb-lg-30,.my-lg-30{margin-bottom:30px;}
.mb-lg-35,.my-lg-35{margin-bottom:35px;}
.mb-lg-40,.my-lg-40{margin-bottom:40px;}
.mb-lg-45,.my-lg-45{margin-bottom:45px;}
.mb-lg-50,.my-lg-50{margin-bottom:50px;}
.mb-lg-55,.my-lg-55{margin-bottom:55px;}
.mb-lg-60,.my-lg-60{margin-bottom:60px;}
.mb-lg-65,.my-lg-65{margin-bottom:65px;}
.mb-lg-70,.my-lg-70{margin-bottom:70px;}
.mb-lg-75,.my-lg-75{margin-bottom:75px;}
.mb-lg-80,.my-lg-80{margin-bottom:80px;}
.mb-lg-85,.my-lg-85{margin-bottom:85px;}
.mb-lg-90,.my-lg-90{margin-bottom:90px;}
.mb-lg-95,.my-lg-95{margin-bottom:95px;}
.mb-lg-100,.my-lg-100{margin-bottom:100px;}
.mb-lg-105,.my-lg-105{margin-bottom:105px;}
.mb-lg-110,.my-lg-110{margin-bottom:110px;}
.mb-lg-115,.my-lg-115{margin-bottom:115px;}
.mb-lg-120,.my-lg-120{margin-bottom:120px;}
.mb-lg-125,.my-lg-125{margin-bottom:125px;}
.mb-lg-130,.my-lg-130{margin-bottom:130px;}
.mb-lg-135,.my-lg-135{margin-bottom:135px;}
.mb-lg-140,.my-lg-140{margin-bottom:140px;}
.mb-lg-145,.my-lg-145{margin-bottom:145px;}
.mb-lg-150,.my-lg-150{margin-bottom:150px;}


}

/****** min-width-1200 ******/
@media(min-width:1200px){

	
	.text-xl-left{text-align:left}
	.text-xl-center{text-align:center}
	.text-xl-right{text-align:right}

	
	.col-xl-2{width:16.67%;}.col-xl-3{width:25.00%;}.col-xl-4{width:33.33%;}.col-xl-5{width:41.67%;}.col-xl-6{width:50.00%;}.col-xl-7{width:58.33%;}.col-xl-8{width:66.67%;}.col-xl-9{width:75.00%;}.col-xl-10{width:83.33%;}.col-xl-12{width:100.00%;}
	
	
	
	
.pt-xl-0,.py-xl-0{padding-top:0px;}
.pt-xl-5,.py-xl-5{padding-top:5px;}
.pt-xl-10,.py-xl-10{padding-top:10px;}
.pt-xl-15,.py-xl-15{padding-top:15px;}
.pt-xl-20,.py-xl-20{padding-top:20px;}
.pt-xl-25,.py-xl-25{padding-top:25px;}
.pt-xl-30,.py-xl-30{padding-top:30px;}
.pt-xl-35,.py-xl-35{padding-top:35px;}
.pt-xl-40,.py-xl-40{padding-top:40px;}
.pt-xl-45,.py-xl-45{padding-top:45px;}
.pt-xl-50,.py-xl-50{padding-top:50px;}
.pt-xl-55,.py-xl-55{padding-top:55px;}
.pt-xl-60,.py-xl-60{padding-top:60px;}
.pt-xl-65,.py-xl-65{padding-top:65px;}
.pt-xl-70,.py-xl-70{padding-top:70px;}
.pt-xl-75,.py-xl-75{padding-top:75px;}
.pt-xl-80,.py-xl-80{padding-top:80px;}
.pt-xl-85,.py-xl-85{padding-top:85px;}
.pt-xl-90,.py-xl-90{padding-top:90px;}
.pt-xl-95,.py-xl-95{padding-top:95px;}
.pt-xl-100,.py-xl-100{padding-top:100px;}
.pt-xl-105,.py-xl-105{padding-top:105px;}
.pt-xl-110,.py-xl-110{padding-top:110px;}
.pt-xl-115,.py-xl-115{padding-top:115px;}
.pt-xl-120,.py-xl-120{padding-top:120px;}
.pt-xl-125,.py-xl-125{padding-top:125px;}
.pt-xl-130,.py-xl-130{padding-top:130px;}
.pt-xl-135,.py-xl-135{padding-top:135px;}
.pt-xl-140,.py-xl-140{padding-top:140px;}
.pt-xl-145,.py-xl-145{padding-top:145px;}
.pt-xl-150,.py-xl-150{padding-top:150px;}
.pt-xl-155,.py-xl-155{padding-top:155px;}
.pt-xl-160,.py-xl-160{padding-top:160px;}
.pt-xl-165,.py-xl-165{padding-top:165px;}
.pt-xl-170,.py-xl-170{padding-top:170px;}
.pt-xl-175,.py-xl-175{padding-top:175px;}
.pt-xl-180,.py-xl-180{padding-top:180px;}
.pt-xl-185,.py-xl-185{padding-top:185px;}
.pt-xl-190,.py-xl-190{padding-top:190px;}
.pt-xl-195,.py-xl-195{padding-top:195px;}
	
.pb-xl-0,.py-xl-0{padding-bottom:0px;}
.pb-xl-5,.py-xl-5{padding-bottom:5px;}
.pb-xl-10,.py-xl-10{padding-bottom:10px;}
.pb-xl-15,.py-xl-15{padding-bottom:15px;}
.pb-xl-20,.py-xl-20{padding-bottom:20px;}
.pb-xl-25,.py-xl-25{padding-bottom:25px;}
.pb-xl-30,.py-xl-30{padding-bottom:30px;}
.pb-xl-35,.py-xl-35{padding-bottom:35px;}
.pb-xl-40,.py-xl-40{padding-bottom:40px;}
.pb-xl-45,.py-xl-45{padding-bottom:45px;}
.pb-xl-50,.py-xl-50{padding-bottom:50px;}
.pb-xl-55,.py-xl-55{padding-bottom:55px;}
.pb-xl-60,.py-xl-60{padding-bottom:60px;}
.pb-xl-65,.py-xl-65{padding-bottom:65px;}
.pb-xl-70,.py-xl-70{padding-bottom:70px;}
.pb-xl-75,.py-xl-75{padding-bottom:75px;}
.pb-xl-80,.py-xl-80{padding-bottom:80px;}
.pb-xl-85,.py-xl-85{padding-bottom:85px;}
.pb-xl-90,.py-xl-90{padding-bottom:90px;}
.pb-xl-95,.py-xl-95{padding-bottom:95px;}
.pb-xl-100,.py-xl-100{padding-bottom:100px;}
.pb-xl-105,.py-xl-105{padding-bottom:105px;}
.pb-xl-110,.py-xl-110{padding-bottom:110px;}
.pb-xl-115,.py-xl-115{padding-bottom:115px;}
.pb-xl-120,.py-xl-120{padding-bottom:120px;}
.pb-xl-125,.py-xl-125{padding-bottom:125px;}
.pb-xl-130,.py-xl-130{padding-bottom:130px;}
.pb-xl-135,.py-xl-135{padding-bottom:135px;}
.pb-xl-140,.py-xl-140{padding-bottom:140px;}
.pb-xl-145,.py-xl-145{padding-bottom:145px;}
.pb-xl-150,.py-xl-150{padding-bottom:150px;}
.pb-xl-155,.py-xl-155{padding-bottom:155px;}
.pb-xl-160,.py-xl-160{padding-bottom:160px;}
.pb-xl-165,.py-xl-165{padding-bottom:165px;}
.pb-xl-170,.py-xl-170{padding-bottom:170px;}
.pb-xl-175,.py-xl-175{padding-bottom:175px;}
.pb-xl-180,.py-xl-180{padding-bottom:180px;}
.pb-xl-185,.py-xl-185{padding-bottom:185px;}
.pb-xl-190,.py-xl-190{padding-bottom:190px;}
.pb-xl-195,.py-xl-195{padding-bottom:195px;}

	
.mt-xl-0,.my-xl-0{margin-top:0px;}
.mt-xl-5,.my-xl-5{margin-top:5px;}
.mt-xl-10,.my-xl-10{margin-top:10px;}
.mt-xl-15,.my-xl-15{margin-top:15px;}
.mt-xl-20,.my-xl-20{margin-top:20px;}
.mt-xl-25,.my-xl-25{margin-top:25px;}
.mt-xl-30,.my-xl-30{margin-top:30px;}
.mt-xl-35,.my-xl-35{margin-top:35px;}
.mt-xl-40,.my-xl-40{margin-top:40px;}
.mt-xl-45,.my-xl-45{margin-top:45px;}
.mt-xl-50,.my-xl-50{margin-top:50px;}
.mt-xl-55,.my-xl-55{margin-top:55px;}
.mt-xl-60,.my-xl-60{margin-top:60px;}
.mt-xl-65,.my-xl-65{margin-top:65px;}
.mt-xl-70,.my-xl-70{margin-top:70px;}
.mt-xl-75,.my-xl-75{margin-top:75px;}
.mt-xl-80,.my-xl-80{margin-top:80px;}
.mt-xl-85,.my-xl-85{margin-top:85px;}
.mt-xl-90,.my-xl-90{margin-top:90px;}
.mt-xl-95,.my-xl-95{margin-top:95px;}
.mt-xl-100,.my-xl-100{margin-top:100px;}
.mt-xl-105,.my-xl-105{margin-top:105px;}
.mt-xl-110,.my-xl-110{margin-top:110px;}
.mt-xl-115,.my-xl-115{margin-top:115px;}
.mt-xl-120,.my-xl-120{margin-top:120px;}
.mt-xl-125,.my-xl-125{margin-top:125px;}
.mt-xl-130,.my-xl-130{margin-top:130px;}
.mt-xl-135,.my-xl-135{margin-top:135px;}
.mt-xl-140,.my-xl-140{margin-top:140px;}
.mt-xl-145,.my-xl-145{margin-top:145px;}
.mt-xl-150,.my-xl-150{margin-top:150px;}
	
.mb-xl-0,.my-xl-0{margin-bottom:0px;}
.mb-xl-5,.my-xl-5{margin-bottom:5px;}
.mb-xl-10,.my-xl-10{margin-bottom:10px;}
.mb-xl-15,.my-xl-15{margin-bottom:15px;}
.mb-xl-20,.my-xl-20{margin-bottom:20px;}
.mb-xl-25,.my-xl-25{margin-bottom:25px;}
.mb-xl-30,.my-xl-30{margin-bottom:30px;}
.mb-xl-35,.my-xl-35{margin-bottom:35px;}
.mb-xl-40,.my-xl-40{margin-bottom:40px;}
.mb-xl-45,.my-xl-45{margin-bottom:45px;}
.mb-xl-50,.my-xl-50{margin-bottom:50px;}
.mb-xl-55,.my-xl-55{margin-bottom:55px;}
.mb-xl-60,.my-xl-60{margin-bottom:60px;}
.mb-xl-65,.my-xl-65{margin-bottom:65px;}
.mb-xl-70,.my-xl-70{margin-bottom:70px;}
.mb-xl-75,.my-xl-75{margin-bottom:75px;}
.mb-xl-80,.my-xl-80{margin-bottom:80px;}
.mb-xl-85,.my-xl-85{margin-bottom:85px;}
.mb-xl-90,.my-xl-90{margin-bottom:90px;}
.mb-xl-95,.my-xl-95{margin-bottom:95px;}
.mb-xl-100,.my-xl-100{margin-bottom:100px;}
.mb-xl-105,.my-xl-105{margin-bottom:105px;}
.mb-xl-110,.my-xl-110{margin-bottom:110px;}
.mb-xl-115,.my-xl-115{margin-bottom:115px;}
.mb-xl-120,.my-xl-120{margin-bottom:120px;}
.mb-xl-125,.my-xl-125{margin-bottom:125px;}
.mb-xl-130,.my-xl-130{margin-bottom:130px;}
.mb-xl-135,.my-xl-135{margin-bottom:135px;}
.mb-xl-140,.my-xl-140{margin-bottom:140px;}
.mb-xl-145,.my-xl-145{margin-bottom:145px;}
.mb-xl-150,.my-xl-150{margin-bottom:150px;}


}

/****** min-width-1400 ******/
@media(min-width:1400px){

	
	.text-xxl-left{text-align:left}
	.text-xxl-center{text-align:center}
	.text-xxl-right{text-align:right}

	
	.col-xxl-2{width:16.67%;}.col-xxl-3{width:25.00%;}.col-xxl-4{width:33.33%;}.col-xxl-5{width:41.67%;}.col-xxl-6{width:50.00%;}.col-xxl-7{width:58.33%;}.col-xxl-8{width:66.67%;}.col-xxl-9{width:75.00%;}.col-xxl-10{width:83.33%;}.col-xxl-12{width:100.00%;}
	
	

	
	
.pt-xxl-0,.py-xxl-0{padding-top:0px;}
.pt-xxl-5,.py-xxl-5{padding-top:5px;}
.pt-xxl-10,.py-xxl-10{padding-top:10px;}
.pt-xxl-15,.py-xxl-15{padding-top:15px;}
.pt-xxl-20,.py-xxl-20{padding-top:20px;}
.pt-xxl-25,.py-xxl-25{padding-top:25px;}
.pt-xxl-30,.py-xxl-30{padding-top:30px;}
.pt-xxl-35,.py-xxl-35{padding-top:35px;}
.pt-xxl-40,.py-xxl-40{padding-top:40px;}
.pt-xxl-45,.py-xxl-45{padding-top:45px;}
.pt-xxl-50,.py-xxl-50{padding-top:50px;}
.pt-xxl-55,.py-xxl-55{padding-top:55px;}
.pt-xxl-60,.py-xxl-60{padding-top:60px;}
.pt-xxl-65,.py-xxl-65{padding-top:65px;}
.pt-xxl-70,.py-xxl-70{padding-top:70px;}
.pt-xxl-75,.py-xxl-75{padding-top:75px;}
.pt-xxl-80,.py-xxl-80{padding-top:80px;}
.pt-xxl-85,.py-xxl-85{padding-top:85px;}
.pt-xxl-90,.py-xxl-90{padding-top:90px;}
.pt-xxl-95,.py-xxl-95{padding-top:95px;}
.pt-xxl-100,.py-xxl-100{padding-top:100px;}
.pt-xxl-105,.py-xxl-105{padding-top:105px;}
.pt-xxl-110,.py-xxl-110{padding-top:110px;}
.pt-xxl-115,.py-xxl-115{padding-top:115px;}
.pt-xxl-120,.py-xxl-120{padding-top:120px;}
.pt-xxl-125,.py-xxl-125{padding-top:125px;}
.pt-xxl-130,.py-xxl-130{padding-top:130px;}
.pt-xxl-135,.py-xxl-135{padding-top:135px;}
.pt-xxl-140,.py-xxl-140{padding-top:140px;}
.pt-xxl-145,.py-xxl-145{padding-top:145px;}
.pt-xxl-150,.py-xxl-150{padding-top:150px;}
	
.pb-xxl-0,.py-xxl-0{padding-bottom:0px;}
.pb-xxl-5,.py-xxl-5{padding-bottom:5px;}
.pb-xxl-10,.py-xxl-10{padding-bottom:10px;}
.pb-xxl-15,.py-xxl-15{padding-bottom:15px;}
.pb-xxl-20,.py-xxl-20{padding-bottom:20px;}
.pb-xxl-25,.py-xxl-25{padding-bottom:25px;}
.pb-xxl-30,.py-xxl-30{padding-bottom:30px;}
.pb-xxl-35,.py-xxl-35{padding-bottom:35px;}
.pb-xxl-40,.py-xxl-40{padding-bottom:40px;}
.pb-xxl-45,.py-xxl-45{padding-bottom:45px;}
.pb-xxl-50,.py-xxl-50{padding-bottom:50px;}
.pb-xxl-55,.py-xxl-55{padding-bottom:55px;}
.pb-xxl-60,.py-xxl-60{padding-bottom:60px;}
.pb-xxl-65,.py-xxl-65{padding-bottom:65px;}
.pb-xxl-70,.py-xxl-70{padding-bottom:70px;}
.pb-xxl-75,.py-xxl-75{padding-bottom:75px;}
.pb-xxl-80,.py-xxl-80{padding-bottom:80px;}
.pb-xxl-85,.py-xxl-85{padding-bottom:85px;}
.pb-xxl-90,.py-xxl-90{padding-bottom:90px;}
.pb-xxl-95,.py-xxl-95{padding-bottom:95px;}
.pb-xxl-100,.py-xxl-100{padding-bottom:100px;}
.pb-xxl-105,.py-xxl-105{padding-bottom:105px;}
.pb-xxl-110,.py-xxl-110{padding-bottom:110px;}
.pb-xxl-115,.py-xxl-115{padding-bottom:115px;}
.pb-xxl-120,.py-xxl-120{padding-bottom:120px;}
.pb-xxl-125,.py-xxl-125{padding-bottom:125px;}
.pb-xxl-130,.py-xxl-130{padding-bottom:130px;}
.pb-xxl-135,.py-xxl-135{padding-bottom:135px;}
.pb-xxl-140,.py-xxl-140{padding-bottom:140px;}
.pb-xxl-145,.py-xxl-145{padding-bottom:145px;}
.pb-xxl-150,.py-xxl-150{padding-bottom:150px;}

	
.mt-xxl-0,.my-xxl-0{margin-top:0px;}
.mt-xxl-5,.my-xxl-5{margin-top:5px;}
.mt-xxl-10,.my-xxl-10{margin-top:10px;}
.mt-xxl-15,.my-xxl-15{margin-top:15px;}
.mt-xxl-20,.my-xxl-20{margin-top:20px;}
.mt-xxl-25,.my-xxl-25{margin-top:25px;}
.mt-xxl-30,.my-xxl-30{margin-top:30px;}
.mt-xxl-35,.my-xxl-35{margin-top:35px;}
.mt-xxl-40,.my-xxl-40{margin-top:40px;}
.mt-xxl-45,.my-xxl-45{margin-top:45px;}
.mt-xxl-50,.my-xxl-50{margin-top:50px;}
.mt-xxl-55,.my-xxl-55{margin-top:55px;}
.mt-xxl-60,.my-xxl-60{margin-top:60px;}
.mt-xxl-65,.my-xxl-65{margin-top:65px;}
.mt-xxl-70,.my-xxl-70{margin-top:70px;}
.mt-xxl-75,.my-xxl-75{margin-top:75px;}
.mt-xxl-80,.my-xxl-80{margin-top:80px;}
.mt-xxl-85,.my-xxl-85{margin-top:85px;}
.mt-xxl-90,.my-xxl-90{margin-top:90px;}
.mt-xxl-95,.my-xxl-95{margin-top:95px;}
.mt-xxl-100,.my-xxl-100{margin-top:100px;}
.mt-xxl-105,.my-xxl-105{margin-top:105px;}
.mt-xxl-110,.my-xxl-110{margin-top:110px;}
.mt-xxl-115,.my-xxl-115{margin-top:115px;}
.mt-xxl-120,.my-xxl-120{margin-top:120px;}
.mt-xxl-125,.my-xxl-125{margin-top:125px;}
.mt-xxl-130,.my-xxl-130{margin-top:130px;}
.mt-xxl-135,.my-xxl-135{margin-top:135px;}
.mt-xxl-140,.my-xxl-140{margin-top:140px;}
.mt-xxl-145,.my-xxl-145{margin-top:145px;}
.mt-xxl-150,.my-xxl-150{margin-top:150px;}
	
.mb-xxl-0,.my-xxl-0{margin-bottom:0px;}
.mb-xxl-5,.my-xxl-5{margin-bottom:5px;}
.mb-xxl-10,.my-xxl-10{margin-bottom:10px;}
.mb-xxl-15,.my-xxl-15{margin-bottom:15px;}
.mb-xxl-20,.my-xxl-20{margin-bottom:20px;}
.mb-xxl-25,.my-xxl-25{margin-bottom:25px;}
.mb-xxl-30,.my-xxl-30{margin-bottom:30px;}
.mb-xxl-35,.my-xxl-35{margin-bottom:35px;}
.mb-xxl-40,.my-xxl-40{margin-bottom:40px;}
.mb-xxl-45,.my-xxl-45{margin-bottom:45px;}
.mb-xxl-50,.my-xxl-50{margin-bottom:50px;}
.mb-xxl-55,.my-xxl-55{margin-bottom:55px;}
.mb-xxl-60,.my-xxl-60{margin-bottom:60px;}
.mb-xxl-65,.my-xxl-65{margin-bottom:65px;}
.mb-xxl-70,.my-xxl-70{margin-bottom:70px;}
.mb-xxl-75,.my-xxl-75{margin-bottom:75px;}
.mb-xxl-80,.my-xxl-80{margin-bottom:80px;}
.mb-xxl-85,.my-xxl-85{margin-bottom:85px;}
.mb-xxl-90,.my-xxl-90{margin-bottom:90px;}
.mb-xxl-95,.my-xxl-95{margin-bottom:95px;}
.mb-xxl-100,.my-xxl-100{margin-bottom:100px;}
.mb-xxl-105,.my-xxl-105{margin-bottom:105px;}
.mb-xxl-110,.my-xxl-110{margin-bottom:110px;}
.mb-xxl-115,.my-xxl-115{margin-bottom:115px;}
.mb-xxl-120,.my-xxl-120{margin-bottom:120px;}
.mb-xxl-125,.my-xxl-125{margin-bottom:125px;}
.mb-xxl-130,.my-xxl-130{margin-bottom:130px;}
.mb-xxl-135,.my-xxl-135{margin-bottom:135px;}
.mb-xxl-140,.my-xxl-140{margin-bottom:140px;}
.mb-xxl-145,.my-xxl-145{margin-bottom:145px;}
.mb-xxl-150,.my-xxl-150{margin-bottom:150px;}

}



@media(max-width:767px){


	
	
.mobilept0,.mobilepy0{padding-top:0px;}
.mobilept5,.mobilepy5{padding-top:5px;}
.mobilept10,.mobilepy10{padding-top:10px;}
.mobilept15,.mobilepy15{padding-top:15px;}
.mobilept20,.mobilepy20{padding-top:20px;}
.mobilept25,.mobilepy25{padding-top:25px;}
.mobilept30,.mobilepy30{padding-top:30px;}
.mobilept35,.mobilepy35{padding-top:35px;}
.mobilept40,.mobilepy40{padding-top:40px;}
.mobilept45,.mobilepy45{padding-top:45px;}
.mobilept50,.mobilepy50{padding-top:50px;}
.mobilept55,.mobilepy55{padding-top:55px;}
.mobilept60,.mobilepy60{padding-top:60px;}
.mobilept65,.mobilepy65{padding-top:65px;}
.mobilept70,.mobilepy70{padding-top:70px;}
.mobilept75,.mobilepy75{padding-top:75px;}
.mobilept80,.mobilepy80{padding-top:80px;}
	
	
.mobilepb0,.mobilepy0{padding-bottom:0px;}
.mobilepb5,.mobilepy5{padding-bottom:5px;}
.mobilepb10,.mobilepy10{padding-bottom:10px;}
.mobilepb15,.mobilepy15{padding-bottom:15px;}
.mobilepb20,.mobilepy20{padding-bottom:20px;}
.mobilepb25,.mobilepy25{padding-bottom:25px;}
.mobilepb30,.mobilepy30{padding-bottom:30px;}
.mobilepb35,.mobilepy35{padding-bottom:35px;}
.mobilepb40,.mobilepy40{padding-bottom:40px;}
.mobilepb45,.mobilepy45{padding-bottom:45px;}
.mobilepb50,.mobilepy50{padding-bottom:50px;}
.mobilepb55,.mobilepy55{padding-bottom:55px;}
.mobilepb60,.mobilepy60{padding-bottom:60px;}
.mobilepb65,.mobilepy65{padding-bottom:65px;}
.mobilepb70,.mobilepy70{padding-bottom:70px;}
.mobilepb75,.mobilepy75{padding-bottom:75px;}
.mobilepb80,.mobilepy80{padding-bottom:80px;}

	
	.mw25{width:25%;}.mw33{width:33.33%;}.mw50{width:50%;}.mw100{width:100%;}

	

	/******* Text Alignments  *******/    
	.mobile-left{text-align:left}
	.mobile-center{text-align:center}
	.mobile-right{text-align:right}
	/******* Text Alignments  *******/ 


}
.baseModuleStyle{position:relative;}
 .baseModuleParent{position:relative; z-index:5}

.baseModuleOverlay{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index:3;}

.bgVideo,.bgVideoWrapper { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; background-size: cover; overflow: hidden; object-fit: cover; z-index:1;}


/* Header */

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

.headerSection { background-color: rgba(255, 255, 255, 1.0); border-bottom: 1px none #FFFFFF; }
/* Header content */
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection li,
.headerSection blockquote {
    color: #251A46;
}

header.headerSection { padding: 20px 0; padding-top:30px;position: fixed; left: 0; top: 0; width: 100%; z-index:1001; }
.headerParent { display: flex; flex-wrap: wrap; align-items: center; }
.headerLogo { width: 100px;align-self: flex-end; }
.headerNavigation { display: flex; padding-left: 10px; justify-content: flex-end; width: calc(100% - 100px); }


/* Serach Wrapper */
.headerSection .searchWrapper form { flex-direction: row-reverse; cursor: pointer; align-items: center; justify-content: center; height: 38px; border-radius: 50px; background: #F1EFEF; padding: 9px 16px; transition: all 0.3s ease-in-out; }
.headerSection .searchWrapper .hs-search-field__button { display: none; }
.headerSection .searchWrapper .hs-search-field__input {min-height:0px; background: 0 0; width: 0; border: 0; outline: 0; padding: 0; transition: width 0.4s ease, opacity 0.4s ease, padding 0.4s ease; overflow: hidden; }
.headerSection .searchWrapper .open .hs-search-field__input { width: auto; padding-left: 10px; }
.headerSection .searchWrapper .hs-search-field__suggestions-container { display: none; }
.headerSection .searchWrapper .expandButton { display: inline-block; width: 17px; height: 17px; }
/* Submenus */
.submenu{float:none;list-style:none;margin:0;padding:0;}

/* HubSpot Editor Styles */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2{visibility:hidden;}

ul.submenu.level-2 li { margin: 0; padding: 0;}
ul.submenu.level-2 li a { display: block;}

.navigation-primary input[type=checkbox] { display: none;}

/* Color // Main Navigation */

.navigation-primary .level-1 > li > a {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;; font-size: 16px; color: rgba(37, 26, 70, 1); text-transform: capitalize;
}
/* Main Navigation - Child Menus */
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;; color: rgba(37, 26, 70, 1); font-size: 16px; text-transform: none;
}

/* Header Sticky */
/* .headerSticky .headerSection{position:fixed; top:0; left:0; width:100%; animation:headerAnim 0.5s;}
header.headerSection.headerSticky { position: fixed; top: 0; left: 0; width: 100%; animation: headerAnim 0.5s;} */
@keyframes headerAnim { from {transform : translateY(-100%) } to {transform : translateY(0%)}}
/* End Header Sticky */



.headerSection .navigationParentInner .navigationLeft{width:100%;}
.headerSection .navigationParentInner .navigationRight{justify-content:flex-end;width:100%;gap:14px;}
.headerSection .navigationParent{width:100%;}
.navigation-primary .level-1 > li > a{letter-spacing:0.32px;font-weight:700;position:relative;line-height:normal;padding-bottom:4px;display: inline-flex;align-items: center;}
.megaMenuInner .leftColumn .image{padding:20px 10px;display:inline-block;margin-bottom:12px;}
.megaMenuInner .leftColumn .image img{width:159px;object-fit:cover;}
.megaMenuInner .leftColumn .heading h6{line-height:normal;}
.megaMenuInner .leftColumn .content{font-size:14px;font-weight:normal;line-height:normal;letter-spacing:0.28px;}
.megaMenuInner .leftColumn{max-width:183px;}
.megaMenuInner .rightColumn .menuwrapper{margin-left:12px;border-left:1px solid #E4DEDE;height:100%;padding:0 30px 30px;}
.navigation-primary .level-1 > li > a::before{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background-color:rgba(37, 26, 70, 1);transition:all linear .2s;}
.navigation-primary .level-1 > li:hover > a::before,
.navigation-primary .level-1 > li:focus > a::before{background-color:rgba(11, 57, 84, 1);}
.menu-arrow-icon{line-height: 0; margin-left: 8px;}
.menu-arrow-icon svg{display:inline-block;vertical-align:middle;width:12px;height:12px;}
.megaMenuInner .rightColumn .menuTitle{margin-bottom:23px;font-weight:700;}
.megaMenuInner .rightColumn .menuItem a{line-height:normal;font-size:18px;font-weight:normal;text-transform: initial;}
.megaMenuInner .rightColumn .menuItem:not(:last-child){margin-bottom:18px;}
.megaMenu .content-wrapper{padding-left:0;padding-right:0;}
.megaMenuInner .rightColumn {display: flex;width: calc(100% - 183px); position: relative;}
.headerSection .menuItem {line-height: normal;}
.navigation-primary .level-1 > li > a .dropIco{position:absolute;bottom:-14px;line-height:0;z-index:-1;left:50%;transition:all ease .3s;opacity:0;transform:translateX(-50%);}
.navigation-primary .level-1 > li:hover > a .dropIco{opacity:1;}
.navigation-primary .level-1 > li > a .dropIco svg{display:inline-block;vertical-align:middle;width:22px;height:12px;line-height:0;}
.seeAllLink{position:absolute;bottom:0;right:0;}
.seeAllLink a{display:inline-flex;align-items:center;position:relative;padding-right:25px;}
.seeAllLink svg{display:inline-block;vertical-align:middle;}
.seeAllLink .rightArrow{line-height:0;position:absolute;right:0;transition:all .5s ease;}
.seeAllLink .rightArrow.normalIco svg{width:14px;height:14px; fill: currentColor;}
.seeAllLink .rightArrow.hoverIco svg{width:18px;height:18px;stroke: currentColor;}
.seeAllLink .rightArrow.hoverIco{opacity:0;}
.seeAllLink a:hover .normalIco{opacity:0;}
.seeAllLink a:hover .hoverIco{opacity:1;}
.megaMenuInner .rightColumn .menuItem a:hover {text-decoration: underline !important;}
.mobileMegamenu{width:100%; overflow: hidden;height:100%;opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:0;transition:all .4s ease;left:0;z-index:9;}
.mobileMegamenu .backarrow{display:flex;padding:4px 12px;align-items:center;gap:10px;border-radius:50px;background-color:currentColor;width:42px;cursor:pointer;height:26px;opacity:0;pointer-events:none;}
.mobileMegamenu .backarrow svg{display:inline-block;vertical-align:middle;width:18px;height:18px;}
.expandMenu:not(.active){margin-right:17px;}
.headerSection .navigationParentInner .button.btn-small a {padding-top: 10px;padding-bottom: 10px; line-height: normal;}
.headerSection .navigationRight .secBtn a {flex-direction: row-reverse;}
.headerSection .navigationRight .secBtn a .btnIcon {margin-left: 0;margin-right: 8px;}
.headerSection .menuItem{display:flex;align-items:center;gap:4px;}
.headerSection .menuItem .submenuIco{width:14px;height:14px;display:inline-block;}
.headerSection .menuItem .submenuIco svg{width:100%;height:100%;display:inline-block;}
.menuOpen .headerOverlay{position:fixed;top:0;left:0;right:0;pointer-events:none;bottom:0;height:100%;width:100%;background-color:#251A46;z-index:6;opacity:0;}
/* .navigation-primary .submenu.level-1 > li .megaMenu {display: none !important;}
*/
.navigationParentInner {display: flex;flex-wrap: wrap;align-items: center;}

.megaMenu.orange_colortheme .megaMenuInner {border-color: #FD4F2B;position: relative;}
.megaMenu.orange_colortheme .dropIco svg path {fill: #FD4F2B;}
.megaMenu.orange_colortheme .megaMenuInner .leftColumn .heading h6 {color: #FD4F2B;}
.megaMenu.orange_colortheme .megaMenuInner .rightColumn .menuTitle {color: #FD4F2B;}
.megaMenu.orange_colortheme .seeAllLink .rightArrow.hoverIco svg{stroke:#FD4F2B;}
.megaMenu.orange_colortheme .leftColumn{ border-color: #FD4F2B;}
.submenu.level-1 > li.menuParent.orange_colortheme .dropIco svg path{ fill: #FD4F2B;}

.megaMenu.blue_colortheme .megaMenuInner {border-color: #166CE6;}
.megaMenu.blue_colortheme .dropIco svg path {fill: #166CE6;}
.megaMenu.blue_colortheme .megaMenuInner .leftColumn .heading h6 {color: #166CE6;}
.megaMenu.blue_colortheme .megaMenuInner .rightColumn .menuTitle {color: #166CE6;}
.megaMenu.blue_colortheme .seeAllLink .rightArrow.hoverIco svg{stroke:#166CE6;}
.megaMenu.blue_colortheme .leftColumn{ border-color: #166CE6;}
.submenu.level-1 > li.menuParent.blue_colortheme .dropIco svg path{ fill: #166CE6;}

.megaMenu.secondary_colortheme .megaMenuInner {border-color: #6631F5;}
.megaMenu.secondary_colortheme .dropIco svg path {fill: #6631F5;}
.megaMenu.secondary_colortheme .megaMenuInner .leftColumn .heading h6 {color: #6631F5;}
.megaMenu.secondary_colortheme .megaMenuInner .rightColumn .menuTitle {color: #6631F5;}
.megaMenu.secondary_colortheme .seeAllLink .rightArrow.hoverIco svg{stroke:#6631F5;}
.megaMenu.secondary_colortheme .leftColumn{ border-color: #6631F5;}
.submenu.level-1 > li.menuParent.secondary_colortheme .dropIco svg path{ fill: #6631F5;}

.megaMenu.primary_colortheme .megaMenuInner {border-color: #251A46;}
.megaMenu.primary_colortheme .dropIco svg path {fill:  #251A46;}
.megaMenu.primary_colortheme .megaMenuInner .leftColumn .heading h6 {color:  #251A46;}
.megaMenu.primary_colortheme .megaMenuInner .rightColumn .menuTitle {color:  #251A46;}
.megaMenu.primary_colortheme .seeAllLink .rightArrow.hoverIco svg{stroke: #251A46;}
.megaMenu.primary_colortheme .leftColumn{ border-color:  #251A46;}
.submenu.level-1 > li.menuParent.primary_colortheme .dropIco svg path{ fill:  #251A46;}

/* logout */
.logoutBox a {
    border-radius: 40px;
    border: 2px solid #251a46;
    line-height: 0;
    display: block;
    background: transparent;
}

.logoutBox svg path {
    fill: #251a46;
}

.logoutBox a span.btnIcon {
    margin: 0;
}

.logoutBox a span.btnIcon svg path {
    fill: #251a46;
    transition: all 0.3s ease;
}

.logoutBox .button a {
    background: transparent !important;
    border: solid 2px #251a46;
}

.logoutBox span.btnshape {
    display: block;
    background: #251a46;
    width: 106.5%;
    height: 256%;
    border-radius: 50%;
    position: absolute;
    left: -106.5%;
    top: -256%;
    transition: all 
        ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all 
        ease .7s;
    -o-transition: all ease .7s;
}

.logoutBox a:hover svg path {
    fill: #fff;
}
.logoutBox a:hover span.btnIcon svg path {
    fill: #fff;
    stroke: #251a46;
}

.darkHeader .logoutBox svg path {
    fill: #fff !important;
    stroke: #251a46;
}

.darkHeader .logoutBox a {
    border-color: #fff;
}
.darkHeader .navigationRight .button.gradienthover a {
    background: rgba(253, 79, 43, 1.0);
}

.darkHeader .logoutBox a:hover {
    border: solid 2px;
}

.darkHeader .logoutBox span.btnshape {
    display: block;
    background: #fff;
    width: 106.5%;
    height: 256%;
    border-radius: 50%;
    position: absolute;
    left: -106.5%;
    top: -256%;
    transition: all 
        ease .7s;
    -moz-transition: all ease .7s;
    -webkit-transition: all 
        ease .7s;
    -o-transition: all ease .7s;
}

.logoutBox .button a:hover span.btnshape {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.darkHeader .logoutBox a:hover svg path {
    fill: #251a46 !important;
    stroke: #fff !important;
}


/* logout end */




@media(min-width:992px){
    .submenu.level-1 > li.menuParent>a::after {
        content: '';
        position: absolute;
        height: 25px;
        width: 100%;
        bottom: -18px;
        left: 0;
    }
    .megaMenuInner {
        pointer-events: all;
    }
    .expandMenu {display: none;}
    .headerSection .menuItem .submenuIco{display:none;}
    .headerSection .navigationRight .firstBtn a .btnIcon {display: none; }
    .expandMenu { display: none; }
    .mobileMegamenu { display: none; }
    .mobileMegamenu .backarrow { display: none; }
    .megaMenu .content-wrapper{margin-top:14px;}
    .navigation-primary .level-1 > li:hover > a::before{width:100%;}
    .megaMenuInner .rightColumn .menuwrapper.twoColMenu .menuItemWrp { display: flex;column-gap: 60px; }

    .headerSection .submenu.level-1 > li.menuParent:last-child .megaMenuInner,
    .headerSection .submenu.level-1 > li.menuParent:nth-last-child(3) .megaMenuInner{margin-right: 0;}
    .submenu.level-1 > li.menuParent:first-child .megaMenuInner {margin-left: 0;margin-right: 0;}

    .headerSection .navigationParentInner .navigationLeft {order: 1;padding-top:20px;}
    /*     .headerOutter {height: 132px;} */

    .navigationRight,.navigationParentInner { display: flex; flex-wrap: wrap; align-items: center; } 

    /* Navigation Wrapper */
    .navigation-primary{display:inline-block;float:right;}

    /* Top Level Menu Items */
    .submenu.level-1{display:inline-block;}
    .submenu.level-1 > li{display:inline-flex;align-items:center;margin:0;padding: 0 8px;position:relative;text-transform:capitalize;}
    

    /* Active Menu Item Styles */
    .navigation-primary .submenu.level-1 > li > a.active-item{position:relative;}
    .navigation-primary .submenu.level-1 > li > a.active-item:after{background-color:#1d1d1d;bottom:-3px;content:'';height:2px;left:0;position:absolute;width:100%;}

    /* Top Level Menu Items Icon */
    .navigation-primary .level-1 > .has-submenu.active-item:after{border-color:#fff transparent transparent;}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > .has-submenu.focus:after,
    .navigation-primary .level-1 > .has-submenu.active-item:hover:after{border-color:transparent transparent #fff;border-width:0 5px 5px;}

    /* Menu Items With Children */
    .navigation-primary ul.submenu.level-2 li a{padding: 12px 15px 12px 15px;}
    .navigation-primary .submenu.level-2{ left:0; top:100% }
    .navigation-primary .submenu.level-2,.navigation-primary .submenu.level-3{ border:none; min-width:200px; opacity:0; position:absolute; z-index:2; width: 100%; visibility: hidden; -webkit-transition: opacity ease .4s; -moz-transition: opacity ease .4s; transition: opacity ease .4s; display: block; pointer-events: none; }
    .navigation-primary .submenu.level-3{top:0;}

    /* Submenu Level One Visibility */
    .navigation-primary .submenu.level-1 > li:hover .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus .submenu.level-2{left:0;opacity:1;  visibility: visible; pointer-events: inherit !important;}
    .navigation-primary .submenu.level-1 > li:hover:last-child .submenu.level-2,
    .navigation-primary .submenu.level-1 > li.focus:last-child .submenu.level-2{left:auto;right:0;}

    /* Submenu Level Two Visibility */
    .navigation-primary .submenu.level-2 > li .submenu.level-3{left:100%;}
    .navigation-primary .submenu.level-2 > li:hover .submenu.level-3,
    .navigation-primary .submenu.level-2 > li.focus .submenu.level-3{opacity:1;visibility: visible; pointer-events: inherit !important;}

    /* prettier-ignore */
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
    .navigation-primary .submenu.level-1 > li:last-child .submenu.level-2 .menu-item.focus .submenu.level-3{left:auto;right:100%;}

    .navigationParent,.navigation-primary .submenu{ display: block !important;}

    /*   Theme Color   */

    /* Main Navigation */
    .navigation-primary .level-1 > .has-submenu:after { border-color: rgba(37, 26, 70, 1) transparent transparent transparent; }
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus { background-color: rgba(37, 26, 70, 0.0); }
    .navigation-primary .level-1 > li:hover > a,
    .navigation-primary .level-1 > li:focus > a { color: rgba(11, 57, 84, 1);}
    .navigation-primary .level-1 > .has-submenu:hover:after,
    .navigation-primary .level-1 > .has-submenu:focus:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:hover:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:focus:after { border-color: transparent transparent rgba(11, 57, 84, 1) transparent; }
    .navigation-primary .level-1 > li:active { background-color: rgba(37, 26, 70, 0.0); }
    .navigation-primary .level-1 > li:active > a { color: rgba(11, 57, 84, 1); }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(11, 57, 84, 1) transparent; }

    .navigation-primary .level-1 > li.active-item { background-color: rgba(37, 26, 70, 0.0); }
    .navigation-primary .level-1 > li.active-item > a { color: rgba(11, 57, 84, 1); }
    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: font-family: "CircularStd", sans-serif; font-style: normal; font-weight: 500; text-decoration: none; transparent transparent transparent; }
    .navigation-primary .submenu.level-1 > li > a.active-item:after { background-color: rgba(11, 57, 84, 1);}

    /* Main Navigation - Child Menus */
    .navigation-primary .submenu:not(.level-1) { background-color: rgba(255, 255, 255, 1.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus  > a { background-color: rgba(0, 193, 92, 0.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
    .navigation-primary .submenu:not(.level-1) .menu-item:focus > a {  color: rgba(37, 26, 70, 1); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active { background-color: rgba(0, 193, 92, 0.0); }
    .navigation-primary .submenu:not(.level-1) .menu-item:active > a {  color: rgba(37, 26, 70, 1); }
}



@media(min-width:1200px){
    .headerLogo { width: 130px; }
    .headerNavigation { width: calc(100% - 130px); padding-left: 15px; }
    .submenu.level-1 > li{padding: 0 15px;position:relative;text-transform:capitalize;}
    
    .submenu.level-1 > li.menuParent:first-child .megaMenuInner {margin-left: 18%;margin-right: 0;}
}



@media(max-width:991px){
    .menuOpen .headerOverlay {opacity: 0.9;}
    header.headerSection { padding: 15px 0; }

    header.headerSection.isMegaMenuEnable {padding-top: 45px;padding-bottom: 12px; border-bottom: 1px solid #E4DEDE;}
    /*-=-=-=-  Expand Menu   -=-=-=*/  
    /*     .headerOutter {height: 104px;} */
    /*-=-=-=-  Expand Menu   -=-=-=*/
    .expandMenu {width: 46px; height: 46px; display: block; cursor: pointer; padding: 0; position: relative; top: 0; right: 0; z-index:999;line-height:0;align-content: center; }
    .expandMenu i { position: relative; width: 30px; top: 8px; left: 0; border-radius: 5px; height: 4px; opacity: 1; display: block; background-color: #251A46; margin: 6px auto; transition: all ease .3s; -webkit-transition: all ease .3s; -moz-transition: all ease .3s; }
    .expandMenu i:first-child { margin-top: 0; }
    .expandMenu.active i:first-child { transform: rotate(135deg); -webkit-transform: rotate(135deg); top: 18px; position: relative;}
    .expandMenu.active i:nth-child(2) { position: relative; left: -46px; opacity: 0;}
    .expandMenu.active i:last-child { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); top: -2px; position: relative;}

    /*-=-=-=- Mobile Submenu Icon -=-=-=*/
    /*     .childExpand { position: absolute; top: 5px; z-index: 999; display: inline-block; right: 22px; width: 36px; text-align: center; height: 36px; margin: 0; padding: 5px; cursor: pointer; }
    .childExpand i { position:relative; width: 18px; left:0; height: 1px; opacity:1; display: block; background: rgba(37, 26, 70, 1); top:5px; margin: 8px auto; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; }
    .childExpand i + i { position: relative; transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); top: -4px; }
    .childExpand.open i { transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); }
    .childExpand.open i+i { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
    */

    /*-=-=-=-  Header Section   -=-=-=*/
    .navigationParent { position: absolute; left: 0; top: 100%; width: 100%; display:none; }
    .navigation-primary .submenu:not(.level-1),.navigation-primary .megaMenu { display: none;}
    .navigation-primary .submenu.level-1 > li { margin: 0; padding: 0; } 
    .navigation-primary .submenu.level-1 > li > a { display: inline-block; }
    
    /*-=-=-=-  Second Level   -=-=-=*/
    .navigation-primary .menu-item { position: relative; }
    .navigation-primary ul.submenu.level-2 > li > a{padding: 12px 15px 12px 25px;}
    .navigation-primary ul.submenu.level-3 > li > a{padding: 12px 15px 12px 35px;}

    /*-=-=-=-  End Header Section   -=-=-=*/

    /*   Button   */
    .navigationRight { padding-top:54px ; display: flex; flex-wrap: wrap; }



    /*   Color   */
    .navigationParent{background-color:rgba(255, 255, 255, 1.0);border-radius: 0 0 50px 50px;}
    .navigation-primary .level-1 > li > a { color: rgba(37, 26, 70, 1);}
    .navigation-primary .has-submenu.activeMenu > a,
    .menu-item a:hover { background-color:rgba(0, 193, 92, 0.0);}


    html.menuOpen{overflow:hidden;}
    .headerSection .navigationParentInner .navigationRight{justify-content:center;}
    .navigation-primary .submenu.level-1 > li:not(:last-child){padding-bottom:30px;}
    .navigation-primary .level-1 > li > a:hover::before{width:100%;}
    .headerSection .navigationParent .navigationParentInner{padding:0 26px;padding-top:3px;padding-bottom:52px;max-height:calc(100vh - 104px);overflow:auto;}
    header.headerSection .headerSectionInner>.content-wrapper{max-width:100%;padding:0 26px;}
    .megaMenu .megaMenuInner .mega-menu-box{display:block;}
    .megaMenuInner .rightColumn .menuwrapper{margin-left:0;border-left:none;padding:0;}
    .megaMenuInner .leftColumn{max-width:100%;border-radius:30px;border:1px solid currentColor;background:#FFF;box-shadow:0 4px 4px 0 rgba(0,0,0,0.25);padding:20px;margin-bottom:24px;}
    .megaMenuInner .leftColumn .image{margin-left:auto;text-align:center;margin-right:auto;display:block;}
    .menuOpen .headerLogo{opacity:0;pointer-events:none;}
    .megaMenuInner .rightColumn{width:100%;display:block;padding-left:18px;padding-right:18px;padding-bottom:50px;}
    .seeAllLink{right:18px;text-align:right;}
    .childExpand{position:absolute;height:20px;width:20px;top:3px;left:auto;margin-left:-16px;cursor:pointer;z-index:9;}
    .headerParent{justify-content:space-between;}
    .headerNavigation{width:100%;padding-left:0;}
    .megaMenu .content-wrapper{max-width:100%;}
    .megaMenu .megaMenuInner{max-width:100%!important;}
    .mobileMegamenu .megaMenu{position:absolute;top:100%;left:0;padding-left:26px; padding-bottom: 43px;z-index: 9;right:0;padding-right:26px;display:block;background-color:rgba(255, 255, 255, 1.0);transform:translateX(100%);border-radius:0 0 50px 50px;transition:all .3s ease;max-height:calc(100vh - 104px);overflow-y:auto;}
    .navigation-primary .submenu.level-1 > li .megaMenu{display:none!important;}
    .mobileMegamenu.hasActiveMenu{display:block;opacity:1;visibility:visible;pointer-events:auto;overflow: visible;}
    .mobileMegamenu.hasActiveMenu .megaMenu.activeMega{transform:none;}
    header.headerSection.megaMenuOpen .backarrow{opacity:1;pointer-events:auto;}
    .mobileMegamenu.hasActiveMenu .topMegaCol{transform:none;}
    .mobileMegamenu .topMegaCol{padding:52px 26px 12px;transition:all .3s ease;transform:translateX(100%);display:flex;align-items:center;justify-content:space-between;}
    header.headerSection.megaMenuOpen .expandMenu{opacity:0;pointer-events:none;}
    .mobileMegamenu .topMegaCol .childExpandIcon{line-height:0;cursor:pointer;}
    .mobileMegamenu .topMegaCol .childExpandIcon{width:34px;height:34px;display:inline-block;vertical-align:middle;}
    .expandMenu svg{display:inline-block;vertical-align:middle;}
    .expandMenu>span{display:block;text-align:right;}
    .expandMenu .closeico{display:none;}
    .expandMenu.active .closeico{display:block;}
    .expandMenu.active .normalico{display:none;}
    .megaMenuInner .rightColumn .menuwrapper:not(:first-child){border-top:1px solid #E4DEDE;padding-top:23px;margin-top:24px;}
    .megaMenuInner .rightColumn .menuTitle{font-size:30px;}
    .megaMenuInner .rightColumn .menuItemOuter:not(:last-child){margin-bottom:18px;}
    .navigation-primary .level-1 > li > a .dropIco { display: none;}
    .headerSection .navigationRight .secBtn a .btnIcon { display: none; }
    .seeAllLink .rightArrow.normalIco {
        opacity: 0;
    }
    .seeAllLink .rightArrow.hoverIco {
        opacity: 1;
    }
}

@media (max-width:375px){
    .megaMenuInner .rightColumn{padding-left:0;padding-right:0;}
    .mobileMegamenu .megaMenu{padding-left:20px;padding-right:20px;}
    .mobileMegamenu .topMegaCol{padding-left:20px;padding-right:20px;}
    header.headerSection .headerSectionInner>.content-wrapper{padding:0 20px;}
    .headerSection .navigationParent .navigationParentInner{padding-left:20px;padding-right:20px;}
}



/* Footer Top Section */


@media (max-width: 767px) {

}