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




/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
/*   display: flex;
  flex-wrap: wrap; */
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
/*     flex-wrap: nowrap;
    justify-content: space-between; */
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}



:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

.row-fluid {
/*   display: flex;
  flex-wrap: wrap; */
  width: 100%;
}

.row-fluid [class*='span'] { 
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
/*     flex-wrap: nowrap;
    justify-content: space-between; */
  }

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */



/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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 - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

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

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.site_header { color: #000; }
.site_header .top_header_inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.search_icon {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.10);
    background-image: url(https://inbouncy.com/hubfs/Inbouncy_2024/Images/Home/Search-Normal.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.top_menu { }
.site_header a:not(.button) { color: inherit; }
.search_icon > div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; line-height: 0; }
.search_icon:hover { background-color: rgba(255, 255, 255, 0.10); }
.top_header { }
.top_menu_wrpa { display: flex; align-items: center; }
.top_menu a { display: block; margin: 0 15px; color: rgba(255, 255, 255, 0.80) !important;}
.top_menu a:hover , .top_menu a:focus { color: rgba(255, 255, 255, 1) !important;}
.top_menu_wrpa .btn_wrap { margin: 0 15px; }
.top_header .logo { max-width: 210px; }
.search_icon svg { height: 0px; }
.search_icon.open { }
.search_icon.open .icon_search { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
.search_icon.open .icon_search_close { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.search_icon .icon_search_close { opacity: 0; transform: translate(-50%, -50%) scale(0.8); }
.nav-label a {color: #ffffff !important; }
.srch-btn-otr {
    display: flex;
    align-items: center;
}
.srch-btn-rgt a.button {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
}

background: rgba(255, 255, 255, 0.10);


/* */
.bottom_header { }
.bottom_header .mega_menu { border-top: 1px solid rgba(255, 255, 255, 0.10); padding-top: 14px; }
.mega_menu { display: flex; align-items: center; justify-content: space-between; position: relative; }
.nav_tab_list { position: absolute; top: 100%; left: 0; width: 100%; opacity: 0; visibility: hidden; display: flex; flex-wrap: wrap; box-shadow: 0 0 5px rgb(0 0 0 / 17%); margin-top: -10px; }
.nav-label { padding: 12px 0; cursor: pointer; }
.nav_link { margin: 0 20px; }
.nav_link:hover .nav_tab_list { opacity: 1; visibility: visible; transition: all 0.3s ease; margin-top: 0; }
.nav_tab_list .tab_link_list { width: 300px; background: #f2f7f9; padding-top: 25px; } 
.tab_list_content {
    width: calc(100% - 300px);
    background: #fff; 
    box-shadow: 0px 100px 80px rgba(52, 13, 23, 0.32);
    border-radius: 32px;
}
.tab_list_content.full_width { width: 100%; }
.tab_link { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; transition: all 0.3s ease; cursor: pointer; font-weight: 600; }
.tab_link.active, .tab_link:hover { background: #fff; color: #60afe1; }
.tab_list_inner { display: flex; flex-wrap: wrap; align-self: flex-start; padding: 25px; max-height: 470px; overflow: auto; }
.tab_list_inner .single_box { border-radius: 16px; width: calc(33.33% - 16px); margin: 8px; position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 25px 15px; z-index: 2; border: 1px solid transparent; transition: all 0.3s ease; }
.tab_list_inner .single_box:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FAFAFA; opacity: 1; z-index: -1; transition: all 0.3s ease; }
.svg_code { }
.tab_list_inner .single_box a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.tab_list_inner .single_box .svg_code { line-height: 0; width: 40px; }
.tab_list_inner .single_box .svg_code svg { width: 40px; }
.tab_list_inner .single_box ._label {
    width: calc(100% - 40px);
    padding-left: 16px;
    font-size: 16px;
    color: #243655;
    font-weight: 600;
}
.tab_list_inner .single_box:hover { border-color: var(--color); }
.tab_list_inner .single_box:hover:after { opacity: 0.15; }
.nav_link:hover .nav-label { color: #60afe1; }
.nav_link:nth-child(5) a i {
    display: none;
}

.nav_link:nth-child(5) .nav_tab_list {
    display: none !important;
}

 
/* */
.nav_cta_box { margin: 15px; background: var(--color); color: #fff; padding: 25px 15px; text-align: center; border-radius: 16px; }
.nav_cta_box * { color: #fff; } 
.nav_cta_box h4 { font-size: 18px; line-height: 1.3; }
.nav_cta_box a.button {
    margin-top: 15px;
    background-color: #F4F4F4;
    color: #425B76;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
}
.nav_cta_box .text {
    text-align: left;
}
/* */
.tab_list_content.inner_cta_box { display: flex; flex-wrap: wrap; }
.tab_list_content.inner_cta_box .nav_cta_box { width: 300px; }
.tab_list_content.inner_cta_box .tab_list_inner { width: calc(100% - 330px); }
.nav_cta_box img { margin: 0 0 20px; }

.tab_list_inner::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 13%); background-color: #ffffff; }
.tab_list_inner::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; }
.tab_list_inner::-webkit-scrollbar-thumb { background-color: rgb(0 0 0 / 44%); }



.search_icon_wrapper {
    position: relative;
    margin-right: 12px;
}

.search_icon_wrapper .search_input {
  position: absolute;
  right: 100%;
  left: auto;
  transform: none;
  top: 0;
  width: 230px;
  margin-right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.search_icon_wrapper .search_icon.open + .search_input {
    margin-right: 0;
    opacity: 1;
    visibility: visible;
}

.search_icon + .search_input input.hs-search-field__input {
    height: 44px;
    font-family: Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.search_icon_wrapper ul.hs-search-field__suggestions {
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd !important;
}

.search_icon_wrapper {
    z-index: 1;
}

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

.search_icon_wrapper ul.hs-search-field__suggestions li a {color: #0270e0;}



@media(max-width:1299px){
  .tab_list_inner .single_box {
    width: calc(50% - 16px);
  }
  .tab_list_inner .single_box[data-cta_box_rght_bl="false"][data-hide_leftside_list="true"] {width: calc(33.33% - 16px);}
}


@media (min-width:991px) and (max-width:1299px){
  .mega_menu .nav_link {
      margin: 0 8px;
  }
  
  .mega_menu .nav-label > a {
      font-size: 13px;
  }
  
}


@media(max-width:991px){

  .srch-btn-left {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
  }

  .srch-btn-otr {
      display: flex;
      align-items: center;
      flex-direction: row-reverse;
  }

  .srch-btn-rgt a.button {
      font-size: 12px;
      font-weight: 600;
      padding: 12px 14px;
  }
  
  .bottom_header { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 9999; overflow: auto; }
  .bottom_header ul { display: block; padding: 0; margin: 0; list-style: none; }
  .bottom_header ul li { border-bottom: 1px solid #F3F3F3; padding: 10px 0; width:100%; }
  .bottom_header ul li:first-child { border-top: 1px solid #F3F3F3; }
  .span_wrap { display: flex; align-items: center; justify-content: space-between; }
  .bottom_header ul li.hs-menu-item:first-child { border-top: 0; }
  .bottom_header ul, .bottom_header .widget-type-menu { transition: all 0.5s ease; }
  .bottom_header.active-1 ul.nav-1, .bottom_header.active-1 .widget-type-menu { transform: translateX(-110%); }
  ul.nav-2, ul.nav-3 { position: fixed; top: 0; width: 100%; left: 0; transform: translateX(100%); padding: 0 15px; padding-top: 80px; }
  .bottom_header.active-1 ul.nav-2 { transform: translateX(0%); }
  .bottom_header.active-1.active-2 ul.nav-2 { transform: translateX(-100%); }
  .bottom_header.active-1.active-2 ul.nav-3 { transform: translateX(0%); }
  ul.nav-2 { opacity: 0; visibility: hidden; }
  ul.nav-2.active { opacity: 1; visibility: visible; }
  ul.nav-3 { opacity: 0; visibility: hidden; }
  ul.nav-3.active { opacity: 1; visibility: visible; }
  .action_strip { display: flex; align-items: center; justify-content: space-between; padding: 20px 15px; position: relative; z-index: 99999; }
  .action_strip .logo { width: 160px; transition: all 0.5s ease; }
  .action_head { position: relative; width: calc(100% - 50px); }
  .action_head .action_label { position: absolute; top: 50%; left: 0; transform: translateY(-50%); transition: all 0.5s ease; opacity: 0; visibility: hidden; display: flex; align-items: center; }
  .bottom_header.active-1 .action_head .action_label { opacity: 1; visibility: visible; }
  .bottom_header.active-1 { }
  .bottom_header.active-1 .action_strip .logo { opacity: 0; visibility: hidden; }
  .action_head .action_label { }
  .action_head .action_label span { padding-left: 13px; font-weight: 600; }
  .bottom_header { visibility: hidden; opacity: 0; transition: all 0.5s ease; }
  body.mobile-open { }
  body.mobile-open .bottom_header { opacity: 1; visibility: visible; }
  .top_header .logo { max-width: 150px; }
  .search_icon svg { height: 0px; }
  .search_icon { width: 40px; height: 40px; }
  .mobile-toggle { line-height: 0; }
  
    .search_icon {
        width: 34px;
        height: 34px;
        background-size: 14px;
    }
  
  .mobile-toggle {
      border-radius: 8px;
      background-color: rgba(255, 255, 255, 0.10);
      padding: 7px;
  }

  .search_icon_wrapper { 
      margin-right: 8px;
  }
  
  .srch-btn-rgt .btn_wrap {
      margin-right: 8px;
  }
  
  .site_header { 
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }


  .top_header .logo {
    max-width: 110px;
  }
  
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
} 
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
@font-face{font-family:'FontAwesome';src:url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.eot?v=4.7.0');src:url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://inbouncy.com/hubfs/font-awesome-4.7/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

/* makes the font 33% larger relative to the icon container */
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-fw{width:1.28571429em;text-align:center;}
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}
.fa-ul > li{position:relative;}
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}
.fa-li.fa-lg{left:-1.85714286em;}
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}
.fa-pull-left{float:left;}
.fa-pull-right{float:right;}
.fa.fa-pull-left{margin-right:.3em;}
.fa.fa-pull-right{margin-left:.3em;}

/* Deprecated as of 4.4.0 */
.pull-right{float:right;}
.pull-left{float:left;}
.fa.pull-left{margin-right:.3em;}
.fa.pull-right{margin-left:.3em;}
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}
@-webkit-keyframes fa-spin{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
  100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}
.fa-stack-1x{line-height:inherit;}
.fa-stack-2x{font-size:2em;}
.fa-inverse{color:#ffffff;}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before{content:"\f000";}
.fa-music:before{content:"\f001";}
.fa-search:before{content:"\f002";}
.fa-envelope-o:before{content:"\f003";}
.fa-heart:before{content:"\f004";}
.fa-star:before{content:"\f005";}
.fa-star-o:before{content:"\f006";}
.fa-user:before{content:"\f007";}
.fa-film:before{content:"\f008";}
.fa-th-large:before{content:"\f009";}
.fa-th:before{content:"\f00a";}
.fa-th-list:before{content:"\f00b";}
.fa-check:before{content:"\f00c";}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d";}
.fa-search-plus:before{content:"\f00e";}
.fa-search-minus:before{content:"\f010";}
.fa-power-off:before{content:"\f011";}
.fa-signal:before{content:"\f012";}
.fa-gear:before,.fa-cog:before{content:"\f013";}
.fa-trash-o:before{content:"\f014";}
.fa-home:before{content:"\f015";}
.fa-file-o:before{content:"\f016";}
.fa-clock-o:before{content:"\f017";}
.fa-road:before{content:"\f018";}
.fa-download:before{content:"\f019";}
.fa-arrow-circle-o-down:before{content:"\f01a";}
.fa-arrow-circle-o-up:before{content:"\f01b";}
.fa-inbox:before{content:"\f01c";}
.fa-play-circle-o:before{content:"\f01d";}
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e";}
.fa-refresh:before{content:"\f021";}
.fa-list-alt:before{content:"\f022";}
.fa-lock:before{content:"\f023";}
.fa-flag:before{content:"\f024";}
.fa-headphones:before{content:"\f025";}
.fa-volume-off:before{content:"\f026";}
.fa-volume-down:before{content:"\f027";}
.fa-volume-up:before{content:"\f028";}
.fa-qrcode:before{content:"\f029";}
.fa-barcode:before{content:"\f02a";}
.fa-tag:before{content:"\f02b";}
.fa-tags:before{content:"\f02c";}
.fa-book:before{content:"\f02d";}
.fa-bookmark:before{content:"\f02e";}
.fa-print:before{content:"\f02f";}
.fa-camera:before{content:"\f030";}
.fa-font:before{content:"\f031";}
.fa-bold:before{content:"\f032";}
.fa-italic:before{content:"\f033";}
.fa-text-height:before{content:"\f034";}
.fa-text-width:before{content:"\f035";}
.fa-align-left:before{content:"\f036";}
.fa-align-center:before{content:"\f037";}
.fa-align-right:before{content:"\f038";}
.fa-align-justify:before{content:"\f039";}
.fa-list:before{content:"\f03a";}
.fa-dedent:before,.fa-outdent:before{content:"\f03b";}
.fa-indent:before{content:"\f03c";}
.fa-video-camera:before{content:"\f03d";}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e";}
.fa-pencil:before{content:"\f040";}
.fa-map-marker:before{content:"\f041";}
.fa-adjust:before{content:"\f042";}
.fa-tint:before{content:"\f043";}
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044";}
.fa-share-square-o:before{content:"\f045";}
.fa-check-square-o:before{content:"\f046";}
.fa-arrows:before{content:"\f047";}
.fa-step-backward:before{content:"\f048";}
.fa-fast-backward:before{content:"\f049";}
.fa-backward:before{content:"\f04a";}
.fa-play:before{content:"\f04b";}
.fa-pause:before{content:"\f04c";}
.fa-stop:before{content:"\f04d";}
.fa-forward:before{content:"\f04e";}
.fa-fast-forward:before{content:"\f050";}
.fa-step-forward:before{content:"\f051";}
.fa-eject:before{content:"\f052";}
.fa-chevron-left:before{content:"\f053";}
.fa-chevron-right:before{content:"\f054";}
.fa-plus-circle:before{content:"\f055";}
.fa-minus-circle:before{content:"\f056";}
.fa-times-circle:before{content:"\f057";}
.fa-check-circle:before{content:"\f058";}
.fa-question-circle:before{content:"\f059";}
.fa-info-circle:before{content:"\f05a";}
.fa-crosshairs:before{content:"\f05b";}
.fa-times-circle-o:before{content:"\f05c";}
.fa-check-circle-o:before{content:"\f05d";}
.fa-ban:before{content:"\f05e";}
.fa-arrow-left:before{content:"\f060";}
.fa-arrow-right:before{content:"\f061";}
.fa-arrow-up:before{content:"\f062";}
.fa-arrow-down:before{content:"\f063";}
.fa-mail-forward:before,.fa-share:before{content:"\f064";}
.fa-expand:before{content:"\f065";}
.fa-compress:before{content:"\f066";}
.fa-plus:before{content:"\f067";}
.fa-minus:before{content:"\f068";}
.fa-asterisk:before{content:"\f069";}
.fa-exclamation-circle:before{content:"\f06a";}
.fa-gift:before{content:"\f06b";}
.fa-leaf:before{content:"\f06c";}
.fa-fire:before{content:"\f06d";}
.fa-eye:before{content:"\f06e";}
.fa-eye-slash:before{content:"\f070";}
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071";}
.fa-plane:before{content:"\f072";}
.fa-calendar:before{content:"\f073";}
.fa-random:before{content:"\f074";}
.fa-comment:before{content:"\f075";}
.fa-magnet:before{content:"\f076";}
.fa-chevron-up:before{content:"\f077";}
.fa-chevron-down:before{content:"\f078";}
.fa-retweet:before{content:"\f079";}
.fa-shopping-cart:before{content:"\f07a";}
.fa-folder:before{content:"\f07b";}
.fa-folder-open:before{content:"\f07c";}
.fa-arrows-v:before{content:"\f07d";}
.fa-arrows-h:before{content:"\f07e";}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080";}
.fa-twitter-square:before{content:"\f081";}
.fa-facebook-square:before{content:"\f082";}
.fa-camera-retro:before{content:"\f083";}
.fa-key:before{content:"\f084";}
.fa-gears:before,.fa-cogs:before{content:"\f085";}
.fa-comments:before{content:"\f086";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-thumbs-o-down:before{content:"\f088";}
.fa-star-half:before{content:"\f089";}
.fa-heart-o:before{content:"\f08a";}
.fa-sign-out:before{content:"\f08b";}
.fa-linkedin-square:before{content:"\f08c";}
.fa-thumb-tack:before{content:"\f08d";}
.fa-external-link:before{content:"\f08e";}
.fa-sign-in:before{content:"\f090";}
.fa-trophy:before{content:"\f091";}
.fa-github-square:before{content:"\f092";}
.fa-upload:before{content:"\f093";}
.fa-lemon-o:before{content:"\f094";}
.fa-phone:before{content:"\f095";}
.fa-square-o:before{content:"\f096";}
.fa-bookmark-o:before{content:"\f097";}
.fa-phone-square:before{content:"\f098";}
.fa-twitter:before{content:"\f099";}
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a";}
.fa-github:before{content:"\f09b";}
.fa-unlock:before{content:"\f09c";}
.fa-credit-card:before{content:"\f09d";}
.fa-feed:before,.fa-rss:before{content:"\f09e";}
.fa-hdd-o:before{content:"\f0a0";}
.fa-bullhorn:before{content:"\f0a1";}
.fa-bell:before{content:"\f0f3";}
.fa-certificate:before{content:"\f0a3";}
.fa-hand-o-right:before{content:"\f0a4";}
.fa-hand-o-left:before{content:"\f0a5";}
.fa-hand-o-up:before{content:"\f0a6";}
.fa-hand-o-down:before{content:"\f0a7";}
.fa-arrow-circle-left:before{content:"\f0a8";}
.fa-arrow-circle-right:before{content:"\f0a9";}
.fa-arrow-circle-up:before{content:"\f0aa";}
.fa-arrow-circle-down:before{content:"\f0ab";}
.fa-globe:before{content:"\f0ac";}
.fa-wrench:before{content:"\f0ad";}
.fa-tasks:before{content:"\f0ae";}
.fa-filter:before{content:"\f0b0";}
.fa-briefcase:before{content:"\f0b1";}
.fa-arrows-alt:before{content:"\f0b2";}
.fa-group:before,.fa-users:before{content:"\f0c0";}
.fa-chain:before,.fa-link:before{content:"\f0c1";}
.fa-cloud:before{content:"\f0c2";}
.fa-flask:before{content:"\f0c3";}
.fa-cut:before,.fa-scissors:before{content:"\f0c4";}
.fa-copy:before,.fa-files-o:before{content:"\f0c5";}
.fa-paperclip:before{content:"\f0c6";}
.fa-save:before,.fa-floppy-o:before{content:"\f0c7";}
.fa-square:before{content:"\f0c8";}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9";}
.fa-list-ul:before{content:"\f0ca";}
.fa-list-ol:before{content:"\f0cb";}
.fa-strikethrough:before{content:"\f0cc";}
.fa-underline:before{content:"\f0cd";}
.fa-table:before{content:"\f0ce";}
.fa-magic:before{content:"\f0d0";}
.fa-truck:before{content:"\f0d1";}
.fa-pinterest:before{content:"\f0d2";}
.fa-pinterest-square:before{content:"\f0d3";}
.fa-google-plus-square:before{content:"\f0d4";}
.fa-google-plus:before{content:"\f0d5";}
.fa-money:before{content:"\f0d6";}
.fa-caret-down:before{content:"\f0d7";}
.fa-caret-up:before{content:"\f0d8";}
.fa-caret-left:before{content:"\f0d9";}
.fa-caret-right:before{content:"\f0da";}
.fa-columns:before{content:"\f0db";}
.fa-unsorted:before,.fa-sort:before{content:"\f0dc";}
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd";}
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de";}
.fa-envelope:before{content:"\f0e0";}
.fa-linkedin:before{content:"\f0e1";}
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2";}
.fa-legal:before,.fa-gavel:before{content:"\f0e3";}
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.fa-flash:before,.fa-bolt:before{content:"\f0e7";}
.fa-sitemap:before{content:"\f0e8";}
.fa-umbrella:before{content:"\f0e9";}
.fa-paste:before,.fa-clipboard:before{content:"\f0ea";}
.fa-lightbulb-o:before{content:"\f0eb";}
.fa-exchange:before{content:"\f0ec";}
.fa-cloud-download:before{content:"\f0ed";}
.fa-cloud-upload:before{content:"\f0ee";}
.fa-user-md:before{content:"\f0f0";}
.fa-stethoscope:before{content:"\f0f1";}
.fa-suitcase:before{content:"\f0f2";}
.fa-bell-o:before{content:"\f0a2";}
.fa-coffee:before{content:"\f0f4";}
.fa-cutlery:before{content:"\f0f5";}
.fa-file-text-o:before{content:"\f0f6";}
.fa-building-o:before{content:"\f0f7";}
.fa-hospital-o:before{content:"\f0f8";}
.fa-ambulance:before{content:"\f0f9";}
.fa-medkit:before{content:"\f0fa";}
.fa-fighter-jet:before{content:"\f0fb";}
.fa-beer:before{content:"\f0fc";}
.fa-h-square:before{content:"\f0fd";}
.fa-plus-square:before{content:"\f0fe";}
.fa-angle-double-left:before{content:"\f100";}
.fa-angle-double-right:before{content:"\f101";}
.fa-angle-double-up:before{content:"\f102";}
.fa-angle-double-down:before{content:"\f103";}
.fa-angle-left:before{content:"\f104";}
.fa-angle-right:before{content:"\f105";}
.fa-angle-up:before{content:"\f106";}
.fa-angle-down:before{content:"\f107";}
.fa-desktop:before{content:"\f108";}
.fa-laptop:before{content:"\f109";}
.fa-tablet:before{content:"\f10a";}
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b";}
.fa-circle-o:before{content:"\f10c";}
.fa-quote-left:before{content:"\f10d";}
.fa-quote-right:before{content:"\f10e";}
.fa-spinner:before{content:"\f110";}
.fa-circle:before{content:"\f111";}
.fa-mail-reply:before,.fa-reply:before{content:"\f112";}
.fa-github-alt:before{content:"\f113";}
.fa-folder-o:before{content:"\f114";}
.fa-folder-open-o:before{content:"\f115";}
.fa-smile-o:before{content:"\f118";}
.fa-frown-o:before{content:"\f119";}
.fa-meh-o:before{content:"\f11a";}
.fa-gamepad:before{content:"\f11b";}
.fa-keyboard-o:before{content:"\f11c";}
.fa-flag-o:before{content:"\f11d";}
.fa-flag-checkered:before{content:"\f11e";}
.fa-terminal:before{content:"\f120";}
.fa-code:before{content:"\f121";}
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122";}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123";}
.fa-location-arrow:before{content:"\f124";}
.fa-crop:before{content:"\f125";}
.fa-code-fork:before{content:"\f126";}
.fa-unlink:before,.fa-chain-broken:before{content:"\f127";}
.fa-question:before{content:"\f128";}
.fa-info:before{content:"\f129";}
.fa-exclamation:before{content:"\f12a";}
.fa-superscript:before{content:"\f12b";}
.fa-subscript:before{content:"\f12c";}
.fa-eraser:before{content:"\f12d";}
.fa-puzzle-piece:before{content:"\f12e";}
.fa-microphone:before{content:"\f130";}
.fa-microphone-slash:before{content:"\f131";}
.fa-shield:before{content:"\f132";}
.fa-calendar-o:before{content:"\f133";}
.fa-fire-extinguisher:before{content:"\f134";}
.fa-rocket:before{content:"\f135";}
.fa-maxcdn:before{content:"\f136";}
.fa-chevron-circle-left:before{content:"\f137";}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-chevron-circle-up:before{content:"\f139";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-html5:before{content:"\f13b";}
.fa-css3:before{content:"\f13c";}
.fa-anchor:before{content:"\f13d";}
.fa-unlock-alt:before{content:"\f13e";}
.fa-bullseye:before{content:"\f140";}
.fa-ellipsis-h:before{content:"\f141";}
.fa-ellipsis-v:before{content:"\f142";}
.fa-rss-square:before{content:"\f143";}
.fa-play-circle:before{content:"\f144";}
.fa-ticket:before{content:"\f145";}
.fa-minus-square:before{content:"\f146";}
.fa-minus-square-o:before{content:"\f147";}
.fa-level-up:before{content:"\f148";}
.fa-level-down:before{content:"\f149";}
.fa-check-square:before{content:"\f14a";}
.fa-pencil-square:before{content:"\f14b";}
.fa-external-link-square:before{content:"\f14c";}
.fa-share-square:before{content:"\f14d";}
.fa-compass:before{content:"\f14e";}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150";}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151";}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152";}
.fa-euro:before,.fa-eur:before{content:"\f153";}
.fa-gbp:before{content:"\f154";}
.fa-dollar:before,.fa-usd:before{content:"\f155";}
.fa-rupee:before,.fa-inr:before{content:"\f156";}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}
.fa-won:before,.fa-krw:before{content:"\f159";}
.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}
.fa-file:before{content:"\f15b";}
.fa-file-text:before{content:"\f15c";}
.fa-sort-alpha-asc:before{content:"\f15d";}
.fa-sort-alpha-desc:before{content:"\f15e";}
.fa-sort-amount-asc:before{content:"\f160";}
.fa-sort-amount-desc:before{content:"\f161";}
.fa-sort-numeric-asc:before{content:"\f162";}
.fa-sort-numeric-desc:before{content:"\f163";}
.fa-thumbs-up:before{content:"\f164";}
.fa-thumbs-down:before{content:"\f165";}
.fa-youtube-square:before{content:"\f166";}
.fa-youtube:before{content:"\f167";}
.fa-xing:before{content:"\f168";}
.fa-xing-square:before{content:"\f169";}
.fa-youtube-play:before{content:"\f16a";}
.fa-dropbox:before{content:"\f16b";}
.fa-stack-overflow:before{content:"\f16c";}
.fa-instagram:before{content:"\f16d";}
.fa-flickr:before{content:"\f16e";}
.fa-adn:before{content:"\f170";}
.fa-bitbucket:before{content:"\f171";}
.fa-bitbucket-square:before{content:"\f172";}
.fa-tumblr:before{content:"\f173";}
.fa-tumblr-square:before{content:"\f174";}
.fa-long-arrow-down:before{content:"\f175";}
.fa-long-arrow-up:before{content:"\f176";}
.fa-long-arrow-left:before{content:"\f177";}
.fa-long-arrow-right:before{content:"\f178";}
.fa-apple:before{content:"\f179";}
.fa-windows:before{content:"\f17a";}
.fa-android:before{content:"\f17b";}
.fa-linux:before{content:"\f17c";}
.fa-dribbble:before{content:"\f17d";}
.fa-skype:before{content:"\f17e";}
.fa-foursquare:before{content:"\f180";}
.fa-trello:before{content:"\f181";}
.fa-female:before{content:"\f182";}
.fa-male:before{content:"\f183";}
.fa-gittip:before,.fa-gratipay:before{content:"\f184";}
.fa-sun-o:before{content:"\f185";}
.fa-moon-o:before{content:"\f186";}
.fa-archive:before{content:"\f187";}
.fa-bug:before{content:"\f188";}
.fa-vk:before{content:"\f189";}
.fa-weibo:before{content:"\f18a";}
.fa-renren:before{content:"\f18b";}
.fa-pagelines:before{content:"\f18c";}
.fa-stack-exchange:before{content:"\f18d";}
.fa-arrow-circle-o-right:before{content:"\f18e";}
.fa-arrow-circle-o-left:before{content:"\f190";}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191";}
.fa-dot-circle-o:before{content:"\f192";}
.fa-wheelchair:before{content:"\f193";}
.fa-vimeo-square:before{content:"\f194";}
.fa-turkish-lira:before,.fa-try:before{content:"\f195";}
.fa-plus-square-o:before{content:"\f196";}
.fa-space-shuttle:before{content:"\f197";}
.fa-slack:before{content:"\f198";}
.fa-envelope-square:before{content:"\f199";}
.fa-wordpress:before{content:"\f19a";}
.fa-openid:before{content:"\f19b";}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c";}
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d";}
.fa-yahoo:before{content:"\f19e";}
.fa-google:before{content:"\f1a0";}
.fa-reddit:before{content:"\f1a1";}
.fa-reddit-square:before{content:"\f1a2";}
.fa-stumbleupon-circle:before{content:"\f1a3";}
.fa-stumbleupon:before{content:"\f1a4";}
.fa-delicious:before{content:"\f1a5";}
.fa-digg:before{content:"\f1a6";}
.fa-pied-piper-pp:before{content:"\f1a7";}
.fa-pied-piper-alt:before{content:"\f1a8";}
.fa-drupal:before{content:"\f1a9";}
.fa-joomla:before{content:"\f1aa";}
.fa-language:before{content:"\f1ab";}
.fa-fax:before{content:"\f1ac";}
.fa-building:before{content:"\f1ad";}
.fa-child:before{content:"\f1ae";}
.fa-paw:before{content:"\f1b0";}
.fa-spoon:before{content:"\f1b1";}
.fa-cube:before{content:"\f1b2";}
.fa-cubes:before{content:"\f1b3";}
.fa-behance:before{content:"\f1b4";}
.fa-behance-square:before{content:"\f1b5";}
.fa-steam:before{content:"\f1b6";}
.fa-steam-square:before{content:"\f1b7";}
.fa-recycle:before{content:"\f1b8";}
.fa-automobile:before,.fa-car:before{content:"\f1b9";}
.fa-cab:before,.fa-taxi:before{content:"\f1ba";}
.fa-tree:before{content:"\f1bb";}
.fa-spotify:before{content:"\f1bc";}
.fa-deviantart:before{content:"\f1bd";}
.fa-soundcloud:before{content:"\f1be";}
.fa-database:before{content:"\f1c0";}
.fa-file-pdf-o:before{content:"\f1c1";}
.fa-file-word-o:before{content:"\f1c2";}
.fa-file-excel-o:before{content:"\f1c3";}
.fa-file-powerpoint-o:before{content:"\f1c4";}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5";}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6";}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7";}
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8";}
.fa-file-code-o:before{content:"\f1c9";}
.fa-vine:before{content:"\f1ca";}
.fa-codepen:before{content:"\f1cb";}
.fa-jsfiddle:before{content:"\f1cc";}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd";}
.fa-circle-o-notch:before{content:"\f1ce";}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0";}
.fa-ge:before,.fa-empire:before{content:"\f1d1";}
.fa-git-square:before{content:"\f1d2";}
.fa-git:before{content:"\f1d3";}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4";}
.fa-tencent-weibo:before{content:"\f1d5";}
.fa-qq:before{content:"\f1d6";}
.fa-wechat:before,.fa-weixin:before{content:"\f1d7";}
.fa-send:before,.fa-paper-plane:before{content:"\f1d8";}
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9";}
.fa-history:before{content:"\f1da";}
.fa-circle-thin:before{content:"\f1db";}
.fa-header:before{content:"\f1dc";}
.fa-paragraph:before{content:"\f1dd";}
.fa-sliders:before{content:"\f1de";}
.fa-share-alt:before{content:"\f1e0";}
.fa-share-alt-square:before{content:"\f1e1";}
.fa-bomb:before{content:"\f1e2";}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3";}
.fa-tty:before{content:"\f1e4";}
.fa-binoculars:before{content:"\f1e5";}
.fa-plug:before{content:"\f1e6";}
.fa-slideshare:before{content:"\f1e7";}
.fa-twitch:before{content:"\f1e8";}
.fa-yelp:before{content:"\f1e9";}
.fa-newspaper-o:before{content:"\f1ea";}
.fa-wifi:before{content:"\f1eb";}
.fa-calculator:before{content:"\f1ec";}
.fa-paypal:before{content:"\f1ed";}
.fa-google-wallet:before{content:"\f1ee";}
.fa-cc-visa:before{content:"\f1f0";}
.fa-cc-mastercard:before{content:"\f1f1";}
.fa-cc-discover:before{content:"\f1f2";}
.fa-cc-amex:before{content:"\f1f3";}
.fa-cc-paypal:before{content:"\f1f4";}
.fa-cc-stripe:before{content:"\f1f5";}
.fa-bell-slash:before{content:"\f1f6";}
.fa-bell-slash-o:before{content:"\f1f7";}
.fa-trash:before{content:"\f1f8";}
.fa-copyright:before{content:"\f1f9";}
.fa-at:before{content:"\f1fa";}
.fa-eyedropper:before{content:"\f1fb";}
.fa-paint-brush:before{content:"\f1fc";}
.fa-birthday-cake:before{content:"\f1fd";}
.fa-area-chart:before{content:"\f1fe";}
.fa-pie-chart:before{content:"\f200";}
.fa-line-chart:before{content:"\f201";}
.fa-lastfm:before{content:"\f202";}
.fa-lastfm-square:before{content:"\f203";}
.fa-toggle-off:before{content:"\f204";}
.fa-toggle-on:before{content:"\f205";}
.fa-bicycle:before{content:"\f206";}
.fa-bus:before{content:"\f207";}
.fa-ioxhost:before{content:"\f208";}
.fa-angellist:before{content:"\f209";}
.fa-cc:before{content:"\f20a";}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b";}
.fa-meanpath:before{content:"\f20c";}
.fa-buysellads:before{content:"\f20d";}
.fa-connectdevelop:before{content:"\f20e";}
.fa-dashcube:before{content:"\f210";}
.fa-forumbee:before{content:"\f211";}
.fa-leanpub:before{content:"\f212";}
.fa-sellsy:before{content:"\f213";}
.fa-shirtsinbulk:before{content:"\f214";}
.fa-simplybuilt:before{content:"\f215";}
.fa-skyatlas:before{content:"\f216";}
.fa-cart-plus:before{content:"\f217";}
.fa-cart-arrow-down:before{content:"\f218";}
.fa-diamond:before{content:"\f219";}
.fa-ship:before{content:"\f21a";}
.fa-user-secret:before{content:"\f21b";}
.fa-motorcycle:before{content:"\f21c";}
.fa-street-view:before{content:"\f21d";}
.fa-heartbeat:before{content:"\f21e";}
.fa-venus:before{content:"\f221";}
.fa-mars:before{content:"\f222";}
.fa-mercury:before{content:"\f223";}
.fa-intersex:before,.fa-transgender:before{content:"\f224";}
.fa-transgender-alt:before{content:"\f225";}
.fa-venus-double:before{content:"\f226";}
.fa-mars-double:before{content:"\f227";}
.fa-venus-mars:before{content:"\f228";}
.fa-mars-stroke:before{content:"\f229";}
.fa-mars-stroke-v:before{content:"\f22a";}
.fa-mars-stroke-h:before{content:"\f22b";}
.fa-neuter:before{content:"\f22c";}
.fa-genderless:before{content:"\f22d";}
.fa-facebook-official:before{content:"\f230";}
.fa-pinterest-p:before{content:"\f231";}
.fa-whatsapp:before{content:"\f232";}
.fa-server:before{content:"\f233";}
.fa-user-plus:before{content:"\f234";}
.fa-user-times:before{content:"\f235";}
.fa-hotel:before,.fa-bed:before{content:"\f236";}
.fa-viacoin:before{content:"\f237";}
.fa-train:before{content:"\f238";}
.fa-subway:before{content:"\f239";}
.fa-medium:before{content:"\f23a";}
.fa-yc:before,.fa-y-combinator:before{content:"\f23b";}
.fa-optin-monster:before{content:"\f23c";}
.fa-opencart:before{content:"\f23d";}
.fa-expeditedssl:before{content:"\f23e";}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240";}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241";}
.fa-battery-2:before,.fa-battery-half:before{content:"\f242";}
.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243";}
.fa-battery-0:before,.fa-battery-empty:before{content:"\f244";}
.fa-mouse-pointer:before{content:"\f245";}
.fa-i-cursor:before{content:"\f246";}
.fa-object-group:before{content:"\f247";}
.fa-object-ungroup:before{content:"\f248";}
.fa-sticky-note:before{content:"\f249";}
.fa-sticky-note-o:before{content:"\f24a";}
.fa-cc-jcb:before{content:"\f24b";}
.fa-cc-diners-club:before{content:"\f24c";}
.fa-clone:before{content:"\f24d";}
.fa-balance-scale:before{content:"\f24e";}
.fa-hourglass-o:before{content:"\f250";}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251";}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252";}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253";}
.fa-hourglass:before{content:"\f254";}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255";}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256";}
.fa-hand-scissors-o:before{content:"\f257";}
.fa-hand-lizard-o:before{content:"\f258";}
.fa-hand-spock-o:before{content:"\f259";}
.fa-hand-pointer-o:before{content:"\f25a";}
.fa-hand-peace-o:before{content:"\f25b";}
.fa-trademark:before{content:"\f25c";}
.fa-registered:before{content:"\f25d";}
.fa-creative-commons:before{content:"\f25e";}
.fa-gg:before{content:"\f260";}
.fa-gg-circle:before{content:"\f261";}
.fa-tripadvisor:before{content:"\f262";}
.fa-odnoklassniki:before{content:"\f263";}
.fa-odnoklassniki-square:before{content:"\f264";}
.fa-get-pocket:before{content:"\f265";}
.fa-wikipedia-w:before{content:"\f266";}
.fa-safari:before{content:"\f267";}
.fa-chrome:before{content:"\f268";}
.fa-firefox:before{content:"\f269";}
.fa-opera:before{content:"\f26a";}
.fa-internet-explorer:before{content:"\f26b";}
.fa-tv:before,.fa-television:before{content:"\f26c";}
.fa-contao:before{content:"\f26d";}
.fa-500px:before{content:"\f26e";}
.fa-amazon:before{content:"\f270";}
.fa-calendar-plus-o:before{content:"\f271";}
.fa-calendar-minus-o:before{content:"\f272";}
.fa-calendar-times-o:before{content:"\f273";}
.fa-calendar-check-o:before{content:"\f274";}
.fa-industry:before{content:"\f275";}
.fa-map-pin:before{content:"\f276";}
.fa-map-signs:before{content:"\f277";}
.fa-map-o:before{content:"\f278";}
.fa-map:before{content:"\f279";}
.fa-commenting:before{content:"\f27a";}
.fa-commenting-o:before{content:"\f27b";}
.fa-houzz:before{content:"\f27c";}
.fa-vimeo:before{content:"\f27d";}
.fa-black-tie:before{content:"\f27e";}
.fa-fonticons:before{content:"\f280";}
.fa-reddit-alien:before{content:"\f281";}
.fa-edge:before{content:"\f282";}
.fa-credit-card-alt:before{content:"\f283";}
.fa-codiepie:before{content:"\f284";}
.fa-modx:before{content:"\f285";}
.fa-fort-awesome:before{content:"\f286";}
.fa-usb:before{content:"\f287";}
.fa-product-hunt:before{content:"\f288";}
.fa-mixcloud:before{content:"\f289";}
.fa-scribd:before{content:"\f28a";}
.fa-pause-circle:before{content:"\f28b";}
.fa-pause-circle-o:before{content:"\f28c";}
.fa-stop-circle:before{content:"\f28d";}
.fa-stop-circle-o:before{content:"\f28e";}
.fa-shopping-bag:before{content:"\f290";}
.fa-shopping-basket:before{content:"\f291";}
.fa-hashtag:before{content:"\f292";}
.fa-bluetooth:before{content:"\f293";}
.fa-bluetooth-b:before{content:"\f294";}
.fa-percent:before{content:"\f295";}
.fa-gitlab:before{content:"\f296";}
.fa-wpbeginner:before{content:"\f297";}
.fa-wpforms:before{content:"\f298";}
.fa-envira:before{content:"\f299";}
.fa-universal-access:before{content:"\f29a";}
.fa-wheelchair-alt:before{content:"\f29b";}
.fa-question-circle-o:before{content:"\f29c";}
.fa-blind:before{content:"\f29d";}
.fa-audio-description:before{content:"\f29e";}
.fa-volume-control-phone:before{content:"\f2a0";}
.fa-braille:before{content:"\f2a1";}
.fa-assistive-listening-systems:before{content:"\f2a2";}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3";}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4";}
.fa-glide:before{content:"\f2a5";}
.fa-glide-g:before{content:"\f2a6";}
.fa-signing:before,.fa-sign-language:before{content:"\f2a7";}
.fa-low-vision:before{content:"\f2a8";}
.fa-viadeo:before{content:"\f2a9";}
.fa-viadeo-square:before{content:"\f2aa";}
.fa-snapchat:before{content:"\f2ab";}
.fa-snapchat-ghost:before{content:"\f2ac";}
.fa-snapchat-square:before{content:"\f2ad";}
.fa-pied-piper:before{content:"\f2ae";}
.fa-first-order:before{content:"\f2b0";}
.fa-yoast:before{content:"\f2b1";}
.fa-themeisle:before{content:"\f2b2";}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3";}
.fa-fa:before,.fa-font-awesome:before{content:"\f2b4";}
.fa-handshake-o:before{content:"\f2b5";}
.fa-envelope-open:before{content:"\f2b6";}
.fa-envelope-open-o:before{content:"\f2b7";}
.fa-linode:before{content:"\f2b8";}
.fa-address-book:before{content:"\f2b9";}
.fa-address-book-o:before{content:"\f2ba";}
.fa-vcard:before,.fa-address-card:before{content:"\f2bb";}
.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc";}
.fa-user-circle:before{content:"\f2bd";}
.fa-user-circle-o:before{content:"\f2be";}
.fa-user-o:before{content:"\f2c0";}
.fa-id-badge:before{content:"\f2c1";}
.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2";}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3";}
.fa-quora:before{content:"\f2c4";}
.fa-free-code-camp:before{content:"\f2c5";}
.fa-telegram:before{content:"\f2c6";}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7";}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8";}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9";}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca";}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb";}
.fa-shower:before{content:"\f2cc";}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd";}
.fa-podcast:before{content:"\f2ce";}
.fa-window-maximize:before{content:"\f2d0";}
.fa-window-minimize:before{content:"\f2d1";}
.fa-window-restore:before{content:"\f2d2";}
.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3";}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4";}
.fa-bandcamp:before{content:"\f2d5";}
.fa-grav:before{content:"\f2d6";}
.fa-etsy:before{content:"\f2d7";}
.fa-imdb:before{content:"\f2d8";}
.fa-ravelry:before{content:"\f2d9";}
.fa-eercast:before{content:"\f2da";}
.fa-microchip:before{content:"\f2db";}
.fa-snowflake-o:before{content:"\f2dc";}
.fa-superpowers:before{content:"\f2dd";}
.fa-wpexplorer:before{content:"\f2de";}
.fa-meetup:before{content:"\f2e0";}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;}
/* @import url('http://example.com/example_style.css'); */

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

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

