@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');@font-face {
    font-family: 'Codec Pro';
    src: url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/CodecPro-Regular.woff2') format('woff2'),
        url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/CodecPro-Regular.woff') format('woff'),
        url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/CodecPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/Codec-Pro-Bold.eot') format('eot'),
        url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/Codec-Pro-Bold.woff') format('woff'),
        url('https://www.carbonfact.com/hubfs/carbon_fact_2025/Fonts/Codec-Pro-Bold.ttf') format('truetype');
    font-weight: 500;
    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(true == true){}if(true == true){}if(true == true){}if(true == true){}if(true == true){}




/* 1e. Buttons */

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

/* Primary Button *//* End primary Button *//* Secondary Button *//* End Secondary 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 ;
  }
}

.dnd-section > .row-fluid { margin: 0 auto;}
.content-wrapper { margin: 0 auto; width:100%;padding: 0 15px;  }
.wrapping-left .row {
    margin-left: 0;
}


@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);}
  .content-wrapper { padding: 0 15px; }
  .dnd-section .dnd-column { padding: 0 15px;}
} 
@media screen and (min-width: 1200px) {

  .wrapping-left {padding-left: calc(calc(100% + 15px - 1302px)/2);}
  .wrapping-right {padding-right: calc(calc(100% + 15px - 1302px)/2);}
  .content-wrapper { padding: 0 15px; max-width: 1302px; }
  .dnd-section .dnd-column { padding: 0 15px; }



}




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



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

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */

@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/slick.eot);src:url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/slick.eot?#iefix) format('embedded-opentype'),url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/slick.woff) format('woff'),url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/slick.ttf) format('truetype'),url(//26616759.fs1.hubspotusercontent-eu1.net/hubfs/26616759/raw_assets/public/carbon_fact_2025_theme/fonts/slick/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/*# sourceMappingURL=slick-theme.min.css.map */




/*****************************
Slick slider
****************************  */

.slick-dotted.slick-slider { margin-bottom: 0}
.slick-dots { bottom: 0px; z-index:1; margin:0; padding:0;}
.slick-dots li { width: 16px;height: 16px; vertical-align: middle; border-radius: 50%; margin:0 3px;}
.slick-dots li button { width: 16px; height: 16px; padding: 8px 0; border-radius: 50%}
.slick-dots li button:before { width: 16px; height: 16px; line-height: 16px; content: ''; border-radius: 50%; opacity: 1}
.slick-dots li button:before { background-color: #DBF2FF; }
.slick-dots li.slick-active button:before { background-color: rgba(75, 255, 125,1); opacity: 1}
.slick-dots li button:before,.slick-dots li button:before { transition: all ease .4s; -weblit-transition: all ease .4s}
.slick-dots li button:focus:before,.slick-dots li button:hover:before {opacity: 1; background-color: rgba(75, 255, 125,1); transition: all ease .4s; -weblit-transition: all ease .4s}

/* 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: 40px; position: relative; background-color:#fff; width:95%;}
.popupiframeStyleinner {overflow: hidden;}
.popupiframeStyle.ctaIframe { width: 0; height: 0; padding: 0; visibility: hidden; max-width: max-content; }
.popupInlineOn .popupiframeStyle.ctaIframe { width: auto; height: auto; visibility: visible; padding: 40px; }


@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;}
    .popupInlineOn .popupiframeStyle.ctaIframe { padding: 20px; }
    .popupiframeStyle { padding: 20px; }
}




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: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: #ffffff;
    color:#4C4C4C;letter-spacing:0em;;
    font-size: 16px;
    line-height: 1.625;
    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: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #4C4C4C;
    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: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #3C4147;
}
a:active {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #8c9197;
}
a.button:disabled {
    background-color: #F1F1F1;
}
/* Headings */
h1 {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    margin:0;
    padding:0;
}
/* Headings */
h2,
h3,
h4,
h5,
h6 {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
    color: #4C4C4C;
    margin:0;
    padding:0;
    font-weight: 700;
}

.hs,.hb {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    margin:0;
    padding:0;
}
/* Lists */
h6 {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;;
}

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 #060606;
    padding-left: 1.5rem;
}

/* Horizontal Rules */

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


/* Code Blocks */

code {
    vertical-align: bottom;
}

strong {
    font-weight: 500;
}

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

.clearfix {
    display: block
}

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

p { margin: 0;}
*+h1, *+h2 { margin-top: 20px;}
*+h3, *+h4 { margin-top: 20px;}
*+h5, *+h6 { margin-top: 20px;}
*+p { margin-top: 20px;}
h5+p,.h5 + p { margin-top: 12px;}

