*, *: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: bold;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* 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: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}


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

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

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

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  }
}

.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding:0;
}


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* 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 ;
  }
}
.page-center,
.content-wrapper ,
.dnd-section > .row-fluid {
  max-width: 100%;
  margin-right:auto;
  margin-left:auto;
}


.content-wrapper,.page-center {
  margin: 0 auto;
  padding: 0 10px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 10px;
}
body {
  line-height: 1.625;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */
.hs_service .form-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1{
  line-height:1.48208333;
}
h2{
  line-height:1.48205882;
}
h3{
  line-height:1.25;
}
h4{
  line-height:1.48222222;
  margin-bottom: 24px;
}
h5{
  line-height:1.625;
  margin-bottom:5px;
}
h6{
  line-height:1.42857142857;
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ,ol {
/*   padding-top: 1.3rem; */
  padding-left: 1.5rem;
}

ul  li,
ol li  {
  margin-bottom: 1rem;
}
img{
  max-width:100%;
  height:auto;
  vertical-align:middle;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.5rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.hs_cos_wrapper_type_module > hr:only-child {
  background-color: transparent;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs-search-field button {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field button:focus,
.hs-search-field button:hover {
  position: absolute;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  right: 20px;
  width: 20px;
  height: 20px;
}
.hs-search-field form {
  position: relative;
}
.hs-search-field__bar button svg {
  min-height: 18px;
  min-width: 18px;
}
/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=search],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem;
  width: 100%;
  height: 50px;
  outline:none;
  font-weight:inherit;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}
.widget-type-google_search a.hs-button.primary {
  margin-top: 20px;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

.hs-trans-btn,
form input[type=submit],
.hs-button, .hs-sec-btn,.systems-page .hs-search-results__next-page,
.systems-page .hs-search-results__prev-page {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:500;
  font-size:18px;
  line-height: 1.5;
  width:auto;
  border: 1px solid;
}

@media(max-width:767px){
  form input[type=submit],
  .hs-button, .hs-sec-btn{
    padding-left:31px;
    padding-right:31px;
    padding-top:6.5px;
    padding-bottom:6.5px;
  }
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
.hs_error_rollup label {
  color: #ef6b51 !important;
}

::-webkit-input-placeholder{
  color: currentColor;
}

::-moz-placeholder{
  color: currentColor;
}

:-ms-input-placeholder{
  color: currentColor;
}

:-moz-placeholder{
  color: currentColor;
}

::placeholder{
  color: currentColor;
}

form input[type=search]:focus,
form input[type=text]:focus, 
form input[type=email]:focus, 
form input[type=password]:focus, 
form input[type=tel]:focus, 
form input[type=number]:focus, 
form input[type=file]:focus, 
form select:focus, 
form textarea:focus{
  box-shadow: 0px 1px 2px rgb(22 22 22 / 10%);
}

form textarea {
  min-height: 150px;
  resize: none;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions{
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
}

.hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;

}
.hs-search-field .hs-search-field__suggestions li:LAST-child{
  margin-bottom:10px;
}

.hs-search-field .hs-search-field__suggestions li:first-child {
  padding: 0 5px;
}
.hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display:block;
}
.servs-details-pg .left-dnd-area .hs-search-field form {
    margin: 0;
    padding: 0;
}
.servs-details-pg .left-dnd-area .hs-search-field input.hs-search-field__input {
    margin: 0;
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type="checkbox"]):not([type="radio"]) {
    width: 100% !important;
  }
}
/* Table */

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

/* Table Cells */

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

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
html:not(.hs-inline-edit) .header-wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
} 
header.header {
  z-index: 101;
  position: relative;
}
header.header.sticky_header_active_wrap,
header.header.popup-open-wrap{
  z-index: 102;
}

.header .alert-section .text-alert {
  line-height: 1.42857142857;
  font-size: 0.875em;
  margin:0;
}
.header .close-icon {
  width: 16px;
  height: 16px;
}
.header .primary-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .alert-section {
  background: #F2FCFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .alert-section .close-icon svg {
  width: 16px;
  overflow:hidden;
  height: 16px;
}
.header .alert-section>.page-center {
  display: flex;
  justify-content: space-between;
}

.header .section-icon svg {
  width: 16PX;
  height: 16PX;
}

.header .top-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header .social-share li img,
.header .social-share li svg {
  width: 24px;
  vertical-align: middle;
  height: 24px;
}
.header .social-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .address-section,.header .contact-section > a {
  display: flex;
  align-items: center;
  transition: all 0.15s linear;
}


.header .top-section .cst-inner-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap:wrap;
  row-gap: 10px;
}
header.header .cst-inner-wrapper .text {
  margin-left: 0px;
}
.header .social-share ul>li>a {
  background: #FFF9FC;
  border-radius: 90px;
  width: 40px;
  height: 40px;
  transition: all 0.25s linear;
}


.header .social-share ul>li:not(:last-child) {
  margin-right: 20px;
}
.header .section-icon svg {
  display: inline-block;
  vertical-align: middle;
}

.header .social-share ul li>a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-section .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header .right-section {
  width: 28%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
}
.header .logo-section {
  width: auto;
}

.header .right-section .globe-icon svg {
  margin-left: 1px;
}

.header .menu-section .hs-menu-wrapper>ul >li>a {
  line-height: 1.48222222222;
}


.header hr {
  padding: 0;
  margin: 0;
}

.header .cst-humburger-icon .trigger {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0 6px 12px;
  border-radius: 1px;
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header .cst-humburger-icon .trigger:nth-child(1) {
  margin-top: 11px;
}

.header .cst-humburger-icon .trigger:nth-child(2) {
  width: 20px;
  margin-left: 20px;
}
.header .cst-humburger-icon{
  display:none;
  cursor: pointer;
}

.Site-search {
  display: none;
}


header.header .section-icon {
  min-height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: #F2FCFF;
  margin-right: 5px;
  transition: all 0.25s linear;
}

header.header .button-section-container {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  flex-wrap: wrap;
}


.header .page-center {
  padding-left: 10px;
  padding-right: 10px;
}
.child-trigger {
  display: none;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
  display: block;
}
.nav.megamenu > nav > ul .header__menu-item--depth-1 > a {
  display: flex;
  align-items: center;
  vertical-align: middle;
}


.child-trigger {
  margin-left: 10px;
}

.header .search .search-icon-container {
  margin-right: 10px;
  cursor:pointer;
}

.header .search .search-icon-container:after {
  content: '|';
  font-size: 35px;
  margin-left: 14px;
  margin-right: 5px;
  font-weight: 200;
}

header.header .cst-inner-wrapper .text h4:last-child {
  margin: 0;
}
.header .social-share ul {
  justify-content: flex-end;
}
.header .right-section .globe_class ul.lang_list_class > li {
  margin-bottom: 0;
}
/** saerch style **/

.header-search-inner {
  min-height: calc(100vh - 100px);
  overflow-y: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: "alpha(opacity=0)";
  height: 100%;
  left: -150%;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(1.1);
  -webkit-transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  -o-transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s;
  transition: all 0s cubic-bezier(.32,0,0,1) 0s,transform .3s cubic-bezier(.32,0,0,1) .15s,background .3s cubic-bezier(.32,0,0,1) 0s,-webkit-transform .3s cubic-bezier(.32,0,0,1) .15s;
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.header-search-inner .search-suggestion {
  margin: auto;
  max-width: 895px;
  padding: 30px 20px;
  width: 100%;
}

.header-search-inner .hs-search-field__bar form {
  /*   box-shadow: 0 0 65px 0 rgb(0 0 0 / 8%); */
  padding: 22px 35px;
  position: relative;
}

.header-search-inner .hs-search-field__bar form button {
  border: 0;
  height: 50px;
  margin-top: 0;
  position: absolute;
  right: 35px;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  line-height: normal;
  background: transparent;
  transform: none;
  bottom: 25px;
  top: auto;
}

.header-search-inner .hs-search-field__bar button svg {
  width: 20px !important;
  height: 20px !important;
  display: inline-block;
  vertical-align: middle;
}
.header-search-inner .header-search-close {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
}

.header-search-inner .header-search-close svg {
  WIDTH: 2rem !important;
  height: 2rem !important;
}

.header-search-inner .header-search-close svg path {
  fill: #fff;
}

.header-search-inner .hs-search-field__bar .btn_row {
  padding-bottom: 20px;
  justify-content: left;
}

.header-search-inner .hs-search-field__bar .search-content {
  padding: 0 35px;
}

.header-search-inner .hs-search-field__bar .search-content .cont {
  margin-bottom: 1rem;
}

/** end   **/

header.header .contact-wrapper {
  width: 66.666%;
  display: flex;
  flex-wrap: wrap;
}

header.header .mobile-open .nav {
  display: block;
}
/** button form popup style ***/
.header .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

.header .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.header .popup-wrapper  .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
  BACKGROUND: aliceblue;
}
.header .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #ff1515;
  filter: alpha(opacity=20);
  color: black;
  transform: rotate(87deg);
  display: flex;
  align-items: center;
}
.header .btn-section.popup-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}
/** end ***/

.search-open .header-search-inner {
  -ms-filter: "alpha(opacity=100)";
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.nav.megamenu >nav>ul .header__menu-submenu {
  border-radius: 0 0 10px 10px;
}
.header .primary-section {
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.header .mobile_section {
  display: none;
}

header.header .container-wrapper.mobile-open .cst-inner-wrapper .text h4:last-child {
  color: #fff;
}

.header .right-section {
  justify-content: flex-end;
}
.header .right-section .globe_class {
  background: none;
  width: 48px;
  height: 40px;
  cursor: unset;
}

.header .right-section .globe-icon {
  margin-right: 24px;
}
.header hr {
  height: 1px;
}
.header .right-section .globe-icon {
  display: inline-block;
  vertical-align: super;
  margin-top: 8px;
}
.header .right-section .langauge {
  position: relative;
}

.header__language-switcher-label {
  position: absolute;
  top: 0;
  width: 100%;
}


.header .right-section .globe_class ul.lang_list_class > li {
  border: none;
  padding: 0;
  line-height: 1.4444;
  font-size: 1em;
}

.header .right-section .globe_class ul.lang_list_class > li > a {
  padding: 15px;
  display: block;
}

.header .right-section .globe_class ul.lang_list_class:before {
  display: none;
}

.header .right-section .globe_class ul.lang_list_class:after {
  display: none;
}
.header .social-share ul li {
  margin-bottom: 0;
}

.header__menu--desktop>.header__menu-wrapper li {
  margin-bottom: 0;
}
.header .right-section .globe_class ul.lang_list_class {
  box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 100%;
  transform: translateY(4rem);
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
.header .right-section  .globe_class:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .close-icon.popup-hdr {
  right: 33px;
  transform: rotate(359deg);
}
.header .close-icon svg.svg-icon {
  cursor: pointer;
}
.sticky_header_active > .primary-section {
  position: fixed;
  width: 100%;
  top: 0;
  left:0;
}
.header .close-icon.popup-hdr {
  top: 15px;
  width: 30px;
  z-index:999;
}
.mobile-close-icon {
  display: none;
}
.header .right-section .globe_class ul.lang_list_class {
  left: -22px;
}
.header .right-section .globe_class ul.lang_list_class {
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 100%;
  transform: translateY(4rem);
  opacity: 0;
  visibility: hidden;
  width: 100px;
  padding: 0;
  border-radius: 0 0 10px 10px;
  display: flex !important;
  flex-direction: column;
}

.header .right-section .globe_class ul.lang_list_class > li:last-child {
  border-radius: 0 0 10px 10px;
}
.header .right-section .globe_class:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transform: translateY(1.5rem);
}
.header ul.hs-search-field__suggestions{
  list-style:none;
  padding:0;
}
.header ul.hs-search-field__suggestions li{
  padding-bottom:10px;
}
.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  font-weight: 700;
}
.header .right-section .globe_class:hover:after {
  content: '';
  position: absolute;
  height: 30px;
  width: AUTO;
  top: 100%;
  MIN-WIDTH: 2REM;
}
.header ul.hs-search-field__suggestions {
  padding: 0 20px;
}

.header-search-inner ul.hs-search-field__suggestions li {
  margin: 0;
  padding: 0;
}

.header-search-inner ul.hs-search-field__suggestions li a, .header-search-inner ul.hs-search-field__suggestions li#results-for {
  padding: 5px 10px;
  display: block;
}

.header-search-inner ul.hs-search-field__suggestions {
  padding: 0 10px;
  margin-bottom: 0;
}
.header .btn-section.popup-open .inner-popup-container {

}


.header .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;

  width: 100%;
}