.hs_error_rollup{
  display:none;
}

*{ box-sizing:border-box; }
body{margin:0;}
p{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ margin:0;}
img {max-width:100%}

ul, ol {
  margin-top: 10px;
}
.container{ }
 

.icone_box { display: flex; flex-wrap: wrap;  align-items:center; } 
.icone_box .icone { width: 50px; line-height: 0; } 
.icone_box .title { width: calc(100% - 50px); padding-left: 15px; }

.ul-list-1 ul { padding: 0; margin: 0; list-style: none; text-align: left; }
.ul-list-1 ul li { padding-bottom: 8px; position: relative; padding-left: 25px; }
.ul-list-1 ul li:before { content: "\f058"; font-family: "fontawesome"; display: inline-block; position: absolute; top: 0; left: 0; font-size: 18px; color: #333; }


.shadow-1{ box-shadow: 0 4px 16px -4px rgb(0 0 0 / 10%); }
.border-1{ border: 1px solid #f2f2f2; }

.flipcard_box{ display: grid; grid-template-columns: 1fr;}
.flipcard_box > div { transition: all 0.5s ease; backface-visibility: hidden; grid-column-start: 1;  grid-row-start: 1; }
.flipcard_box { transform-style: preserve-3d; position: relative; transition: .6s; }
.flipcard_box:hover .flip_box_front,.flip_box_back { transform: rotateY(180deg); }
.flipcard_box:hover .flip_box_back ,.flip_box_front{ transform: rotateY(0deg); }
.flip_box_back {display: flex;justify-content: center;align-items: center;}

/*FAQ*/

.FAQ_box h4:before {content: "\f0d7";position: absolute;right: 0;font-family: "fontawesome";transition:all 0.4s ease;}
.FAQ_box h4{transition:all 0.4s ease;}
h4.active:before {transform: rotate(180deg);transition: all 0.4s ease;}
.FAQ_box h4{cursor:pointer;}

/*Two Column Text Icon 2*/

.icon_Part{width:50px;}
.solution_text{width:calc(100% - 50px); padding-left:20px;}
.solution_box {display: flex;flex-flow: wrap; align-items:center;}

/*flipcard-2*/

.frunt {min-height: 400px;background-size:cover ;background-position: center; background-repeat: no-repeat;}
.flip_title { position: absolute;bottom: 0;padding: 18px;background: #fff;border-radius: 0 0 9px 9px;}
.flip_title { background-color: #fff;border-radius: 0 0 9px 9px;padding: 13px;}
.flip_box_back_contnet ul {padding-top: 25px;}

/*Partners Certs Carousel*/

.partner_image_title { border-radius: 3px; background-color: rgba(51, 51, 51, 0.9); color: #fff; text-align: center; font-size: 14px; line-height: 1.2; position: absolute; top: 0; padding: 7px; opacity: 0; left: 0; right: 0; width: 160px; transition: 0.2s ease-in-out; margin: 0 auto; }
.partner_image_title:before { position: absolute; bottom: -5px; left: 0; margin-left: -5px; width: 0; border-top: 5px solid rgba(51, 51, 51, 0.9); border-right: 5px solid transparent; border-left: 5px solid transparent; content: " "; font-size: 0; line-height: 0; left: 0; right: 0; margin: 0 auto; }
.partner_image  img { display: inline-block !important; }
.slick-center .partner_image_title { opacity: 0.5; 0 }
.partner_innerrow:hover .partner_image_title {opacity:1; }
.partner_innerrow { filter: grayscale(1); opacity: 0.25; }
.slick-center .partner_innerrow { filter: grayscale(0); opacity: 1; }

/*Image Button CTA*/

.post_box {background: #f3f3f3; cursor:pointer; transition: all 0.5s ease-in-out;}
.post_image img {display: block;transition: all 0.5s ease-in-out;}
.post_image { overflow: hidden;}
.post_box:hover .post_image img {transform: scale(1.1);}
.post_box:hover {background: #1468a1;  color:#fff !important; }


/*Testimonial Parallel*/

.client_box { display: flex; flex-flow: wrap; }
.client_image img { display: block; height: 130px !important; width: 130px; border-radius: 100%;  margin:0 auto;}
.client_image { margin-top: -15px; }

/*Two Column Download*/

.downlod_box {display: flex;flex-flow: wrap; align-items:center;}
.downlod_content ul {padding-top: 20px;margin: 0;}
.downlod_box .input {margin-right: 0 !important;}
.downlod_box .form-columns-2 .hs_firstname, .hs-email {padding-right: 10px;}
.downlod_box .form-columns-2 .hs-lastname, .hs-company{padding-left:10px;}
.color\:inherit {color: inherit !important;}


/*Process Flow*/

.flow_icone { width: 50px; }
.flow_box { display: flex; flex-flow: wrap; position:relative;}
.flow_content { width: calc(100% - 50px); padding-left: 25px;;z-index: 1;}
.flow_row:nth-child(even) { flex-direction: row-reverse; }
.flow_right { padding: 40px !important; }
.flow_left { padding: 0 40px !important; }
.flow_row:before { position: absolute; left: calc(50% - 5px); width: 10px; top: 0; bottom: 0; height: 100%; background-color: #60afe1; content: ""; }
.flow_row { position: relative; }
.flow_row:nth-child(1):before { border-radius: 10px 10px 0 0; }
.number { position: absolute; left: 83px; top: 22px; font-size: 120px; font-weight: 900; line-height: 100px; z-index: -1; color: #F18A21; opacity: .15; }
.flow_left { position: relative; }
.flow_left:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; height: 10px; width: 33px; background: #60afe1; margin: auto 0; }
.flow_row:nth-child(odd) .flow_left:before { left: auto; right: 0; }

/*team_member*/

.team_button_row ul { padding: 0; margin: 0; list-style: none; }
.team_button_row ul li { display: inline-block; margin: 5px; }
.team_button_row ul li a{ padding: 8px 15px; background: #f3f3f3; border-radius: 50px; transition: all 0.4s ease; }
.team_button_row ul li a:hover { background: #1468a1; color: #fff; }
.team_image { height: 350px; position: relative; }
.team_image img { height: 100% !important; position: absolute; top: 0; left: 0; bottom: 0; border-radius: 15px; object-fit: cover;}
img.Gif_image { opacity:0;transition:all 0.3s ease;}
.team_member_box:hover .Gif_image { opacity:1; }
.team_member_box:hover { border: 1px dotted #000; border-radius: 15px; }

/*Striking Features*/

.Features_box {border-right: 2px solid #f9f9f9;}
.Features_box:last-child {border-right: none;}

/*Playbook Guide Pillar*/

.playbook_section {background: #ffc709;}
span.playbook_number {position: absolute;right: 0;left: -140px;top: 9px; font-size: 150px;opacity: 0.3; font-weight: 700;}
.playbook_imag {position: sticky;top: 0; }
.play_box_contnt img {max-width: 100%;}

/*Pillar Head*/

.pillar_list ul { padding: 0; margin: 0; list-style: none; }
.pillar_list ul li { padding: 18px 0; }
.pillar_list { background: #5e89c1; }
.pillar_list { border: 2px solid #fff; }
.pillar_list ul li a { color: #fff; transition: all 0.4s ease; }
.pillar_list ul li a:hover { text-decoration: underline; }

/*Features*/

.Features__box {display: flex;flex-flow: wrap;}
.Features__image {width: 80px;}
.Features__text_cover {width: calc(100% - 80px);padding-left: 12px;}

/* Footer */

.footer_social_icon ul { list-style: none; padding: 0; margin: 0;}
.footer_social_icon ul li img { width: 25px; display: block; }
.footer_social_icon ul li { display: inline-block; margin-right: 5px; }
.footer_social_icon { margin-top: 20px; margin-bottom: 8px; }
.footer_menu ul { display: block;  }
.footer_contact a { color: #f18a21;  }
.footer_menu ul li a { color: #000; }
.footer_menu ul li a:hover {text-decoration: underline;} 
.footer_contact a:hover { text-decoration: underline;}
.footer_menu ul li  { padding-bottom:7px; }

.footer_contact_box { background: var(--bgColor);transition: all 0.4s ease;} 
.footer_contact_box:hover { background: var(--bgHoverColor);} 
.contact_box_link a { color: #fff;  } 
.footer_icone_part { width: 30px; padding-right: 0; } 
.footer_content_main { width: calc(100% - 30px); padding-left: 20px; }

/*footer_bottom*/

.footer_form form { display: flex; align-items: center; width: 100%; }
.footer_form .hs_error_rollup { display: none !important; }
.footer_form ul.no-list.hs-error-msgs.inputs-list { display: none; }
.footer_form form .hs-form-field { margin-bottom: 0; padding-right: 0; width: 100%; }
.footer_form label { display: none; }
.form-title:empty { display: none; }
.footer_form_row { display: flex; flex-flow: wrap; }
.footer_form_title { width: 115px; }
.footer_form { padding-left: 20px; width: calc(100% - 115px); }
.footer_bottom { background: #3c3c3c; }

.footer_form form .hs-button, 
.footer_form form form input[type=submit] 
{background-color: #60afe1;
  border-radius: 0 4px 4px 0!important;}
.footer_menu_bottom ul {display: block;}


footer .hs-search-field__bar form { display: flex; justify-content: flex-end; margin-bottom: 40px; }
footer .hs-search-field__bar form input.hs-search-field__input { width: 280px; border: 1px solid #ddd !important; border-radius: 0.25rem !important; padding: 0.375rem 0.5rem !important; -webkit-appearance: none !important; font-size: 1rem !important; background: #fefefe !important; color: #666 !important; height: 38px !important; }
footer .hs-search-field__bar form label { margin: 0 0.5em 0 0; color: #22518b; text-transform: uppercase; font-size: 20px; font-weight: 700; display: flex; align-items: center; }

.footer_menu_bottom ul li {display: inline-block;padding: 0 5px;line-height: 1;margin: 0 !important;}
.footer_menu_bottom ul li a {color: #fff;}

.footer_menu_bottom ul li+li {
    border-left: 1px solid #fff;
}

.footer_menu_bottom ul {
    display: flex;
    margin: 0 -5px;
}
.footer_menu_bottom ul li a:hover {
    color: var(--third);
}

footer {}

footer .hs-search-field {}

footer .hs-search-field ul.hs-search-field__suggestions {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    background: #fff;
    border: 1px solid #ddd !important;
}

footer .hs-search-field ul.hs-search-field__suggestions li a , footer .hs-search-field ul.hs-search-field__suggestions li#results-for {
    padding: 3px 8px;
}
footer .hs-search-field ul.hs-search-field__suggestions {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.hs-search-field.hs-search-field--open {}

footer .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}


 ul#hsresults { counter-reset: section; }
 ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
 ul#hsresults li  a.hs-search-results__title {font-weight: 700;position: relative;padding-left: 0;font-size: 21px;display: inline-block;}
 ul#hsresults li  p.hs-search-results__description {padding: 13px 0 0;margin: 0;}
 ul#hsresults li a.hs-search-results__title:before {counter-increment: section;content: ""counter(section) ":";position: relative;left: 0;top: 0;padding-right: 5px;}
 ul#hsresults li { padding: 30px 0; }
 ul#hsresults li:first-child { padding-top: 0; }
 ul#hsresults li:last-child { padding-bottom: 0; }

.search-result-page {}

.search-result-page .hs-search-results__pagination {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

.search_icon_wrapper ul.hs-search-field__suggestions {opacity: 0;visibility: hidden;margin-top: 10px;transition: all 0.3s ease;}

.search_icon_wrapper .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
 

.footer_shape svg {  display: block;}

body .hs-input{
  width: 100% !important;
}

body .hs-email{
  padding-right: 0px;
}


/*responsiv*/

@media(max-width:992px){

  .Features_box{border-right:none;}
  span.playbook_number {position: static;font-size: 115px;}
  .Features__box{text-align: center;}
  .Features__image {width: 100%;}
  .Features__text_cover {width: 100%;padding-top: 20px;}
  .Features__text_cover {padding-left: 0;}
}



@media(max-width:480px){

  /*Two Column Download*/

  .downlod_box 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 {width: 100%!important;}
  .downlod_box .form-columns-2 .hs_firstname, .hs-email {padding-right: 0px;}
  .downlod_box .form-columns-2 .hs-lastname, .hs-company{padding-left:0px;}

}

@media(max-width:767px){

  /*process Flow*/ 

  .flow_row:before, .flow_left:before { position: static; }
  .flow_left { padding: 15px 0 !important; }
  .row { margin: 0 !important; }
  .flow_right { padding: 15px 0px !important; }
  .flow_right img { width: 100%; }
  .flow_icone {width: 100%;}
  .flow_content {width: 100%;}
  .flow_box {text-align: center;}  
  .flow_content {padding-left: 0;}
  .flow_icone img {width: 100px;margin: 0 auto;}
  .number {top: 5px;font-size: 160px;left: 0;right: 0;}

  /*footer_bottom*/

  .footer_form_title { width:100%; }
  .footer_form { padding-left: 0; width:100%; padding-top:10px;}


  .Features__box {max-width: 500px;margin: 0 auto;}

  footer .hs-search-field__bar form {display: block;}
  footer .hs-search-field__bar form label { margin: 0 0 7px; }
  footer .hs-search-field__bar form input.hs-search-field__input { width: 100%; }
 
}  


/* Modal CSS */

  /*  Modal CSS  */
  .popup-dialog{
    display:flex;
    align-items:center;
    height: 100%;
    pointer-events: none;
    padding: 24px 16px;
    overflow-y: auto;
  }
  
  .popup-dialog .form-parent .hs-button{
    display: inline-block;
    width: auto;
  }

  .popup-dialog .form-parent .hs-button:hover{
    background-color: #f2545b !important;
    color: #fff !important;
  }

  .popup-content-v2 .hs-error-msg{
    text-align:left;
  }

  .no-scroll{
    overflow:hidden;
  }
  
  .popup-overlay-v2 {
    position: fixed;
    inset: 0;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
  }

  .popup-main-v2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align:left
  }

  .popup-content-v2 {
    text-align:left;
    background: #fff;
    border-radius: 8px;
    position: relative;
    text-align: center; 
    z-index: 99999;
    height: fit-content;
    margin: auto;
    pointer-events: initial;
    max-width: 800px;
    width: 100%;
  }

  .popup-content-v2 .actions{
    text-align:center;
  }

  .popup-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color:#F4F4F4;
    width: 30px;
    height: 30px;
  }

  .popup-head-wrapper{
    background-color:#730F57;
    padding:20px 0;
    position:relative;
  }

  .popup-content-wrapper{
    padding: 84px 80px;
   
  }

  .pop-bg-img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:-1;
  }

  .popup-heading h3{
    color:#fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height:1.2;
    margin:0;
    text-align:center;
  }

  .nice-select .option{
    color:#2f3443;  
  }

  .nice-select .list{
    max-height: 230px;
    overflow-y: auto;
  }

  .popup-main-wrapper-v2{
    position:relative;
    z-index:9999999;
  }
  /*  Modal CSS end  */
  
  @media (max-width: 767px) {
    .popup-heading h3{
      padding: 0 40px 0 20px;
      text-align: left;
    }
  }
 .btn-dark{
   display: inline-block;

 }


form .hs-form-field{
  display:block !important;
}



/* breadcrumb */

.breadcrumb-wrapper{
  display:flex;
}

 nav.breadcrumb ul {
  align-items: baseline;
  display: flex;
  flex-wrap: inherit;
  justify-content: flex-start;
  text-align: left;
  padding: 0;
  margin: 5px 0;
}

 nav.breadcrumb ul span.root_icon {
  display: inline-block;
  line-height: 0;
  padding: 0 8px;
  vertical-align: middle;
}
 nav.breadcrumb_text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
 nav.breadcrumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(9.5px);
  padding: 12px;
  display: inline-block;
  text-align: left;
  float: left;
}

 nav.breadcrumb ul li{
   list-style:none;
}

 nav.breadcrumb ul li a:focus ,
 nav.breadcrumb ul li a:hover ,
 nav.breadcrumb ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
 nav.breadcrumb ul li img {
  margin: 0px 12px;
  width: 15px;
  position: relative;
  top: 3px;
}

.breadcrumb_text {
  color: #fff;
  font-size: 15px;
  line-height: 1;
}

 nav.breadcrumb ul li a {
  font-size: 12px;
}
 nav.breadcrumb ul li img {
  margin: 0 8px;
  width: 10px;
}
 nav.breadcrumb {
  position: relative;
  z-index: 1;
}
@media (max-width:767px) {

 nav.breadcrumb {
    backdrop-filter: none;
    background: transparent;
    padding: 0px;
    text-align: left;
  }

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

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

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

:root {
  --card-bg: #F8F8F8;
  --card-border: rgb(16 45 60 / 10%);
  --heading-color:2F3443;
  --body-color:#5D6481;
}

.richtext span{
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  display: block;
}

.richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
  color:var(--body-color);
  font-size:16px;
  line-height:normal;
  font-weight:normal;
}

.richtext-grdirent *:not(h1, h2, h3, h4, h5, h6, span, strong){
  font-size:20px;
  color: linear-gradient(90deg, rgba(93,100,129,1) 0%, rgba(112,115,118,1) 35%);
  line-height:1.5;
  font-weight:normal;
  display: contents;
}

.richtext-grdirent span{
  background: linear-gradient(90deg, #730F57 0%, #FF4B25 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display:inline-block;
  font-weight:700;
}

h1,.h1{
  font-family: 'Maven Pro','Open Sans' !important;
}

h2,.h2{
  font-family: 'Maven Pro','Open Sans' !important;
}

h3,.h3{
  font-family: 'Maven Pro','Open Sans' !important;
}

h4,.h4{
  font-family: 'Maven Pro','Open Sans' !important;
}

h5,.h5{
  font-family: 'Maven Pro','Open Sans' !important;
}

h6,.h6{
  font-family: 'Maven Pro','Open Sans' !important;
}

.richtext h1{
  font-size:58px !important;
}

.richtext h2{
  font-size:56px !important;
}

.richtext h3{
  font-size:32px !important;
}

.richtext h4{
  font-size:24px !important;
}

.richtext h5{
  font-size:20px !important;
}

.richtext h5{
  font-size:18px !important;
}

.slick-indicator {
  display: flex;
}

.slick-indicator.slick-arrow:before {
  display: none;
}

.slick-indicator .slick-arrow {
  width: 30px;
  height: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 20;
}

.slick-indicator .slick-slide {
  float: none;
  height: inherit;
  padding-right: 1rem; /* Equivalent to Tailwind's pr-4 */
}

.slick-indicator .slick-slide > div {
  height: 100%;
}

.slick-indicator .slick-track {
  display: flex;
}

.slick-overflow .slick-list {
  overflow: visible;
}

.truncate-4-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  overflow: hidden; 
  text-overflow: ellipsis;
}

.section-header{
  text-align:center;
  max-width:665px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:80px;
  position:relative;
  z-index:999;
}

.section-header .caption{
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 40px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom:20px;
  text-transform: uppercase;
  font-weight: 500;
}
.section-header h2{
  font-size: 56px !important;
  line-height: 1.2 !important;
  font-weight: normal;
  color: #fff;
}
.section-header h2 > span{
  font-weight: 600;
  background: linear-gradient(90.76deg, #E304AF 72.04%, #FF4B25 98.88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.section-header (h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, h6, h6 span,strong){
  font-size:18px;
}

.btn-primary {
  align-items: center;
  background: #730f57;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #f4f4f4;
  display: inline-flex;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 160%;
  min-height: 58px;
  padding: 0 32px;
  transition: all .3s;
  width: auto;
}

.btn-primary:hover {
  background-color: #fff;
  border: 1px solid #730f57;
  color: #730f57;
}

.btn-secondry {
  border: 1px solid #730f57;
  color: #730f57;
  text-align: center;
  width: 100%;
}
.btn-secondry:hover {
  background-color: #730f57;
  color: #fff;
}

.btn-dark {

  background-color: #f4f4f4;
  border: 1px #425b76;
  border-radius: 12px;
  color: #243757;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 14px 30px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s;
}

.btn-dark:hover {
  background-color: #730f57;
  border-color: #730f57;
  color: #fff !important;
}

.richtext ul,
.hero-desc ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.richtext ul li,
.hero-desc ul li{
  position: relative;
  list-style: none;
}

.richtext ul li:before,
.hero-desc ul li:before{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  transform: translateY(-50%);
}

ol {
  list-style: none; /* Remove default numbering to style them manually */
  counter-reset: li; /* Initialize counter */
  padding-left: 50px;
}

ol li {
  counter-increment: li; /* Increment counter */
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px; /* Space for marker */
}

ol li::before {
  content: counter(li);
  position: absolute;
  left: -20px;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background: rgba(47, 52, 67, 0.05);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

/* Theme Hero Button Start  */


.btn-gradient{
  background-color: #f4f4f4;
  border-radius: 16px;
  display: inline-block;
  font-size: 20px;
  overflow: hidden;
  padding: 20px 40px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
}


.btn-gradient span{
  transition: color 0.3s ease-in-out;
  background: linear-gradient(90.18deg, #E304AF 38.42%, #FF4B25 54.86%);
  background-clip: text;
  color: transparent;
  font-size: 20px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.btn-gradient:hover{
  background-color:#4b002f;
}


.btn-gradient:hover span,
.btn-gradient:hover p{
  color: #f4f4f4;
}

.hero-header h1{
  font-size: 58px !important;
  line-height: 1.2 !important;
}



.mobile-toggle,
.close{
  cursor:pointer;
}


.three-col-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  gap: 24px;
}


.nice-select.open, .nice-select:active, .nice-select:focus, .nice-select:hover {
  border-color: #999;
}

body .nice-select {
  background: #fff;
  background-color: #fff;
  border: 2px solid #f5f6f6;
  border-radius: 12px;
  color: #0f434c;
  padding: 15px 20px !important;
  height: auto;
  line-height: normal;
  margin-bottom: 20px;
}
.nice-select .list{
  width: 100%;
}

.theme-gradient-v1 > span{
  background: linear-gradient(90.76deg, #E304AF 72.04%, #FF4B25 98.88%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}

.theme-gradient-v2 > span{
  background: linear-gradient(90.17deg, #730f57 39.15%, #ff4b25) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}

.theme-gradient-v3 > span{
  background: linear-gradient(90deg, #FF4949 21.52%, #E304AF 47.21%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  text-fill-color: transparent !important;
  font-weight: 600 !important;
}
/* Our services Tools Section */

.tools-motr {
  margin: 0 auto;
}

/* Our services Tools Section */



img.section-after-img,img.section-before-img {
  position: absolute;
  width: 120px;
  z-index: 0
}

img.section-before-img {
  left: 0;
  top: 15%
}

img.section-after-img {
  bottom: 15%;
  right: 0
}





/* Theme Hero Button End  */




@media screen and (min-width: 1341px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after{
    width: 80px;
  }  
  .tools-motr {
    max-width: 1300px;
  }

}


@media (min-width:1081px) and (max-width: 1340px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after,
  body .tools-logo a{
    width: 65px;
  }  

  .tools-motr {
    max-width: 1080px;
  }
}


@media (min-width:768px) and (max-width: 1080px){
  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after,
  body .tools-logo a{
    width: 50px;
  }    
  .tools-motr {
    max-width: 768px;
  }
  .tools-item {
    margin: 15px 18px !important;
  }
}

@media screen and (min-width:768px){
  .tools-item:nth-child(1), 
  .tools-item:nth-child(7),
  .tools-item:nth-child(16),
  .tools-item:nth-child(22){
    display: flex;
  }

  .tools-item:nth-child(1):before,
  .tools-item:nth-child(7):after,
  .tools-item:nth-child(16):before,
  .tools-item:nth-child(22):after{
    content: "";
    height: 10px;
  }
}




@media screen and (max-width:1080px) {
  .three-col-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }  
}



@media only screen and (max-width: 767px){
  body .container{
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-header h1{
    font-size: 32px !important;
    line-height: 1.2 !important;
  }


  .section-header{
    margin-bottom:40px;
  }

  .section-header .richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .section-header .caption{
    font-size:12px;
    margin-bottom: 12px;
  }

  .section-header h2{
    font-size: 24px !important;
  }

  .richtext *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .richtext-grdirent *:not(h1, h2, h3, h4, h5, h6, span, strong){
    font-size:14px;
  }

  .three-col-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  body .tools-item {
    margin: 8px;
  }

  .tools-otr {
    align-items: center;
    flex-direction: column;
    max-height: 600px;
  }

  .tools-item:nth-child(1):before, 
  .tools-item:nth-child(3):after,
  .tools-item:nth-child(4):before, 
  .tools-item:nth-child(8):after,
  .tools-item:nth-child(9):before, 
  .tools-item:nth-child(14):after,
  .tools-item:nth-child(15):before, 
  .tools-item:nth-child(19):after,
  .tools-item:nth-child(20):before, 
  .tools-item:nth-child(22):after {
    content: "";
    display: block;
    width: 50px;
  }

  .tools-item:nth-child(1):before, 
  .tools-item:nth-child(3):after,
  .tools-item:nth-child(20):before, 
  .tools-item:nth-child(22):after {
    height: 85px;
  }

  .tools-item:nth-child(4):before, 
  .tools-item:nth-child(8):after,
  .tools-item:nth-child(15):before, 
  .tools-item:nth-child(19):after{
    height: 35px;
  }

  .tools-item:nth-child(9):before, 
  .tools-item:nth-child(14):after {
    height: 5px;
  }

  ol {
    padding-left: 24px;
  }

}


.caption_light{
  display: inline-block;
  background: rgb(255 255 255 / 10%);
  color:#F4F4F4;
  border-radius: 40px;
  padding: 4px 16px;
  position: relative;
  margin-bottom: 20px;
}

.caption_dark{
  display: inline-block;
  background: rgba(47, 52, 67, 0.1);
  color:#2F3443;
  border-radius: 40px;
  padding: 4px 16px;
  position: relative;
  margin-bottom: 20px;
}


/* badge */

.badge-gradient {
  background: linear-gradient(89.13deg, rgba(227, 4, 175, .1) 2.16%, rgba(255, 75, 37, .1) 98.4%);
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}

.badge-gradient span {
  background: linear-gradient(89.13deg, #e304af 2.16%, #ff4b25 98.4%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.badge-gradient-v2{
  background: linear-gradient(90deg, rgb(255 73 73 / 10%) 21.52%, rgb(170 60 255 / 10%) 47.21%) !important;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}

.badge-gradient-v2 span{
  background: linear-gradient(90deg, #FF4949 21.52%, #E304AF 47.21%) !important;
  background-clip: text !important;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}


.badge-dark {
  background: radial-gradient(25.96% 98.8% at 71.86% 77.24%, rgb(115 15 87 / 10%) 0%, rgb(255 75 37 / 10%) 100%);
  border-radius: 40px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #F4F4F4;
  margin-bottom: 20px;

}

.badge-dark span{
  background: radial-gradient(25.96% 98.8% at 71.86% 77.24%, #730F57 0%, #FF4B25 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}


.relative-position {
/*   position: relative !important;
  z-index: 99; */
  opacity: 0;
  visibility: hidden;
}


.badge-grey {
  background: #2F34431A;
  border-radius: 40px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 16px;
  position: relative;
}
.badge-grey span {
  color: #2F3443;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; 
  text-transform: uppercase;
}

.btn-gradient:hover .theme-gradient-v1  span,
.btn-gradient:hover .theme-gradient-v2  span,
.btn-gradient:hover .theme-gradient-v3  span{
  background: white !important;
  background-clip: text !important;
} 

@media  (max-width: 767px) {
  .badge-gradient span {
    font-size: 12px;
  }
  .badge-grey span {
    font-size: 12px;
  }
  .badge-dark {
    font-size: 14px;
  }
  .btn-gradient{
    border-radius: 12px;
    font-size: 16px;
    padding: 14px 24px;
  }
  .btn-gradient span {
    font-size: 16px;
  }

  img.section-after-img,img.section-before-img {
    width: 100px
  }

  img.section-before-img {
    top: -3%
  }

  img.section-after-img {
    bottom: -3%
  }

}

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

  br{
    display: none;
  }
  .card-img{
    height:229px;
  }

}

@media only screen and (max-width: 480px){
  body .tools-otr {
    max-height: 500px;
  }
  body .tools-logo a {
    width: 50px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.blogPost_mainV2 * {
  font-family: "Open Sans", sans-serif;
}

.blogPost_mainV2 p {
    font-family: "Open Sans", sans-serif;
    color: #5D6481;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.post_content_wrapper {
  max-width: 1940px;
  margin: 0 auto;
  padding: 0 20px;
}
div#postContentWrapper {
  padding-top: 110px;
}
.blog-post__body h2 {
    text-align: left;
    color: #2F3443;
    font-size: 28px !important;
    font-weight: 700;
}
.blog-post__body h2:first-child{
  margin-top: 0;
}
.blog-post__body h3 {
    text-align: left;
    color: #2F3443;
    font-size: 24px !important;
    font-weight: 700;
}
.blogPost_mainV2 ::-webkit-input-placeholder { /* Chrome */
  color: #808080;
}
.blogPost_mainV2 :-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
.blogPost_mainV2 ::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  opacity: 1;
}
.blogPost_mainV2 :-moz-placeholder { /* Firefox 4 - 18 */
  color: #808080;
  opacity: 1;
}
.blogPost_mainV2 .blog-comments>div {
    max-width: 100%;
    padding: 24px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.08);
}
.blogPost_mainV2 .blog-comments form label, .blogPost_mainV2 .blog-comments form legend {
  color: #fff;
}
.blogPost_mainV2 .blog-comments h5 {
    color: #fff;
    font-size: 28px !important;
    font-family: Poppins;
    font-style: normal;
    text-transform: capitalize;
}
.blogPost_mainV2 .blog-comments input.hs-button.primary {
    text-transform: none;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 27.23px;
    text-align: center;
    border-radius: 12px !important;
    background: #730F57;
    width: 100%;
    color: #fff;
}

.blogPost_mainV2 .blog-comments .actions {
  text-align: left;
}  

.blogPost_mainV2 .author-section h2.btn_h2 {
  color: #fff;
  font-size: 35px;
  padding: 25px;
  display: block;
  background: #354956;
  text-align: center;
  border-radius: 8px;
  margin: 70px 0px 40px;
}

.blogPost_mainV2 .author-section h3.authr_name {
    color: #2F3443;
    font-family: Poppins;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.blogPost_mainV2 .author-section h3.authr_name >a {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}

.blogPost_mainV2 .author-section .author-image {
  width: 45%;
}

.blogPost_mainV2 .author-section .author-info {
  width: 55%;
  padding-left: 50px;
}

.blogPost_mainV2 .author-section .author-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blogPost_mainV2 .author-section .author-image img {
    width: 100%;
    border-radius: 32px;
    border: 1px solid #EAEEF2;
    background: var(--White, #FFF);
    padding: 24px;
}

.blog-athr-wrap {
    padding: 80px 0px 10px;
}

.blogPost_mainV2 .author-section p.cta-text a {
  color: #CF3033;
}
.blogPost_mainV2  h3.related_title {
  font-size: 35px;
  font-weight: bold;
  color: #1D1D1D;
  text-align: center;
  margin-bottom: 30px;
}
.blogPost_mainV2 .blog_post__header h3 {
    color: #2F3443;
    font-size: 20px !important;
    font-style: normal;
    line-height: 1.4 !important;
    margin: 0;
    font-weight: 500;
    text-align: center;
    font-family: Poppins, sans-serif;
}

.blogPost_mainV2 h3.related_title {
    margin-bottom: 50px;
    color: #2F3443;
    text-align: center;
    font-family: Poppins;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}
 

.blogPost_mainV2 .related-post__image {
  border-radius: 8px;
}
.post_col2_inner {
/*   position: -webkit-sticky;
  position: sticky;
  top: 15px; */
}
.blogPost_mainV2 .blog-comments form input[type=email], .blogPost_mainV2 .blog-comments form input[type=file], .blogPost_mainV2 .blog-comments form input[type=number], 
.blogPost_mainV2 .blog-comments form input[type=password], .blogPost_mainV2 .blog-comments form input[type=tel], .blogPost_mainV2 .blog-comments form input[type=text], .blogPost_mainV2 .blog-comments form select,
.blogPost_mainV2 .blog-comments form textarea {
  padding: 12px 20px;
  border: 0;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  text-align: left;    
  border-radius: 12px;
  border: 1px solid rgba(250, 250, 250, 0.10);
  background-color: rgba(250, 250, 250, 0.10);
  color: #fff;
}

.blogPost_mainV2 .blog-comments form ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.blogPost_mainV2 .blog-comments form ::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
  opacity: 1;
}

.blogPost_mainV2 .blog-comments .hs-fieldtype-textarea.hs-input {
  min-height: 160px;
}


.blogPost_mainV2 .blog-comments form .hs_firstname {
    display: block !important;
}

.blogPost_mainV2 .blog-comments form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}



.author-section a {
    font-weight: 600;
    color: #730F57;
    text-decoration: underline;
}
.blogPost_mainV2 .hs-input:focus-visible {
    outline: 0;
}
.blogPost_mainV2 .blog-comments input.hs-button.primary:hover {
  background: #730F57 !important;
  color: #fff !important; 
}
.blogPost_mainV2 .h1,.blogPost_mainV2  .h2,.blogPost_mainV2 h1, .blogPost_mainV2  h2 {
  text-transform: inherit !important;
}
.blog-post__body ul>li:last-child {
  margin-bottom: 0;
}

.blog-post__body ul {
  margin: 27px 0 30px;
}
.blogPost_mainV2 nav.breadcrumb ul>li:first-child {
  padding: 0;
}


.blogPost_mainV2 nav.breadcrumb ul>li:first-child a {display: inline-block;}

.blogPost_mainV2 nav.breadcrumb ul>li:first-child a span.root_icon {
  vertical-align: middle;
  padding-left: 0;
}
/* .blog-comments .hs-form-field {
    width: 50%;
    padding: 10px;
}

.blog-comments form {
    display: flex;
    flex-wrap: wrap;
}

.blog-comments .hs-fieldtype-textarea {
    width: 100%;
    padding: 10px;
}

.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
}
 
.blog-comments form input[type=text] {
    background-image: url('https://inbouncy.com/hubfs/Blog%20Post%20Images/%EF%80%87%20%281%29.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.blog-comments form input[type=lastname] {
    background-image: url('https://inbouncy.com/hubfs/Blog%20Post%20Images/%EF%80%87%20%281%29.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

.blog-comments form input[type=email] {
    background-image: url('https://inbouncy.com/hubfs/Blog%20Post%20Images/%EF%83%A0%20%281%29.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.blog-comments form textarea {
    background-image: url('https://inbouncy.com/hubfs/Blog%20Post%20Images/%EF%82%86%20%281%29.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 98% 10%;
}
.blog-comments .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    padding-right: 0;
}
*/


.blog-cmnts-wrap {
    background: linear-gradient(280deg, #EF7367 8.81%, #CB425C 71.23%, #B52556 95.52%);
    position: relative;
    padding: 70px 0px;
}

.blog-cmnts-wrap:before {
    content: "";
    background-image: url(https://inbouncy.com/hubfs/Inbouncy_2024/Images/Blog/shape.png);
    background-position: right bottom;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}



.author-title {
    background: linear-gradient(89.13deg, rgba(227, 4, 175, .1) 2.16%, rgba(255, 75, 37, .1) 98.4%);
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 16px;
    position: relative;
}

.author-title h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin: 0;
    text-transform: uppercase;
}

.author-title h6 span {
    background: linear-gradient(90.8deg, #e304af 46.92%, #ff4b25 79.74%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}


.author-section {
    max-width: 920px;
    margin: 0px auto;
    position: relative;
}

.blog-post-main .social_share {
    border-radius: 16px;
    border: 1px solid #EAEEF2;
    background: var(--White, #FFF);
    padding: 12px 32px;
    display: inline-block;
}

.blog-post-main .social-sharing svg {
    height: 40px;
    width: 40px;
}

.blog-post-main a.social-link { 
    padding: 0px;
}

.blog-post-main .scl_text:before {
    background: #EAEEF2;
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    right: 7px;
    top: 15px;
}

.blog-post-main .scl_text {
    position: relative;
    padding-right: 12px;
}

.mob-display {
    display: none !important; 
}

img.img-lft {
    margin-right: 24px !important;
}

img.img-rgt {
    margin-left: 24px !important;
}


@media(min-width:1291px){
  .post_content_wrapper {
    padding: 0 60px;
  }
 
}
@media(max-width:1290px){
  
  .blogPost_mainV2 .author-section .author-info p { 
    font-size: 16px;
    line-height: 24px;
  }

  h3.authr_name svg {
    width: 24px;
  }
  
}


@media(max-width:990px){
  
  .post_col2_inner {
    position: unset;
    padding-top: 40px;
  }
  .blogPost_mainV2 .author-section .author-info,
  .blogPost_mainV2 .author-section .author-image {
    width: 100%;
    padding-left: 0;
  }
 
  .blogPost_mainV2 .author-section h2.btn_h2 {
    color: #fff;
    font-size: 25px;

  }
  .blogPost_mainV2 .author-section .author-info {
    padding-bottom: 40px;
  }
  .blogPost_mainV2 .blog-comments h5 { 
      font-size: 20px !important; 
      text-align: center;
  }
  .blogPost_mainV2 {
    font-size: 13px;
    line-height: 21px;
  }
  .blog-post__body h2 {
    margin: 30px 0;
    line-height: 32px;
    font-size: 24px !important;
  }
  
  .blog-post__body h3 { 
      font-size: 22px !important; 
  }
  div#postContentWrapper {
    padding-top: 73px;
  }
  .blogPost_mainV2 .post_content_wrapper {
    padding: 0 15px;
  }
  
  .blogPost_mainV2 h3.related_title {
      margin-bottom: 30px; 
      font-size: 40px !important; 
  }
  
  
  .mob-display {
      display: block !important; 
  }

  .desk-display {
      display: none !important; 
  }

  .blogPost_mainV2 .author-section .author-container { 
      justify-content: center;
  }

  
  
}


@media(max-width:767px){
  
  .blogPost_mainV2 .blog_post__header h3 { 
      font-size: 15px !important; 
  }
  
  .blogPost_mainV2 h3.related_title { 
      font-size: 24px !important; 
  }
  
  .blogPost_mainV2, .blogPost_mainV2 p, .blogPost_mainV2 ul {
    font-size: 13px;
    line-height: 21px; 
  }
  .blog_post_content.post_v2 .share_text {
    font-size: 18px;
    padding: 0 13px 0 18px;
  }
  
  .blogPost_mainV2 .blog-comments form input[type=email],
  .blogPost_mainV2 .blog-comments form input[type=file],
  .blogPost_mainV2 .blog-comments form input[type=number],
  .blogPost_mainV2 .blog-comments form input[type=password],
  .blogPost_mainV2 .blog-comments form input[type=tel],
  .blogPost_mainV2 .blog-comments form input[type=text],
  .blogPost_mainV2 .blog-comments form select,
  .blogPost_mainV2 .blog-comments form textarea {
      padding: 12px 20px; 
      font-size: 12px; 
      border-radius: 8px; 
  }
  
  .blogPost_mainV2 .blog-comments .hs-fieldtype-textarea.hs-input {
      min-height: 100px;
  }
  
  fieldset.form-columns-1 .input {
      margin-right: 0px !important;
  }
  
  .author-section { 
      text-align: center;
  }
  
  .author-title { 
      margin-bottom: 20px; 
  }

  .blogPost_mainV2 .author-section h3.authr_name { 
      font-size: 24px !important; 
  }
  
  .blogPost_mainV2 .author-section .author-image {
      margin: 10px 0px 20px;
  }
  
  .blogPost_mainV2 .author-section .author-image img {
      width: 100%;
      border-radius: 24px;  
      padding: 20px;
  }

  .blogPost_mainV2 .author-section .author-info {
     padding-bottom: 0px;
     max-width: 290px;
     margin: 0px auto;
  }
  
}
 
.service_pricing_overview .tab-list { position: sticky; background-color: #fff; border-bottom: 1px solid #ededed; top: 0; }
.service_pricing_overview .tab-list ul { list-style: none; padding:0; margin:0; }
.service_pricing_overview .tab-list ul li { padding: 8px 16px; position: relative; cursor: pointer; }
.service_pricing_overview .tab-list ul li:after { position: absolute; content: ""; bottom: -2px; background-color: #22518b; height: 3px; left: 15px; right: 15px; opacity: 0; visibility: hidden; transition: all 0.4s ease; }
.service_pricing_overview .tab-list ul li.active:after { opacity: 1; visibility: visible; }
.service_pricing_overview .tab-list ul li.active { font-weight: 600; }
.service_pricing_overview .content h3{ padding-bottom: 10px; }
.service_pricing_overview .content ul { margin-bottom: 0; }

.testimonial_cluster { position: relative; }
.testimonial_cluster .bg_image { position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 100%; z-index: -1; }
.testimonial_cluster .bg_image img { width: 100%; }
.testimonial_cluster .testi_box { position: relative; }
.testimonial_cluster .testi_box .quote { position: absolute; top: -18px; right: 15px; }
.testimonial_cluster .testi_box .quote svg { fill: #ff7a59; width: 40px; }
.testimonial_cluster .testi_box .image { width: 70px; height: 70px; }
.testimonial_cluster .testi_box .image img { height: 100% !important; object-fit: cover; border-radius: 100%; }
.testimonial_cluster .testi_box .right_content { width:calc(100% - 70px); padding-left:15px; }


.tab_pricing ul { padding:0; margin:0; list-style: none; } 
.tab_pricing .tab-list ul li { background-color: #fff; color: #333; border: 1px solid #e5e5e5; box-shadow: 0px 0px 0px rgb(0 0 0 / 9%); transition: all .25s ease-in-out; cursor: pointer; border-radius: 5px 0 0 5px; border-right: none; }
.tab_pricing .tab-list ul li.active { border: 1px solid #dedede; box-shadow:0px 0px 9px 1px rgb(0 0 0 / 12%); }
.tab_pricing .tab-list ul li:before { position: absolute; content: ""; background-color: #fff; top: 0; bottom: 0; display: block; width: 15px; left: 98%; opacity: 0; visibility: hidden; transition: all .25s ease-in-out; }

.tab_pricing .tab-list ul li.active:before { opacity: 1; visibility: visible; }

.tab_pricing .tab-list ul li .icon img, .tab_arrow .tab-content .title .icon img { max-height: 45px; }

.tab_pricing .tab-content { height: 100%; }

.tab_pricing .tab-content .inner { background-color: #fff; border: 1px solid #dedede; box-shadow:0px 0px 9px 1px rgb(0 0 0 / 12%); height: 100%; }

.tab_pricing .tab-content .inner .image { text-align: center; }

.tab_pricing .tab-content .inner .image img { max-height: 300px; object-fit: contain; margin: 0 auto;}

.pillar_head_section  { padding-bottom: 120px; }

.progress__wrapper {
  background-color: rgba(150, 150, 150, 0.6);
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  z-index: 9999;
  -webkit-transition: top 0.5s ease-in-out;
  -o-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.progress__container.fixed-header {
  top: 53px;
}

.progress-bar {
  background-image: -o-linear-gradient(right, #d0343a 0%, #f98e2b 100%);
  background-image: -o-linear-gradient(140deg, #d0343a 0%, #f98e2b 100%);
  background-image: linear-gradient(-50deg, #d0343a 0%, #f98e2b 100%);
  height: 10px;
  width: 0%;
}

/* RESOURCE LIBRARY */
.resource_list .box { background-color: var(--white); border: 2px solid #eaeaea; transition: box-shadow ease-in 0.5s, -webkit-box-shadow ease-in 0.5s; border-radius: 10px; padding: 15px; }
.resource_list .box a { display: inline-block; vertical-align: top; width: 100%; color: var(--primary) !important; }
.resource_list .box .image { height: 100px; object-fit: cover; }
.resource_list .box h4 { color: var(--primary); transition: all 0.4s ease; }
.resource_list .box:hover h4 { color: var(--secondary); }
.resource_list .box:hover { box-shadow: 2px 2px 20px rgb(165 165 165 / 40%); }
.border-button.button { background-color: transparent; border-color: var(--secondary); color: var(--secondary); }
.resource_list .box:hover .border-button.button { background-color: var(--secondary); color: var(--white); }

.hh\:100 {
  height: 100%;
}

.service_list .box { border-radius: 12px; overflow: hidden; box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); backdrop-filter: blur(8px); }

.service_list .box .content { border-bottom: 1px solid #ccc; }

.service_list .box .content_list ul { padding: 0; margin: 0; list-style: none; }

.service_list .box .content_list ul li { display: flex; align-items: flex-start; margin-bottom: 15px; }

.service_list .box .content_list ul li .icon { width: 20px; height: 20px; align-self: flex-start; border-radius: 50%; padding: 6px; background: rgba(238, 97, 36, 1.0); line-height: normal; margin-right: 20px; }

.service_list .box .content_list ul li .icon svg { width: 8px; height: 8px; fill: var(--white); display: block; }

/* TWO COLUMN CONTACT */

.two_column_contact .inner { display: flex; align-items: flex-start; }

.two_column_contact .inner .left { width: calc(100% - 480px); padding-right: 50px; }

.two_column_contact .inner .right { width: 480px; position: relative; z-index: 1; }

.two_column_contact .inner .right:before { position: absolute; content: ""; background: #f2545b; border-radius: 10px; width: 100%; height: 100%; top: -10px; right: -10px; z-index: -1; }

.two_column_contact .inner .right .default_form { box-shadow: 1px 1px 5px rgb(0 0 0 / 20%); background: #fff; padding: 40px; border-radius: 10px; }

.two_column_contact .inner .left h2 { margin-bottom: 20px; }

/* PARTNER STATS */
.partners_stats { text-align: center; }

.partners_stats .title .image {  margin: 0 auto 10px; }

.partners_stats .title .content { margin-top: 25px; }

.partners_stats .partner_list { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 30px; margin-top: 50px; }

.partners_stats .partner_list .box .image { margin: 0 auto; }

.partners_stats .partner_list .box h4 { margin: 10px 0 0; font-weight: 700; color: #808080; }


@media(max-width:1290px){
  .service_pricing_overview .tab-list ul li {
    padding: 8px 13px;
  }

  .footer_subscrib_col { order: 1; }
  .footer_logo_col { order: 2; }
  .footer_copyright_col { order: 3; }
  .footer_form_title br { display: none; }
  .footer_form_title { width: 100%; }
  .footer_form { max-width: 380px; padding: 10px 0 0; margin:0 auto; }
  .footer_menu_bottom ul { justify-content: center; }
  footer .hs-search-field__bar form { justify-content: center; }
  .footer_menu_bottom ul {
    flex-direction: row !important;
  }
}

@media(min-width:992px){
  .FAQ_box_Wrapper {
    column-count: 2;
  }
}

@media (max-width:991px) {
  .service_pricing_overview .tab-content.active { border-bottom: 1px solid #eee; }
  .service_pricing_overview .tab-content .title { padding: 10px 15px; border-bottom: 1px solid #eee; }
  .service_pricing_overview .tab-content.active .title { background-color: #eee; }
  .service_pricing_overview .tab-content .inner { display: none; }
  .service_pricing_overview .tab-content.active .inner { display: block; }
  .service_pricing_overview .tab-content .inner .image { margin: 20px 0; }
  .tab_arrow .tab-content .title { position: relative; }
  .tab_arrow .tab-content .title:after { content: ''; position: absolute; top: -6px; right: 18px; bottom: 0; margin: auto 0; height: 10px; width: 10px; border-width: 0 0 2px 2px; border-style: solid; transform: rotate(-45deg); }
  .tab_arrow .tab-content.active .title:after { transform: rotate(135deg); top: 3px; }
  .tab_pricing .tab-content { border: 1px solid #f6f6f6; border-radius: 5px; overflow: hidden; }
  .tab_pricing .tab-content:not(:last-child) { margin-bottom: 15px; }
  .tab_pricing .tab-content .inner { display: none; border: none; }
  .tab_pricing .tab-content.active .inner { display: block; }
  .tab_pricing .tab-content.active .title { background: #eee; }
  .tab_pricing .tab-content .image { max-width: 300px; width: 100%; }
  .tab_pricing .tab-content.active { box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 12%); }
  .website_show_carousel .swiper-slide .image{ max-height:600px; }
  .tab_pricing .tab-content .image { width:100%; max-width:100%; }
  .two_column_contact .inner { display: block; }
  .two_column_contact .inner .left { width: 100%; padding: 0 0 50px; }
  .two_column_contact .inner .right { width: 100%; }
  .two_column_contact .inner .right .default_form { padding: 25px; }
  .partners_stats .partner_list .box .image { width: 80px; }
}

@media (max-width: 767px) {
  .downlod_box form .actions { text-align: center; }
  .tab_pricing .tab-content .image { width:100%; max-width:100%; }
  .tab_pricing .tab-content .image img{max-width: 170px; }
  .hs-form-field { margin-bottom: 15px !important; } 
  .downlod_box form .actions { margin-top: 10px; }

  footer .hs-search-field__bar form { text-align: center; }
  footer { text-align: center; }
  .footer_logo { margin: 0 auto; }
  footer .hs-search-field__bar { max-width: 360px; margin: 0 auto; }
  footer .hs-search-field__bar form label { justify-content: center; }
  .footer_contact_box .footer_contact_box_cover { text-align: left; }
  .footer_box_heading { }
  .footer_form .field.hs-form-field { margin: 0 !important; } 
  .partners_stats .partner_list { grid-template-columns: 1fr; }

}

@media (max-width:575px) {

  .testimonial_cluster .testi_box { text-align: center; }
  .testimonial_cluster .testi_box .quote { display: none; } 
  .testimonial_cluster .testi_box .image_content { display: block; }
  .testimonial_cluster .testi_box .image { margin: 0 auto; }
  .testimonial_cluster .testi_box .right_content { width: 100%; padding: 20px 0 0; }

}