.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: #060606;}
.secondaryBgColor{background-color: #4C4C4C;}
.tertiaryBgColor{background-color: #3C4147;}
.quaternaryBgColor{background-color: #000000;}
.quinaryBgColor{background-color: #FFFFFF;}
.senaryBgColor{background-color: ;}
.bodyBgColor{background-color: #ffffff;}

.primaryColor,.allprimaryColor * {color: #060606;}
.secondaryColor,.allsecondaryColor * {color: #4C4C4C;}
.tertiaryColor,.alltertiaryColor * {color: #3C4147;}
.quaternaryColor,.allquaternaryColor *{color: #000000;}
.quinaryColor,.allquinaryColor *{color: #FFFFFF;}
.senaryColor,.allsenaryColor *{color: ;}
.bodyColor,.allbodyColor *{color: #ffffff;}

.d-none{display:none;}

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


.font18{
    font-size:16px;
    line-height:1.56;
}

.font20{
    font-size:18px;
    line-height:1.5;
}



@media(min-width:992px){


    h1,.h1{font-size:64px;line-height:1.16;}
    h2,.h2{font-size:45px;line-height:1.22;}
    h3,.h3{font-size:40px;line-height:1.25;}
    h4,.h4{font-size:24px;line-height:1.42;}
    h5,.h5{font-size:20px;line-height:1.50;}
    h6,.h6{font-size:18px;line-height:1.40;}

    .font18{
        font-size:18px;
    }

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


@media(min-width: 1200px){
    *+h1, *+h2 { margin-top: 20px;}
    *+h3, *+h4 { margin-top: 20px;}
    *+h5, *+h6 { margin-top: 20px;}
    h1+p { margin-top: 20px;}
    *+p { margin-top: 22px;}
    h5+p,.h5 + p { margin-top: 12px;}


    body{font-size:16px;}

    h1, .h1 { font-size: 64px; }
    .midHeading h1,h2,.h2 { font-size: 45px; }
    h3,.h3 { font-size: 40px; }
    h4,.h4 { font-size: 24px; }
    h5,.h5 { font-size: 20px; }
    h6,.h6 { font-size: 18px; }
    .hs {font-size: 44px;line-height: 1;}
    .hb {font-size: 56px;line-height: 1;}
    .font14 { font-size: 14px; line-height: 1;}
    .font18{font-size:18px;}
    .font16 { font-size: 16px; line-height: 1.5;}
    .font20{font-size:20px;}
    .font24 { font-size: 18px; line-height: 24px;}
    .font22 { font-size: 16px; line-height: 20px;}
    .font30 { font-size: 22px; line-height: 30px;}
    .fontlg, .fontlg > a{font-size:18px !important; font-weight:500; line-height:1.28;}
    .fontxs, .fontxs > a{font-size:12px; font-weight:400; line-height:1.17;}
}


/* Tablet Device */
@media(max-width:1199px){
    
    
    
    h1,.h1{font-size:55px;line-height:1.27;}
    .midHeading h1,h2,.h2{font-size:40px;line-height:1.25;}
    h3,.h3{font-size:35px;line-height:1.14;}
    h4,.h4{font-size:24px;line-height:1.42;}
    h5,.h5{font-size:20px;line-height:1.50;}
    h6,.h6{font-size:16px;line-height:1.40;}

    .fontlg,  .fontlg > a{font-size:18px !important; font-weight:500; line-height:1.28;}
    .fontxs,  .fontxs > a{font-size:12px; font-weight:400; line-height:1.17;}

}

/* Mobile Device */
@media(max-width:767px){
    
    
    
    h1,.mh1,.h1{font-size:36px;line-height:1.22;}
    .midHeading h1,h2,.mh2,.h2{font-size:30px;line-height:1.27;}
    h3,.mh3,.h3{font-size:26px;line-height:1.23;}
    h4,.mh4,.h4{font-size:18px;line-height:1.56;}
    h5,.mh5,.h5{font-size:18px;line-height:1.56;}
    h6,.mh6,.h6{font-size:16px;line-height:1.40;}



    .hs {font-size: 30px;line-height: 1;}
    .hb {font-size: 32px;line-height: 1;}

    *+h1, *+h2 { margin-top: 16px;}
    *+h3, *+h4 { margin-top: 16px;}
    *+h5, *+h6 { margin-top: 16px;}
    h1+p { margin-top: 16px;}
    h5+p,.h5 + p {margin-top: 8px;}

}






/* Primary Button */
button,
a.button,.button a,
a.hs-button, .cta_button{
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: rgba(46, 78, 157, 1.0);
    border: 1px solid #2E4E9D;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    font-size: 16px;
    padding: 15px 24px;
    text-transform: none;
    align-items: center;
    cursor: pointer;
    font-weight : 500;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    text-align: left; 
    position: relative; 
    letter-spacing: 0;
    line-height: 1.1;
}

.button.button--play .playIcon {
    display: block;
    width: 16px;
    object-fit: contain;
    transition: all ease .3s;
    margin-left: 5px;
}
.button.button--play .playIcon img {
    width: 100%;
}

.button.button--play a:hover .playIcon {
    transform: translateX(5px);
}


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: #D0D0D0 !important;
    border-color: #D0D0D0 !important;
    color: #F1F1F1 !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: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: rgba(50, 115, 211, 1.0);
    border: 1px solid #3273D3;
    color: rgba(255, 255, 255, 1.0);
    font-weight : 500;
}
/* .button a:focus svg path, .button a:active svg path, .button a:hover svg path {outline: none;} */
.button.button--secondary a svg path {fill: rgba(255, 255, 255, 1.0); outline: none; }


/* End Primary Button */


/* Secondary Button */
.button.button--secondary a,
a.button.button--secondary {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: rgba(0, 0, 0, 1.0);
    border: 1px solid #4C4C4C;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 15px 24px;
    font-weight : 500;
    text-transform: none; text-align: center;
}

.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 {
    
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #060606;
    color: rgba(0, 0, 0, 1.0);
    fill: rgba(0, 0, 0, 1.0);
}

.button.button--secondary a:active,
a.button.button--secondary:active {
    
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid #060606;
    border-color: #565656;
    color: rgba(0, 0, 0, 1.0);
    fill: #505050;
}
/* End Secondary Button */

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





/* 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: 14px 25px;
}
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: 20px 30px;
}

a.button svg, .button a svg {margin-left: 8px; width: 24px; height: 14px; transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s;}
/* .button.button--simple svg {margin-left: 12px; width: 34px; height: 19px;} */
.button.button--simple svg {position: absolute; width: 34px; height: 19px; right: 0; transition: all ease .3s; -moz-transition: all ease .3s; -webkit-transition: all ease .3s; -o-transition: all ease .3s; }
.button.button--simple a:hover svg,
a.button.button--simple:hover svg {
    right: -2px;
}

.button.button--play .playIcon svg path,
.button.button--play .playIcon svg circle {
    stroke: currentColor;
}



@media(min-width: 1200px){
    .button.button--simple svg {width: 34px; height: 19px;}

    button,
    a.button,.button a,
    a.hs-button, .cta_button{
        border-radius: 6px;
        font-size: 16px; 
        padding: 15px 24px;
    }
    .button.button--secondary a,
    a.button.button--secondary {
        border-radius: 6px;
        font-size: 16px; 
        padding: 15px 24px;
    }

    .button.button--simple a,a.button.button--simple{ font-size: 16px; }

    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: 14px 25px;
    }

    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 {
        border-radius: 6px;
        font-size: 18px;
        padding: 20px 30px;
    }

    

    a.button svg, .button a svg {margin-left: 8px; width: 24px; height: 14px;}
    .button.button--simple a:hover svg,
    a.button.button--simple:hover svg {
        right: -2px;
    }

    .button.button--play .playIcon { width: 16px; margin-left:5px; }
    .button.button--play a:hover .playIcon { transform: translateX(5px); }
}



@media(max-width: 1199px) {
    button, a.button, .button a,
    a.hs-button, .cta_button,
    .button.button--secondary a,
    a.button.button--secondary,
    .buttonStyleSmall a,
    .buttonStyleTwo .button a,
    .button.button--secondary a, a.button.button--secondary{
        font-size: 16px;
        padding: 16px 24px; 
    }
    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: 12px 15px;
    }
    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: 18px 25px;
    }
}

@media (max-width:767px){
    [data-hsfc-id=Renderer] .hsfc-Button {
        padding: 20px !important;
    }
}

@media(max-width: 480px) {
    button, a.button, .button a, a.hs-button, .cta_button {
        display: block;
        text-align: center;
    }
    .button.button--play .playIcon {
        display: inline-block;
        vertical-align: middle;
    }
}


/* Base */

form { max-width: 100%; }
.hs-form-field { position: relative; }

/* Form Title */
.form-title { margin: 0; }
.form-title:empty { display: none;}
/* .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: 0px; text-align: left; width: auto; z-index: 1; }
fieldset.form-columns-1 .hs-input.hs-fieldtype-intl-phone {
    width: 100% !important;
}
/* Inputs */
.input { position: relative; }
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; border: none; padding:0;    background-color: transparent; }
select::-ms-expand {
    display: none;
}

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: #005B81;    outline: none;
}

fieldset { max-width: 100% !important; }
/* Inputs - Checkbox/Radio */
.inputs-list { list-style: none; margin: 0; padding: 0; }
.inputs-list > li { display: block; margin: 3px 0 0; padding: 0; width: 100%; font-size: 12px; }
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: #D63E46 !important; }
.hs-error-msg { margin-top: 0.375rem; }

/* Submit */
form input[type='submit'],
form .hs-button { cursor: pointer; font-weight: 700; display: inline-block; letter-spacing: 0; margin: 16px 0 0; text-align: center; transition: all 0.15s linear; white-space: normal; width: auto; line-height: 1.27; }

/* Captcha */
.grecaptcha-badge { margin: 0 auto; }








.hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
    background-color: rgba(241, 241, 241, 0.0);
    border: px none #F1F1F1;
    border-radius: 0px;
    padding: 0.0px 0.0px; 
    display: block;
}
.formResetStyling .hs_cos_wrapper_type_form { padding: 0; border: none; background-color: transparent; border-radius: 0; }

form {
    max-width: 100%;
    width: 100%;
    float: none !important;
    position: relative;

}


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

/* Form Title */

.form-title {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    
    
    
    color: #060606;
    font-size: 40px;
    
    text-transform: none;
    padding-bottom: 45px;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    font-size: 14px;
    padding: 6px 0px;
    line-height: 1.35;
}

/* Help Text - Legends */

.hs-form-field legend {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #4C4C4C;
    line-height: 1.5;
    font-size: 12px;
}

/* Inputs */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
select,
textarea {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    font-size: 16px;
    line-height: 1.22;
    background-color: rgba(247, 248, 248, 1.0);
    border : 1px solid #C7D4DB;
    border-radius: 6px;
    padding: 15px 24px;
}
::-webkit-input-placeholder { color: #989B9D;}
::-moz-placeholder { color: #989B9D;}
:-ms-input-placeholder { color: #989B9D;}
:-moz-placeholder { color: #989B9D;}

::placeholder {  color: #989B9D;font-weight:500;}

/* 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: Inter, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #060606;
    font-size: 12px;
}

/* Inputs - Datepicker */
.fn-date-picker td.is-today .pika-button { color: #4C4C4C;}
.hs-datepicker .is-selected button.pika-button { background-color: #4C4C4C; }
.hs-datepicker button.pika-button:hover { background-color: #060606 !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: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    font-size: 12px;
    line-height:1.16;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    color: #060606;
    font-size: 12px;
    line-height: 1.3;
}

/* Validation */

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

.hs-error-msg, .hs_error_rollup {
    color: #EF6B51;
}
form .hs_error_rollup li font {color: #EF6B51;}





form input[type='submit'],
form .hs-button {
    primary;
    background-color: rgba(46, 78, 157, 1.0);
    border: 1px solid #2E4E9D;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1.0);
    fill: rgba(255, 255, 255, 1.0);
    padding: 15px 24px;
    font-weight : 500;
    text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: rgba(50, 115, 211, 1.0);
    border: 1px solid #3273D3;
    color: rgba(255, 255, 255, 1.0); 
    font-weight : 500;
    border-color: rgba(50, 115, 211, 1);
}

form input[type='submit']:active,
form .hs-button:active {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;;
    background-color: rgba(130, 195, 255, 100);
    border: 1px solid #3273D3;
    border-color: #82c3ff;
    font-weight : 500;
}





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



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




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 -10px!important;max-width:initial!important;float:none!important;}
form .form-columns-3 >div,form .form-columns-2>div{margin-left:10px!important;margin-right:10px!important;}
form .form-columns-3 >div{width:calc(33.33% - 20px)!important;}
form .form-columns-2>div{width:calc(50% - 20px)!important;}
.input { margin: 0 !important;}



ul.inputs-list.multi-container { margin-top: 10px;}
/* 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 #060606;position:absolute;left:0;top:2px;}
.hs-form-radio label.hs-form-radio-display input:checked+span:before{background-color:#060606;}
.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: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 #060606;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:#060606;}
.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: 9px; }

form .hs-fieldtype-select.field .input {position: relative; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"%3E%3Cpath d="M11.5326 1.53061L6.53255 6.53061C6.46287 6.60053 6.38008 6.65601 6.28892 6.69386C6.19775 6.73172 6.10001 6.7512 6.0013 6.7512C5.90259 6.7512 5.80485 6.73172 5.71369 6.69386C5.62252 6.65601 5.53973 6.60053 5.47005 6.53061L0.470051 1.53061C0.329155 1.38972 0.25 1.19862 0.25 0.999362C0.25 0.800105 0.329155 0.609009 0.470051 0.468112C0.610947 0.327216 0.802044 0.248062 1.0013 0.248062C1.20056 0.248062 1.39165 0.327216 1.53255 0.468112L6.00193 4.93749L10.4713 0.467488C10.6122 0.326592 10.8033 0.247437 11.0026 0.247437C11.2018 0.247437 11.3929 0.326592 11.5338 0.467488C11.6747 0.608384 11.7539 0.79948 11.7539 0.998738C11.7539 1.198 11.6747 1.38909 11.5338 1.52999L11.5326 1.53061Z" fill="%236A205F"/%3E%3C/svg%3E'); background-repeat: no-repeat; background-size: 15px; background-position: center right;}
/* form .hs-fieldtype-select.field .input::after {content: ""; position: absolute; z-index: 9; right: 28px; top: 50%;transform: translateY(-50%);background-repeat: no-repeat; background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"%3E%3Cpath d="M11.5326 1.53061L6.53255 6.53061C6.46287 6.60053 6.38008 6.65601 6.28892 6.69386C6.19775 6.73172 6.10001 6.7512 6.0013 6.7512C5.90259 6.7512 5.80485 6.73172 5.71369 6.69386C5.62252 6.65601 5.53973 6.60053 5.47005 6.53061L0.470051 1.53061C0.329155 1.38972 0.25 1.19862 0.25 0.999362C0.25 0.800105 0.329155 0.609009 0.470051 0.468112C0.610947 0.327216 0.802044 0.248062 1.0013 0.248062C1.20056 0.248062 1.39165 0.327216 1.53255 0.468112L6.00193 4.93749L10.4713 0.467488C10.6122 0.326592 10.8033 0.247437 11.0026 0.247437C11.2018 0.247437 11.3929 0.326592 11.5338 0.467488C11.6747 0.608384 11.7539 0.79948 11.7539 0.998738C11.7539 1.198 11.6747 1.38909 11.5338 1.52999L11.5326 1.53061Z" fill="%236A205F"/%3E%3C/svg%3E');width: 18px; height: 12px; background-size: 100%; } */

.hs-form-field > label, .inputs-list > li { padding-left: 0; }
.hs-form-field > label span + span {margin-left: 3px;}

ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 10px;
    text-align: left;
}

ul.no-list.hs-error-msgs.inputs-list li {
    margin: 0;
    padding: 0;
}
.body-container-wrapper ul.inputs-list {
    padding-left: 0;
    margin-top: 0;
}

.hs_error_rollup {
    display: none;
}



@media(min-width: 1200px){
    /*     .hs-form-field > label {margin-bottom: 0.4688vw;} */
    .inputs-list > li { margin: 7px 0 0; font-size: 12px; }
    form input[type='submit'], form .hs-button { margin: 14px 0 0; }
    form input[type='submit']:after,
    form .hs-button:after {
        bottom: -1px;
        height: 1px;
    }

    form input[type='submit']:hover:after,
    form input[type='submit']:focus:after,
    form input[type='submit']:active:after,
    form .hs-button:hover:after,
    form .hs-button:focus:after,
    form .hs-button:active:after {
        bottom: -1px;
        height: 1px;
    }

    .hs-search-field__input { padding: 10px; }
    form .form-columns-3,form .form-columns-2{margin:0 -11px !important;}
    form .form-columns-3 >div,form .form-columns-2>div{margin-left:11px !important;margin-right:11px !important;}
    form .form-columns-3 >div{width:calc(33.33% - 22px)!important;}
    form .form-columns-2>div{width:calc(50% - 22px)!important;}

    ul.inputs-list.multi-container { margin-top: 10px;}
    .hs-form-radio label.hs-form-radio-display input+span{padding-left:23px;}
    .hs-form-radio label.hs-form-radio-display input+span:before{width:17px;height:17px;margin-right:13px;border:0.994px solid #060606;top:0;}

    .hs-form-radio label.hs-form-radio-display input:checked+span:after{left:2.88px;width:11.434px;height:11.434px;top:2.88px;}

    .hs-form-checkbox label.hs-form-checkbox-display input+span,
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span{padding-left:21.6px;}

    .hs-form-checkbox label.hs-form-checkbox-display input+span:before,
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{border: 0.994px solid #060606;}
    .hs-form-checkbox label.hs-form-checkbox-display input+span:before{top:0;width: 15.235px; height: 15.235px;}

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

    .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after,
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after{left: 5.328px; width: 5.76px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0;}
    .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after{top: 1.584px;}
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { width:4.003px; height: 8.006px; left: 4.608px; top: 2.448px;}
    .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span { font-size: 146.002px; }
    .legal-consent-container > div { margin-bottom: 10px; }
    /*     form .hs-fieldtype-select.field .input::after {right: 0.05vw;width: 1.25vw;height: 0.834vw;} */

    .hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
        border-radius: 0px;
        padding: 0px 0px;
    }
    .hs-form-field { margin-bottom: 24px;}
    .form-title {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 40px;
        padding: 10px 0px;
        padding-bottom: 45px;
    }
    .hs-form-field > label,
    .hs-form-field > label span {
        font-size: 14px;
        padding: 6px 0px;
        padding-top: 0;
    }
    .hs-form-field legend {
        font-size: 12px;
    }
    input[type='text'],
    input[type='email'],
    input[type='password'],
    input[type='tel'],
    input[type='number'],
    select,
    textarea{font-size: 16px;
        border-radius: 6px;
        padding: 15px 24px; 
    }
    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-size: 12px;
    }
    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-size: 12px;
    }
    .legal-consent-container,
    .legal-consent-container .hs-richtext,
    .legal-consent-container .hs-richtext p {
        font-size: 12px;
    }

    
    form input[type='submit'],
    form .hs-button {
        border-radius: 6px;
        padding: 15px 24px;
    }
    

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

    

    /* .hs-form-field > label, .inputs-list > li { padding-left: 1.94vw; } */
    .hs-form-field > label span + span {margin-left: 3px;}
}

@media(max-width: 1199px){
    .hs_cos_wrapper_type_form, .formReStyling, .systems-page form {
        padding: 0px 0.0px; 
    }
    .form-title {padding: 50px 30px 20px;}

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

@media(max-width: 767px){
    form .form-columns-2>div,form .form-columns-3>div { width: 100% !important; }
    /* .form-title {padding: 60px 20px 20px;} */
    /* form {padding: 30px 20px 60px;} */
    .form-title {font-size: 28px;}
    input[type='text'], input[type='email'], input[type='password'], input[type='tel'], input[type='number'], select, textarea {font-size: 15px;}
}


@media(max-width: 480px){
    form input[type='submit'],
    form .hs-button{display:block;text-align:center;width:100%;}
    .hs-submit{width:100%;}
    .hs-form-field{width:100%;}
}
/* 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-"], [class*="col-sm-"], [class*="col-md-"], [class*="col-lg-"], [class*="col-xl-"], [class*="col-xxl-"] { 
    position: relative; width: 100%; padding-right: 15px; padding-left: 15px; 
}




.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-10{margin-left:-10px; margin-right:-10px;}
.mx-15{margin-left:-15px; margin-right:-15px}
.mx-20{margin-left:-15px; margin-right:-15px}




.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;}
.pt125,.py125{padding-top:125px;}
.pt130,.py130{padding-top:130px;}
.pt135,.py135{padding-top:135px;}
.pt140,.py140{padding-top:140px;}
.pt145,.py145{padding-top:145px;}
.pt150,.py150{padding-top:150px;}
.pt155,.py155{padding-top:155px;}
.pt160,.py160{padding-top:160px;}
.pt165,.py165{padding-top:165px;}
.pt170,.py170{padding-top:170px;}
.pt175,.py175{padding-top:175px;}
.pt180,.py180{padding-top:180px;}
.pt185,.py185{padding-top:185px;}
.pt190,.py190{padding-top:190px;}
.pt195,.py195{padding-top:195px;}
.pt200,.py200{padding-top:200px;}

.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;}
.pb125,.py125{padding-bottom:125px;}
.pb130,.py130{padding-bottom:130px;}
.pb135,.py135{padding-bottom:135px;}
.pb140,.py140{padding-bottom:140px;}
.pb145,.py145{padding-bottom:145px;}
.pb150,.py150{padding-bottom:150px;}
.pb155,.py155{padding-bottom:155px;}
.pb160,.py160{padding-bottom:160px;}
.pb165,.py165{padding-bottom:165px;}
.pb170,.py170{padding-bottom:170px;}
.pb175,.py175{padding-bottom:175px;}
.pb180,.py180{padding-bottom:180px;}
.pb185,.py185{padding-bottom:185px;}
.pb190,.py190{padding-bottom:190px;}
.pb195,.py195{padding-bottom:195px;}
.pb200,.py200{padding-bottom:200px;}

.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;}


.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;}
.pt-md-125,.py-md-125{padding-top:125px;}
.pt-md-130,.py-md-130{padding-top:130px;}
.pt-md-135,.py-md-135{padding-top:135px;}
.pt-md-140,.py-md-140{padding-top:140px;}
.pt-md-145,.py-md-145{padding-top:145px;}
.pt-md-150,.py-md-150{padding-top:150px;}
.pt-md-155,.py-md-155{padding-top:155px;}
.pt-md-160,.py-md-160{padding-top:160px;}
.pt-md-165,.py-md-165{padding-top:165px;}
.pt-md-170,.py-md-170{padding-top:170px;}
.pt-md-175,.py-md-175{padding-top:175px;}
.pt-md-180,.py-md-180{padding-top:180px;}
.pt-md-185,.py-md-185{padding-top:185px;}
.pt-md-190,.py-md-190{padding-top:190px;}
.pt-md-195,.py-md-195{padding-top:195px;}
.pt-md-200,.py-md-200{padding-top:200px;}
    
.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;}
.pb-md-125,.py-md-125{padding-bottom:125px;}
.pb-md-130,.py-md-130{padding-bottom:130px;}
.pb-md-135,.py-md-135{padding-bottom:135px;}
.pb-md-140,.py-md-140{padding-bottom:140px;}
.pb-md-145,.py-md-145{padding-bottom:145px;}
.pb-md-150,.py-md-150{padding-bottom:150px;}
.pb-md-155,.py-md-155{padding-bottom:155px;}
.pb-md-160,.py-md-160{padding-bottom:160px;}
.pb-md-165,.py-md-165{padding-bottom:165px;}
.pb-md-170,.py-md-170{padding-bottom:170px;}
.pb-md-175,.py-md-175{padding-bottom:175px;}
.pb-md-180,.py-md-180{padding-bottom:180px;}
.pb-md-185,.py-md-185{padding-bottom:185px;}
.pb-md-190,.py-md-190{padding-bottom:190px;}
.pb-md-195,.py-md-195{padding-bottom:195px;}
.pb-md-200,.py-md-200{padding-bottom:200px;}

    
.pl-md-0,.px-md-0{padding-left:0px;}
.pl-md-5,.px-md-5{padding-left:5px;}
.pl-md-10,.px-md-10{padding-left:10px;}
.pl-md-15,.px-md-15{padding-left:15px;}
.pl-md-20,.px-md-20{padding-left:20px;}
.pl-md-25,.px-md-25{padding-left:25px;}
.pl-md-30,.px-md-30{padding-left:30px;}
.pl-md-35,.px-md-35{padding-left:35px;}
.pl-md-40,.px-md-40{padding-left:40px;}
.pl-md-45,.px-md-45{padding-left:45px;}
.pl-md-50,.px-md-50{padding-left:50px;}
.pl-md-55,.px-md-55{padding-left:55px;}
.pl-md-60,.px-md-60{padding-left:60px;}
.pl-md-65,.px-md-65{padding-left:65px;}
.pl-md-70,.px-md-70{padding-left:70px;}
.pl-md-75,.px-md-75{padding-left:75px;}
.pl-md-80,.px-md-80{padding-left:80px;}
.pl-md-85,.px-md-85{padding-left:85px;}
.pl-md-90,.px-md-90{padding-left:90px;}
.pl-md-95,.px-md-95{padding-left:95px;}
    
.pr-md-0,.px-md-0{padding-right:0px;}
.pr-md-5,.px-md-5{padding-right:5px;}
.pr-md-10,.px-md-10{padding-right:10px;}
.pr-md-15,.px-md-15{padding-right:15px;}
.pr-md-20,.px-md-20{padding-right:20px;}
.pr-md-25,.px-md-25{padding-right:25px;}
.pr-md-30,.px-md-30{padding-right:30px;}
.pr-md-35,.px-md-35{padding-right:35px;}
.pr-md-40,.px-md-40{padding-right:40px;}
.pr-md-45,.px-md-45{padding-right:45px;}
.pr-md-50,.px-md-50{padding-right:50px;}
.pr-md-55,.px-md-55{padding-right:55px;}
.pr-md-60,.px-md-60{padding-right:60px;}
.pr-md-65,.px-md-65{padding-right:65px;}
.pr-md-70,.px-md-70{padding-right:70px;}
.pr-md-75,.px-md-75{padding-right:75px;}
.pr-md-80,.px-md-80{padding-right:80px;}
.pr-md-85,.px-md-85{padding-right:85px;}
.pr-md-90,.px-md-90{padding-right:90px;}
.pr-md-95,.px-md-95{padding-right:95px;}


    
.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;}
.mt-md-125,.my-md-125{margin-top:125px;}
.mt-md-130,.my-md-130{margin-top:130px;}
.mt-md-135,.my-md-135{margin-top:135px;}
.mt-md-140,.my-md-140{margin-top:140px;}
.mt-md-145,.my-md-145{margin-top:145px;}
.mt-md-150,.my-md-150{margin-top:150px;}
.mt-md-155,.my-md-155{margin-top:155px;}
.mt-md-160,.my-md-160{margin-top:160px;}
.mt-md-165,.my-md-165{margin-top:165px;}
.mt-md-170,.my-md-170{margin-top:170px;}
.mt-md-175,.my-md-175{margin-top:175px;}
.mt-md-180,.my-md-180{margin-top:180px;}
.mt-md-185,.my-md-185{margin-top:185px;}
.mt-md-190,.my-md-190{margin-top:190px;}
.mt-md-195,.my-md-195{margin-top:195px;}
.mt-md-200,.my-md-200{margin-top:200px;}
    
.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;}
.mb-md-125,.my-md-125{margin-bottom:125px;}
.mb-md-130,.my-md-130{margin-bottom:130px;}
.mb-md-135,.my-md-135{margin-bottom:135px;}
.mb-md-140,.my-md-140{margin-bottom:140px;}
.mb-md-145,.my-md-145{margin-bottom:145px;}
.mb-md-150,.my-md-150{margin-bottom:150px;}
.mb-md-155,.my-md-155{margin-bottom:155px;}
.mb-md-160,.my-md-160{margin-bottom:160px;}
.mb-md-165,.my-md-165{margin-bottom:165px;}
.mb-md-170,.my-md-170{margin-bottom:170px;}
.mb-md-175,.my-md-175{margin-bottom:175px;}
.mb-md-180,.my-md-180{margin-bottom:180px;}
.mb-md-185,.my-md-185{margin-bottom:185px;}
.mb-md-190,.my-md-190{margin-bottom:190px;}
.mb-md-195,.my-md-195{margin-bottom:195px;}
.mb-md-200,.my-md-200{margin-bottom:200px;}

}

/****** 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;}
.pt-lg-155,.py-lg-155{padding-top:155px;}
.pt-lg-160,.py-lg-160{padding-top:160px;}
.pt-lg-165,.py-lg-165{padding-top:165px;}
.pt-lg-170,.py-lg-170{padding-top:170px;}
.pt-lg-175,.py-lg-175{padding-top:175px;}
.pt-lg-180,.py-lg-180{padding-top:180px;}
.pt-lg-185,.py-lg-185{padding-top:185px;}
.pt-lg-190,.py-lg-190{padding-top:190px;}
.pt-lg-195,.py-lg-195{padding-top:195px;}
.pt-lg-200,.py-lg-200{padding-top:200px;}
    
.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;}
.pb-lg-155,.py-lg-155{padding-bottom:155px;}
.pb-lg-160,.py-lg-160{padding-bottom:160px;}
.pb-lg-165,.py-lg-165{padding-bottom:165px;}
.pb-lg-170,.py-lg-170{padding-bottom:170px;}
.pb-lg-175,.py-lg-175{padding-bottom:175px;}
.pb-lg-180,.py-lg-180{padding-bottom:180px;}
.pb-lg-185,.py-lg-185{padding-bottom:185px;}
.pb-lg-190,.py-lg-190{padding-bottom:190px;}
.pb-lg-195,.py-lg-195{padding-bottom:195px;}
.pb-lg-200,.py-lg-200{padding-bottom:200px;}

    
.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;}
.mt-lg-155,.my-lg-155{margin-top:155px;}
.mt-lg-160,.my-lg-160{margin-top:160px;}
.mt-lg-165,.my-lg-165{margin-top:165px;}
.mt-lg-170,.my-lg-170{margin-top:170px;}
.mt-lg-175,.my-lg-175{margin-top:175px;}
.mt-lg-180,.my-lg-180{margin-top:180px;}
.mt-lg-185,.my-lg-185{margin-top:185px;}
.mt-lg-190,.my-lg-190{margin-top:190px;}
.mt-lg-195,.my-lg-195{margin-top:195px;}
.mt-lg-200,.my-lg-200{margin-top:200px;}
    
.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;}
.mb-lg-155,.my-lg-155{margin-bottom:155px;}
.mb-lg-160,.my-lg-160{margin-bottom:160px;}
.mb-lg-165,.my-lg-165{margin-bottom:165px;}
.mb-lg-170,.my-lg-170{margin-bottom:170px;}
.mb-lg-175,.my-lg-175{margin-bottom:175px;}
.mb-lg-180,.my-lg-180{margin-bottom:180px;}
.mb-lg-185,.my-lg-185{margin-bottom:185px;}
.mb-lg-190,.my-lg-190{margin-bottom:190px;}
.mb-lg-195,.my-lg-195{margin-bottom:195px;}
.mb-lg-200,.my-lg-200{margin-bottom:200px;}


}

/****** 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;}
.pt-xl-200,.py-xl-200{padding-top:200px;}
    
.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;}
.pb-xl-200,.py-xl-200{padding-bottom:200px;}
    
    
.pl-xl-0,.px-xl-0{padding-left:0px;}
.pl-xl-5,.px-xl-5{padding-left:5px;}
.pl-xl-10,.px-xl-10{padding-left:10px;}
.pl-xl-15,.px-xl-15{padding-left:15px;}
.pl-xl-20,.px-xl-20{padding-left:20px;}
.pl-xl-25,.px-xl-25{padding-left:25px;}
.pl-xl-30,.px-xl-30{padding-left:30px;}
.pl-xl-35,.px-xl-35{padding-left:35px;}
.pl-xl-40,.px-xl-40{padding-left:40px;}
.pl-xl-45,.px-xl-45{padding-left:45px;}
.pl-xl-50,.px-xl-50{padding-left:50px;}
.pl-xl-55,.px-xl-55{padding-left:55px;}
.pl-xl-60,.px-xl-60{padding-left:60px;}
.pl-xl-65,.px-xl-65{padding-left:65px;}
.pl-xl-70,.px-xl-70{padding-left:70px;}
.pl-xl-75,.px-xl-75{padding-left:75px;}
.pl-xl-80,.px-xl-80{padding-left:80px;}
.pl-xl-85,.px-xl-85{padding-left:85px;}
.pl-xl-90,.px-xl-90{padding-left:90px;}
.pl-xl-95,.px-xl-95{padding-left:95px;}
.pl-xl-100,.px-xl-100{padding-left:100px;}
.pl-xl-105,.px-xl-105{padding-left:105px;}
.pl-xl-110,.px-xl-110{padding-left:110px;}
.pl-xl-115,.px-xl-115{padding-left:115px;}
.pl-xl-120,.px-xl-120{padding-left:120px;}
.pl-xl-125,.px-xl-125{padding-left:125px;}
.pl-xl-130,.px-xl-130{padding-left:130px;}
.pl-xl-135,.px-xl-135{padding-left:135px;}
.pl-xl-140,.px-xl-140{padding-left:140px;}
.pl-xl-145,.px-xl-145{padding-left:145px;}
.pl-xl-150,.px-xl-150{padding-left:150px;}
.pl-xl-155,.px-xl-155{padding-left:155px;}
.pl-xl-160,.px-xl-160{padding-left:160px;}
.pl-xl-165,.px-xl-165{padding-left:165px;}
.pl-xl-170,.px-xl-170{padding-left:170px;}
.pl-xl-175,.px-xl-175{padding-left:175px;}
.pl-xl-180,.px-xl-180{padding-left:180px;}
.pl-xl-185,.px-xl-185{padding-left:185px;}
.pl-xl-190,.px-xl-190{padding-left:190px;}
.pl-xl-195,.px-xl-195{padding-left:195px;}
.pl-xl-200,.px-xl-200{padding-left:200px;}
    
.pr-xl-0,.px-xl-0{padding-right:0px;}
.pr-xl-5,.px-xl-5{padding-right:5px;}
.pr-xl-10,.px-xl-10{padding-right:10px;}
.pr-xl-15,.px-xl-15{padding-right:15px;}
.pr-xl-20,.px-xl-20{padding-right:20px;}
.pr-xl-25,.px-xl-25{padding-right:25px;}
.pr-xl-30,.px-xl-30{padding-right:30px;}
.pr-xl-35,.px-xl-35{padding-right:35px;}
.pr-xl-40,.px-xl-40{padding-right:40px;}
.pr-xl-45,.px-xl-45{padding-right:45px;}
.pr-xl-50,.px-xl-50{padding-right:50px;}
.pr-xl-55,.px-xl-55{padding-right:55px;}
.pr-xl-60,.px-xl-60{padding-right:60px;}
.pr-xl-65,.px-xl-65{padding-right:65px;}
.pr-xl-70,.px-xl-70{padding-right:70px;}
.pr-xl-75,.px-xl-75{padding-right:75px;}
.pr-xl-80,.px-xl-80{padding-right:80px;}
.pr-xl-85,.px-xl-85{padding-right:85px;}
.pr-xl-90,.px-xl-90{padding-right:90px;}
.pr-xl-95,.px-xl-95{padding-right:95px;}
.pr-xl-100,.px-xl-100{padding-right:100px;}
.pr-xl-105,.px-xl-105{padding-right:105px;}
.pr-xl-110,.px-xl-110{padding-right:110px;}
.pr-xl-115,.px-xl-115{padding-right:115px;}
.pr-xl-120,.px-xl-120{padding-right:120px;}
.pr-xl-125,.px-xl-125{padding-right:125px;}
.pr-xl-130,.px-xl-130{padding-right:130px;}
.pr-xl-135,.px-xl-135{padding-right:135px;}
.pr-xl-140,.px-xl-140{padding-right:140px;}
.pr-xl-145,.px-xl-145{padding-right:145px;}
.pr-xl-150,.px-xl-150{padding-right:150px;}
.pr-xl-155,.px-xl-155{padding-right:155px;}
.pr-xl-160,.px-xl-160{padding-right:160px;}
.pr-xl-165,.px-xl-165{padding-right:165px;}
.pr-xl-170,.px-xl-170{padding-right:170px;}
.pr-xl-175,.px-xl-175{padding-right:175px;}
.pr-xl-180,.px-xl-180{padding-right:180px;}
.pr-xl-185,.px-xl-185{padding-right:185px;}
.pr-xl-190,.px-xl-190{padding-right:190px;}
.pr-xl-195,.px-xl-195{padding-right:195px;}
.pr-xl-200,.px-xl-200{padding-right:200px;}
    
    
.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;}
.mt-xl-155,.my-xl-155{margin-top:155px;}
.mt-xl-160,.my-xl-160{margin-top:160px;}
.mt-xl-165,.my-xl-165{margin-top:165px;}
.mt-xl-170,.my-xl-170{margin-top:170px;}
.mt-xl-175,.my-xl-175{margin-top:175px;}
.mt-xl-180,.my-xl-180{margin-top:180px;}
.mt-xl-185,.my-xl-185{margin-top:185px;}
.mt-xl-190,.my-xl-190{margin-top:190px;}
.mt-xl-195,.my-xl-195{margin-top:195px;}
.mt-xl-200,.my-xl-200{margin-top:200px;}
    
.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;}
.mb-xl-155,.my-xl-155{margin-bottom:155px;}
.mb-xl-160,.my-xl-160{margin-bottom:160px;}
.mb-xl-165,.my-xl-165{margin-bottom:165px;}
.mb-xl-170,.my-xl-170{margin-bottom:170px;}
.mb-xl-175,.my-xl-175{margin-bottom:175px;}
.mb-xl-180,.my-xl-180{margin-bottom:180px;}
.mb-xl-185,.my-xl-185{margin-bottom:185px;}
.mb-xl-190,.my-xl-190{margin-bottom:190px;}
.mb-xl-195,.my-xl-195{margin-bottom:195px;}
.mb-xl-200,.my-xl-200{margin-bottom:200px;}
    

 




    .row{ margin-left: -15px; margin-right: -15px; }

    
    .mx-10{margin-left:-7px; margin-right:-7px}
    .mx-15{margin-left:-15px; margin-right:-15px}
    .mx-20{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; }
}

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

    
.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;}
    
.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;}

}



@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;}
.mobilept85,.mobilepy85{padding-top:85px;}
.mobilept90,.mobilepy90{padding-top:90px;}
.mobilept95,.mobilepy95{padding-top:95px;}
.mobilept100,.mobilepy100{padding-top:100px;}
.mobilept105,.mobilepy105{padding-top:105px;}
.mobilept110,.mobilepy110{padding-top:110px;}
.mobilept115,.mobilepy115{padding-top:115px;}
.mobilept120,.mobilepy120{padding-top:120px;}
.mobilept125,.mobilepy125{padding-top:125px;}
.mobilept130,.mobilepy130{padding-top:130px;}
.mobilept135,.mobilepy135{padding-top:135px;}
.mobilept140,.mobilepy140{padding-top:140px;}
.mobilept145,.mobilepy145{padding-top:145px;}
.mobilept150,.mobilepy150{padding-top:150px;}
.mobilept155,.mobilepy155{padding-top:155px;}
.mobilept160,.mobilepy160{padding-top:160px;}
.mobilept165,.mobilepy165{padding-top:165px;}
.mobilept170,.mobilepy170{padding-top:170px;}
.mobilept175,.mobilepy175{padding-top:175px;}
.mobilept180,.mobilepy180{padding-top:180px;}
.mobilept185,.mobilepy185{padding-top:185px;}
.mobilept190,.mobilepy190{padding-top:190px;}
.mobilept195,.mobilepy195{padding-top:195px;}
.mobilept200,.mobilepy200{padding-top:200px;}
    
    
.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;}
.mobilepb85,.mobilepy85{padding-bottom:85px;}
.mobilepb90,.mobilepy90{padding-bottom:90px;}
.mobilepb95,.mobilepy95{padding-bottom:95px;}
.mobilepb100,.mobilepy100{padding-bottom:100px;}
.mobilepb105,.mobilepy105{padding-bottom:105px;}
.mobilepb110,.mobilepy110{padding-bottom:110px;}
.mobilepb115,.mobilepy115{padding-bottom:115px;}
.mobilepb120,.mobilepy120{padding-bottom:120px;}
.mobilepb125,.mobilepy125{padding-bottom:125px;}
.mobilepb130,.mobilepy130{padding-bottom:130px;}
.mobilepb135,.mobilepy135{padding-bottom:135px;}
.mobilepb140,.mobilepy140{padding-bottom:140px;}
.mobilepb145,.mobilepy145{padding-bottom:145px;}
.mobilepb150,.mobilepy150{padding-bottom:150px;}
.mobilepb155,.mobilepy155{padding-bottom:155px;}
.mobilepb160,.mobilepy160{padding-bottom:160px;}
.mobilepb165,.mobilepy165{padding-bottom:165px;}
.mobilepb170,.mobilepy170{padding-bottom:170px;}
.mobilepb175,.mobilepy175{padding-bottom:175px;}
.mobilepb180,.mobilepy180{padding-bottom:180px;}
.mobilepb185,.mobilepy185{padding-bottom:185px;}
.mobilepb190,.mobilepy190{padding-bottom:190px;}
.mobilepb195,.mobilepy195{padding-bottom:195px;}
.mobilepb200,.mobilepy200{padding-bottom:200px;}

    
    
.mobilepl0,.mobilepx0{padding-left:0px;}
.mobilepl5,.mobilepx5{padding-left:5px;}
.mobilepl10,.mobilepx10{padding-left:10px;}
.mobilepl15,.mobilepx15{padding-left:15px;}
.mobilepl20,.mobilepx20{padding-left:20px;}
.mobilepl25,.mobilepx25{padding-left:25px;}
.mobilepl30,.mobilepx30{padding-left:30px;}
.mobilepl35,.mobilepx35{padding-left:35px;}
.mobilepl40,.mobilepx40{padding-left:40px;}
.mobilepl45,.mobilepx45{padding-left:45px;}
.mobilepl50,.mobilepx50{padding-left:50px;}
.mobilepl55,.mobilepx55{padding-left:55px;}
.mobilepl60,.mobilepx60{padding-left:60px;}
.mobilepl65,.mobilepx65{padding-left:65px;}
.mobilepl70,.mobilepx70{padding-left:70px;}
.mobilepl75,.mobilepx75{padding-left:75px;}
.mobilepl80,.mobilepx80{padding-left:80px;}
.mobilepl85,.mobilepx85{padding-left:85px;}
.mobilepl90,.mobilepx90{padding-left:90px;}
.mobilepl95,.mobilepx95{padding-left:95px;}
.mobilepl100,.mobilepx100{padding-left:100px;}
.mobilepl105,.mobilepx105{padding-left:105px;}
.mobilepl110,.mobilepx110{padding-left:110px;}
.mobilepl115,.mobilepx115{padding-left:115px;}
.mobilepl120,.mobilepx120{padding-left:120px;}
.mobilepl125,.mobilepx125{padding-left:125px;}
.mobilepl130,.mobilepx130{padding-left:130px;}
.mobilepl135,.mobilepx135{padding-left:135px;}
.mobilepl140,.mobilepx140{padding-left:140px;}
.mobilepl145,.mobilepx145{padding-left:145px;}
.mobilepl150,.mobilepx150{padding-left:150px;}
.mobilepl155,.mobilepx155{padding-left:155px;}
.mobilepl160,.mobilepx160{padding-left:160px;}
.mobilepl165,.mobilepx165{padding-left:165px;}
.mobilepl170,.mobilepx170{padding-left:170px;}
.mobilepl175,.mobilepx175{padding-left:175px;}
.mobilepl180,.mobilepx180{padding-left:180px;}
.mobilepl185,.mobilepx185{padding-left:185px;}
.mobilepl190,.mobilepx190{padding-left:190px;}
.mobilepl195,.mobilepx195{padding-left:195px;}
    
    
.mobilepr0,.mobilepx0{padding-right:0px;}
.mobilepr5,.mobilepx5{padding-right:5px;}
.mobilepr10,.mobilepx10{padding-right:10px;}
.mobilepr15,.mobilepx15{padding-right:15px;}
.mobilepr20,.mobilepx20{padding-right:20px;}
.mobilepr25,.mobilepx25{padding-right:25px;}
.mobilepr30,.mobilepx30{padding-right:30px;}
.mobilepr35,.mobilepx35{padding-right:35px;}
.mobilepr40,.mobilepx40{padding-right:40px;}
.mobilepr45,.mobilepx45{padding-right:45px;}
.mobilepr50,.mobilepx50{padding-right:50px;}
.mobilepr55,.mobilepx55{padding-right:55px;}
.mobilepr60,.mobilepx60{padding-right:60px;}
.mobilepr65,.mobilepx65{padding-right:65px;}
.mobilepr70,.mobilepx70{padding-right:70px;}
.mobilepr75,.mobilepx75{padding-right:75px;}
.mobilepr80,.mobilepx80{padding-right:80px;}
.mobilepr85,.mobilepx85{padding-right:85px;}
.mobilepr90,.mobilepx90{padding-right:90px;}
.mobilepr95,.mobilepx95{padding-right:95px;}
.mobilepr100,.mobilepx100{padding-right:100px;}
.mobilepr105,.mobilepx105{padding-right:105px;}
.mobilepr110,.mobilepx110{padding-right:110px;}
.mobilepr115,.mobilepx115{padding-right:115px;}
.mobilepr120,.mobilepx120{padding-right:120px;}
.mobilepr125,.mobilepx125{padding-right:125px;}
.mobilepr130,.mobilepx130{padding-right:130px;}
.mobilepr135,.mobilepx135{padding-right:135px;}
.mobilepr140,.mobilepx140{padding-right:140px;}
.mobilepr145,.mobilepx145{padding-right:145px;}
.mobilepr150,.mobilepx150{padding-right:150px;}
.mobilepr155,.mobilepx155{padding-right:155px;}
.mobilepr160,.mobilepx160{padding-right:160px;}
.mobilepr165,.mobilepx165{padding-right:165px;}
.mobilepr170,.mobilepx170{padding-right:170px;}
.mobilepr175,.mobilepx175{padding-right:175px;}
.mobilepr180,.mobilepx180{padding-right:180px;}
.mobilepr185,.mobilepx185{padding-right:185px;}
.mobilepr190,.mobilepx190{padding-right:190px;}
.mobilepr195,.mobilepx195{padding-right:195px;}

    
    
.mobilemt0,.mobilemy0{margin-top:0px;}
.mobilemt5,.mobilemy5{margin-top:5px;}
.mobilemt10,.mobilemy10{margin-top:10px;}
.mobilemt15,.mobilemy15{margin-top:15px;}
.mobilemt20,.mobilemy20{margin-top:20px;}
.mobilemt25,.mobilemy25{margin-top:25px;}
.mobilemt30,.mobilemy30{margin-top:30px;}
.mobilemt35,.mobilemy35{margin-top:35px;}
.mobilemt40,.mobilemy40{margin-top:40px;}
.mobilemt45,.mobilemy45{margin-top:45px;}
.mobilemt50,.mobilemy50{margin-top:50px;}
.mobilemt55,.mobilemy55{margin-top:55px;}
.mobilemt60,.mobilemy60{margin-top:60px;}
.mobilemt65,.mobilemy65{margin-top:65px;}
.mobilemt70,.mobilemy70{margin-top:70px;}
.mobilemt75,.mobilemy75{margin-top:75px;}
.mobilemt80,.mobilemy80{margin-top:80px;}
.mobilemt85,.mobilemy85{margin-top:85px;}
.mobilemt90,.mobilemy90{margin-top:90px;}
.mobilemt95,.mobilemy95{margin-top:95px;}
.mobilemt100,.mobilemy100{margin-top:100px;}
.mobilemt105,.mobilemy105{margin-top:105px;}
.mobilemt110,.mobilemy110{margin-top:110px;}
.mobilemt115,.mobilemy115{margin-top:115px;}
.mobilemt120,.mobilemy120{margin-top:120px;}
.mobilemt125,.mobilemy125{margin-top:125px;}
.mobilemt130,.mobilemy130{margin-top:130px;}
.mobilemt135,.mobilemy135{margin-top:135px;}
.mobilemt140,.mobilemy140{margin-top:140px;}
.mobilemt145,.mobilemy145{margin-top:145px;}
.mobilemt150,.mobilemy150{margin-top:150px;}
.mobilemt155,.mobilemy155{margin-top:155px;}
.mobilemt160,.mobilemy160{margin-top:160px;}
.mobilemt165,.mobilemy165{margin-top:165px;}
.mobilemt170,.mobilemy170{margin-top:170px;}
.mobilemt175,.mobilemy175{margin-top:175px;}
.mobilemt180,.mobilemy180{margin-top:180px;}
.mobilemt185,.mobilemy185{margin-top:185px;}
.mobilemt190,.mobilemy190{margin-top:190px;}
.mobilemt195,.mobilemy195{margin-top:195px;}
.mobilemt200,.mobilemy200{margin-top:200px;}
    
    
.mobilemb0,.mobilemy0{margin-bottom:0px;}
.mobilemb5,.mobilemy5{margin-bottom:5px;}
.mobilemb10,.mobilemy10{margin-bottom:10px;}
.mobilemb15,.mobilemy15{margin-bottom:15px;}
.mobilemb20,.mobilemy20{margin-bottom:20px;}
.mobilemb25,.mobilemy25{margin-bottom:25px;}
.mobilemb30,.mobilemy30{margin-bottom:30px;}
.mobilemb35,.mobilemy35{margin-bottom:35px;}
.mobilemb40,.mobilemy40{margin-bottom:40px;}
.mobilemb45,.mobilemy45{margin-bottom:45px;}
.mobilemb50,.mobilemy50{margin-bottom:50px;}
.mobilemb55,.mobilemy55{margin-bottom:55px;}
.mobilemb60,.mobilemy60{margin-bottom:60px;}
.mobilemb65,.mobilemy65{margin-bottom:65px;}
.mobilemb70,.mobilemy70{margin-bottom:70px;}
.mobilemb75,.mobilemy75{margin-bottom:75px;}
.mobilemb80,.mobilemy80{margin-bottom:80px;}
.mobilemb85,.mobilemy85{margin-bottom:85px;}
.mobilemb90,.mobilemy90{margin-bottom:90px;}
.mobilemb95,.mobilemy95{margin-bottom:95px;}
.mobilemb100,.mobilemy100{margin-bottom:100px;}
.mobilemb105,.mobilemy105{margin-bottom:105px;}
.mobilemb110,.mobilemy110{margin-bottom:110px;}
.mobilemb115,.mobilemy115{margin-bottom:115px;}
.mobilemb120,.mobilemy120{margin-bottom:120px;}
.mobilemb125,.mobilemy125{margin-bottom:125px;}
.mobilemb130,.mobilemy130{margin-bottom:130px;}
.mobilemb135,.mobilemy135{margin-bottom:135px;}
.mobilemb140,.mobilemy140{margin-bottom:140px;}
.mobilemb145,.mobilemy145{margin-bottom:145px;}
.mobilemb150,.mobilemy150{margin-bottom:150px;}
.mobilemb155,.mobilemy155{margin-bottom:155px;}
.mobilemb160,.mobilemy160{margin-bottom:160px;}
.mobilemb165,.mobilemy165{margin-bottom:165px;}
.mobilemb170,.mobilemy170{margin-bottom:170px;}
.mobilemb175,.mobilemy175{margin-bottom:175px;}
.mobilemb180,.mobilemy180{margin-bottom:180px;}
.mobilemb185,.mobilemy185{margin-bottom:185px;}
.mobilemb190,.mobilemy190{margin-bottom:190px;}
.mobilemb195,.mobilemy195{margin-bottom:195px;}
.mobilemb200,.mobilemy200{margin-bottom:200px;}

    
    .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  *******/ 
    .mx-15{margin-left: -15px; margin-right: -15px;}
    .mx-20{margin-left: -20px; margin-right: -20px;}

    .row{ margin-left: -15px; margin-right: -15px; }

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

}
.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 container */

.headerSection { background-color: rgba(255, 255, 255, 1.0); border-bottom: 1px none #ffffff; }
.headerSection p,
.headerSection h1,
.headerSection h2,
.headerSection h3,
.headerSection h4,
.headerSection h5,
.headerSection h6,
.headerSection a:not(.button a),
.headerSection span,
.headerSection div,
.headerSection li,
.headerSection blockquote {
    color: #1D1D1D;
}
.navigation-primary .level-1 > li > a {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 500; text-decoration: none;; font-size: 16px; color: rgba(6, 6, 6, 1); text-transform: none;
}
.navigation-primary .submenu:not(.level-1) .menu-link {
    font-family: "Codec Pro", sans-serif; font-style: normal; font-weight: 400; text-decoration: none;; color: rgba(76, 76, 76, 1); font-size: 16px; text-transform: none;
}    
.navigation-primary .level-1 > li:hover > a,
.navigation-primary .level-1 > li:focus > a { color: rgba(199, 212, 219, 1);}
.navigation-primary .level-1 > li:active > a { color: rgba(199, 212, 219, 1); }
.navigation-primary .level-1 > li.active-item > a { color: rgba(199, 212, 219, 1); !important}
.navigation-primary .submenu:not(.level-1) a.active-item { color: rgba(199, 212, 219, 1); }


.navigation-primary .submenu:not(.level-1) .menu-item:hover > a,
.navigation-primary .submenu:not(.level-1) .menu-item:focus > a {  color: rgba(0, 0, 0, 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(199, 212, 219, 1); }


.headerSection{width:100%;-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;transition:all 0.7s ease;top:0;z-index:999;}
.headerSectionInner{padding:20px 0;-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;transition:all 0.7s ease;}
.headerSectionInner .headerParent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;align-items:center;}
.headerSectionInner .headerLogo{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:block;height:auto;margin-right:auto;overflow:hidden;-webkit-transition:-webkit-transform 350ms ease;transition:-webkit-transform 350ms ease;transition:transform 350ms ease;transition:transform 350ms ease,-webkit-transform 350ms ease;max-width:235px;width:100%;}
.headerSectionInner .headerNavigation{width:calc(100% - 200px);-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:20px;}
.navigation-primary{display:inline-block;width:100%;}
.submenu.level-1{display:inline-block;white-space:nowrap;}
.navigation-primary .submenu{list-style:none;margin:0;padding:0;}
.submenu.level-1 > li.has-submenu{position:relative;letter-spacing:.25px;}
.submenu.level-1 li{margin:0;}
.navigationParent{margin-right:8px;}
.submenu.level-1 > li{display:inline-block;padding:15px 12px;text-transform:uppercase;}
.submenu.level-2 .menu-item .menu-link{display:block;transition:all .35s ease;}
.navigation-primary a{color:#060606;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.1px;line-height:2.5;text-decoration:none;text-transform:none;transition:.2s ease-in-out;}
.showBtn{cursor:pointer;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="%23060606" width="24pt" height="24pt" viewBox="0 0 24 24" version="1.1"><g id="surface1"><path d="M 10.570312 0 C 4.742188 0 0 4.742188 0 10.570312 C 0 16.398438 4.742188 21.136719 10.570312 21.136719 C 16.398438 21.136719 21.136719 16.398438 21.136719 10.570312 C 21.136719 4.742188 16.398438 0 10.570312 0 Z M 10.570312 19.1875 C 5.816406 19.1875 1.953125 15.320312 1.953125 10.570312 C 1.953125 5.816406 5.816406 1.953125 10.570312 1.953125 C 15.320312 1.953125 19.1875 5.816406 19.1875 10.570312 C 19.1875 15.320312 15.320312 19.1875 10.570312 19.1875 Z M 10.570312 19.1875 "/><path d="M 23.714844 22.335938 L 18.121094 16.742188 C 17.738281 16.359375 17.121094 16.359375 16.742188 16.742188 C 16.359375 17.121094 16.359375 17.738281 16.742188 18.121094 L 22.335938 23.714844 C 22.523438 23.90625 22.773438 24 23.023438 24 C 23.273438 24 23.523438 23.90625 23.714844 23.714844 C 24.09375 23.332031 24.09375 22.714844 23.714844 22.335938 Z M 23.714844 22.335938 "/></g></svg>');background-size:20px;background-repeat:no-repeat;background-position:center;height:50px;width:50px;margin:0px 16px 0px -6px;transition:0.2s ease-in-out;border:1px solid #E7E7E7;border-radius:0px;-webkit-filter:drop-shadow(0 6px 20px rgba(74,58,255,.08));filter:drop-shadow(0 6px 20px rgba(74,58,255,.08));}
.overlay-search{backdrop-filter:blur(13px);-webkit-backdrop-filter:blur(13px);background-color:hsla(0,0%,100%,.84);display:none;height:100%;left:0;position:fixed;top:0;transition:.2s ease-in-out;width:100%;z-index:9;}
.overlay-search .hideBtn{color:#62668a;cursor:pointer;font-size:52px;position:absolute;right:40px;top:40px;}
.hideBtn{background-image:url('https://f.hubspotusercontent10.net/hubfs/8768169/One%20Elements/images/close.svg');background-size:cover;background-repeat:no-repeat;height:25px;width:25px;transition:0.3s ease-in-out;}
.searchBar{margin:auto;position:relative;text-align:center;top:30%;-webkit-transition:transform .3s ease-in-out;width:100%;}
.navigationRight.headerBtn{margin-left:8px;}
.overlay-search .hs-search-field__bar{margin:0 auto;position:relative;width:60%;}
.overlay-search input[type=text]{font-size:32px;background:transparent;background-position:top right 0;background-repeat:no-repeat;border:none;border-radius:0px; font-family: Poppins, sans-serif;border-bottom:2px solid #CDCDCD;box-shadow:none;padding-bottom:50px;padding-top:10px;padding-left:0px;color:#4C4C4C;height:90px;}
.icon-search-field{position:absolute;right:0;top:12px;transition:.3s ease-in-out;width:37px;}
.overlay-search .hs-search-field__bar button{all:unset;position:absolute;right:0;top:12px;transition:.3s ease-in-out;width:37px;cursor:pointer;line-height:1.15;}
.overlay-search .hs-search-field__bar button:hover{transform:scale(1.2);}
.overlay-search .hideBtn:hover{transform:scale(1.1);}
.overlay-search .hs-search-field__bar::-webkit-input-placeholder{color:#9b9b9b;}
.navigation-primary a:focus,
.navigation-primary a:hover{text-decoration:underline!important;}
.submenu .level-2 a.active-item{position:relative;}
.showBtn:hover{transform:scale(1.1);}
.headerSectionInner .headerLogo:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}

.headerSectionInner .headerLogo img{width:100%;height:100%;}
.overlay-search input[type=text]::placeholder { color: #9b9b9b;}

.headerSection.headerSticky {
    position: fixed;
}


header.headerSection.show-header {
    transform: translateY(0%);
}

header.headerSection.hide-header {
    transform: translateY(-100%);
}


@media (min-width:1200px){
    .navigation-primary .level-1 > li > a{
        font-size: 16px;
    }
    .navigation-primary .submenu:not(.level-1) .menu-link{
        font-size: 16px;
    }
    /* Main Navigation */
    .navigation-primary .level-1 > .has-submenu:after { border-color: rgba(6, 6, 6, 1) transparent transparent transparent; }
    .navigation-primary .level-1 > li:hover,
    .navigation-primary .level-1 > li:focus { background-color: rgba(6, 6, 6, 0.0); }

    .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(199, 212, 219, 1) transparent; }
    .navigation-primary .level-1 > li:active { background-color: rgba(6, 6, 6, 0.0); }
    .navigation-primary .level-1 > .has-submenu:active:after,
    .navigation-primary .level-1 > li.has-submenu.active-item:active:after { border-color: transparent transparent rgba(199, 212, 219, 1) transparent; }
    .navigation-primary .level-1 > li.active-item { background-color: rgba(6, 6, 6, 0.0); }

    .navigation-primary .level-1 > li.has-submenu.active-item:after { border-color: font-family: "Codec Pro", 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(199, 212, 219, 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); }

    .submenu.level-1 > li.has-submenu:hover .submenu.level-2{left:unset;visibility:visible;opacity:1;-prefixes-transition-delay:0s,0s;}

    .submenu.level-1 > .has-submenu > .menu-arrow {
        background-repeat: no-repeat;
        background-position: 25% 75%;
        height: 17px;
        width: 17px;
        display: inline-block;
        cursor: pointer;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        background-size: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        line-height: 0;
        position: relative;
        bottom: -3px;
        opacity: 0.2;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjUgMTAuMTE5MUw4LjUgNi4xMTkxNEw0LjUgMTAuMTE5MSIgc3Ryb2tlPSIjMTkyMDI2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    }
    .submenu.level-1 > .has-submenu:hover > .menu-arrow {
        transform: rotate(0deg);
        opacity: 1;
    }


    .submenu.level-2{border:none;border-radius:15.005px;left:unset;-webkit-box-shadow:0px -2.002px 4.003px rgba(31,37,89,0.02),0px 6.005px 18px rgba(31,37,89,0.07);box-shadow:0px -2.002px 4.003px rgba(31,37,89,0.02),0px 6.005px 18px rgba(31,37,89,0.07);font-weight:500;opacity:0;position:absolute;text-transform:none;top:100%;min-width:206.006px;padding-top:20.002px;padding-right:31.997px;padding-bottom:20.002px;z-index:1111;padding-left:31.997px;max-height:calc(100vh - 85.003px);overflow:auto;background:#fff;transition:.2s ease-in-out;visibility:hidden;}

    .submenu.level-2::-webkit-scrollbar-track { border-radius: 10px; background-color: #F5F5F5; }
    .submenu.level-2::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; }
    .submenu.level-2::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #555; }

    .submenu.level-1 > li.has-submenu:last-child .submenu.level-2{display:block;min-width:400.003px;overflow-y:auto;left:50%;transform:translateX(-50%);}
    .submenu.level-1 > li.has-submenu:last-child .submenu.level-2 li:not(:last-child){margin-bottom:15.005px;letter-spacing:0.245px;}
    .submenu.level-1 > li.has-submenu:last-child .submenu.level-2 li a{white-space:normal;line-height:1.4;display:block;transition:all .35s ease;}
    .navigationParent .headerBtn{display:none;}
    .headerSection.scrolling_down .headerSectionInner{box-shadow:0px 2.002px 6.005px rgb(31 37 89 / 6%);}
    .headerOutter{min-height:90px;}
    .headerSectionInner{padding:20.002px 0;}
    .headerSectionInner .headerLogo{max-width:235.2px;width:100%;line-height:0;}
    .headerSectionInner .headerNavigation{width:calc(100% - 235.2px);padding-left:20.002px;}
    .submenu.level-1 > li.has-submenu{letter-spacing:0.245px;}
    .navigationParent{margin-right:8.006px;}
    .submenu.level-1 > li{padding:6.207px 12px; border-radius: 6px;}
    .submenu.level-1 > li > a{line-height:0;}

    /*     .submenu.level-1 > li:hover {
    background: rgba(247, 248, 248, 1);
} */
    .navigation-primary a{font-size:15.998px;letter-spacing:-0.101px;}
    .showBtn{background-size:20.002px;height:49.997px;width:49.997px;margin:0px 15.998px 0px -6.005px;border:0.994px solid #E7E7E7;-webkit-filter:drop-shadow(0 6.005px 20.002px rgba(74,58,255,.08));filter:drop-shadow(0 6.005px 20.002px rgba(74,58,255,.08));}
    .overlay-search{backdrop-filter:blur(13.003px);-webkit-backdrop-filter:blur(13.003px);}
    .overlay-search .hideBtn{font-size:51.998px;right:40.003px;top:40.003px;}
    .hideBtn{height:24.998px;width:24.998px;}
    .navigationRight.headerBtn{margin-left:8.006px;}
    .overlay-search input[type=text]{font-size:31.997px;border-bottom:2.002px solid #CDCDCD;padding-bottom:49.997px;padding-top:9.994px;height:90px;}
    .icon-search-field{top:11.995px;width:36.994px;}
    .overlay-search .hs-search-field__bar button{top:11.995px;width:36.994px;}
    .overlay-search .hs-search-field__bar button img { width: 100%; }
}


@media (max-width:1199px){
    .navigationRight.headerBtn{display:none;}
    .navigationParent{pointer-events:none;opacity:0;height:0;width:100%;visibility:hidden;overflow: hidden;transition:all .25s ease-in-out;position:absolute;top:15px;left:0;right:0;padding-top:40px;}
    .navigation-primary .submenu{display:block;width:100%;}
    .submenu.level-1 > li{width:100%;display:block;padding:0;}
    .submenu.level-1 > li>a{font-size:20px;font-weight:500;padding:7px 20px;display:block;width:70%;line-height:2;}
    .header__navigation--toggle{background-image:url('data:image/svg+xml;utf8,<svg width="20" height="8" viewBox="0 0 20 8" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.984375" y="0.00732422" width="18.028" height="1.5" rx="0.75" fill="white"/><rect x="0.984375" y="6.4928" width="18.028" height="1.5" rx="0.75" fill="white"/></svg>');background-position:center;background-repeat:no-repeat;background-size:18px;visibility:visible;cursor:pointer;position:absolute;display:block;opacity:1;right:20px;background-color:#000000;padding:10px;border-radius:0;transition:all ease 0.35s;}
    .header__close--toggle{background-image:url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1.15625" y="0.0958252" width="18.028" height="1.5" rx="0.75" transform="rotate(45 1.15625 0.0958252)" fill="white"/><rect x="0.09375" y="12.8435" width="18.028" height="1.5" rx="0.75" transform="rotate(-45 0.09375 12.8435)" fill="white"/></svg>');background-repeat:no-repeat;background-size:13px;background-position:center;visibility:hidden;margin-right:0;margin-top:16px;position:absolute;opacity:0;right:20px;background-color:#000000;padding:10px;border-radius:0;margin:0;transition:all ease 0.35s;}
    .header__close--toggle,
    .header__navigation--toggle{top:-29px;z-index:9;filter:drop-shadow(0px 6px 20px rgba(74,58,255,0.08));width:40px;cursor:pointer;height:40px;}
    .headerSectionInner .headerParent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
    .headerSectionInner .headerNavigation{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;width:100%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;}
    .showBtn{position:absolute;right:65px;background-size:16px;height:40px;top:-28px;width:40px;}
    .overlay-search .hideBtn{background-size:18px;right:20px;top:20px;}
    .searchBar{position:relative;top:20%;}
    .overlay-search .hs-search-field__bar{width:85%;}
    .overlay-search input[type=text]{font-size:20px;!;padding-bottom:10px;}
    .overlay-search .hs-search-field__bar button{bottom:34px;top:unset;width:24.7px;}
    .headerLogo a{display:flex;align-items:center;}
    .headerLogo img{width:300px;max-width:100%;height:auto;}
    .headerSectionInner .headerLogo{padding-left:20px;}
    .headerSectionInner .content-wrapper{max-width:100%;padding:0;}
    .header__navigation--toggle.hide{opacity:0;visibility:hidden;}
    .header__close--toggle.show{visibility:visible;opacity:1;}
    .header__close--toggle:hover,
    .header__close--toggle:focus{transform:scale(1.2);}
    .header__navigation--toggle:hover,
    .header__navigation--toggle:focus{transform:scale(1.1);}
    .navigationParent.open{pointer-events: auto;background-color:rgba(255, 255, 255, 1.0);display:block;height:calc(100vh - 45px);overflow: hidden;overflow-y: auto;z-index:999;opacity:1;visibility:visible;}
    .menu-arrow-bg{background-image:url('data:image/svg+xml;utf8,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="16px" height="24px" fill="%23060606" viewBox="0 0 451.846 451.847" style="enable-background:new 0 0 451.846 451.847;" xml:space="preserve"> <g> <path d="M345.441,248.292L151.154,442.573c-12.359,12.365-32.397,12.365-44.75,0c-12.354-12.354-12.354-32.391,0-44.744 L278.318,225.92L106.409,54.017c-12.354-12.359-12.354-32.394,0-44.748c12.354-12.359,32.391-12.359,44.75,0l194.287,194.284 c6.177,6.18,9.262,14.271,9.262,22.366C354.708,234.018,351.617,242.115,345.441,248.292z"/></g></svg>');background-repeat:no-repeat;background-position:center;display:block;height:29px;-webkit-transition:-webkit-transform 0.4s;transition:-webkit-transform 0.4s;-o-transition:transform 0.4s;transition:transform 0.4s;transition:transform 0.4s,-webkit-transform 0.4s;width:29px;box-shadow:0px -0.709347px 3.54674px rgba(31,37,89,0.01),0px 2.83739px 6.38413px rgba(38,54,200,0.08);border-radius:0;position:absolute;right:20px;top:16px;float:right;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
    .menu-arrow{cursor:pointer;padding:15px 0;position:absolute;right:0;top:0;background-position:25% 75%;height:13px;width:16px;display:inline-block;}
    .menu-arrow.collapse .menu-arrow-bg{transform:rotate(90deg);}
    .submenu.level-2{border:none;box-shadow:none;font-size:16px;opacity:1;padding-bottom:0;padding-top:0;position:static;-webkit-transform:unset;-ms-transform:unset;transform:unset;width:100%;visibility:hidden;font-weight:500;padding-left:20px;}
    .submenu.level-2>li{height:0;opacity:0;transition:all .25s;visibility:hidden;}
    .submenu.level-2.childmenuOpen>li{height:100%;opacity:1;visibility:visible;}
    .headerSection{-webkit-transition:all 0.7s ease;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;transition:all 0.7s ease;}
    header.headerSection.scrolling_down .headerSectionInner{padding:8px 0 10px;height:60px;box-shadow:0px 2px 6px rgb(31 37 89 / 6%);}
    .headerOutter{min-height:72px;}
    .navigationParent .headerBtn{padding:20px;}
    header.headerSection.scrolling_down .headerSectionInner .headerLogo {
        margin-top: 9px;
    }

    .headerSectionInner{
        transition:none;
        padding: 20px 0 30px;
    }
}



@media (max-width:479px){
    .header__close--toggle,
    .header__navigation--toggle{top:-25px;}
    .showBtn{top:-25px;}
}


@media (max-width:320px){
    .headerLogo img{width:170px;}
    .showBtn{margin-right:5px;}
}


.fotter_sec a:not(:hover){color:#FFFFFF;}
.footer .footer__container-bottom{margin-top:20px;}
.footer .footer__container-bottom{border-top:1px solid #4C4C4C;margin-top:45px;padding:36px 0px 9px 0px;}
.footer .footer__copyright{color:#e7e7e7;font-size:16px;font-style:normal;letter-spacing:-.1px;line-height:27px;text-decoration:none;text-transform:none;}
.footer{background-color:

  
  
    
  


  rgba(6, 6, 6, 1.0)

;padding:80px 20px 0 20px;color:#FFFFFF;}
.footer .footer__social-icons{margin-left:2.564102564%;margin-bottom:8px;}
.footer .footer__container-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;}
.footer .footer__social-icons a{display:inline-block;width:19px;height:19px;margin-left:6px;margin-right:6px;margin-bottom:8px;}
.footer .footer__social-icons a svg{fill:#FFFFFF;display:block;}
.footer .footer__copyright{margin-bottom:25.200px;}
.footer .footer__logo{max-width:295px;margin-bottom:8px;}
.footer .footer__logo img{margin-bottom:8px;-webkit-transition:-webkit-transform 350ms ease;transition:transform 350ms ease,-webkit-transform 350ms ease;width:100%;}
.footer .footer__logo img:hover{transform:scale(1.05);}
.footer .footer__description{margin-bottom:24px;letter-spacing:.25px;font-size:18px;line-height:1.44444444444;}
.footer .footer__container-top{display:flex;flex-wrap:wrap;}
.footer .footer__columns{display:flex;flex-direction:column;}
.footer .footer__columns ul{padding:0;margin:0;list-style:none;display:block;}
.footer .footer__columns .menuTitle{color:#919292;font-size:18px;font-weight:500;margin-bottom:20px;}
.footer .footer__columns ul li{margin:8px 0;letter-spacing:-.1px;line-height:30px;font-size:16px;font-weight:100;}
.footer .footer__columns ul li a{color:#e7e7e7;font-weight:500;}
.footer__columns__grid{display:grid;grid-template-columns:repeat(4,auto);grid-column-gap:18px;grid-row-gap:18px;}
.footer__container.content-wrapper{padding:0;}
.footer .footer__logo a{display:flex;align-items:center;}
.footer__columns .footerMenu ul li:first-child{margin-top:0;}
.footer .footer__columns ul li a:hover{text-decoration:underline!important;color:#c7d4db;}
.footer .footer__social-icons a svg{transition:0.3s ease-in-out;}
.footer .footer__social-icons a:hover svg{transform:scale(1.2);}



@media (min-width:768px){
    .footer .footer__left-column{width:31.623931624%;}
    .footer .footer__left-column{padding-right:16px;}
    .footer .footer__right-column{width:65.81196581200001%;margin-left:2.564102564%;}
}

@media (min-width:1200px){
    .footer .footer__columns ul{margin-bottom:27px;}
    .footer .footer__container-bottom{margin-top:20.002px;padding:36px 0px 9px 0px;}
    .footer .footer__copyright{font-size:15.998px;letter-spacing:-0.994px;line-height:27px;}
    .footer{padding:80.006px 20.002px 0 20.002px;}
    .footer .footer__social-icons{margin-left:2.564102564%;margin-bottom:8.006px;}
    .footer .footer__social-icons a{width:18.994px;height:18.994px;margin-left:6.005px;margin-right:6.005px;margin-bottom:8.006px;}
    .footer .footer__copyright{margin-bottom:25.2px;}
    .footer .footer__logo{max-width:294.998px;margin-bottom:8.006px;}
    .footer .footer__logo img{margin-bottom:8.006px;}
    .footer .footer__left-column{padding-right:15.998px;}
    .footer .footer__columns .menuTitle{font-size:18px;margin-bottom:20.002px;}
    .footer .footer__columns ul li{margin:8.006px 0;letter-spacing:-0.101px;line-height:29.995px;font-size:18px;}
    .footer .footer__columns ul li a{font-size:15.998px;line-height:27px;}
    .footer .footer__description{letter-spacing:0.245px;font-size:18px;margin-bottom:24.005px;}
}

@media (max-width:1199px){
    .footer__container.content-wrapper{max-width:100%;}
    .footer__columns__grid{grid-template-columns:repeat(2,46%);padding-left:5%;}
}

@media (max-width:767px){
    .footer{padding-top:48px;padding-bottom:32px;}
    .footer__copyright{width:100%;padding:16px 0 8px 0;margin-bottom:22.400px;}
    .footer__social-icons{width:100%;margin-left:0;margin-top:16px;margin-bottom:0;}
    .footer .footer__container{padding:0;}
    .footer__container-bottom{margin-top:20px;padding:32px 0px 8px 0px;}
    .footer__columns__grid{padding-left:0;grid-template-columns:repeat(2,auto);}
    .footer__right-column{width:100%;}
    .footer__left-column{width:100%;margin-bottom:22.4px;}
}