.header .popup-wrapper .popup-inner-wrapper{
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(100px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
}


.header .btn-section.popup-open  .popup-wrapper .popup-inner-wrapper{
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header .csutom-section-popup {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.header .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.header .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}


.custom-no-navigation .primary-section {
  padding: 0;
}

.custom-no-navigation .top-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-no-navigation {
  height: 100%;
}

.custom-no-navigation .container-wrapper {
  height: 100%;
  min-height: 83px;
}
.alert-section.hide_alert_section {
  display: none;
}


.header .primary-section {
  display: flex;
  align-items: center;
}

.header .primary-section .page-center {
  width: 100%;
}

/* updates */
.nav:not(.megamenu) > nav > ul ul li {
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.nav:not(.megamenu) > nav > ul ul li > a {
  display: block;
  padding: 10px 20px;
  margin-bottom: 0;
}


header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
  display: block;
  margin-bottom: 0;
  padding: 10px;
}

@media (min-width: 992px) {
  header .nav > nav > ul .header__menu-item--depth-1 ul > li a {
    padding: 10px 20px;
  }

  .header .search .search-icon-container.no_btn:after {
    display: none;
  }
}

header .logo-section > div {
  display: inline-block;
}

header .logo-section .sticky_logo {
  display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .static_logo {
  display: none;
}

.primary-container.stickyLogo_changes.sticky_header_active .sticky_logo {
  display: inline-block;
}

/* updates */

header.header .cst-inner-wrapper .text h4 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.header .section-icon svg {
  width: 24px;
  height: 24px;
}

header.header .section-icon {
  min-height: unset;
  min-width: unset;
  width: 40px;
  height: 40px;
}

header.header .section-icon svg,
header.header .section-icon > * {
  display: block;
}

.header .alert-section .text-alert {
  padding-right: 28px;
}

.header .alert-section .text-alert > *:last-child {
  margin-bottom: 0;
}

.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items, .megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items {
  position: relative;
}
.megamenu .header__menu-wrapper li.header__menu-item--depth-1.two_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2,.megamenu .header__menu-wrapper li.header__menu-item--depth-1.three_items:nth-last-of-type(-n+2) .header__menu-submenu--level-2 {
  right: 0;
  left: auto;
}


/*  */

@media (min-width:992px){

  .nav.megamenu >nav>ul .header__menu-submenu--level-2 {
    display: flex !important;
    width: 100%;
    min-width: 41rem;
    flex-wrap: wrap;
    pointer-events: none;
    position: absolute;
    top: 100%;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
    transition: all 0.3s ease-in-out 0s;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
  }
  .nav.megamenu > nav > ul .header__menu-item--depth-1 {
    position: static;
  }
  .nav.megamenu {
    position: relative;
    width: 46%;
    width: auto;
  }
  .header__menu--desktop > .header__menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    flex-wrap:wrap;
    column-gap: 30px;
  }

  .header__menu--desktop > .header__menu-wrapper.mobile_menu_list {
    display: none;
  }


  .nav > nav > ul .header__menu-item--depth-1.header__menu-item--has-submenu:hover>a:after {
    content: '';
    position: absolute;
    height: 30px;
    width: AUTO;
    top: 100%;
    MIN-WIDTH: 5REM;
  }
  .nav.megamenu > nav > ul>.header__menu-item--has-submenu:hover ul {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }
  .nav.col-4.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
    width: 25%;
  }
  .nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2 >.header__menu-item {
    width: 33%;
  }
  .nav.col-3.megamenu > nav > ul .header__menu-submenu--level-2> .header__menu-item {
    width:50%;
  }
  .nav > nav > ul ul {
    padding: 0;
    margin: 0;
  }
  .nav > nav > ul .header__menu-item--depth-1 > a,
  .nav.megamenu > nav > ul .header__menu-item--depth-1> ul>li>a {
    line-height: 1.4444;
    font-size: 18px;
  }
  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item li:not(:last-child) {
    padding-bottom: 20px;
  }

  .nav.megamenu > nav > ul .header__menu-submenu--level-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul {
    padding-top: 20px;
  }
  .nav {
    width: 46%;
    width: auto;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
    position: absolute;
    top: 100%;
    min-width: 18rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
    transition: all 0.3s ease-in-out 0s;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    position: absolute;
    top: 100%;
    min-width: 9rem;
    left: 0;
    margin: 0;
    padding: 1rem 0;
    transform: translateY(4rem);
    visibility: hidden;
    opacity: 0;
    z-index: 15000;
    box-shadow: 0px 0px 30px 0px rgb(32 32 32 / 25%);
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu {
    position: relative;
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul,
  .nav.col-4.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2:hover >ul {
    visibility: visible ;
    opacity: 1 ;
    transform: translateY(0) ;
    display: block ;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul{
    visibility: visible ;
    opacity: 1 ;
    transform: translateY(1.7REM) ;
    display: block ;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu ul {
    top: 0;
    left: 100%;
  }
  .nav > nav > ul ul li:not(:last-child) {
    padding-bottom: 15px;
  }

  .nav > nav > ul ul li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 {
    box-shadow: 0 26px 30px 0 rgb(32 32 32 / 25%);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    transform: translateY(4rem);
    visibility: hidden;
    z-index: 15000;
  }
  .nav.megamenu > nav > ul.header__menu-wrapper .header__menu-item--depth-1:hover ul.header__menu-submenu--level-2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(1.7rem) ;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
    left: 0;
    position: static;
    background: transparent;
    box-shadow: none;
    min-width: 10rem;
  }
  .nav.megamenu > nav > ul .header__menu-submenu--level-2>.header__menu-item ul li {
    padding-left: 0;
    padding-right: 0;
  }

  /*** mega single item css ***/

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item {
    position: relative !important;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul {
    width: 0;
    min-width: 10rem;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li {
    width: 100% !important;
    text-align: left;
  }

  .nav.megamenu  .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul {
    min-width: 0 !important;
    width: 100%;
  }


  /*** end here **/
  /*** mega two item css ***/
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul {
    min-width: 0;
    width: 22rem;
    text-align: center;
  }

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.two_items >ul >li {
    width: 50% !important;
  }
  /*** end here **/
  /*** mega three item css ***/

  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul {
    width: 0;
    min-width: 30rem;
    text-align: center;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.three_items>ul >li {
    width: 33% !important;
  }

  /*** end here **/
  .nav.megamenu > nav > ul .header__menu-submenu>.header__menu-item ul:last-child {
    padding-bottom: 0;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper >li.single_item >ul >li ul.header__menu-submenu--level-3 {
    padding-top: 0;
  }
  header .address-section {
    padding-right: 3.5%;
  }
  .mobile-child-trigger {
    display: none;
  }
  .nav.megamenu.col-4 .header__menu--desktop>.header__menu-wrapper .more_items .header__menu-submenu--level-2 {
    min-width: 45rem;
  }
  .nav.megamenu .header__menu--desktop>.header__menu-wrapper .header__menu-submenu--level-2 ul {
    display: block !important;
  }
  header.header .social-share {
    padding-right: 0;
  }



  .header .top-section .page-center {
    padding-left: 0;
  }
  .header .close-icon {
    position: absolute;
    right: -22px;
    top: 2px;
    transform: rotate(87deg);
  }

  .header .alert-section>.page-center {
    position: relative;
  }

  .header__menu--desktop>.header__menu-wrapper .header__menu-item--has-submenu:hover >ul {
    transition: all 0.3s ease-in-out 0s;
  }
  .primary-container {
    min-height: 78px;
  }
  .header__menu--desktop ul.header__menu-wrapper .header__menu-item--depth-1 li > a:empty {
    display: none;
  }
  .nav > nav > ul .header__menu-item--depth-1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav > nav > ul .header__menu-item--depth-1 > a .child-trigger {
    display: block;
  }

  .primary-section .container-wrapper {
    column-gap: 15px;
  }

  .nav.al_left {
    margin-right: auto;
  }

  .nav.al_right {
    margin-left: auto;
  }

  .nav.no_megamenu .header__menu-wrapper .header__menu-submenu {
    display: block !important;
  }

  /*  updates  */

  .header__menu--desktop > .header__menu-wrapper li .header__menu-item--has-submenu:hover >ul {
    transform: translateY(1REM);
  }

  .nav > nav > ul ul li:not(:last-child) {
    padding: 0;
  }

  .nav > nav > ul ul li {
    padding: 0;
  }

  .header div.desktop_hide {
    display: none;
  }


  /*  min 992  */

}

@media(max-width:1200px){
  .header .close-icon {
    right: 20px; 
  }
}
@media(max-width:1200px) and (min-width:992px){
  .header .right-section{
    width:33%;
    width: auto;
  }

  .header__menu--desktop > .header__menu-wrapper {
    column-gap: 15px;
  }

}




@media (max-width:991px){
  .header__menu--desktop > .header__menu-wrapper.desktop_menu_list {
    display: none;
  }

  .header  .cst-humburger-icon{
    display:block;
  }
  .header .menu-section {
    display: none;
  }
  .header .address-section {
    width: 100%;
  }
  .header .logo-section {
    margin-right:auto;
  }

  .primary-section .container-wrapper {
    justify-content: flex-end;
  }
  .button-section-container .btn-section .hs-button {
    padding: 6.499999999950001px 30.99999999993px;
  }
  header.header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 50;
    display:none;
  }
  header.header .nav .header__menu.header__menu--desktop {
    position: relative;
    max-width: none;
    width: 100%;
    overflow-y: auto;
    min-height: 100vh;
    height: 100%;
  }

  header.header .nav .header__menu.header__menu--desktop> ul {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  header.header .nav .header__menu.header__menu--desktop> ul {
    padding-top: 6rem;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
    border-top: solid 1px #94b4d9;
  }

  /*   header.header .nav .header__menu.header__menu--desktop >ul >li {
  padding-top: 0.6em;
  padding-bottom: 0.7em;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li a svg path {
    fill: #fff;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li ul {
    padding: 0;
    margin: 0;
    padding-top: 10px;
  }

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li {
  padding-bottom: 10px;
} */

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li:first-child {
  padding-top: 10px;
} */
  .header .right-section {
    width: auto;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
    display: none;
  }
  header.header .nav .mobile-close-icon .close-mob-icon-1 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 11px;
    background-color: #fff;
    display: block;
    width: 28px;
    height: 4px;
    margin: 0px 0 3px 21px;
    border-radius: 1px;
    opacity: 1;
  }

  header.header .nav .mobile-close-icon .close-mob-icon-2 {
    -webkit-transform: rotate(48deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(223deg);
    margin-top: 11px;
    background-color: #fff;
    display: block;
    width: 28px;
    height: 4px;
    margin: -7px 0 0px 23px;
    border-radius: 1px;
    opacity: 1;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a {
    justify-content: space-between;
  }
  .nav.megamenu > nav > ul .header__menu-item--depth-1 > a > .child-trigger {
    display: none;
  }
  .mobile-child-trigger {
    position: absolute;
    right: 0px;
    top: 70px;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
  }

  header.header .nav .header__menu.header__menu--desktop ul >li {
    position: relative;
  }

  header.header .nav .header__menu.header__menu--desktop> ul >li a {
    width: 100%;
    display: block;
  }
  .mobile-child-trigger svg path {
    fill: #fff;
  }

  .mobile-child-trigger svg {
    width: 25px;
    height: 9px;
  }
  .mobile-child-trigger {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
    display: block;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 56px;
    height: 56px;
    user-select: none;
    font-size: 2rem;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-child-trigger {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger.child-open:before {
    content: "-";
    font-size:55px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul>li>.mobile-child-trigger::before {
    content: "+";
  }
  header.header .nav .header__menu.header__menu--desktop ul >li:not(:last-child) {
    border-bottom: solid 1px #94b4d9;
  }
  .header .contact-section {
    width: 100%;
  }
  .header__menu--desktop>.header__menu-wrapper .header__menu-submenu {
    background: transparent !important;
  }
  header.header .cst-inner-wrapper .text {
    margin-left: 5px;
  }
  .header .social-share {
    margin-top: 10px;
  }
  header.header .contact-wrapper {
    WIDTH: 100%; 
  }
  .header .social-share ul {
    justify-content: start;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    display: block;
    background: transparent;
    padding-top: 4rem;
  }
  .header .top-section {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul{
    padding-top: 9rem;
  }
  header.header .mobile-close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 60;
  }

  header.header .mobile-close-icon {
    display: block;
  }
  header.header .mobile-close-icon svg.svg-icon {
    font-size: 33px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> .mobile-child-trigger {
    height: 48px;
    display: flex;
  }
  header.header .nav .header__menu.header__menu--desktop> ul ul>li {
    border: none !important;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty {
    display: none;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li ul ul a {
    font-weight: 300;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> ul {
    padding: 0;
  }
  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
  padding-bottom: 0;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ul {
    padding: 0;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li a:empty ~ ul {
    padding: 0;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li ul li:last-child {
    padding-bottom: 0;
  }

  .container-wrapper.mobile-open ::-webkit-scrollbar {
    width: 0px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li> a {
    display: block;
    padding: 10px;
  }
  header.header .nav .header__menu.header__menu--desktop> ul >li.header__menu-item--has-submenu> a {
    padding-right: 60px;
    display: block;
  }
  header.header .button-section-container .btn-section {
    display: none;
  }
  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li li:not(:first-child) {
  padding-top: 10px;
} */

  header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li:not(:first-child) {
    padding-top: 0;
  }

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li> ul> li {
  padding-bottom: 15px;
  padding-top: 15px;
} */

  /*   header.header .nav .header__menu.header__menu--desktop> ul >li ul li:not(:first-child) {
  padding-bottom: 10px;
  padding-top: 0;
} */

  header .top-section.mobile_section .address-section + .contact-section {
    margin-top: 10px;
  }
  .header .social-share li {
    border: none !important;
  }
  .header .page-center, .header .primary-section .page-center{
    padding-left:20px;
    padding-right:20px;
  }  

  .header .top-section.mobile_section .page-center {
    max-width: 100%;
  }

  /*    */


  .header div.mobile_hide {
    display: none;
  }

  /*  max 991  */

  header.header.no_menu .top-section {
    display: block;
  }
  header.header.no_menu .button-section-container {
    display: block;
  }
  header.header.no_menu .button-section-container .btn-section {
    display: block;
  }
  .header .contact-section>a {
    display: inline-flex;
  }
  header.header .contact-wrapper {
    row-gap: 10px;
  }
  header.header.no_menu .top-section .address-section {
    width: auto;
  }
  header.header.no_menu .top-section .contact-section {
    width: auto;
  }
  header.header.no_menu .top-section .contact-wrapper {
    column-gap: 15px;
  }

  .header .top-section.mobile_section .cst-inner-wrapper {
    row-gap: 20px;
  }



  /*    */

  header.header.noMenu_triggerActive .right-section > .button-section-container {
    display: none;
  }

  header.header.no_menu.noMenu_triggerActive .top-section {
    display: none;
  }

  header.header.no_menu.noMenu_triggerActive .top-section.mobile_section {
    display: block;
  }

  header.header .top-section.mobile_section .btn-section a {
    width: 100%;
  }

  header.header .nav.noMenuSelected nav.header__menu.header__menu--desktop {
    padding-top: 2rem;
  }

  header.header .nav.noMenuSelected nav.header__menu > ul.header__menu-wrapper {
    padding: 0;
    margin: 0;
  }

  header.header .top-section.mobile_section {
    background: transparent;
  }

}





@media(max-width:480px){
  header.header .button-section-container {
    display: none;
  }
  .container-wrapper.mobile-open .top-section.mobile_section {
    padding-top: 4rem;
  }
  .header .top-section .cst-inner-wrapper .btn-section a {
    max-width: 100%;
    display: block;
  }
}


@media(max-width:350px){
  .header .right-section .globe-icon {
    margin-right: 15px;
  }
  .header .right-section .globe-icon > img {
    width: 22px;
  }

  .header .search .search-icon-container {
    margin: 0;
  }
  .header .right-section .globe-icon {
    margin-right: 10px;
  }

  .header .search .search-icon-container:after {
    margin-left: 5px;
    margin-right: 5px;
  }

}
.footer-social-item.tycustom_icon {
  font-size: 25px;
}

.footer-social-item svg path {
  fill: currentColor;
}
.body-wrapper .footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  position: static;
}
/*  */
html:not(.hs-inline-edit) .footer_partial_wrapper .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span {
  min-height: 0;
}

.footer-section .footer_contact_section_item {
  display: flex;
  padding-top: 10px;
}

.footer-section .footer_contact_section_item .left-section {
  width: 31px;
  margin-right: 10px;
  font-size: 31px;
      line-height: 1;
}

.footer-section .footer_contact_section_item .left-section svg {
  width: 100%;
  height: 100%;
}

.footer .flex_row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 3%;
  gap: 15px;
}

.footer-menu .hs-menu-wrapper>ul {
  flex-direction: column;
}

.footer .hs-menu-wrapper>ul >li {
  margin: 5px 0;
}

.footer .hs-menu-wrapper>ul >li:first-child {
  margin-top: 0;
}

.footer .hs-menu-wrapper>ul >li:last-child {
  margin-bottom: 0;
}

.footer .col-section {
  padding: 0 10px;
}

.footer-section .footer-content p:last-child {
  margin: 0;
}

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

.footer-social img, .footer-social svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.footer-social img {
  height: auto;
}

.footer .popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transition: visibility 0s linear 0.4s, opacity 0.4s, transform 0.4s;
  visibility: hidden;
  opacity: 0;
}

/** button form popup style ***/
.footer .popup-wrapper .inner-popup-container {
  position: relative;
  max-width: 600px;
  margin: 10px;
  margin: 0 auto;
}

.footer .popup-wrapper .popup-inner-wrapper {
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  position: relative;
  border-radius: 6px;
  outline: 0;
  padding: 15px;
}

.footer .close-icon {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
}

.ftr_btn_item.ftr-search-open .popup-wrapper {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.7s, transform 0.7s;
}

/** end ***/
.footer .footer-social {
  width: 100%;
}

.footer-form form .hs-button {
  width: 100%;
}

.footer-content h4:last-child {
  margin: 0;
}

.back_to_top {
  align-items: center;
  bottom: -100px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 3.15rem;
  justify-content: center;
  position: fixed;
  right: 70px;
  width: 3.15rem;
  z-index: 20;
  visibility: hidden;
  transform: scale(0);
  transition: .4s ease-in-out 0s;
  right: 2rem;
  bottom: 4rem;
}

.back_to_top svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

footer .back_to_top:not(:hover) svg path {
  fill: currentColor;
}

.back_to_top.active {
  bottom: 60px;
}

.back_to_top {
  bottom: -100px;
  border-radius: 10rem;
}

.footer-form .form-title:empty {
  display: none;
}

.footer-social-item {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.footer-social-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.footer-menu .hs-menu-wrapper>ul {
  padding-top: 0;
}

.back_to_top.go-top {
  visibility: visible;
}

.backtotop_show .back_to_top {
  visibility: visible;
  bottom: 5rem;
  transform: scale(1);
}

.blog_feed-wrapper .blog_feed_content {
  padding-bottom: 10px;
}

.footer_contact_section .ml-content {
  padding-top: 10px;
}

.popup-type-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  position: absolute;
  right: 0;
  color: #fff;
  cursor: pointer;
  z-index: 999999;
}

.popup-type-video .popup-inner-wrapper {
  padding: 0 !important;
}

.backtotop_show .back_to_top {
  border-width: 1px;
  border-style: solid;
}

.footer .back_to_top svg path {
  fill: inherit;
}

.backtotop_show .back_to_top:hover {
  transition: .1s ease-in 0s;
}

.popup-wrapper.popup-type-video .popup-inner-wrapper {
  line-height: 0;
}

.footer .footer-simple-menu ul {
  display: flex;
  flex-direction: column;
}

.footer .blog_feed-wrapper .blog_feed_item .blog_feed_item_byline span.readmore {
  display: block;
}

.footer .blog_feed_item {
  margin-bottom: 15px;
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.footer .blog_feed_item .blog_feed_featured_image {
  border-radius: 5px;
  content: "";
  display: inline-block;
  min-height: 100px;
  left: 0;
  overflow: hidden;
  position: relative;
  flex: 0 0 25%;
  top: 0;
  transform: none;
  max-width: 25%;
  vertical-align: middle;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-right: 10px;
}

.footer .blog_feed_item_byline span.author {
  margin-right: 15px;
}

.footer .blog_feed_item_title {
  font-weight: 700;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
  position: relative;
  opacity: 1;
  top: 0;
  left: 0;
}

.footer-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  position: relative;
}

.footer .ftr-search-open .popup-wrapper .inner-popup-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer .popup-wrapper .inner-popup-container {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.footer .custom-wrapper-popup {
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
}

.footer .custom-embeded-content {
  padding-bottom: 56.25%;
  position: relative;
}

.footer .custom-embeded-content iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
}

.footer .cst-external-video {
  position: relative;
  padding-bottom: 56.7%;
}

.footer .cst-external-video iframe.iframe_video {
  position: absolute;
  height: 100%;
  width: 100%;
}

.popup-type-video .close-icon.popup-ftr {
  margin-right: 15px;
  margin-top: 5px;
}

.footer {
  font-size: 0.95em;
}

.footer_contact_section_item .left-section svg, .footer_contact_section_item .left-section img {
  width: 50px;
  fill: currentColor;
}

.footer .footer-simple-menu ul {
  padding: 0;
}

.footer .footer-button.btn_row {
  margin-top: 0;
}

.footer .footer-row.type_blog_feed {
  text-align: left;
}

/*  */
.footer .al_center {
  text-align: center;
}

.footer .al_right {
  text-align: right;
}

.footer .al_center.type_social_icons .footer-social {
  justify-content: center;
}

.footer .al_right.type_social_icons .footer-social {
  justify-content: flex-end;
}

.footer .al_center .footer-button {
  justify-content: center;
}

.footer .al_left .footer-button {
  justify-content: flex-start;
}

.footer .al_right .footer-button {
  justify-content: flex-end;
}

.footer .custom-embeded-content iframe {
  top: 0;
  left: 0;
}

.footer .right-section.sl-content a {
  color: inherit;
}

@media(max-width: 991px) and (min-width:768px) {
  footer.footer div.tab_hide {
    display: none;
  }
}

@media(min-width: 992px) {
  footer.footer div.desktop_hide {
    display: none;
  }
}

@media(max-width: 991px) and (min-width:768px) {
  .footer .al_tab_center {
    text-align: center;
  }

  .footer .al_tab_right {
    text-align: right;
  }

  .footer .al_tab_left {
    text-align: left;
  }

  .footer .al_tab_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_tab_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_tab_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_tab_center .footer-button {
    justify-content: center;
  }

  .footer .al_tab_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_tab_right .footer-button {
    justify-content: flex-end;
  }
}

@media(max-width: 767px) {
  .footer .flex_row .col-section.col2 {
    width: 100%;
  }

  .footer .flex_row .col-section {
    width: 100%;
  }

  .footer-social-item:not(:first-child) {
    margin: 0 15px;
  }

  .footer .footer-section-2 .col-section.col2 {
    padding: 0;
  }

  .footer .popup-wrapper.popup-type-pop_form .inner-popup-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .back_to_top {
    right: 22px;
  }

  .footer .flex_row .col-section:not(:first-child) {
    padding-top: 20px;
  }

  .footer .back_to_top {
    height: 2.6rem;
    width: 2.6rem;
  }

  footer.footer div.mobile_hide {
    display: none;
  }

  .footer .al_mob_center {
    text-align: center;
  }

  .footer .al_mob_right {
    text-align: right;
  }

  .footer .al_mob_left {
    text-align: left;
  }

  .footer .al_mob_center.type_social_icons .footer-social {
    justify-content: center;
  }

  .footer .al_mob_right.type_social_icons .footer-social {
    justify-content: flex-end;
  }

  .footer .al_mob_left.type_social_icons .footer-social {
    justify-content: flex-start;
  }

  .footer .al_mob_center .footer-button {
    justify-content: center;
  }

  .footer .al_mob_left .footer-button {
    justify-content: flex-start;
  }

  .footer .al_mob_right .footer-button {
    justify-content: flex-end;
  }
}
/* 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;
  }
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos] {
  pointer-events: none
}

[data-aos].aos-animate {
  pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

@media screen {
/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade]  */
  html [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate  */
  html [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }

/*   html:not(.no-js) [data-aos=fade-up]  */
  html [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down]  */
  html [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-right]  */
  html [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px,0,0);
    transform: translate3d(-100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-left]  */
  html [data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-right]  */
  html [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px,100px,0);
    transform: translate3d(-100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-up-left]  */
  html [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px,100px,0);
    transform: translate3d(100px,100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-right]  */
  html [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px,-100px,0);
    transform: translate3d(-100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos=fade-down-left]  */
  html [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px,-100px,0);
    transform: translate3d(100px,-100px,0)
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]  */
  html [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate  */
  html [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
  }

/*   html:not(.no-js) [data-aos=zoom-in]  */
  html [data-aos=zoom-in] {
    -webkit-transform: scale(.6);
    transform: scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-up]  */
  html [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0,100px,0) scale(.6);
    transform: translate3d(0,100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-down]  */
  html [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(.6);
    transform: translate3d(0,-100px,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-right]  */
  html [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(.6);
    transform: translate3d(-100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-in-left]  */
  html [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px,0,0) scale(.6);
    transform: translate3d(100px,0,0) scale(.6)
  }

/*   html:not(.no-js) [data-aos=zoom-out]  */
  html [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-up]  */
  html [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0,100px,0) scale(1.2);
    transform: translate3d(0,100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-down]  */
  html [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0,-100px,0) scale(1.2);
    transform: translate3d(0,-100px,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-right]  */
  html [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px,0,0) scale(1.2);
    transform: translate3d(-100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos=zoom-out-left]  */
  html [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px,0,0) scale(1.2);
    transform: translate3d(100px,0,0) scale(1.2)
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide]  */
  html [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden
  }

/*   html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate  */
  html [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

/*   html:not(.no-js) [data-aos=slide-up]  */
  html [data-aos=slide-up] {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-down]  */
  html [data-aos=slide-down] {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }

/*   html:not(.no-js) [data-aos=slide-right]  */
  html [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }

/*   html:not(.no-js) [data-aos=slide-left]  */
  html [data-aos=slide-left] {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }

/*   html:not(.no-js) [data-aos^=flip][data-aos^=flip]  */
  html [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
  }

/*   html:not(.no-js) [data-aos=flip-left]  */
  html [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-left].aos-animate  */
  html [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-right]  */
  html [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-right].aos-animate  */
  html [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
  }

/*   html:not(.no-js) [data-aos=flip-up]  */
  html [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg)
  }

/*   html:not(.no-js) [data-aos=flip-up].aos-animate  */
  html [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }

/*   html:not(.no-js) [data-aos=flip-down]  */
  html [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg)
  }

/*   html:not(.no-js) [data-aos=flip-down].aos-animate  */
  html [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0)
  }
}

.hs-inline-edit [data-aos^=fade][data-aos^=fade],
.hs-inline-edit [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1;
}
.hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 0;
}

html {
  overflow-y: overlay;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

.page-center{
  padding-left: 0;
  padding-right: 0;
}


.hs-trans-btn {
  border: 0 solid;
}

.page-center.full_width {
  max-width: 100%;
  width: 100%;
}
.text_right .btn_row {
  justify-content: end;
}

.text_left .btn_row {
  justify-content: start;
}

.dnd-module .widget-type-linked_image {
  overflow: hidden;
}

/*  video background */


.bnr_vid {
  height: 110vh;
  height: 110%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100vw;
  z-index: 1;
  top: 0;
  left: 0;
}

.bnr_vid video{
  width:100%;
  object-fit: cover;
  height: 100%;
}


.bnr_vid.iframe_banner_vid {
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%) ;
  left: 50%;
  top: 50%;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  aspect-ratio: 16 / 9;
}

.bnr_vid.iframe_banner_vid iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  top: 0;
  width: 100%;
}

.safari .bnr_vid.iframe_banner_vid iframe{
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

@media screen and (max-width: 991px) {
  .safari .bnr_vid.iframe_banner_vid iframe{
    -webkit-transform: scale(6.5);
    transform: scale(6.5);
  }
}



.lg-components {
  min-height: 47px;
  display: inline-block;
  width: 100%;
}

.lg-outer .lg-content{
  bottom: 47px !important;
}

/*  */
.text_center{
  text-align:center;
}
.text_right{
  text-align:right;
}
.text_left{
  text-align:left;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*="full-width-section"].dnd-section > .row-fluid,
[class*="full-width-section"].dnd-section {
  padding: 0;
}

.hs-button {
  display: inline-block;
}

.btn_row:empty {
  margin: 0 !important;
}

.btn_row {
  margin-top: 20px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn_item a {
  display: inline-block;
}

.flex_row .col20,
.flex_row .col12,
.flex_row .col11,
.flex_row .col10,
.flex_row .col9 ,
.flex_row .col8 ,
.flex_row .col7 ,
.flex_row .col6 ,
.flex_row .col5 ,
.flex_row .col4 ,
.flex_row .col3 ,
.flex_row .col2 ,
.flex_row .col1 {
  padding:0 10px;
}

.bg_el{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top_sec {
  text-align: center;
  margin-bottom: 50px;
}


.pdlr15{
  padding-left:15px;
  padding-right:15px;
}

.pdlr10{
  padding-left:10px;
  padding-right:10px;
}

.margin10{
  margin-left:-10px;
  margin-right:-10px;
}

.pdlr0{ 
  padding-left:0px;
  padding-right:0px;
}


.top_sec .top_content > *:last-child {
  margin-bottom: 0;
}

.text_center .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dnd_padd {
  position: relative;
  overflow: hidden;
}

.dnd_padd .page-center {
  position: relative;
  z-index: 2;
}


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

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

.simpleParallax_wrap .thumbnail {
  transition: 0.1s ease;
  width: 100%;
}


/*  */

.glide__slides > * {
  white-space: normal;
}

.glide__bullet.glide__bullet{
  transition: all 400ms ease-in-out;
}


.glide__bullets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  width: 100%;
  bottom: 0;
  row-gap: 5px;
  left: 0;
  z-index: 2;
}

.glide__bullets .glide__bullet {
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0 1.5px;
  cursor: pointer;
}

.glide__bullets.square_bullets .glide__bullet {
  width: 30px;
  height: 5px;
  border-radius: 24px;
}

.glide .glide__arrow{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.2s ease;
}

.glide .glide__arrow--left {
  left: -40px;
}

.glide .glide__arrow--right {
  right: -40px;
}

.glide__bullets.numberBullets {
  font-size: 1.125em;
  bottom: -32px;
}

.glide__bullets.numberBullets .glide__bullet {
  background: none;
  width: auto;
  height: auto;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.glide__bullets.numberBullets .glide__bullet:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  transition: inherit;
}

@media (max-width: 1280px){
  .glide .glide__arrow--right {
    right: 20px;
  }
  .glide .glide__arrow--left {
    left: 20px;
  }
}


@media(max-width:480px){
  .glide__arrows {
    display: none;
  }
}

/*  */

.page-center.fullwidth {
  max-width: 100%;
  width: 100%;
}

.flex_row.rowGap15 {
  row-gap: 20px;
}

.flex_row.colGap15 {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}


.text_left .icon_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text_right .icon_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text_center .icon_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



.col3_row .flex_row,
.col4_row .flex_row,
.col20_row .flex_row ,
.col3_row .flex_row {
  justify-content: center
}

@media(max-width:1300px) and (min-width:1101px){
  .col20_row .flex_row .col20{
    width: 25%;
  }
}

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


  .col20_row .flex_row .col20,
  .col3_row .flex_row .col3{
    width: 33.33%;
  }
}

@media(max-width:991px) and (min-width:768px){



  .col20_row .flex_row .col20,
  .col2_row .flex_row .col2,
  .col3_row .flex_row .col3,
  .col4_row .flex_row .col4{
    width: 50%;
  }
}

/*  */

.splide__list > .splide__slide,
.glide__slides > * {
  margin-bottom: 30px;
  margin-top: 30px;
}

.card_gallery > .btn_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.logos_row {
  margin-bottom: 10px;
}

.logos_row .glide__bullets {
  position: absolute;
  border: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.testimonials_slider .top_sec,
.card_gallery.sliderEnable .top_sec {
  margin-bottom: 20px;
}

.slider_btn_footer .btn_row {
  margin-top: 50px;
}

.top_sec .flex_row .content_widget {
  text-align: left;
}

.top_sec .flex_row .top_content {
  max-width: 100%;
}

.top_sec .btn_row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_sec .btn_row_wrap .btn_row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_sec.noButton {
  padding-left: 10px;
  padding-right: 10px;
}

.top_sec.no_top_content .btn_row_wrap.col4 {
  width: 100%;
}

.top_sec.no_top_content .btn_row_wrap {
  justify-content: center;
}

/*  */

.testimonials_slider .bottom_row.glide,
.card_gallery .bottom_row.glide {
  padding-bottom: 24px;
}

.bnr_wrp {
  overflow: hidden;
}

.testimonials_sliderv3 .glide .glide__arrow--right {
  right: 10px;
}

.testimonials_sliderv3 .glide .glide__arrow--left {
  left: 10px;
}

.testimonials_sliderv2 .glide__arrow {
  margin-top: -24px;
}

/*  */

.cnt-mid-sec h2 {
  margin-bottom: 15px;
}

.cnt-mid-sec .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 0;
}

.cnt-mid-sec form input:not(.hs-button),
.cnt-mid-sec form textarea {
  padding: 17px 27px 13px;
}

.cnt-mid-sec form .hs-form-field {
  margin-bottom: 10px;
}

.cnt-mid-sec form .hs-form-field textarea {
  min-height: 140px;
  resize:none;
}

.cnt-mid-sec form .hs_submit {
  margin-top: 5px;
  display: inline-block;
}

.cnt-mid-sec form .hs-form-field > label {
  margin: 0;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 24px;
}

.rating svg {
  width: 20px;
  height: 20px;
  display: block;
  vertical-align: middle;
}

.testimonials_sliderv2 span.star_fill {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rating .fill svg path {
  fill: rgb(245, 205, 62);
}

.rating svg path {
  fill: transparent;
  stroke: rgb(245, 205, 62);
}

.text_center .rating {
  justify-content: center;
}

.text_right .rating {
  justify-content: flex-end;
}

.faq-mid-sec p:last-child {
  margin-bottom: 0;
}

.simpleParallax_wrap .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-mid-sec .widget-type-rich_text p {
  margin-bottom: 30px;
}

.portfolio-mid-sec .hs_cos_wrapper_type_rich_text > h4 {
  margin-bottom: 5px;
}

.portfolio-detail-pg p:last-child {
  margin-bottom: 0;
}



.portfolio-mid-sec .gallery-section .glide__arrow--left {
  left: -10px;
}

.portfolio-mid-sec .gallery-section .glide__arrow {
  transform: translateY(-50%);
  top: 50%;
}

.portfolio-mid-sec .gallery-section.dnd_padd {
  overflow: visible;
}

.portfolio-mid-sec .gallery-section .glide__arrow--right {
  right: -10px;
}

.portfolio-mid-sec h3 {
  margin-bottom: 24px;
}

.portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul > li:last-child {
  margin-bottom: 0;
}

@media(max-width:767px){
  .top_sec .btn_row_wrap,
  .top_sec .btn_row_wrap .btn_row {
    justify-content: center;
  }
}

/* form_popup  */
.popup_modal {
  background: rgba(0,0,0,.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.popup_modal .popup_modal_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  padding: 50px 20px;
  width: 100%;
  text-align: left;
}

.popup_modal .popup_modal_box {
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1024px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: .4s ease .2s;
  -o-transition: .4s ease .2s;
  transition: .4s ease .2s;
  width: 100%;
}

.vid-popup-outer .closeIcon,
.popup_modal .closeIcon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  z-index: 11;
  background: #fff;
  padding: 5px;
  stroke-width: 2px;
}

.popup_modal.active_show {
  opacity: 1;
  visibility: visible;
}

.popup_modal.show {
  display: block;
}

.popup_modal.active_show .popup_modal_box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup_modal .content_box {
  padding: 20px;
}

.popup_modal .video_box {
  padding-bottom: 56.25%;
  position: relative;
}

.popup_modal .form__box {
  padding: 20px;
}

.popup_modal .form-title:empty {
  margin: 0;
}

.popup_modal .video_box .bnr_vid {
  height: 100%;
}

.popup_modal video,
.popup_modal .video_box iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.popup_modal .video_box .bnr_vid {
  width: 100%;
}

.popup_modal .content_box > *:last-child {
  margin-bottom: 0;
}

a.popupBtn.popup_video {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

a.popupBtn.popup_video span.icon {
  line-height: 0;
  margin-right: 10px;
}
.page-center.full_width .glide .glide__arrow--left {
  left: 20px;
}

.page-center.full_width .glide .glide__arrow--right {
  right: 20px;
}

.about-page .card_gallery .card_content + .btn_row {
  margin-top: 15px;
}

.about-page .card_gallery h3.it_title {
  margin-bottom: 15px;
}

.about-page .card_gallery .top_sec {
  margin-bottom: 55px;
}

.about-page .counter-section .item .cont-wrap .img-wrap {
  min-height: 60px;
  margin-bottom: 15px;
}

.about-page .counter-section .flex_row {
  margin: 0 -10px;
}

.about-page .cm_team_wrp .cm_team_image {
  padding-bottom: 1px;
}

.about-page .cm_team_wrp .cm_team_icons {
  column-gap: 5px;
}

.about-page .cm_team_wrp .cm_team_icons a {
  width: 40px;
  height: 40px;
}

.about-page .cm_team_wrp .cm_team_text {
  margin-bottom: 19px;
}

.about-page .dnd_padd.accordion_wrap {
  overflow: visible;
}

/* About Ver 2 */

.about_page_V2 .cm_tm_wrp .top_sec {
  margin-bottom: 20px;
}

.about_page_V2 .cm_tm_wrp .square_bullets {
  margin-bottom: 0;
}

.about_page_V2 .logo_slider .top_sec {
  padding-top: 0;
}

.about_page_V2 .two-col-content .multirichtext * {
  color: inherit;
  margin-bottom: 10px;
}

.about_page_V2 .two-col-content .img-col .description-cont {
  padding: 20px 19px;
}

.banner_v3_inner{
  padding-bottom: 187px;
  padding-top: 176px;
}

.service-listing-page .card_gallery .card_inner {
  padding: 29px 20px;
}

.faq_page .dnd_padd.accordion_wrap {
  overflow: visible;
}

.servs-details-pg .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin-bottom: 0;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  box-shadow: 0px 0px 2px #333;
}

.doc-main-sec .hs_cos_wrapper_type_linked_image img.hs-image-widget {
  width: 358px;
}

@media (min-width:768px) {
  .top_sec .btn_row_wrap.col4 {
    width: 33.33%;
  }
}

@media (max-width:767px) {

  .portfolio-mid-sec img.hs-image-widget {
    width: 100%;
  }

  .portfolio-mid-sec .widget-type-linked_image {
    display: block;
    width: 100%;
  }

  .top_sec .flex_row .content_widget {
    text-align: center;
  }

  .portfolio-detail-pg .hs_cos_wrapper_type_rich_text > ul {
    margin-bottom: 30px;
  }

}


.dnd-section {
  /*   overflow: hidden; */
}
.body-wrapper {
  overflow: hidden;
}
.hs_service .widget-type-form .form-title{
  color:#fff;
  text-align:center;
}
.hs_service .col4 .dnd-column {
  padding: 0;
}

.hs_service .widget-type-form {
  padding: 20px;
  border-radius: 2px;
}
.lg-sub-html {
  color: inherit !important;

}
.lg-outer .lg-inner {
  white-space: normal !important;
}

.hs_service .widget-type-form .hs-button {
  width:100%;
}
.hs_service .widget-type-form .field >label {
  color: #fff;
}
body .lg-backdrop{
  opacity: 0.8 !important;
}
.lg-item .lg-sub-html {
  padding: 0!important;
}

div[class*="lightGallery-captionsmodule"] {
  padding: 15px 40px!important;
}
div[class*="lightGallery-captionsmodule"]:empty {
  display: none !important;
}


table {
  border-collapse: collapse;
  border: none;
}

a.cta_button{
  box-sizing: border-box !important;
}

.hs-inline-edit .hs_cos_wrapper_type_rich_text [data-animation] {
  opacity: 1;
  transform: none;
}


/* modules social share */

.cm_social_follows .icon_cont {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cm_social_follows > ul.flex_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cm_social_follows > ul.flex_row li {
  margin: 0;
}

.cm_social_follows .icon_cont * {
  font-size: inherit;
}

.cm_social_follows .icon_cont svg {
  width: 1em;
  height: 1em;
  display: block;
  margin: 0 auto;
  fill: currentColor;
}

.cm_social_follows .icon_cont svg path {
  color: inherit;
  fill: inherit;
}

.cm_social_follows .icon_cont img {
  width: 1em;
  height: auto;
}

.cm_social_follows .icon_cont * {
  transition: inherit;
}

.cm_social_follows .icon_inline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cm_social_follows .icon_inline img {
  vertical-align: middle;
  display: block;
}

.cm_social_follows .icon_inline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.cm_social_follows .icon_inline img {
  vertical-align: middle;
  display: block;
}

.cm_social_follows .icon_cont.custom {
  border-radius: 100%;
  transition: 0.2s ease;
}

.text_center .cm_social_follows ul.flex_row {
  justify-content: center;
}

.text_right .cm_social_follows ul.flex_row {
  justify-content: flex-end;
}

/*  */

/* header */
body {
  line-height:1.4;
}
h1{
  line-height:1.1;
}
h2{
  line-height:1.1;
}
h3{
  line-height:1.1;
}
h4{
  line-height:1.1;
}
h5{
  line-height:1.1;
}
h6{
  line-height:1.1;
}


.child-theme .content-wrapper,
.child-theme .dnd-section > .row-fluid,
.child-theme .page-center{
  
  max-width: 1330px;
  
}

.hs-inline-edit .cst-header .head-wrap {
  position: static;
}
html.slide{
  overflow:hidden;
}
.header.cst-header {
  z-index: 10;
  width: 100%;
  display: block;
  transition: .3s ease all;
  min-height: 126px;
  transition: all .3s;
}
.cst-header .head-wrap{
  position:fixed;
  top:0;
  background-color:rgba(255, 255, 255, 1);
  width:100%;
  min-height: 122px;
  transition: all .3s;
  border-top: solid 6px rgba(0, 172, 215,1.0);
}
.cst-header .page-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 122px;
  transition: all .3s;
}
.cst-header aside {
  display: flex;
  align-items: center;
  line-height: 1em;
  position: relative;
}
.cst-header aside .nav-toggle {
  background:url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/images/menu.png);
  transition: .3s ease all;
  will-change: transform;
  background-size: auto 100%;
  position: relative;
  width: 32px;
  height: 24px;
  margin-right: 48px;
  cursor: pointer;
}
.active .cst-header aside .nav-toggle{
  background:url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/images/close.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 4px;
}
.cst-header aside .search-toggle {
  cursor: pointer;
  color: #00add9;
  transition: .3s ease all;
}

.cst-header aside .search-toggle .icon-search {
  display: block;
  color: #1f1646;
  font-style: normal;
  font-family: var(--icons-custom-font);
  transition: .3s ease all;
}
.cst-header aside .search-toggle .icon-search:hover{
  color:#00add9;
}

.cst-header aside .search-toggle .icon-search:before {
  content: "\e910";
}
.cst-header aside .search-form {
  background-color: #f8f8f8;
  height: 40px;
  left: calc(100% - 30px);
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 15px 0 10px;
  border-radius: 3px;
  opacity: 0;
  transition: .3s ease all;
  pointer-events: none;
  z-index: 11;
}
.cst-header aside .search-form.on{
  pointer-events: all;
  opacity: 1;
}

.cst-header aside .search-form>div {
  display: flex;
}

.cst-header aside .search-form button {
  font-size: 20.0px;
  color: #1f1646;
  cursor: pointer;
  background: none;
  outline: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.cst-header aside .search-form button .icon-search {
  display: block;
  font-family: var(--icons-custom-font);
  font-style: normal;
  line-height: 1;
}

.cst-header aside .search-form button .icon-search:before {
  content: "\e910";
}
.cst-header aside .search-form input[type="text"] {
  font-family: var(--system-font);
  font-size: 16px;
  border: 0;
  border-radius: 0;
  background: none;
  appearance: none;
  line-height: 1em;
  padding: 7px;
  margin: 0 8px;
  outline: none;
  min-width: 150px;
  color:#000;
  box-shadow:none;
}
.cst-header aside .search-form input::-webkit-input-placeholder {
  color: #757575;
}
.cst-header aside .search-form .icon-close {
  font-size: 15.0px;
  color: #a9a9a9;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-family:var(--icons-custom-font);
  font-style: normal;
}

.cst-header aside .search-form .icon-close:before {
  content: "\e907";
}
.cst-header aside .search-form .icon-close {
  font-size: 15.0px;
  color: #a9a9a9;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  font-family: var(--icons-custom-font);
  font-style: normal;
}

.cst-header aside .search-form .icon-close:before {
  content: "\e907";
}

.cst-header .logo {
  transition: .3s ease all;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

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

.cst-header .logo a>img {
  width: 208px !important;
  height: 62px !important;
  transition: .3s ease all;
}
.cst-header .side-navigation {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  letter-spacing: .05em;
}

.cst-header .side-navigation ul {
  margin: 0;
  padding: 0;
}

.cst-header .side-navigation ul>li.hs-menu-item {
  margin: 0;
  padding: 0;
  margin-left: 34px;
  font-size: 16px;
}

.cst-header .side-navigation ul>li.hs-menu-item>a {
  color: rgba(31, 22, 70,1.0);
  transition: .3s ease all;
}
.cst-header .side-navigation ul>li.hs-menu-item>a:hover{
  color: rgba(163, 55, 149,1.0);
}
/* scrollheader */
.header.cst-header.scrolled {
  min-height: 96px;
}

.header.cst-header.scrolled .head-wrap .logo img {
  width: 134px !important;
  height: 46px !important;
  margin-bottom:5px;
}
.header.cst-header.scrolled .head-wrap {
  border-color: rgba(0, 172, 215,1.0);
  min-height: 96px;
  background-color: rgba(255, 255, 255,1.0);
  box-shadow: 0 0 10px rgba(0, 0, 0,0.16);
}
.header.cst-header.scrolled .page-center{
  min-height: 90px;
}
/* sidebar */
.site-nav {
  transform: translateX(-100%);
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 12;
  transition: .3s ease all;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slide .site-nav {
  transform: translateX(0%);
}

.site-nav i.material-icons {
  display: inline-block;
  font-size: 1.3em;
  line-height: .7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 1em;
  overflow: visible;
  vertical-align: -34%;
  font-family: var(--material-icon);
  font-weight: normal;
  font-style: normal;
  transition: .3s ease all;
}
.header-wrapper .float-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  top:unset !important;
  margin: 20px;
  overflow:visible;
  z-index:99;
}

.header-wrapper .float-btn .page-center.custom {
  max-width: 100%;
  padding:0;
}


.header-wrapper .float-btn a.hs-sec-btn:before {
  content: "";
  background-image: url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/images/email.svg);
  display: block;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  margin-right: 8px;
  margin-left: -4px;
  margin-top:1px;
}

.child-theme .header-wrapper .float-btn a.hs-sec-btn {
  display: inline-flex;
  padding: 11.6667px 27.5px !important;
  line-height: 1.32;
  font-size: 19.0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 12px 0px;
  font-weight: normal;
  cursor: pointer;
  letter-spacing: unset;
  font-family: var(--form-font);
}
.error-page:before{
  opacity:0.3;
}
/* blog */
.cmBlogPost .template .breadcrumbs {
  margin: 75px 0 40px;
  margin-left: -20px;
}
.cmBlogPost .template .breadcrumbs .wrapper{
  padding:0;
}
.cmBlogPost .flex .template-content h1 {
  font-size: 52.0px;
  font-weight: 500;
}
.cmBlogPost .flex .template-content .content-padded h3 {
  color: #a33795;
  font-size: 24.0px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: .5em 0;
}
.cmBlogPost .flex .template-content .content-padded h4,
.cmBlogPost .flex h4 {
  color: #00ACD2;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.4;
}
.cmBlogPost .flex .template-side .side-form h4 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cmBlogPost .nf-form-cont {
  background-color: #a33795;
  padding: 30px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
.child-theme .cmBlogPost .nf-form-cont form {
  margin: 0;
}
.cmBlogPost .nf-form-cont form .hs-form-field {
  margin-bottom: 20px;
}
.cmBlogPost .nf-form-cont form .hs-form-field .hs-error-msgs>li{
  margin:0;
}
.cmBlogPost .nf-form-cont form .hs-form-field .input {
  display: flex;
  flex-wrap: wrap;
  padding:2.7px 0;
}

.child-theme .cmBlogPost .nf-form-cont form .hs-form-field .input input {
  font-family: var(--system-font);
  font-weight: 500;
  border: 0;
  border-radius: 3px;
  color: #333;
  width: 100%;
  padding: 15px 10px;
  height: auto;
  font-size:13.33px;
  line-height: 1;
}
.child-theme .cmBlogPost .nf-form-cont form .hs-form-field .input input::-webkit-input-placeholder{
  color:#333;
}

.child-theme .cmBlogPost .nf-form-cont form .hs_submit .actions input.hs-button {
  line-height: 1em;
  height: auto;
  cursor: pointer;
  background: transparent;
  transition: all .3s ease;
  background-color: #1f1646;
  border-color: #1f1646;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 100% ;
  padding: 12px 24px;
  border-radius: 4px ;
  font-size: 16px ;
  letter-spacing: 1px ;
}
.child-theme .cmBlogPost .nf-form-cont form .hs_submit .actions input.hs-button:hover{
  background-color:#2A1F5F;
}
.cmBlogPost .featured-insights-white .section-title {
  text-transform: uppercase;
  margin-left: -20px;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 22.0px;
  margin-bottom: 40px;
  color: #201747;
}
.page-center.cm_map_gray.full_width.aos-init.aos-animate {
  max-width: 100%;
}
.counter-section .inner h2.count-wrap {
  font-size: 42px;
}

.counter-section .inner .desc.theme {
  font-size: 16px;
}
.blog-comments{
  margin-top:70px;
}
@media (min-width: 1024px){
  .site-nav .wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    padding:0;
  }
  .active .site-nav{
    transform: translateX(-100%);
  }
  .site-nav .mobile-content {
    display: none;
  }

  .site-nav .mobile-content form.search-form {
    background-color: #f8f8f8;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: .3s ease all;
    width: 100%;
    max-width: 360px;
    margin: 20px 0 10px;
  }
  .mobile-content form .search-form-field input[type="text"] {
    appearance: none;
    line-height: 1em;
    padding: 7px 16px;
    margin: 0;
    outline: none;
    font-family: var(--system-font);
    font-size: 18.0px;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    background: none;
    color: #000;
  }
  .mobile-content form .search-form-field input::-webkit-input-placeholder {
    letter-spacing: .05em;
  }
  .site-nav .mobile-content form .search-form-field {
    width: calc(100% - 50px);
  }

  .site-nav .mobile-content form button {
    background: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 20.0px;
    color: #1f1646;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    width: 50px;
    min-width: 50px;
  }

  .site-nav .mobile-content form button .icon-search {
    font-family: var(--icons-custom-font) ;
    font-style: normal;
    font-weight: normal;
  }

  .site-nav .mobile-content form button .icon-search:before {
    content: "\e910";
  }
  .site-nav .mobile-content .hs-menu-wrapper>ul>li {
    margin: 0; 
    margin-top: 20px;
  }

  .site-nav .mobile-content .hs-menu-wrapper>ul>li>a {
    color: #201747 ;
    text-transform: uppercase;
    font-size:20.0px;
    font-weight: 600;
    padding: 0;
  }
  .site-nav .mobile-content .hs-menu-wrapper>ul>li>a:hover {
    color: #201747;
  }
  .site-nav .wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% - 25px);
    background-color: #a33895;
    width: 50vw;
  }
  .site-nav .nav-close.icon-close {
    font-size: 24.0px;
    position: absolute;
    top: 55px;
    font-family: var(--icons-custom-font);
    left: 0;
    color: #fff ;
    font-style: normal;
    cursor: pointer;
    transition: .3s ease all;
    z-index: 20;
  }
  .site-nav .nav-close.icon-close:hover {
    color: #fe57e8;
  }
  .site-nav .nav-close.icon-close:before {
    content: "\e907";
  }
  .site-nav nav {
    position: relative;
    min-height: 100vh;
    padding-top: 200px;
    display: block;
  }
  .site-nav nav:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33.3333333333vw;
    background-color: #a33895;
    z-index: -1;
  }
  .site-nav nav .hs-menu-wrapper>ul>li {
    width: 33.3333333333vw;
    margin:0;
  }
  .site-nav nav .hs-menu-wrapper>ul>li a{
    font-size: 34.0px;
    white-space: normal; 
  }
  .site-nav nav .hs-menu-wrapper>ul>li:hover>a{
    color: #fe57e8;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul{
    position: absolute;
    left: 400px;
    top: 0;
    background-color: #f1f1f1;
    min-height: 100vh;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width:100%;
    max-width:400px;
  }
  .submenuWrapper {
    height: 100vh;
    padding-top: 200px;
    padding-bottom: 30px;
    overflow: auto;
  }
  .site-nav nav .hs-menu-wrapper > ul li.hs-item-has-children:hover > ul{
    transform: translateY(0%);
  }

  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li{
    padding-left: 60px;
    padding-right: 50px;
    width: 100%;
    max-width:400px;
    margin:0;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li ul li{
    padding:0 50px;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul a{
    font-weight: 500;
    color: #010101;
    text-transform: none;
    letter-spacing: normal;
    font-size: 22.0px;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul a{
    color:#fff;
    font-size:18.0px;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul ul a{
    color:#45daff;
  }

  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul a:hover{
    color:#00acd7;
  }

  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul li:hover>a{
    color:#45daff;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul {
    position: absolute;
    left: 400px;
    top: 0;
    background-color: #00aed9;
    min-height: 100vh;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width:100%;
    max-width:400px;
  }
  .site-nav .desktopMenu i.material-icons{
    font-size: 1.3em;
    text-transform: none !important;
    line-height: 0.5;
    letter-spacing: normal;
  }
  .site-nav .desktopMenu ul>li>a>i.material-icons{
    font-size: 1.1em;
    padding-top:0.1em;
  }
}
@media (min-width: 1024px){
  .site-nav nav .hs-menu-wrapper>ul>li a {
    font-size: 26.0px;
    font-weight: 500;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
  }
  .site-nav nav .mobileMenu{
    display:none;
  }

}
@media (min-width: 1225px){
  .site-nav nav:before{
    width: 400px;
  }
  .site-nav nav .hs-menu-wrapper>ul>li {
    width: 400px;
    margin:0;
  }
  .site-nav nav .hs-menu-wrapper>ul>li>ul>li{
    padding-left: 60px;
    padding-right: 50px;
    width: 400px;
    margin:0;
  }
}

@media(min-width:1024px) and (max-width: 1224px){
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul{
    left: 33.3333vw;
    max-width: 33.3333333333vw;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li{
    max-width: 33.3333333333vw;
    padding-left: 25px;
    padding-right: 25px;  
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul{
    left: 33.3333vw;
    max-width: 33.3333333333vw;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li ul li{
    padding-left: 25px;
    padding-right: 25px; 
  }
}
@media (min-width: 1440px) and (max-width:1680px){
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li{
    padding-left: 25px;
    padding-right: 25px;
    max-width: 350px;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul{
    left: 350px;
    max-width: 350px;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul{
    max-width: 350px;
    left: 350px;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul li ul li{
    padding: 0 25px;
  }
  .site-nav nav:before{
    width: 350px;
  }
}

@media (min-width: 1024px) and (max-width:1100px){
  .cst-header .side-navigation ul>li.hs-menu-item{
    margin-left:15px;
    font-size:15.0px;
  }
}
@media (min-width: 1024px) and (max-width:1439px){
  .site-nav nav:before {
    width: 25%;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul {
    left: 25%;
    max-width: 26%;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul {
    left: 100%;
    max-width: 100%;
  }
  .site-nav nav .hs-menu-wrapper .hs-menu-depth-1 > ul ul a{
    font-size:16px;
  }
}
@media (min-width: 992px) and (max-width:1170px){
  .home_page_v4_page .two-col-content .content-col .feature-wrapper .counter-title{
    font-size:16px;
  }
}
@media (min-width: 992px) and (max-width:1080px){
  .why_choose_us_sec .features_row .item_inner .counter_wrap {
    font-size: 46.0px;
  }
}
@media (min-width: 768px) and (max-width:890px){
  .home_page_v4_page .two-col-content .content-col .feature-wrapper .counter-title{
    font-size:16px;
  }
  .pricing-table-gp .pricing-area .plan-price.monthly-plan {
    font-size: 42px;
  }
}
@media  (max-width: 1349.98px){
  .cmBlogPost .featured-insights-white .section-title{
    margin-left: 0;
  }
}
@media (max-width: 1209.98px){
  .cmBlogPost .template .breadcrumbs{
    margin-left:0;
  }
}
@media (max-width:1023.98px){
  /*  blog  */
  .cmBlogPost .featured-insights-white .section-title {
    font-size: 16px;
    margin-bottom: 20px;
  }  
  .cst-header aside .social {
    display: none;
  }
  .cst-header aside .search-toggle {
    display: none;
  }
  .cst-header aside form.search-form {
    display: none;
  }
  .cst-header .head-wrap nav.side-navigation {
    display: none;
  }
  .header.cst-header .head-wrap{
    border-top:4px solid #00add9;
  }
  .active .site-nav{
    transform: translateX(00%);
  }
  .header.cst-header.scrolled .head-wrap,
  .header.cst-header.scrolled,
  .header.cst-header.scrolled .page-center,
  .cst-header .page-center,
  .cst-header .head-wrap,
  .header.cst-header{
    min-height:78px;
  }
  .cst-header .logo a>img {
    width: 129px !important;
    height: 48px !important;
    margin-bottom: 10px;
  }
  .header.cst-header.scrolled .head-wrap .logo img {
    width: 129px !important;
    height: 48px !important;
    margin-bottom: 10px;
  }
  .site-nav nav .mobileMenu{
    display:block;
  }
  .slide .site-nav nav .desktopMenu{
    display:none !important;
  }
  .site-nav nav .desktopMenu{
    display:none !important;
  }
  .active .site-nav {
    height: calc(100vh - 82px);
    background-color: #a33895;
    top: 82px;
    left: 0;
    overflow: auto;
  }
  .site-nav .nav-close.icon-close {
    display: none;
  }
  .site-nav nav {
    padding: 10px 0;
    display: block;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li {
    margin: 0;
    padding: 0;
  }

  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>a {
    color: #fff ;
    font-size: 30.0px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f1f1f1;
    transition: .3s ease all;
    transform: translateX(-100%);
    padding: 30px 50px 64px;
    overflow: auto;
    height: calc(100vh - 82px);
    margin: 0;
    max-width: 1330px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul.child-slide {
    transform: translateX(00%);
    display:block;
    overflow:auto;
  }
  .site-nav .mobile-content {
    display: block;
  }

  .site-nav .mobile-content form.search-form {
    background-color: #f8f8f8;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    transition: .3s ease all;
    width: 100%;
    max-width: 360px;
    margin: 20px 0 10px;
  }
  .mobile-content form .search-form-field input[type="text"] {
    appearance: none;
    line-height: 1em;
    padding: 7px 16px;
    margin: 0;
    outline: none;
    font-family: var(--system-font);
    font-size: 18.0px;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    background: none;
    color: #000;
  }

  .site-nav .mobile-content form .search-form-field {
    width: calc(100% - 50px);
  }

  .site-nav .mobile-content form button {
    background: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 20.0px;
    color: #1f1646;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    width: 50px;
    min-width: 50px;
  }

  .site-nav .mobile-content form button .icon-search {
    font-family: var(--icons-custom-font) ;
    font-style: normal;
    font-weight: normal;
  }

  .site-nav .mobile-content form button .icon-search:before {
    content: "\e910";
  }
  .site-nav .mobile-content .hs-menu-wrapper>ul>li {
    margin: 0; 
    margin-top: 20px;
  }

  .site-nav .mobile-content .hs-menu-wrapper>ul>li>a {
    color: #201747 ;
    text-transform: uppercase;
    font-size: 20.0px;
    font-weight: 600;
    padding: 0;
  }
  .site-nav .mobile-content .hs-menu-wrapper>ul>li>a:hover {
    color: #201747;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li{
    margin: 0;
    padding-left: 30px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li>a{
    font-size: 26.0px;
    font-weight: 500;
    color: #000;
    padding: 5px 0;
    display: block;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a.rotate{
    color:#00add9;
    text-decoration:underline;
  }
  .mobile-content form .search-form-field input::-webkit-input-placeholder {
    letter-spacing: .05em;
    color:#393838;
  }
  html.active{
    overflow:hidden;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li>ul {
    display: none;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul .mobile-back-button {
    width: 40px;
    height: 40px;
    background-color: #a33895;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul .mobile-back-button i.material-icons {
    font-size: 40.0px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul .submenu-title>a {
    font-size: 36.0px;
    font-weight: 500;
    color: #a33895;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.1;
  }
  .site-nav{
    top: 82px;

  }
  .slide .site-nav{
    transform: translateX(-100%);
  }
  .slide.active .site-nav{
    transform: translateX(00%);
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li ul ul {
    display: none;
  }
  .rotate i.material-icons {
    transform: rotate(90deg);
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul ul {
    padding: 0 25px;
    padding-top:10px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li>ul>li a {
    font-size: 19.0px;
    font-weight: 600;
    display: block;
    padding: 7px 0;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul li{
    margin:0;
  }

  .site-nav .wrapper{
    padding:0;
  }
}
@media (max-width: 767.98px){
  .cmBlogPost .template .breadcrumbs{
    margin: 36px 0 20px;
  }
  .cmBlogPost .template-content hr{
    margin: 35px 0;
  }
  .header-wrapper .float-btn .cm_nv_inner{
    padding:0;
  }
}
@media (max-width:600px){
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul{
    padding: 30px 25px 64px;
    padding-bottom: 200px 
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a{
    font-size:16px;
  }
  .site-nav nav .mobileMenu .hs-menu-wrapper>ul>li>ul li{
    margin-bottom:10px;
  }
}
@media (max-width:420px){
  .cm_subscriptions_confirmation .page-header h2,
  .cm_subscription_preferences .page-header h2 {
    font-size: 26.0px;
  }
  .home_page_v1_banner_area .slide_content {
    padding-left: 0;
    padding-right:0;
  }
  .contact_page_v2 .contact-banner .left-content .cnt-bnr-details .detail-content>a {
    font-size: 14.0px;
  }
}

@media (max-width:380px){
  .cm_subscription_preferences .page-header h1 {
    font-size: 34.0px;
  }

  .about_page_V2 .cm_tmw .cm_tmw_col {
    padding: 25px;  
  }
  .about_page_V2 .cm_tmw .cm_tmw_col .cm_tmw_content h3{
    font-size: 22.0px;
  }
  .home_page_v4_banner_area .bnr_wrp.fullheight {
    min-height: 770px;
  }
  .child-theme .home_page_v4_banner_area .brn_header_area-module-2 .splide .splide__pagination,
  .home_page_v4_banner_area .brn_header_area-module-2 .cm_pagination_wr {
    bottom: 5px;
  }
  .pricing-table-gp .pricing-area .plan-price.monthly-plan {
    font-size: 29px;
  }
}

@media (max-width:350px){
  .faq_page .simple-banner .banner-content-inner h1 {
    font-size: 22.0px;
  }
  .home_page_v1_banner_area .bnr_wrp.fullheight{
    min-height: 950px;
  }
}

@font-face { font-family: "Material Icons";
  src: url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face { font-family: "anchin-icons";
  src: url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/fonts/anchin-icons.eot) format("embedded-opentype"),
    url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/fonts/anchin-icons.ttf) format("truetype"),
    url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/fonts/anchin-icons.woff) format("woff"),
    url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/fonts/anchin-icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

.child-theme .content-wrapper,
.child-theme .page-center{
  padding-left:25px;
  padding-right:25px;
}

.servs-details-pg .page-center {
  
  max-width: 1330px;
  
}

.servs-details-pg .hs-search-field button {
  top: 21px;
}

:root{
  --icons-custom-font:"anchin-icons";
  --form-font: arial, helvetica, sans-serif;
  --form-input-font:"Helvetica Neue", Helvetica, Arial, sans-serif;
  --system-font:"Work Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --material-icon:"Material Icons";
}

.child-theme p {
  margin: 0 0 1.5em;
}


.child-theme .page-center.full_width,
.child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .gallery-section .page-center,
.child-theme .dnd-section:not([class*="full-width-section"]) .dnd-column > div .two-col-content .page-center,
.child-theme [class*="full-width-section"].dnd-section > .row-fluid,
.child-theme [class*="full-width-section"].dnd-section{
  padding-left:0;
  padding-right:0;
}

.child-theme .content-wrapper ,
.child-theme .dnd-section > .row-fluid,
.child-theme .page-center{
  padding-left:25px;
  padding-right:25px;
}

.child-theme .hs-sec-btn,
.child-theme .hs-trans-btn,
.child-theme .btn_item.ty_std.index1 a.hs-trans-btn{
  font-size:1.0625rem;
  font-weight:600;
  font-family:var(--system-font);
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  transition: .3s ease all;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: .05em;
  line-height:1;
}

.child-theme .page-center.full_width {
  max-width: 100%;
}

.child-theme .span2 .hs-button,
.child-theme .span3 .hs-button,
.child-theme .span4 .hs-button,
.child-theme .span5 .hs-button,
.child-theme .span6 .hs-button,
.child-theme .cm_nv_wrp .cm_nv_inner .custom,
.child-theme .hs-button,
.child-theme .tabber .media-col .form-wrap input.hs-button,
form input[type=submit] {
  /*   white-space: pre-wrap; */
  font-size: 17px;   
  font-family: var( --form-font );
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  padding: 12px 24px;
}

.child-theme .featitem .pwr-tooltip__text{
  transform: translate(-54px, 43px) !important;
} 

.child-theme .featitem .pwr-tooltip__text span.title{
  font-size: 1.1rem;
}

.child-theme .cm-btm-tags a{
  color:rgba(0, 0, 0, 1);
}

.blog-index-sidebar-layout .blog-sidebar .sidebar-popular-posts .page-center{
  padding:0;
}

.blog-index-sidebar-layout .blog-pagination.numbered {
  border:unset;
}

.child-theme .tabber .media-col .form-wrap .hs-input,
.child-theme form input[type=email],
.child-theme form input[type=file],
.child-theme form input[type=number],
.child-theme form input[type=password],
.child-theme form input[type=search],
.child-theme form input[type=tel],
.child-theme form input[type=text],
.child-theme form select,
.child-theme form textarea {
  border-color:rgba(203, 214, 226,1.0);
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  max-height: 40px;
  font-family:var( --form-input-font ) ;
  font-size: 16px;
  font-weight: normal;
  line-height:1.375;
}
form .hs-form-field>label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.5;
}
.child-theme form .hs-input:not([type="checkbox"]) {
  width: 100% !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.child-theme .splide .splide__arrow--prev{
  left:0;
}

.child-theme .splide .splide__arrow--next{
  right: 0;
}

.servs-details-pg .col4 .row-fluid {
  padding: 0;
}

.servs-details-pg .col8 .span12 .row-fluid {
  padding: 0;
}

.child-theme .servs-details-pg .hs-search-field__bar>form{
  padding-bottom:30px !important;
}

.child-theme .servs-details-pg .cm_hiw_wrp ul#tabs li{
  margin-top: -5px;
}
.child-theme .servs-details-pg .cm_hiw_wrp ul#tabs li:first-child{
  margin-top:5px;
}

/* footer */

.child-theme .footer_partial_wrapper{
  background: rgba(226, 226, 226,1.0) url(https://43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/Anchin_May2025/images/footer-mask.svg) no-repeat center top;
  background-size: cover;
}

footer.cmftr .footer-section{
  background:unset;
}

footer.cmftr{
  font-size:1rem;
}
footer.cmftr .flex_row .col-section{
  padding:0;
}

footer.cmftr .cmtop .flex_row {
  justify-content:space-between;
  align-items: center;
}

footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul{
  display:flex;
  flex-direction: row;
  align-items: center;
}

footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul li{
  margin:0;
  margin-left:40px;
}

footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul li a{
  font-family:var(--system-font);
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.8px;
}

footer.cmftr .cm-social .flex_row .footer-social{
  padding:0;
  gap: 14px;
}

footer.cmftr .cm-social .flex_row .footer-social-item,
footer.cmftr .cm-social .flex_row .footer-social-item svg{
  max-width:20px;
  max-height:20px;
}

footer.cmftr .cm-social .flex_row .footer-social-item a:hover svg path{
  fill:#00aed9;
  transition: all 0.3s ease;

}

footer.cmftr .cm-address .flex_row .col-section {

  font-family:var(--system-font);
}

footer.cmftr .cm-address  .col-section:not(:last-child){
  margin-right:32px;
  margin-bottom:32px;
}

footer.cmftr .cm-address  .col-section .footer-heading h6,
footer.cmftr .cm-address  .col-section .footer-content h6{
  font-size:1rem;
  margin-bottom: 0.2em;
  font-weight:600;
  text-transform: uppercase;
}

footer.cmftr .cm-address  .col-section .footer-content address{
  font-style:normal;
  font-weight:500;
  line-height:22px;
}

footer.cmftr .cm-address  .col-section .footer-content address a:hover{
  color:#333;
}

footer.cmftr .cm-address  .col-section .footer-form form{
  margin:0;
  display:flex;
  flex-wrap:wrap;
}

footer.cmftr .cm-address .col-section .footer-form form>div:first-child{
  width: 100%;
}

footer.cmftr .cm-address .col-section .footer-form form .hs-richtext{
  margin-bottom:5px;
}

footer.cmftr .cm-address .col-section .footer-form form p{
  margin:0;
  text-transform: math-auto;
  font-weight:500;
}

footer.cmftr .cm-address .col-section .footer-form form .hs_email{
  margin:0;
}

footer.cmftr .cm-address .col-section .footer-form form .hs_email>label{
  margin:0;
}
footer.cmftr .cm-address .col-section .footer-form form input.hs-input{
  padding:12px 15px;
  font-size:0.875rem;
  border-bottom-right-radius:0;
  border-top-right-radius:0;
  font-family:var(--system-font);
  padding-right: 20px;
  min-width: 200px;
  border:0;
}

footer.cmftr .cm-address .col-section .footer-form form input.hs-input:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

footer.cmftr .cm-address .col-section .footer-form form input.hs-input.error{
  background-color: rgba(217, 0, 0, .10);
}

footer.cmftr .cm-address .col-section .footer-form form input.hs-input.error:placeholder{
  color: rgba(242, 84, 91,1.0);
}

footer.cmftr .cm-address  .col-section .footer-form form input.hs-button{
  font-family:var(--system-font);
  font-size:1rem;
  letter-spacing: 1px;
  font-weight: 600;
}

footer.cmftr .cmftr-txt .flex_row{
  justify-content:space-between;
}

footer.cmftr .cmftr-txt .flex_row .col-section{
  margin-top:12px;
}

footer.cmftr .cmftr-txt .flex_row .col-section .footer-content p{
  font-family:var(--system-font);
  font-size:0.875rem;
  font-weight:500;
}

footer.cmftr .cmftr-txt .col-section .hs-menu-wrapper>ul{
  display: flex;
  flex-direction: row;
}

footer.cmftr .cmftr-txt .col-section .hs-menu-wrapper>ul li{
  margin:0;
  line-height:19.6px;
}

footer.cmftr .cmftr-txt .col-section .hs-menu-wrapper>ul>li>a{
  font-size:0.875rem;
  font-weight:500;
}

footer.cmftr .cmftr-txt .col-section .hs-menu-wrapper > ul > li:not(:last-child) > a::after {
  content: '|';
  padding: 0 12px;
}

footer.cmftr .cm-address .col-section .footer-form form {
  position: relative;
}
footer.cmftr .cm-address .col-section .footer-form form .hs_error_rollup {
  position: absolute;
  bottom: -44px;
  left: 0;
}
footer.cmftr .cm-address .col-section .footer-form  .hs-error-msgs {
  position: absolute;
  bottom: -30px;
  left: 0;
  white-space: nowrap;
}
footer.cmftr .cm-address .col-section .footer-form form .hs_error_rollup .hs-error-msgs {
  position: static;
}


/* banner */

.cm-banner.simple-banner,
.blogBanner.simple-banner{
  min-height: 392px;
  padding:66px 0;
  overflow: hidden;
}

.cm-banner.simple-banner .bg_el.overlay_bg,
.blogBanner.simple-banner .bg_el.overlay_bg{
  clip-path: url(#subpage-hero-mask);
}

.cm-banner.simple-banner .banner-content-inner,
.blogBanner.simple-banner .banner-content-inner{
  padding:0;
}

.cm-banner.simple-banner .banner-content-inner h1,
.blogBanner.simple-banner .banner-content-inner h1{
  margin:0 0 0 -0.1em;
  font-weight:300;
}


/* responsive */

@media(min-width:767px){
  .child-theme footer.cmftr .cmtop .footer-logo img{
    min-width:191px;
  }
}

@media(min-width:800px) and (max-width:844px){
  .child-theme .card_gallery .card_box .it_title{
    font-size:1.8rem;
  }
}

@media(min-width:768px) and (max-width:862px){
  .migration_test_page h1{
    font-size:3.375rem;
  }
}

@media (min-width: 768px) and (max-height: 700px){
  .cm-banner.simple-banner, 
  .blogBanner.simple-banner{
    min-height: 280px !important;
  }
}

@media(max-width:1058px){
  footer.cmftr .cm-address .flex_row .col-section:last-child{
    width:100%;
  }
}


@media(max-width: 1023.98px){
  .child-theme footer.cmftr .cmtop{
    padding-bottom:0;
  }

  footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul{
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 74px;
    -moz-column-gap: 74px;
    column-gap: 74px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul>li{
    margin:0;
  }

  footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul>li>a{
    padding: 5px 0;
    display: block;
  }

  .blog-index-sidebar-layout .blog-sidebar .span12 .row-number-1 .row-fluid{
    padding:0;
  }

}

@media(max-width:767px){
  footer.cmftr .cmftr-txt .flex_row .col-section:not(:first-child){
    padding:0;
  }

  footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul>li>a,
  footer.cmftr .cm-address .col-section .footer-heading h6,
  footer.cmftr .cm-address .col-section .footer-content address,
  footer.cmftr .cm-address  .col-section .footer-content h6{
    font-size:0.875rem;
  }


  footer.cmftr .cm-address .flex_row .col-section{
    width: auto;
    padding: 0;
  }

  footer.cmftr .cm-social .flex_row .footer-social-item, footer.cmftr .cm-social .flex_row .footer-social-item svg{
    max-width: 17.px;
  }
  footer.cmftr .cm-social .flex_row .footer-social-item{
    margin:0;
  }

  footer.cmftr .cmftr-txt .flex_row .col-section .footer-content p,
  footer.cmftr .cmftr-txt .col-section .hs-menu-wrapper>ul>li>a{
    font-size:0.8125rem;
  }

  .child-theme footer.cmftr .cmtop .footer-logo img {
    max-width: 129px;
    max-height: 39px;
    margin-right: 74px;
  }

  .child-theme footer.cmftr .cmtop .flex_row .col-section{
    padding-top:0;
  }

  .child-theme form.hs-form{
    margin-bottom:50px;
  }

  .child-theme .featitem .pwr-tooltip__text{
    transform: translate(-50px, 171px) !important;
  } 

  .child-theme .hs-trans-btn, 
  .child-theme .hs-sec-btn{
    padding: 12px 24px ;
  }

  .blog-index-sidebar-layout .blog-sidebar{
    padding:0;
  }

  .blog-index-sidebar-layout .sidebar .span12 .row-number-1 .row-fluid {
    padding: 0;
  }

}

@media(max-width:440px){
  .cm_subscription_preferences .page-header h2{
    font-size: 1.5rem;
  }
  .cm_subscriptions_confirmation .page-header h2{
    font-size: 1.5rem;
  }
}

@media(max-width:412px){
  footer.cmftr .cm-address .col-section .footer-form form input.hs-button{
    margin-top:15px;
  }

  footer.cmftr .cm-address .col-section .footer-form form .hs_email{
    width:100%;
  }

  footer.cmftr .cm-address .col-section .footer-form .hs-error-msgs,
  footer.cmftr .cm-address .col-section .footer-form form .hs_error_rollup{
    position:static;
  }
}

@media(max-width:340px){
  footer.cmftr .cmtop .col-section .footer-menu .hs-menu-wrapper>ul>li>a{
    font-size:0.82rem;
  }

  .hs-landing-page h1{
    font-size:2.9375rem;
  }

  .cm_backup_unsubscribe .page-header h1{
    font-size: 2.5rem;
  }

  .cm_subscription_preferences .page-header h1 {
    font-size:2rem;
  }
}


/* Blog Style Start */

.child-theme .blog-index-layout .cmBlog .dnd-column {
  padding: 0;
}

.blog-index-layout .container-fluid.main-dnd-area .row-fluid-wrapper.row-number-1{
  padding-bottom: 70px;
  padding-top: 0;
}

.blog-index-layout .hs-search-field__suggestions-container{
  position:absolute;
  top:100%;
  right: 0;
  left: 0;
}

.blog-index-layout .tag-with-search .search-sec form input.hs-search-field__input{
  box-shadow: unset;

}

.blog-index-layout .tag-with-search .search-sec form input.hs-search-field__input::placeholder{
  color:#333;
  letter-spacing: 1.4px;
  font-family:var(--system-font);
}

.blog-index-layout .cmBlog .dnd-column{
  padding:0;
}

.custom-tag-section .row-fluid-wrapper.dnd-section{
  padding-top:75px;
  padding-bottom:0;
}

.breadcrumbs {
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .05em;
  color: #8b8a8a
}

.breadcrumbs .wrapper {
  max-width: 1210px;
  padding: 0px 25px;
}

.breadcrumbs a {
  color: #8b8a8a!important
}

.breadcrumbs a:hover {
  color: #221f1f!important
}

.breadcrumbs .breadcrumb-separator {
  margin: 0 4px
}

.breadcrumbs .breadcrumb_last {
  color: #221f1f
}

.tag-with-search{
  margin-top: 85px;
  margin-bottom:60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}

h2.template-title-center{
  color: #201747;
  text-align: center;
  margin: 0 0 .15em;
  font-weight: 500;
  width:100%;
}

.tag-with-search .tag-sec{
  padding: 0;
  margin: 30px 30px 0;
  width: calc(100% / 3);
  max-width: 345px;
}

.tag-with-search .tag-sec h4{
  font-size: 1rem;
  text-transform: uppercase;
  color: #201747;
  letter-spacing: .025em;
  margin: 0 0 .5em;
  padding: 0;
  line-height:1.4;
}

.tag-sec .tagWrapperInner ul{
  list-style:none;
}

.tag-sec .tagWrapperInner>ul{
  position: relative;
  text-align: left;
  display: block;
  vertical-align: middle;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.tag-sec .tagWrapperInner>ul:after{
  color: #333;
  content: '\e90f' !important;
  font-family:var(--icons-custom-font);
  font-size:1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  pointer-events: none;
  transition: all .2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tag-sec .tagWrapperInner>ul>li{
  margin:0;
  background-color: #f1f1f1;
  padding:17px 0;
  padding-right: 52px;
  padding-left:24px;
  border-radius: 3px;
  line-height:1.26;
}

.tag-sec .tagWrapperInner>ul>li>a{
  color: #333;
  font-weight: 600;
  font-size:1.125rem;
}

.tag-sec .tagWrapperInner>ul>li>a:hover{
  color: #333;
}

.tag-sec .tagWrapperInner ul ul{
  cursor: default;
  color: #333;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-8px);
  background-color: #f1f1f1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: opacity .2s ease-out;
  z-index: 2000;
  min-width: 100%;
  width: auto;
  max-width: -webkit-calc(100vw - (8px * 2));
  max-width: calc(100vw - (8px * 2));
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  opacity:0;
}

.tag-sec.open-selc .tagWrapperInner ul ul{
  pointer-events: auto;
  opacity: 1;
  padding: 0 24px 24px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.tag-sec .tagWrapperInner ul ul li{
  margin:0;
  padding: 8px 0 8px 30px;
  cursor: pointer;
  min-width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: .3s ease all;
  line-height:1.12;
}

.tag-sec .tagWrapperInner ul ul li:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: solid 2px #333;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tag-sec .tagWrapperInner ul ul li.select:before{
  background-color: #333;
}

.tag-sec .tagWrapperInner ul ul li a{
  color: #333;
  font-size:1rem;
  font-weight: 500;
}

.tag-sec.open-selc .tagWrapperInner>ul:after{
  transform: rotate(270deg);
  line-height: 0;
}

.tag-with-search .search-sec{
  padding: 0;
  margin: 30px 30px 0;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  max-width: 345px;
  display: flex;
  align-items: end;
}


.search-sec form.hs-search-field__form input[type="search"]{
  color: #333;
  font-family: inherit;
  background-color: #f1f1f1;
  display: block;
  border: 0;
  border-radius: 3px;
  appearance: none;
  padding: 19px 52px 19px 24px;
  font-size: 18px;
  width: 100%;
  outline: none;
  position: relative;
  height: auto;
  min-height: 100%;
  max-height: unset;
  line-height:normal;
}

.tag-with-search .search-sec .hs-search-field{
  width:100%;
}

.search-sec form.hs-search-field__form input::placeholder{
  font-weight:600;
}

.blog-pagination{
  margin-top: 70px;
  padding-top: 1em;
  border-top: 1px solid #eeecec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.blog-pagination a{
  margin-right:30px;
  font-weight: 600;
  color: #929090;
  font-size:1.3125rem;
  font-family:var(--system-font);
}

.blog-pagination a.active,
.blog-pagination a.active:hover,
.blog-pagination a:hover,
.blog-pagination a.next-link,
.blog-pagination a.prev-link{
  color: #201747;
}

.blog-pagination a.next-link{
  margin:0;
  display: flex;
  align-items: center;
  margin-left: -10px;
}

.blog-pagination a.prev-link{
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.blog-pagination a.next-link span,
.blog-pagination a.prev-link span{
  font-family:var(--material-icon);
  font-size:2.375rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.insights-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px;
}
.blog-banner-section .dnd-section .row-fluid {
  padding: 0 !important;
}
.insights-grid+.pagination {
  margin-top: 70px
}

.insights-grid+.pagination .nav-links {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.insights-grid .item {
  width: -webkit-calc((100% / 3) - 60px);
  width: calc((100% / 3) - 60px);
  margin: 30px;
  background-color: #f1f1f1;
  border-radius: 3px;
  overflow: hidden
}

.insights-grid .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer
}

.insights-grid .item:hover {
  background-color: #201747
}

.insights-grid .item:hover aside h3,.insights-grid .item:hover .bottom {
  color: #fff
}

.insights-grid .item:hover .time {
  color: #eee
}

.insights-grid .item figure {
  margin: 0;
  width: 100%;
  padding-bottom: 46.63%;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.insights-grid .item aside {
  padding: 25px 25px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.insights-grid .item .tag {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  margin-bottom: .5em;
  color: #00acd7
}

.insights-grid .item aside h3 {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #333;
  margin: 0 0 .8em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.insights-grid .item .bottom {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.6em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.insights-grid .item .time {
  color: #8f8e8e;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.insights-grid .nothing {
  width: 100%;
  text-align: center
}
.template {
  margin: 50px 0 70px;
}
.wrapper {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1330px;
  padding: 0 25px;
}
.template .wrapper {
  max-width: 1170px;
}
.template .breadcrumbs {
  margin-left: -20px;
}
.template .wrapper>.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.template-content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.template-content>h2 {
  margin-bottom: 1em;
  color: #201747
}

.template-content .member-bio ul,.template-content .member-bio ol,.template-content .content-padded ul,.template-content .content-padded ol {
  padding-left: 1em;
  margin-bottom: 1.5em
}

.template-content .member-bio ul li,.template-content .member-bio ol li,.template-content .content-padded ul li,.template-content .content-padded ol li {
  margin-bottom: 1em
}

.template-content .member-bio ul li ul,.template-content .member-bio ol li ul,.template-content .content-padded ul li ul,.template-content .content-padded ol li ul {
  margin-bottom: 0;
  margin-top: 1em
}

.template-content .member-bio ul,.template-content .content-padded ul {
  list-style: none
}

.template-content .member-bio ul li:before,.template-content .content-padded ul li:before {
  content: "\2022";
  color: #a33795;
  display: inline-block;
  width: 1em;
  margin-left: -1em
}

.template .template-title {
  margin-bottom: .5em;
  letter-spacing: -.025em
}

.template .template-subtitle {
  margin: 2em 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #333
}

.template-content a[href^="mailto:"] {
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase
}

.template-meta {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 14px
}

.template-meta a:not(.button),
.template-meta a:not(.button):link,
.template-meta a:not(.button):visited,.template-meta a:not(.button):active,.template-meta a:not(.button):hover,.template-meta a:not(.button):focus {
  color: #333
}

.template-meta a:not(.button):hover,.template-meta a:not(.button):link:hover,.template-meta a:not(.button):visited:hover,.template-meta a:not(.button):active:hover,.template-meta a:not(.button):hover:hover,.template-meta a:not(.button):focus:hover {
  color: #00acd7
}

.template-meta>*:after {
  content: '|';
  padding: 0 10px
}

.template-meta>*:last-child:after {
  display: none
}

.single-post .template-content hr,.single-whitepapers .template-content hr,.single-events .template-content hr,.single-videos .template-content hr {
  margin: 70px 0
}

.template-categories {
  margin: 70px 0
}

.template-categories h6 {
  padding-right: 10px;
  margin: 0;
  line-height: 1.3em;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
}
.template-content hr {
  margin: 70px 0;
}
.template-categories ul {
  list-style: none
}
.template-author .avatar figure{
  margin:0;
}

.template-categories-item {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .05em
}

.template-categories-item:after {
  content: ' | ';
  padding: 0 12px
}

.template-categories-item:last-child:after {
  display: none
}
.footer-social-item svg path {
    fill: #272727;
}
.template-categories-item a:not(.button),.template-categories-item a:not(.button):link,.template-categories-item a:not(.button):visited,.template-categories-item a:not(.button):active,.template-categories-item a:not(.button):hover,.template-categories-item a:not(.button):focus {
  color: #201747;
  text-transform: uppercase
}

.template-categories-item a:not(.button):hover,.template-categories-item a:not(.button):link:hover,.template-categories-item a:not(.button):visited:hover,.template-categories-item a:not(.button):active:hover,.template-categories-item a:not(.button):hover:hover,.template-categories-item a:not(.button):focus:hover {
  color: #00acd7
}

.template-author {
  background-color: #f1f1f1;
  background-image: url(//43971592.fs1.hubspotusercontent-na1.net/hubfs/43971592/raw_assets/public/Anchin_May2025/images/testimonial-small-image-mask.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.template-author+.template-author {
  margin-top: 2em
}

.template-author .avatar {
  min-width: 200px;
  width: 26%;
  margin-right: 35px
}

.template-author .avatar figure {
  background-color: #fff;
  width: 100%;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 224px
}

.template-author .name {
  font-size: 32px;
  font-weight: 500;
  color: #201747;
  margin: 0 0 .25em
}

.template-author .more {
  text-transform: uppercase;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .025em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #201747!important;
  margin: 24px 0 0
}

.template-author .more:hover {
  color: #a33795!important
}

.template-author .more:before {
  content: 'remove';
  font-family: 'Material Icons';
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-right: 5px
}

.template-banner {
  border-radius: 3px;
  display: block;
  margin-bottom: 40px;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #e2e2e2;
  width: 100%;
  padding-bottom: 49%
}

.template-content .play {
  position: relative;
  display: block
}

.template-content .play i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border: solid 2px #fff;
  border-radius: 60px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  width: 120px;
  height: 120px;
  font-size: 2em;
  z-index: 2
}

.template-content .content-padded {
  padding-left: 60px
}

.template-content .content-padded h3 {
  color: #a33795
}

.template-content .content-padded .alignleft {
  margin-left: -60px
}

.template-content .content-padded blockquote {
  margin-left: -60px;
  margin-bottom: 1.5em;
  font-weight: 600;
  color: #201747
}

.template-side {
  min-width: 348px;
  max-width: 348px;
  margin-left: 80px;
  margin-right: -120px
}

.template-side>*:not(:last-child) {
  margin-bottom: 50px
}

.template-side .searchandfilter>ul>li>label {
  display: block
}

.template-side .searchandfilter .sf-field-category .select-container .faux-select,.template-side .searchandfilter .sf-field-category .select-container .options-container {
  background-color: #201747
}

.template-side .searchandfilter .sf-field-category .select-container:after {
  color: #00acd7
}

.template-side .searchandfilter .sf-field-post-meta-title .select-container .faux-select,.template-side .searchandfilter .sf-field-post-meta-title .select-container .options-container {
  background-color: #00acd7
}

.template-side #search-filter-form-711 .sf-field-search,.template-side #search-filter-form-1215 .sf-field-search {
  display: none!important
}

.template-side .searchandfilter h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0
}

.template-side #search-filter-form-811 h4 {
  pointer-events: none
}

.template-side .searchandfilter>ul>li {
  margin: 0 0 40px;
  padding: 0
}

.template-side .searchandfilter>ul>li:last-child {
  margin-bottom: 0
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type {
  margin-bottom: 0
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul {
  background-color: #201747;
  color: #fff;
  padding: 40px 30px 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li {
  padding: 0;
  position: relative
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li input[type=radio] {
  opacity: 0;
  position: absolute
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li label {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  padding: 7px 0 7px 25px;
  position: relative
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  border: solid 2px #fff;
  width: 14px;
  height: 14px
}

.template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li.sf-option-active label:before {
  background-color: #00aed9;
  border-color: #00aed9
}

.template-side .searchandfilter .sf-field-reset {
  background-color: #201747;
  color: #fff;
  padding: 20px 30px 30px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .075em;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.template-side .searchandfilter .sf-field-reset a:not(.button),.template-side .searchandfilter .sf-field-reset a:not(.button):link,.template-side .searchandfilter .sf-field-reset a:not(.button):visited,.template-side .searchandfilter .sf-field-reset a:not(.button):active,.template-side .searchandfilter .sf-field-reset a:not(.button):hover,.template-side .searchandfilter .sf-field-reset a:not(.button):focus {
  color: #fff;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.template-side .searchandfilter .sf-field-reset a:not(.button):before,
.template-side .searchandfilter .sf-field-reset a:not(.button):link:before,
.template-side .searchandfilter .sf-field-reset a:not(.button):visited:before,
.template-side .searchandfilter .sf-field-reset a:not(.button):active:before,
.template-side .searchandfilter .sf-field-reset a:not(.button):hover:before,
.template-side .searchandfilter .sf-field-reset a:not(.button):focus:before {
  content: 'remove';
  font-family: 'Material Icons';
  font-weight: bold;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-right: 5px
}

.template-side .searchandfilter .sf-field-reset a:not(.button):hover,.template-side .searchandfilter .sf-field-reset a:not(.button):link:hover,.template-side .searchandfilter .sf-field-reset a:not(.button):visited:hover,.template-side .searchandfilter .sf-field-reset a:not(.button):active:hover,.template-side .searchandfilter .sf-field-reset a:not(.button):hover:hover,.template-side .searchandfilter .sf-field-reset a:not(.button):focus:hover {
  color: #00acd7
}

.team-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -30px 0
}

.team-grid+hr {
  margin-top: 0
}

.team-grid .nothing {
  padding: 0 30px;
  font-weight: bold;
  margin: 0 0 2em;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #201747
}

.team-grid .team-member {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin: 0 0 70px;
  padding: 0 30px;
  max-width: none
}

.team-grid .team-member figure {
  border-radius: 3px;
  overflow: hidden
}

.team-grid .team-member figure.fallback-img {
  background-position: center;
  background-repeat: no-repeat;
  background-color: #E6E8EB
}

.team-grid .team-member:hover {
  background-color: transparent
}

.team-grid .team-member:hover strong {
  color: #a33795
}

.team-grid .team-member aside {
  padding: 20px 0 0
}

.page-module.featured-insights-white {
  margin: 50px 0
}

.page-module.featured-insights-white h2 {
  font-size: 52px;
  font-weight: normal;
  text-align: center;
  letter-spacing: -.025em;
  color: #201747;
  margin-bottom: .7em
}

.page-module.featured-insights-white .grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -30px
}

.page-module.featured-insights-white .item {
  width: -webkit-calc((100% / 3) - 60px);
  width: calc((100% / 3) - 60px);
  margin: 30px;
  background-color: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-module.featured-insights-white .item:hover {
  background-color: #201747
}

.page-module.featured-insights-white .item:hover aside h3,.page-module.featured-insights-white .item:hover .bottom {
  color: #fff
}

.page-module.featured-insights-white .item:hover .time {
  color: #eee
}

.page-module.featured-insights-white .item figure {
  width: 100%;
  padding-bottom: 46.63%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}

.page-module.featured-insights-white .item aside {
  padding: 25px 25px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.page-module.featured-insights-white .item .tag {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  margin-bottom: .5em;
  color: #00acd7
}

.page-module.featured-insights-white .item aside h3 {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #333;
  margin: 0 0 .8em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.page-module.featured-insights-white .item .bottom {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.6em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.page-module.featured-insights-white .item .time {
  color: #8f8e8e;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.social-share h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #201747;
  margin-bottom: 10px;
  letter-spacing: .05em
}

.social-share .icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px
}

.social-share .icons a:not(.button),
.social-share .icons a:not(.button):link,
.social-share .icons a:not(.button):visited,
.social-share .icons a:not(.button):active,
.social-share .icons a:not(.button):hover,
.social-share .icons a:not(.button):focus {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(116,116,116,.3);
  box-shadow: 0 5px 10px 0 rgba(116,116,116,.3);
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #525252
}

.social-share .icons i {
  font-size: 24px;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.social-share .icons a:not(.button):hover i,.social-share .icons a:not(.button):link:hover i,.social-share .icons a:not(.button):visited:hover i,.social-share .icons a:not(.button):active:hover i,.social-share .icons a:not(.button):hover:hover i,.social-share .icons a:not(.button):focus:hover i {
  color: #00acd7
}
.icon-arrow-prev:before {
  content: "\e909"
}

.icon-arrow-next:before {
  content: "\e90a"
}

.icon-linkedin:before {
  content: "\e902"
}

.icon-facebook:before {
  content: "\e903"
}

.icon-twitter:before {
  content: "\e904"
}

.icon-plus:before {
  content: "\e905"
}
.icon-envelope:before {
  content: "\e90c";
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'anchin-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.page-module.featured-insights-grid {
  margin: 50px 0
}

.page-module.featured-insights-grid .grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px
}

.page-module.featured-insights-grid .item {
  width: -webkit-calc((100% / 3) - 60px);
  width: calc((100% / 3) - 60px);
  margin: 30px;
  background-color: #f1f1f1;
  border-radius: 3px;
  overflow: hidden
}

.page-module.featured-insights-grid .item:hover {
  background-color: #201747
}

.page-module.featured-insights-grid .item:hover aside h3,.page-module.featured-insights-grid .item:hover .bottom {
  color: #fff
}

.page-module.featured-insights-grid .item:hover .time {
  color: #eee
}

.page-module.featured-insights-grid .item.first {
  width: -webkit-calc((100% / 3) * 2 - 60px);
  width: calc((100% / 3) * 2 - 60px)
}

.page-module.featured-insights-grid .item.third {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-module.featured-insights-grid .item figure {
  width: 100%;
  padding-bottom: 46.63%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.page-module.featured-insights-grid .item.first figure {
  padding-bottom: 38.26%
}

.page-module.featured-insights-grid .item aside {
  padding: 25px 25px 14px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.page-module.featured-insights-grid .item.third aside {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.page-module.featured-insights-grid .item .tag {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  margin-bottom: .5em;
  color: #00acd7
}

.page-module.featured-insights-grid .item aside h3 {
  text-transform: none;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #333;
  margin: 0 0 .8em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.page-module.featured-insights-grid .item .bottom {
  margin-top: auto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.6em;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}

.page-module.featured-insights-grid .item .time {
  color: #8f8e8e;
  -webkit-transition: .3s ease all;
  transition: .3s ease all
}


/* responsive */

@media (max-width: 1419.98px) {
  .template-side {
    margin-right:0;
    margin-left: 40px;
    min-width: 300px;
    max-width: 300px
  }

  .team-grid {
    margin: 40px -20px 0
  }

  .team-grid+hr {
    margin-top: 0
  }

  .team-grid .nothing {
    padding: 0 20px
  }

  .team-grid .team-member {
    padding: 0 20px;
    margin-bottom: 50px
  }
}

@media (max-width: 1349.98px){
  .cm-banner.simple-banner .banner-content-inner h1, 
  .blogBanner.simple-banner .banner-content-inner h1{
    padding-left: 20px;
  }

  .cm-banner.simple-banner .bg_el.overlay_bg, 
  .blogBanner.simple-banner .bg_el.overlay_bg{
    clip-path: url(#subpage-hero-mobile-mask);
  }
}

@media(max-width:1223px){
  .breadcrumbs .wrapper{
    padding:0;
  }
}


@media (max-width: 1209.98px) {
  .template .breadcrumbs {
    margin-left:0
  }
  .template .breadcrumbs {
    margin-left:0
  }
}

@media (min-width: 1200px) {
  .insights-grid .item:nth-child(6n+1) {
    width:-webkit-calc((100% / 3) * 2 - 60px);
    width: calc((100% / 3) * 2 - 60px)
  }

  .insights-grid .item:nth-child(6n+1) figure {
    padding-bottom: 38.26%
  }
}


@media (min-width: 768px) and (max-width:1199.98px) {
  .insights-grid .item:nth-child(6n+1) {
    width:-webkit-calc((100% / 3) * 2 - 20px);
    width: calc((100% / 3) * 2 - 20px)
  }
  .team-archive-template .searchandfilter ul {
    display:grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 56px;
    -webkit-align-items: self-end;
    align-items: self-end
  }

  .team-archive-template .searchandfilter ul li {
    margin-bottom: 0
  }
}

@media (max-width: 1199.98px) {
  .insights-grid {
    margin:-10px
  }

  .insights-grid .item {
    width: -webkit-calc((100% / 3) - 20px);
    width: calc((100% / 3) - 20px);
    margin: 10px
  }

  .insights-grid .item:first-child {
    width: -webkit-calc((100% / 3) * 2 - 20px);
    width: calc((100% / 3) * 2 - 20px)
  }

  .insights-grid .item aside {
    padding: 20px 20px 10px
  }

  .tag-with-search .tag-sec,
  .tag-with-search .search-sec {
    padding: 0;
    margin: 20px 10px 0;
  }

  .template-filters .searchandfilter ul {
    display:-ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: -20px -10px 0
  }

  .template-filters .searchandfilter ul li {
    padding: 0;
    margin: 20px 10px 0
  }

  .template-author {
    padding: 20px
  }

  .template-author .avatar {
    margin-right: 20px
  }

  .page-module.featured-insights-grid .grid {
    margin:-10px
  }

  .page-module.featured-insights-grid .item {
    width: -webkit-calc((100% / 3) - 20px);
    width: calc((100% / 3) - 20px);
    margin: 10px
  }

  .page-module.featured-insights-grid .item.first {
    width: -webkit-calc((100% / 3) * 2 - 20px);
    width: calc((100% / 3) * 2 - 20px)
  }

  .page-module.featured-insights-grid .item aside {
    padding: 20px 20px 10px
  }

  .page-module.featured-insights-white .grid {
    margin:-10px
  }

  .page-module.featured-insights-white .item {
    width: -webkit-calc((100% / 3) - 20px);
    width: calc((100% / 3) - 20px);
    margin: 10px
  }

  .page-module.featured-insights-white .item aside {
    padding: 20px 20px 10px
  }

}

@media (max-width: 1023.98px) {
  .team-archive-template .show-on-large {
    display:none
  }

  h2.template-title-center{
    font-size: 3rem;
  }

  .team-archive-template .show-on-mobile {
    display: block!important
  }

  .template-content .content-padded {
    padding-left:0
  }

  .template-content .content-padded .alignleft,
  .template-content .content-padded blockquote {
    margin-left: 0
  }

  .template-meta {
    font-size: 16px
  }

  .template .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .template .template-side {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 50px 0 0
  }

  .template .template-side.social-share-wrap {
    margin-top: 24px
  }

  .template.member:not(:last-child) {
    margin-bottom: 0
  }

  .template.member+.pathway-cards-image {
    margin-top: 20px
  }
}

@media (min-width: 768px) {
  .template-side #search-filter-form-811 .sf-field-taxonomy-news-press-type ul {
    display:block!important
  }
}

@media (max-width: 767.98px) {
  .breadcrumbs {
    margin:36px 0 20px
  }
  .insights-grid {
    display:block;
    margin: 0 auto
  }

  .insights-grid+.pagination {
    margin-top: 40px;
    border-top: solid 1px #f1f1f1;
    padding-top: 15px
  }

  .insights-grid+.pagination .nav-links {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .insights-grid .item {
    display: block;
    margin: 0 0 38px;
    width: 100%
  }

  .insights-grid .item:first-child {
    width: 100%
  }

  .insights-grid .item figure,.insights-grid .item:first-child figure {
    padding-bottom: 28.77%
  }

  .insights-grid .item .tag {
    font-size: 11px
  }

  .insights-grid .item aside h3 {
    margin: 0 0 30px;
    font-size: 20px
  }

  .insights-grid .item .bottom {
    font-size: 9px
  }
  .template {
    margin:40px 0 45px
  }

  .template-archive {
    margin-top: 50px
  }

  .template .wrapper>.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .template-filters {
    margin-bottom: 35px
  }

  .template-filters .searchandfilter ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -35px
  }

  .template-filters .searchandfilter ul li {
    width: 100%;
    margin-top: 35px;
    max-width: none
  }

  .template-title-center {
    font-size: 36px;
    text-align: left;
    margin-bottom: 26px
  }

  .template-content {
    width: 100%
  }

  .template-content .play i {
    width: 20vw;
    height: 20vw;
    border-radius: 20vw;
    font-size: 6.5vw
  }

  .template-content>h2 {
    font-size: 36px
  }

  .team-grid .team-member {
    width: 50%
  }

  .single-post .template-content hr,.single-events .template-content hr,.single-videos .template-content hr {
    margin: 35px 0
  }

  .template-categories {
    margin: 35px 0
  }

  .template-categories-item {
    font-size: 14px
  }

  .template-categories-item:after {
    padding: 0 5px
  }

  .template-author {
    padding: 20px 30px;
    display: block
  }

  .template-author .avatar {
    margin: 0 auto 20px;
    min-width: 200px;
    width: 30%
  }

  .template-author .name {
    font-size: 22px
  }

  .template-author .excerpt,.template-author .more {
    font-size: 17px
  }

  .template-author .more {
    margin-top: 20px
  }

  .template-content .template-side {
    margin-bottom: 65px;
    margin-top: 0
  }

  .template-side {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 50px 0 0
  }

  .template-news-press .template-side {
    margin: 0 0 20px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }

  .template-side #search-filter-form-811 h4 {
    pointer-events: all;
    background-color: #201747;
    color: #fff;
    margin: 0;
    padding: 18px 20px 15px;
    cursor: pointer
  }

  .template-side #search-filter-form-811 h4:after {
    content: '\e90f'!important;
    font-family: 'anchin-icons';
    font-size: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
  }

  .template-side #search-filter-form-811 .sf-field-reset {
    display: none!important
  }

  .template-side #search-filter-form-811 .sf-field-taxonomy-news-press-type ul {
    padding: 5px 20px 20px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none
  }

  .template-side .sf-field-taxonomy-news-press-type {
    position: relative
  }

  .template-side .searchandfilter .sf-field-taxonomy-news-press-type ul {
    padding: 20px 20px 0
  }

  .template-side .searchandfilter .sf-field-taxonomy-news-press-type ul li label {
    font-size: 16px
  }

  .template-side .searchandfilter .sf-field-reset {
    background-color: #201747;
    color: #fff;
    padding: 15px 20px 20px;
    font-size: 16px
  }
  .page-module.featured-insights-grid .grid {
    display:block;
    margin: 0 auto
  }

  .page-module.featured-insights-grid .item {
    display: block;
    margin: 0 0 38px;
    width: 100%
  }

  .page-module.featured-insights-grid .item.first {
    width: 100%
  }

  .page-module.featured-insights-grid .item figure,
  .page-module.featured-insights-grid .item.first figure {
    padding-bottom: 28.77%
  }

  .page-module.featured-insights-grid .item .tag {
    font-size: 11px
  }

  .page-module.featured-insights-grid .item aside h3 {
    margin: 0 0 30px;
    font-size: 20px
  }

  .page-module.featured-insights-grid .item .bottom {
    font-size: 9px
  }

  .tag-with-search .tag-sec, 
  .tag-with-search .search-sec{
    width:100%;
    margin-top: 35px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .search-sec form.hs-search-field__form input[type="search"] {
    padding: 16px 40px 16px 15px;
    font-size:0.9375rem;
    line-height: normal;
  }

  .tag-sec .tagWrapperInner>ul>li{
    padding-top:14px;
    padding-bottom:14px;
    padding-left:15px;
    line-height:19px;
  }

  .tag-sec .tagWrapperInner>ul>li>a{
    font-size:0.9375rem;
  }

  .tag-with-search{
    margin-top: 50px;
    margin-bottom:35px;
  }

  h2.template-title-center{
    font-size: 36px;
    text-align: left;
    margin-bottom: 26px;
    font-weight:300;
  }

  .tag-with-search .tag-sec{
    margin-top:0;
  }

  .insights-grid .item:first-child{
    width:100%;
  }

  .insights-grid .item{
    display: block;
    margin: 0 0 38px;
    width: 100%;
  }

  .blog-pagination{
    margin-top: 40px;
    border-top: solid 1px #f1f1f1;
    padding-top: 15px;
    justify-content: flex-start;
  }

  .cm-banner.simple-banner, 
  .blogBanner.simple-banner{
    min-height: 196px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-banner.simple-banner .banner-content-inner h1, 
  .blogBanner.simple-banner .banner-content-inner h1{
    font-size: 1.625rem;
    max-width: 46vw;
    padding-left: 0;
  }

  .page-module.featured-insights-white h2 {
    font-size:36px
  }

  .page-module.featured-insights-white .grid {
    display: block;
    margin: 0 auto
  }

  .page-module.featured-insights-white .item {
    display: block;
    margin: 0 0 38px;
    width: 100%
  }

  .page-module.featured-insights-white .item figure {
    padding-bottom: 28.77%
  }

  .page-module.featured-insights-white .item .tag {
    font-size: 11px
  }

  .page-module.featured-insights-white .item aside h3 {
    margin: 0 0 30px;
    font-size: 20px
  }

  .page-module.featured-insights-white .item .bottom {
    font-size: 9px
  }

  .social-share .icons a:not(.button),
  .social-share .icons a:not(.button):link,
  .social-share .icons a:not(.button):visited,
  .social-share .icons a:not(.button):active,
  .social-share .icons a:not(.button):hover,
  .social-share .icons a:not(.button):focus {
    width:38px;
    height: 38px
  }

  .social-share .icons i {
    font-size: 18px
  }
  .single h4 {
    color: #00ACD2;
    font-weight: bold;
  }

  .blog-index-layout .container-fluid.main-dnd-area .row-fluid-wrapper.row-number-1{
    padding-bottom:45px;
  }

  .custom-tag-section .row-fluid-wrapper.dnd-section{
    padding-top:0;
  }


  .tag-sec .tagWrapperInner ul ul li{
    line-height:21px;
  }


  .tag-sec .tagWrapperInner ul ul li a{
    font-size:0.9375rem;
  }
}

/* Blog Style End */