/* Theme base styles */

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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

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

/* fonts */

@font-face {
    font-family: 'Galano Grotesque DEMO';
    src: url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.eot');
    src: url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.woff2') format('woff2'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.woff') format('woff'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.ttf') format('truetype'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/GalanoGrotesqueDEMO-Bold.svg#GalanoGrotesqueDEMO-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvertaStd';
    src: url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.eot');
    src: url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.eot?#iefix') format('embedded-opentype'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.woff2') format('woff2'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.woff') format('woff'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.ttf') format('truetype'),
        url('https://6405505.fs1.hubspotusercontent-na1.net/hubfs/6405505/Capital%20Advertising%20Oct23/fonts/AvertaStd-Black.svg#AvertaStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* 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));
    }
  
}
.content-wrapper {
  margin: 0 auto;
}


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


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

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

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,.h1,
h2,.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,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-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: 1rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

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

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

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  align-items:center;
}

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

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

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

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

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

/* Logo */

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

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

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

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


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

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

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

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

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

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

  .header__search label {
    margin: 0 1rem 0 0;
  }

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

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

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

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

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

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

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

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

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

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
  text-transform: uppercase;
}

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

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

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

.header__language-switcher .lang_list_class li {
background-color: inherit;
font-size: 0.917rem;
}

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

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

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

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

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

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

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

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

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


  .header__navigation--toggle { height: 27.77px; margin: 0 auto 0 0; position: absolute; right: 5px; top: 0; width: 27.77px; }
  .header__navigation--toggle i, .header__navigation--toggle i:before { background: #d9dbdd; content: ""; height: 3px; position: absolute; width: 27.77px; border-radius: 3px; } .header__navigation--toggle i { top: 15px; }
  .header__navigation--toggle i:before { top: -8px; }
  .header__close--toggle { display: none; height: 27.77px; margin: 0 0 0 auto; position: absolute; right:0px; top: -23px; width: 27.77px; }
  .header__close--toggle i:after, .header__close--toggle i:before { background: #d9dbdd; content: ""; height: 2.78px; position: absolute; top: 0; width: 27.77px; }
  .header__close--toggle i:after { transform: rotate(-45deg); }
  .header__close--toggle i:before { transform: rotate(45deg); }
  body.mobile-open { overflow-y: hidden; }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

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

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
/* custom css */
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300;400;500;600;700;800;900&display=swap');
.text-center { text-align: center;}
.text-right { text-align: right;}
.text-left { text-align: left;}
.bg, .overlay, .set-bg { background-size: cover; background-position: center; position: relative; background-repeat: no-repeat;}
.bg.bgTop{background-position: top center;}

.overlay { position: relative;}
.overlay>* { position: relative; z-index: 2;}
.dis-flex{display:flex;flex-wrap:wrap;}
.al-center{align-items:center;}
.js-center{justify-content:center}
.flex-end{justify-content:flex-end;}

/*  padding top and bottom */.pt0{padding-top:0px;}
.pb0{padding-bottom:0px;}.pt5{padding-top:5px;}
.pb5{padding-bottom:5px;}.pt10{padding-top:10px;}
.pb10{padding-bottom:10px;}.pt15{padding-top:15px;}
.pb15{padding-bottom:15px;}.pt20{padding-top:20px;}
.pb20{padding-bottom:20px;}.pt25{padding-top:25px;}
.pb25{padding-bottom:25px;}.pt30{padding-top:30px;}
.pb30{padding-bottom:30px;}.pt35{padding-top:35px;}
.pb35{padding-bottom:35px;}.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}.pt45{padding-top:45px;}
.pb45{padding-bottom:45px;}.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}.pt55{padding-top:55px;}
.pb55{padding-bottom:55px;}.pt60{padding-top:60px;}
.pb60{padding-bottom:60px;}.pt65{padding-top:65px;}
.pb65{padding-bottom:65px;}.pt70{padding-top:70px;}
.pb70{padding-bottom:70px;}.pt75{padding-top:75px;}
.pb75{padding-bottom:75px;}.pt80{padding-top:80px;}
.pb80{padding-bottom:80px;}.pt85{padding-top:85px;}
.pb85{padding-bottom:85px;}.pt90{padding-top:90px;}
.pb90{padding-bottom:90px;}.pt95{padding-top:95px;}
.pb95{padding-bottom:95px;}.pt100{padding-top:100px;}
.pb100{padding-bottom:100px;}/*  padding all sides */.p0{padding:0px;}.p5{padding:5px;}.p10{padding:10px;}.p15{padding:15px;}.p20{padding:20px;}.p25{padding:25px;}.p30{padding:30px;}.p35{padding:35px;}.p40{padding:40px;}.p45{padding:45px;}.p50{padding:50px;}/*  margin top and bottom */.mt0{margin-top:0px;}
.mb0{margin-bottom:0px;}.mt5{margin-top:5px;}
.mb5{margin-bottom:5px;}.mt10{margin-top:10px;}
.mb10{margin-bottom:10px;}.mt15{margin-top:15px;}
.mb15{margin-bottom:15px;}.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}.mt25{margin-top:25px;}
.mb25{margin-bottom:25px;}.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}.mt35{margin-top:35px;}
.mb35{margin-bottom:35px;}.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}.mt45{margin-top:45px;}
.mb45{margin-bottom:45px;}.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}.mt55{margin-top:55px;}
.mb55{margin-bottom:55px;}.mt60{margin-top:60px;}
.mb60{margin-bottom:60px;}.mt65{margin-top:65px;}
.mb65{margin-bottom:65px;}.mt70{margin-top:70px;}
.mb70{margin-bottom:70px;}.mt75{margin-top:75px;}
.mb75{margin-bottom:75px;}.mt80{margin-top:80px;}
.mb80{margin-bottom:80px;}.mt85{margin-top:85px;}
.mb85{margin-bottom:85px;}.mt90{margin-top:90px;}
.mb90{margin-bottom:90px;}.mt95{margin-top:95px;}
.mb95{margin-bottom:95px;}.mt100{margin-top:100px;}
.mb100{margin-bottom:100px;}/*  margin all sides */.m0{margin:0px;}.m5{margin:5px;}.m10{margin:10px;}.m15{margin:15px;}.m20{margin:20px;}.m25{margin:25px;}.m30{margin:30px;}.m35{margin:35px;}.m40{margin:40px;}.m45{margin:45px;}.m50{margin:50px;}.w20 { width: 20%}
.w25 { width: 25%}
.w30 { width: 30%}
.w33 { width: 33.33%}
.w34 { width: 34%}
.w35 { width: 35%}
.w40 { width: 40%}
.w42 { width: 42%}
.w45 { width: 45%}
.w50 { width: 50%}
.w55 { width: 55%}
.w58 { width: 58%}
.w60 { width: 60%}
.w65 { width: 65%}
.w66 { width: 66%}
.w66 { width: 66.66%}
.w70 { width: 70%}
.w75 { width: 75%}
.w80 { width: 80%}
.w100 { width: 100%}

/*.w20, 
.w25,
.w30,
.w33,
.w34,
.w35,
.w40,
.w42,
.w45,
.w50,
.w55,
.w58,
.w60,
.w65,
.w66,
.w66,
.w70,
.w75,
.w80,
.w100{padding: 0 15px;}*/


/*.dis-flex{
margin: 0 -15px;
}*/
.two-column-text .dis-flex{
  margin: 0 -15px;
}
.two-column-text .w50{
  padding: 0 15px;
}
@media (max-width: 991px) {

}

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

/*------*/
h2{
  line-height: 62px;
  margin-bottom: 15px;
}
h3{
  line-height: 48px;
  margin-bottom: 15px;
  fon
}
h3.h3b{
  font-weight: bold;
  font-size: 31px;
  margin-bottom: 30px;
}
h4{
  line-height: 24px;
  margin-bottom: 15px;
}
img{
  max-width: 100%;
  display: flex;
  transition: all 0.5s ease;
}
h2 .line{
  height: 4px;
  width: 62px;
  background: #232e4c;
  display: inline-block;
  margin-left: 3px;
}
h3 .line{
  height: 3px;
  width: 25px;
  background: #232e4c;
  display: inline-block;
  margin-left: 3px; 
}
h4 .line{
  height: 3px;
  width: 20px;
  background: #232e4c;
  display: inline-block;
  margin-left: 3px; 
}
.btn{
  border-radius: 100px;
  transition: all 0.5s ease;
  display: block;
  text-decoration: none;
  text-align: center;
}
.lg-btn{
  background: #1B2F4E;
  color: #CCD0D5;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 26px;
}
.md-btn{
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
}
.sm-btn{
  width: 24px;
  height: 24px;
  line-height: 25px;
  font-size: 15px;
}
.btn:hover{
  transform: scale(1.2) perspective(1px)
}
.header-language .header__language-switcher--label-current{
  color: #868F9E;
}
.slick-arrow{
  display: none !important;
}
.slick-dots{
  display: none !important;
}
.header-language .lang_list_class{
  border: none;
  padding: 0;
  background: none;
  box-shadow:none;
}
.header-language .lang_list_class li{
  padding: 0;
  background: none;
}
.page .header__language-switcher .lang_list_class{
  min-width: auto;
}
.page .header-language .lang_list_class li a{
  font-weight: 300;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-transform: none;
  color: #868F9E;
}
.page .header__language-switcher--label-current:after{
  margin-left: 5px;
  margin-top: 0;
}
.page .lang_list_class li:first-child{
  padding-top: 5px;
}
.page .header-language .lang_list_class li a.activeLang, 
.page .header-language .lang_list_class li a:hover{
  color: #F3772A;
}
.header-language .header__language-switcher{
  padding-top: 8px;
}
.header-language .globe_class{
  padding: 0;
  width: 0;
}
.header-language .lang_list_class:before{
  display: none;
}
.header{
  padding: 25px 0 10px;
  transition: all 0.5s ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.header.fixed-header {
  -moz-box-shadow: 0 5px 6px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 5px 6px rgba(0,0,0,.03);
  box-shadow: 0 5px 6px rgba(0,0,0,.03);
  padding:  10px 0px;
}
.header.fixed-header .header__logo{
  max-width: 200px;
}
.nav-language,
.headerNav{
  transition: all 0.5s ease;
}
.header.fixed-header .header__logo img{
  width: 50px !important;
}
.header.fixed-header .header-toplogos{
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 5px;
}
.header.fixed-header .nav-language{
  padding-top: 0;
}
.header .header__logo--main{
  padding-top: 0;
  transition: all 1s ease-in-out 0s;
}
.nav-language{
  display: flex;
  flex-wrap: nowrap;
  padding-top: 20px;
  width: 100%;
  justify-content: flex-end;
}
.header-toplogos{
  flex-wrap: nowrap;
  padding-top: 25px;
  transition: all 0.5s ease;
}
.header-toplogos ul{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0;
}
.header .header-toplogos ul li{
  padding-left: 40px;
  margin-left: 0;
}
.header-toplogos ul li:last-child img{
  width: 157px;
}
.header-toplogos ul li #hs_cos_wrapper_CapitalAdvertising img{
  width: 100%;
  max-width: 215px;
}
.header-toplogos ul li #hs_cos_wrapper_CapitalSports img{
  width: 100%;
  max-width: 150px;
}
.header .header-nav ul.menu__wrapper{
  list-style: none;
}
.header .header-nav ul.menu__wrapper li{
  padding: 0;
  padding-right: 12px;
}
.header .header-nav ul.menu__wrapper li a{
  font-size: 14.5px;
  border-radius: 26px;
  line-height: 34px;
  padding: 0 25px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.15);
  box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.15);
  display: block;
  color: #87909F;
  font-weight: 300;
  text-transform: none;
  transition: all 0.5s ease;
}
.header .header-nav ul.menu__wrapper li a.menu__link--active-link, 
.header .header-nav ul.menu__wrapper li a.active-link,
.header .header-nav ul.menu__wrapper li a:hover{
  background: #FF7000;
  color: #fff;
}
.header-language .header__language-switcher{
  padding-right: 0;
}
.header__language-switcher .lang_list_class li:first-child{
  background: none;
}
.header .hs_cos_wrapper_type_logo img{
  width: 87px;
}

#main-content{
  padding-top: 170px;
}

.banner-block {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.embed-video{
  width: 100%;
  height: 626px;

}
.banner-block .video-img{
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  position: relative;
}
.banner-block .video-img .video {
  border-radius: 26px;
}
.color-select{
  height: 626px  !important;
  width: 100%;
  border-radius: 26px;
  position: relative !important;
}
.banner-block .video-img .video iframe{
  height: 626px;
  width: 100%;
  border-radius: 26px;
}
.banner-block .banner-video{
  width: 100%;
  border-radius: 26px;
  height: 626px;
}

.banner-block .image{
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  height: 626px;
  background-position: top center;
}
.banner-block .image.bannerCardMobile{
  display: none;
}
.banner-block .image img {
  object-fit: cover;
  border-radius: 26px;
  width: 100%;
  height: 100%;
}

.banner-block .banner-content .content-block{
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.banner-block .bannerText.banner-content{
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 1250px) {
  .banner-block .bannerText.banner-content{
    top: 100px;
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.banner-block .bannerText.banner-content h1,.banner-block .bannerText.banner-content .h1{
  font-size: 185px;
  line-height: 0.9;
}
.banner-block .bannerText.banner-content h1 span.typed-cursor,.banner-block .bannerText.banner-content .h1 span.typed-cursor {
  color: #ff7000;
  font-size: 0;
}
.banner-block .bannerText.banner-content h1 span.typed-cursor:before,.banner-block .bannerText.banner-content .h1 span.typed-cursor:before {
  content: '.';
  font-size: 180px;
}

.appointment-row{
  border-radius: 26px;
  box-shadow: 2px 2px 11px rgba(0,0,0,.3);
  margin-bottom: 30px;
  overflow: hidden;
}
.appointment-row .imageContentLeftImage{
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat !important;
}
.appointment-row .imageContentRightCol{
  min-height: 311px;
}
.appointment-block{
  padding: 40px 60px;
}
.appointment-block h3{
  margin-bottom: 10px;
}
.appointment-block h4{
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.appointment-block h4 .line{
  background: #232e4c;
}
.hs-input{
  height: 53px;
  padding: 0 20px;
  border-radius: 15px;
  border: none;
  text-decoration: none;
  width: 100%;
}
.appointment-block .hs-input,
.appointment-block input[type=email]{
  height: 53px;
  padding: 0 20px;
  border-radius: 12px;
  border: none;
  text-decoration: none;
  width: 100%;
  outline: none;
  transition: all .5s;
  padding-right: 108px;
}
.appointment-block input[type=checkbox]{
  width: 22px;
  padding: 0;
  height: 22px;
  border-radius: 8px;
  border: none;
  outline: none;
  margin-right: 15px;
}
.appointment-row .appointment-form .hs-button.submit_btn{
  position: relative;
  left: 0;
  top: 0;
  opacity: 0;
  display: none;
}
.appointment-block .hs_appointment_checkboxes{
  color: #D3D7DB;
  font-size: 16px;
}
.appointment-row .appointment-form label{
  color: #FFF;
}
.appointment-row .appointment-form .inputs-list{
  margin-bottom: 30px;
}
.appointment-row .appointment-form textarea{
  height: 96px;
  resize: none;
  padding:20px ;
}
.appointment-row .appointment-form .hs-appointment_checkboxes{
  margin-bottom: 20px;
}
.appointment-block .hs-input:hover,
.appointment-block input[type=email]:hover{
  transform: scale(1.03);
}
.appointment-block .hs_appointment_checkboxes .hs-form label{
  color: #D3D7DB;
}
.primary,
.button{
  line-height: 36px;
  font-size: 12px;
  font-weight: 300;
  color: #BBC1CA;
  padding: 0 20px;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}
.primary:hover,
.button:hover{
  background: #43C5E7;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  padding-right: 30px;
}

.appointment-form{
  position: relative;
}
.appointment-form .hs-button{
  position: absolute;
  right: 15px;
  top: 9px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 300;
  color: #BBC1CA;
  border-radius: 20px;
  text-transform: none;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  padding: 0 20px;
}
.appointment-form .actions .hs-button.primary{
  position: relative;
  left: 0;
  top: 0;
}
.submitted-message{
  color: #ffffff;
}
.appointment-form .hs-button:hover{
  background: #43C5E7;
  padding-right: 30px;
}
.hs-input.invalid.error{
  outline: none;
}
@media (min-width: 768px) {

  .banner-block .banner-content{
    position: absolute;
    left: 65px;
    max-width: 425px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner-block .banner-content .content-block{
    border-radius: 26px;
    padding: 38px;
    margin: 15px 0;
    height: 425px;
    align-items: center;
  }
  .header.full-header.fixed-header .searchIcon,.header.full-header.fixed-header .header-language { display: flex; align-items: center; }
  .header.full-header.fixed-header .searchIcon .searchInput{top:14px;}
}
.banner-block .banner-content h2,
.banner-block .banner-content .h2,
.banner-block .banner-content h3{
  width: 100%;
  letter-spacing: -1px;
}
.banner-block .banner-content h2,.banner-block .banner-content .h2{
  margin-bottom: 25px;
  line-height: 1.1;
}
.banner-content h3{
  color: #fff;
  font-size: 27px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
}
.slick-list, .slick-slider{
  width: 100%;
}
@media (min-width: 767px) {
   .fourColInner, .threeColReview, .casesInnerBlock{
    margin: 0 -15px;
    margin-bottom: 0;
  }
  .fourColInner .fourColBlockInner, .threeColReview .fourColBlockInner, .casesInnerBlock .fourColBlockInner{
    padding: 0 15px;
    border-radius: 20px;
    margin-bottom: 0;
  }
}
.fourColSubtitle p{
  margin-bottom: 10px;
}
.fourColTitleInner h2{
  margin-bottom: 30px;
}

.fourColInner .fourColBlockInner .blockInner, .threeColReview .fourColBlockInner .blockInner{
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.casesInnerBlock .fourColBlockInner {
  margin-bottom: 30px;
}
.blockInner{
  background: #F1F1F1;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.blockInner:hover{
  background: #E1E3E5;
  transform: scale(1.02);
  box-shadow:   2px 2px 15px rgba(0,0,0,.2)
}
.blockInner h4{
  line-height: 1.1;
  font-family: Galano Grotesque DEMO;
  font-size: 20px;
}
.blockDetails{
  padding:20px 24px;
  /*  min-height: 285px;*/
}
.blockDetails .logo{
  margin-bottom: 20px;
  width: 150px;
}
.blockDetails .logo img{
  margin-left: -3px;
}
.blockDetails p{
  color: #56595A;
}
.image-content-card iframe{
  min-height: 320px;
  height: 100%;
}
.image-content-card .left .image{
  position: relative;
  overflow: visible !important;

}
.image-content-card .image img,.image-content-card iframe,.image-content-card video{
  display: flex;
}
.image-content-card .left .image img{
  position: relative;
}
.image-content-card .content-block{
  padding: 20px 20px 20px 60px;
}
.blogTime{
  padding-bottom: 5px;
  color: #9197a5;
  display: flex;
  font-size: 14px;
}
.image-content-card .content-block h3{
  margin-bottom: 50px;
}
.appointment-block h4 .line,
.image-content-card .content-block h3 .line {
  width: 50px;
}
.image-content-card .content-block h4{
  font-weight: 300;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.footer-row{
  padding: 55px 0 50px;
  background-color: #232e4c;
}
.footer-row .content-wrapper{
  width: 100%;
  max-width: 1050px;
  color: #fff;
}
.footer-row .row{
  display: flex;
  flex-wrap: wrap;
}
.footer-row .footer-col{
  width: auto;
  padding-right: 32px;
}
.footer-row h5 .line{
  background: #fff;
  height: 1.5px;
  width: 14px;
  display: inline-block;
  margin-left: 0;
}
.footer-row h5{
  color: #fff;
  margin-bottom: 15px;
  line-height: 25px;
  font-family: Galano Grotesque DEMO;
  font-size: 14px;
}
.footer-row .footer-col ul{
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-row .footer-col ul li{
  width: 100%;
  display: block;
  line-height: 16px;
}
.footer-row .footer-col ul li a{
  font-size: 11.5px;
  line-height: 18px;
  color: #FFF;
  display: inline-block;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}
.footer-row .footer-col ul li a:hover{
  color: #43C5E7;
}
.footer-row .contact-col{
  width: auto;
}
.footer-row .contact-col .col-md{
  padding-right: 35px;
}
.footer-row .contact-col .col-md:last-child{
  padding-right: 0;
}
.footer-row .contact-col h6{
  color: #fff;
  font-size: 13.5px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  line-height: 20px;
  text-transform: none;
}
.footer-row .contact-col p{
  color: #fff;
  font-size: 11.5px;
  line-height: 18px;
}
.footer-row .contact-col p a{
  color: #fff;
  text-decoration: none;
}
.footer-bottom{
  width: 100%;
  background: #fff;
}
.footer-bottom .content-wrapper{
  width: 100%;
  max-width: 725px;
  padding: 45px 0 30px;
}
.footer-bottom .partners{
  display: flex;
  padding-bottom: 30px;
  flex-wrap:wrap;
  align-items: center;
}
.footer-bottom .partners h3{
  margin-bottom: 0;
  width: 210px;
}
.footer-bottom .partners h3 .line{
  width: 38px;
}

.footer-bottom .partners-logo{
  list-style: none;
  padding: 0 0 0 30px;
  width: calc(100% - 210px);
  margin: 0;
  display: flex;
  align-items: center;
}
/* .footer-bottom .partners-logo li:first-child{
  border-left: 0;
} */
.footer-bottom .partners-logo li:first-child:after {
    border-left: 0;
}
.footer-bottom .partners-logo li{
  display: inline-block;
  padding: 0 6px;
  position: relative;
}
.footer-bottom .partners-logo li:after {
    position: absolute;
    content: "";
    height: 45px;
    background: #1A2F4E;
    width: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    border-left: 1px solid #1A2F4E;
}

.footer-bottom .partners-logo li a{
  display: block;
}
.copyright{
  width: 100%;
  display: flex;
}
.copyright ul{
  width: 100%;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 0;
}
.copyright ul li{
  color: #606B7F;
  padding: 0 5px;
  font-size: 11.40px;
  line-height: 18px;
}
.copyright ul li a{
  color: #606B7F;
  text-decoration: none;
}
.copyright ul li a:hover{
  color: #43C5E7;
}
.pos-rel{position:relative;}
.order2{order:2;}
.order1{order:1;}

.footer-row .social-media{
  display: none;
}
.footer-row .social-media ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-row .social-media ul li{
  padding: 0 10px 0 0;
}
.footer-row .social-media ul li img{
  width: 50px;
}
.two-column-text{
  margin-bottom: 30px;
}
.texAndTwoColBlock .dis-flex h3,
.two-column-text h3{
  font-weight: 300;
  font-size: 27px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.two-column-text .content-wrapper{
  padding-left: 80px;
  padding-right: 40px;
  margin-top: 0;
}
.two-column-text h4{
  font-size: 22px;
  font-family: 300;
}
/*.two-column-text p{
font-size: 16px;
line-height: 1.3;
}*/
.two-column-text p strong {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.appointment-form .hs-form-field{
  margin-bottom: 22px;
}
#main-content .image-content-card .dis-flex{
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 4px 4px 14px -6px rgba(0,0,0,0.6);
  -moz-box-shadow: 4px 4px 14px -6px rgba(0,0,0,0.6);
  box-shadow: 4px 4px 14px -6px rgba(0,0,0,0.6);
}
.footer-card{
  width: 100%;
  margin-bottom: 30px;
}
.footer-card .dis-flex{
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.footer-card .left img{
  width: 70px;
}
.footer-card .socialIcon{
  min-height: 80px;
  border-radius: 26px;
  padding: 25px 40px;
}
.socialIcon .capital-logos img{
  width: 170px;
}
.socialIcon .capital-logos a{
  margin-right: 0px;
}
.footer-card .social-icon a{
  margin-left: 10px;
  width: 30px;
  transition: 0.5s ease all;
}
.footer-card .social-icon a:hover{
  transform: scale(1.2);
}
.footer-card .capital-logos{
  align-items: center;
  justify-content: space-between;
}
.mobile-language{
  display: none;
  float: right;
  width: auto;
}
.mobile-social-icon{
  display: none;
}
.divider-wrap{
  margin-bottom: 30px;
}
.capital-advertising-logo img { width: 200px; max-height: 22px; }

.two-column-button-list .button-list{
  margin-bottom: 50px;
}
.two-column-button-list .button-list ul{
  margin-bottom: 0;
}
.two-column-button-list .button-list li{
  padding-left: 20px;
}
.blockInner .fourColBlockColor{
  min-height: 170px;
  width: 100%;
}
.casesInnerBlock .blockInner .fourColBlockColor{
  min-height: 200px;
  width: 100%;
}
.fourColTitle .fourColSubtitle h3,
.two-column-button-list h3{
  font-size: 27px;
  line-height: 1.2;
  font-family: Roboto;
  font-weight: 300;
  margin-bottom: 10px;
}
.two-column-button-list .button-list ul li a{
  line-height: 41px !important;
}
.texAndTwoColBlock .dis-flex .fourColBlockImage{
  height: 165px;
}
.texAndTwoColBlock .dis-flex .fourColBlockImage img{
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.fourColInner .blockInner .fourColBlockImage{
  height: 173px;
  overflow: hidden;
}
.fourColInner .blockInner .fourColBlockImage img, .casesInnerBlock .blockInner .fourColBlockImage img{
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}
.texAndTwoColBlock .dis-flex h3{
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 767px) {

  .texAndTwoColBlock .dis-flex .w50{
    padding: 0 15px;
  }
  .texAndTwoColBlock .dis-flex .textLeftCol{
    padding-left: 40px;
  }
  .texAndTwoColBlock .dis-flex .dis-flex{
    margin: 0 -15px;
  }
}
.textLeftSubheader p{
  margin-bottom: 10px;
}
.texAndTwoColBlock .dis-flex .w50 .blockInner {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.two-column-button-list .dis-flex{
  margin: 0 -15px 30px;
}
.texAndTwoColBlock .dis-flex{
  margin: 0 -15px;  
}

.two-column-button-list .dis-flex .w50 {
  padding: 0 15px;
}

.imageAndTextTwoCol .dis-flex{
  margin: 0 -15px;
}
.imageAndTextTwoCol .dis-flex .w50 {
  padding: 0 15px;
}
.two-column-button-list .inner .banner-video,
.two-column-button-list .inner,
.imageAndTextTwoCol .imageTwoColLeft .banner-video,
.imageAndTextTwoCol .imageTwoColLeft .image{
  border-radius: 26px;
  overflow: auto;
}
.imageAndTextTwoCol .imageTwoColLeft .image img{
  width: 100%;
}
.imageAndTextTwoCol .imageTwoColLeft .banner-video,
.imageAndTextTwoCol .imageTwoColLeft .image{
  margin-bottom: 30px;
}
.two-column-textframe .bg-inner{
  border-radius: 26px;
  overflow: hidden;
  padding:35px 50px;
  margin-bottom: 30px;
}
.two-column-textframe .bg-inner .dis-flex{
  margin: 0 -15px;
}
.two-column-textframe .bg-inner .dis-flex .w50{
  padding: 0 15px;
}
.two-column-textframe .bg-inner .dis-flex p{
  color: #1A2F4E;
}
.fullWidthContent .fullWidthContentInner{
  padding: 30px 50px;
  border-radius: 26px;
  margin-bottom: 30px;
}

.fullWidthContent .fullWidthContentInner p{
  color: #1A2F4E;
}
.banner-content h3.h3b{
  font-size: 31px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.banner-content h3.h3b .line{
  background-color: #ffed00;
  width: 60px;
  margin-left: 0;

}
.para-content p{
  color: #C9CED3;
  font-size: 25px;
}
#main-content .image-content-card .dis-flex .w50 {
  overflow: hidden;
  min-height: 312px;
}
.image-layer{
  transform: scale(1.2);
}
.news-list h3 .line{
  width: 56px;
}
.news-list h1 .line{
  height: 4px;
  width: 60px;
  background: #232e4c;
  margin-left: 0;
  display: inline-block;
}
.fourColBlockSection .blockDetails{
  padding-bottom: 40px;
}
.fourColInner .fourColBlockInner.w50 .blockDetails{
  min-height: 225px;
  padding-bottom: 40px;
}
.fourColBlockSection .blockDetails .fourBlockCTA,
.texAndTwoColBlock .blockDetails .fourBlockCTA{
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.appointment-row .appointment-form label{
  position: relative;
  padding-left: 32px;
}
.appointment-row .appointment-form label .hs-input{
  position: absolute;
  left: 0;
  top: 0;
}
.card-morethanone,
.card-morethanone .image,
.card-morethanone .video-img{
  height: 1070px !important;
}
/*@media*/

.mobileTwoColImageText.imageslider{
  display: none;
}

@media (max-width: 1280px) {
  .banner-block .bannerText.banner-content h1,.banner-block .bannerText.banner-content .h1  {font-size: 140px;}
  .banner-block .bannerText.banner-content h1 span.typed-cursor:before,.banner-block .bannerText.banner-content .h1 span.typed-cursor:before {font-size: 140px;}
}
@media (max-width: 1140px) {
  .image-content-card iframe,
  #main-content .image-content-card .dis-flex .w50{
    min-height: 220px;
  }
  .image-content-card video{
    height: 100%;
  }
}
@media (max-width: 991px) {
  .banner-block .bannerText.banner-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    padding: 38px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner-block .bannerText.banner-content h1,.banner-block .bannerText.banner-content .h1 {
    font-size: 110px;
    line-height: .9;
  }
  .banner-block .bannerText.banner-content h1 span.typed-cursor:before,.banner-block .bannerText.banner-content .h1 span.typed-cursor:before {
    font-size: 110px;
  }
  .banner-block .image img {min-height: 520px;}
  /*   .banner-block .banner-content{
  margin-top:0;
  position: relative;
  z-index: 1;
} */
  .banner-block .bannerText.banner-content {
    margin-top: 0;
  }
  .image-content-card .content-block h3 {
    margin-bottom: 30px;
  }
  .header .header-nav ul.menu__wrapper li a{
    padding: 0 15px;
  }
  .header .header__logo--main{
    max-width: 200px;
  }
  .header .header-nav ul.menu__wrapper li{
    padding-right: 8px;
  }
  #main-content{
    padding-top: 150px;
  }
}
.imageAndTextTwoCol .imageTwoColLeft .image-responisve{display:none;}

.mobileImagelayer{
  display: none;
}


@media (max-width: 767px) {
  .mobileImagelayer,
  .mobileTwoColImageText.imageslider{
    display: inline-block;
  }
  .desktopImageLayer,
  .desktopTwoColImageText{
    display: none;
  }
  .fourColBlockSection .blockDetails{
    padding-bottom: 20px;
  }
  .imageAndTextTwoCol .imageTwoColLeft .image-responisve{display:flex;}
  .imageAndTextTwoCol .imageTwoColLeft .image-desktop{display:none!important;}
  .fourColBlockSection .blockDetails .fourBlockCTA{
    left: inherit;
    right: 20px;
  }
  .header.fixed-header .header__logo{
    width: 200px;
  }
  .two-column-button-list .inner .banner-video,
  .two-column-button-list .inner,
  .imageAndTextTwoCol .imageTwoColLeft .banner-video,
  .imageAndTextTwoCol .imageTwoColLeft .image{
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .two-column-button-list .inner .banner-video,
  .imageAndTextTwoCol .imageTwoColLeft .banner-video{
    margin-bottom: 0;
  }
  .two-column-button-list .button-list{
    display: none;
  }
  .two-column-textframe .bg-inner .dis-flex .w50,
  .two-column-button-list .dis-flex .w50,
  .imageAndTextTwoCol .dis-flex .w50 {
    width: 100%;
  }
  .two-column-textframe .bg-inner{
    margin-bottom: 20px;
  }
  .two-column-textframe .bg-inner{
    padding: 25px;
  }
  .header{
    padding-top: 15px;
    padding-bottom: 0;
  }
  .header .header__logo--main{
    width: auto;
    margin: 0;
  }
  .header__language-switcher--toggle{
    display: none;
  }
  .header-modbile{
    flex-direction: initial;
  }
  .header-modbile .navigation-mobile.open{
    background-color: #F1F1F1;
    display: block;
    left: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px 0px 30px;
    padding-top: 120px;
    text-align: right;
    overflow-y:auto;
  }
  .header__close--toggle.show{
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .header .header-nav ul.menu__wrapper li{
    border: none;
    padding: 0;
  }
  .header .header-nav ul.menu__wrapper li a{
    background: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    font-size: 64px;
    color: #00DBFF;
    line-height: 1.3;
    font-family: Galano Grotesque DEMO;
  }
  .header .header__logo .hs-image-widget {
    width: 60px !important;
  }
  .banner-content .md-btn,  
  .banner-content .lg-btn{
    position: absolute;
    right: 20px;
    bottom: 26px;
    z-index: 10;
  }
  .header__container.content-wrapper{
    display: flex;
  }
  .header .header-language,
  .header .header-toplogos{
    display: none;
  }
  .mobile-language{
    display: inline-block;
  }
  #main-content{
    padding-top: 105px;
  }
  .banner-block .banner-content h2 br,.banner-block .banner-content .h2 br{
    display: none
  }
  .banner-block .banner-content h2,.banner-block .banner-content .h2{
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 30px;
  }
  .banner-block .banner-video, 
  .banner-block .video-img{
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block;
  }
  .banner-block .banner-video{
    height: 150px;
  }
  .banner-content h3{
    color: #1B2F4E;
    margin-bottom: 5px;
  }
  .banner-block .banner-content{
    display: block;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  .banner-block .bannerText.banner-content {
    margin-top: 0;
  }
  .image-content-card .content-block{
    padding: 12px 18px;
  }
  .image-content-card .content-block h4 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-content-card .dis-flex{
    border-radius: 15px;
  }
  .footer-row h5{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .footer-row .footer-col{
    width: 50%;
    padding-bottom: 40px;
  }
  .footer-row .footer-col ul li a{
    font-size: 20.5px;
    line-height: 1.4;
  }
  .footer-row .contact-col{
    background: #F1F1F2;
    border-radius: 15px;
    padding: 25px 30px;
    color: #1A2F4E;
    width: 100%;
  }
  .footer-bottom .partners{
    padding-bottom: 15px;
  }
  .footer-row .contact-col h5{
    display: none;

  }
  .footer-row .contact-col h6{
    color: #1A2F4E; 
    font-size: 20px;
    line-height: 1.4;
  }
  .footer-row .contact-col p{
    color: #1A2F4E; 
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .footer-row .contact-col p a{
    color: #1A2F4E; 
  }
  .footer-bottom .content-wrapper{
    padding:20px 15px;
  }
  .footer-bottom .partners-logo li{
    padding: 0 5px;
  }
  .footer-bottom .partners-logo li img{
    height: 30px;
    object-fit: contain;
  }
  .footer-bottom .partners-logo{
    padding-left: 15px;
  }
  .footer-bottom .partners h3{
    white-space: nowrap;
  }
  .image-content-card .content-block h3{
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 24px;
    margin-top: 6px;
  }
  .footer-row .social-media{
    display: block;
  }
  .appointment-row{
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .appointment-row .left{
    display: none;
  }
  .appointment-row .imageContentRightCol{
    width: 100%;
    min-height: inherit;
  }
  .appointment-block{
    padding: 20px;
  }
  .appointment-block h3{
    font-size: 30px;
    line-height: 1.2;
  }
  .appointment-block .hs-form-field{
    margin-bottom: 0;
  }
  .mobile-language {
    padding-top: 10px;
    padding-right: 18px;
  }
  .mobile-language .header__language-switcher--label-current{
    font-size: 20px;
    color: #868F9E;
  }
  .mobile-language .header__language-switcher--label-current:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #868F9E;
  }
  .mobile-language .lang_list_class:after, 
  .mobile-language .lang_list_class:before{
    display: none;
  }
  .mobile-language .header__language-switcher .lang_list_class{
    padding:10px;
    border-radius:15px;
    border: none;
    left: calc(100% - 55px);
  }
  .mobile-language .header__language-switcher{
    padding-right: 0;
  }
  header.header .mobile-language .hs_cos_wrapper ul li{
    background: no-repeat;
    padding:0;
  }
  .banner-block .video-img .banner-content{
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    -webkit-border-bottom-left-radius: 16px;
    border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    border-bottom-right-radius: 16px;
    overflow: hidden;
  }
  header.header .mobile-language .hs_cos_wrapper ul li a{
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #868f9e;
  }
  header.header .mobile-language .hs_cos_wrapper ul li a.activeLang{
    color: #FF7000;
  }
  header.header .mobile-language .globe_class{
    background: none;
  }
  .header .header-nav ul.menu__wrapper li a:hover{
    background: none;
    color: #f3772a;
  }
  .mobile-social-icon{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-top: 100px;
    padding-right: 25px;
  }
  .mobile-social-icon .social{
    display: flex;
    flex-wrap: wrap ;
  }
  .mobile-social-icon .capitalAdvertising{
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    opacity: 0.5;
    width: 250px;
    margin-right: -5px;
  }
  .mobile-social-icon .capitalAdvertising .hs_cos_wrapper{
    width: 100%;
    display: block;
  }
  .mobile-social-icon .social a{
    margin-left: 10px;
    width: 40px;
  }
  .texAndTwoColBlockInner .w50.textRightCol,
  .texAndTwoColBlockInner .w50.textLeftCol{
    padding: 0;
  }
  .texAndTwoColBlock .texAndTwoColBlockInner.dis-flex{
    margin: 0;
  }
  .texAndTwoColBlock .texAndTwoColBlockInner.dis-flex .textRightCol .dis-flex{
    margin: 0;
  }
  .texAndTwoColBlockInner .w50 {
    width:100%;
    margin-bottom: 20px;

  }
  .texAndTwoColBlockInner .fourColBlockImage img{
    width: 100%;
  }
  .banner-block .bannerText.banner-content {
    top: inherit;
    transform: none;
    bottom: 0;
    padding: 20px;
  }
  .banner-block .bannerText.banner-content h1,.banner-block .bannerText.banner-content .h1 {
    font-size: 52px;
    line-height: .9;
    min-height: 142px;
    margin-bottom: 0;
  }
  .banner-block .bannerText.banner-content h1 span.typed-cursor:before,.banner-block .bannerText.banner-content .h1 span.typed-cursor:before {
    font-size: 52px;
  }
  .banner-block .image img {
    border-radius: 0;
    min-height: inherit;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  .banner-block .video-img{
    min-height: inherit;
    padding: 0 5px;
  }
  .image-content-card .dis-flex {
    border-radius: 12px !important;
  }
  .image-content-card .image img, 
  .image-content-card iframe, 
  .image-content-card video {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
    height: 100%;
    object-fit: cover;
  }
  .footer-row{
    padding-top: 70px;
  }
  .widget_1687151654187.image-content-card-form{
    margin-bottom: -70px;
  }
  .header .header__logo--main{
    max-width: 200px;
  }
  .image-layer{
    height: 100%;
    width: 100%;
  }
  .header .header-nav ul.menu__wrapper li a.menu__link--active-link, 
  .header .header-nav ul.menu__wrapper li a.active-link,
  .header .header-nav ul.menu__wrapper li a:hover{
    background: none;
    color: #232e4c;
  }
  .blockInner h4{
    min-height: inherit;
  }
  .fourColBlockInner .blockInner {
    margin: 0 5px;
  }
  .appointment-block h4{
    font-size: 18px;
  }
  .color-select{
    height: 357px;
    position: relative;
  }
  .fourColInner .fourColBlockInner.w50 .blockDetails,
  .blockDetails{
    min-height: inherit;
    padding-bottom: 30px;
  }
  .texAndTwoColBlock .dis-flex .w50 .blockInner{
    margin-bottom: 0;
    height: 100%;
  }
  .imageAndTextTwoCol .imageTwoColLeft .image img{
    padding: 0 5px;
  }
  .imageAndTextTwoCol .imageTwoColLeft .image img{
    border-radius: 16px;
  }
  .lg-btn{
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 16px;
  }
  .blockDetails .fourColBlockContent{
    display: none;
  }
  .w50  .blockInner.pos-rel .blockDetails .fourColBlockContent{
    display: inline-block;
  }
  /*.texAndTwoColBlock .blockDetails .fourBlockCTA{
  bottom: 5px;
  position: relative;
  left: 0;
  z-index: 10;
}*/
  .banner-block .video-img .video iframe{
    height: auto;
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block;
  }
  .video-img .color-select{
    height: 150px !important;
    position: relative;
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

  }
  .md-btn{
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 15px;
  }
  .divider-wrap{
    display: none;
  }
  .mobile-social-icon .hs_cos_wrappe{
    width: 100%;
  }
  .header .mobile-social-icon .header-toplogos{
    display: block;
  }
  .header.fixed-header .mobile-social-icon .header-toplogos{
    height: auto;
    opacity: 1;
    overflow: visible;
    display: block;
    width: 100%;
  }
  .header .header-toplogos ul li{
    padding-left: 0;
    width: 100%;
  }
  .capital-advertising-logo img{
    width: 100%;
    max-height: 29px;
  }
  .card-morethanone{
    margin-top: 20px;
  }
  .banner-block .image{
    height: 200px;
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
  }
  .banner-block .image.bannerCardDesktop{
    display: none;
  }
  .banner-block .image.bannerCardMobile{
    display: flex;
  }
  .banner-block .image.bannerCardMobile .img{
    height: 200px;
    width: 100%;
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .header .header__logo--main{
    padding-top: 0;
  }
  .header.fixed-header .nav-language{
    padding-top: 20px;
  }
  .banner-block .banner-content .content-block{
    -webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .banner-block .banner-content .content-block:first-child{
    border-radius: 0;
  }
  .banner-onlyoneslide .slick-list{
    padding: 0 !important;
  }
  .banner-onlyoneslide .slick-list .video-img{
    padding: 0;
  }
  .banner-onlyoneslide .slick-list .banner-block .video-img{
    padding: 0;
  }
  #main-content .image-content-card .dis-flex .w50{
    min-height: 160px;
  }
  .footer-row{
    padding-bottom: 30px;
  }
   .fourColInner .slick-track, .threeColReview .slick-track {
    display: flex;
  }
  .fourColInner .slick-slide, .threeColReview .slick-slide {
    height: auto;
  }
  .fourColBlockInner.w25 .blockDetails .fourColBlockTitle h4{
    margin-bottom: 0;
  }
  .heading .h2, .heading h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .banner-content h3,
  .two-column-text h3{
    font-size: 22px;
  }
  .blockInner{
    border-radius: 16px;
  }
  .fourColBlockSection .blockDetails{
    padding: 20px;
  }
  /*.card-morethanone,
  .card-morethanone .image,
  .card-morethanone .video-img{
  height: auto ;
}*/
  .card-morethanone,
  .card-morethanone .image,
  .card-morethanone .video-img{
    height: auto !important;
  }
  .banner-block .image img{
    border-radius: 0;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
  }

  .banner-text.banner-block .image,
  .banner-text.banner-block .video-img{
    height: auto !important;
    border-radius: 16px;
  }
  .banner-text.banner-block .image img,
  .banner-text.banner-block .video-img img{
    height: 250px;
  }
  .imageslider.onlyone-slide .slick-list{
    padding: 0 !important;
  }
  .imageAndTextTwoCol .imageTwoColLeft .imageslider.onlyone-slide .image{
    margin: 0;
  }
  .imageAndTextTwoCol .imageTwoColLeft .imageslider.onlyone-slide .image img{
    padding: 0;
  }
  .two-column-button-list .inner{
    margin-bottom: 0;
  }
  .imageAndTextTwoCol .dis-flex .w50 .imageslider .slick-slide{
    margin: 0 5px;
  }
  .imageAndTextTwoCol .dis-flex .w50 .imageslider .banner-video,
  .imageAndTextTwoCol .imageTwoColLeft .imageslider .image{
    height: 450px;
    border-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    border-radius: 16px;
  }
  .imageAndTextTwoCol .imageTwoColLeft .imageslider .image img{
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 100%;
  }
  .imageAndTextTwoCol .imageTwoColLeft .image.image-tagonly img{width:auto;    margin: 0 auto;}
  .imageAndTextTwoCol .imageTwoColLeft .image.image-tagonly{text-align:center;}
  .imageAndTextTwoCol .dis-flex .w50 .imageslider{
    margin-bottom: 20px;
  }
  /*.imageAndTextTwoCol .dis-flex .w50 .imageslider .banner-video{
  padding: 0 5px;
}*/
}

@media (max-width:640px) { 
  .footer-row .footer-col.social-media{
    width: 100%;
    padding-right:0px;
  }
  .footer-row .social-media ul li.show-responisve:last-child {
    padding-right: 0;
  }
}

@media (max-width: 440px) {
  .imageAndTextTwoCol .dis-flex .w50 .imageslider .banner-video,
  .imageAndTextTwoCol .imageTwoColLeft .imageslider .image{
    height: 250px;

  }
  .card-morethanone,
  .card-morethanone .image,
  .card-morethanone .video-img{
    height: auto !important;
  }
  .banner-block .bannerText.banner-content h1,.banner-block .bannerText.banner-content .h1 {
    font-size: 48px;
  }
  .blockDetails{
    min-height: inherit;
  }
  .textRightCol .blockDetails{
    min-height: 110px;
  }
  .banner-block .video-img .video iframe{
    height: auto;
  }
  #main-content{
    padding-top: 104px;
  }
  .footer-row .footer-col ul li{
    margin-bottom: 7px;
  }
  .footer-row .footer-col ul li a{
    font-size: 14px;
    line-height: 15px;
  }
  .footer-row h5{
    font-size: 20px;

  }
  .footer-row .contact-col h6{
    font-size: 14px;
    line-height: 1.2;
  }
  .footer-row .contact-col p{
    color: #1A2F4E; 
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-row .contact-col p:first-child{
    margin-bottom: 20px;
  }
  .footer-row .footer-col{
    padding-bottom: 20px;
    padding-right: 5px;
  }
  .mobile-social-icon .social a{
    margin-left: 5px;
    width: 30px;
  }
  .header .header-nav ul.menu__wrapper li a{
    font-size: 38px;
  }
  /*.fourColInner .w25{
  width: 100%;
}*/
  .two-column-text .content-wrapper{
    padding: 0 15px;
  }
  .image-content-card iframe{
    min-height: 152px;
  }
  .appointment-block .hs-input, .appointment-block input[type=email]{
    padding-right: 80px;
  }
  .footer-row .contact-col{
    padding: 15px;
  }
  .footer-row .contact-col .col-md{
    width: 50%;
    padding-right: 15px;
  }

  .divider{
    display: none;
  }
  .footer-bottom .partners h3{
    font-size: 18px;
  }
  .image-content-card .content-block{
    padding: 10px 10px 10px 20px;
    padding-right: 0;
  }
  .image-content-card .content-block h3{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .appointment-block h4 .line, .image-content-card .content-block h3 .line{
    width: 35px;
  }

  .fourColTitle .fourColSubtitle h3, .two-column-button-list h3{
    font-size: 22px;
  }
  .heading p{
    margin-bottom: 10px;
  }
}
.slick-list, .slick-slider{
  width: inherit;
}


@media (max-width: 350px){
  .footer-bottom .partners { display: block;}
  .footer-bottom .partners-logo { padding-left: 0;margin-top:20px;}
}

.two-column-button-list .button-list ul li a.active,
.two-column-button-list .button-list ul li a:hover{
  color: #1A2F4E;
}

.items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pos-rel .layer:after {
  content: attr(data-title);
  position: absolute;
  line-height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.pos-rel .items__item:hover:after {
  visibility: visible;
  opacity: 1;
}

.two-column-button-list .inner img{
  width: 100%;
}

form .hs-richtext, form .hs-richtext p{
  color: #fff;
}



/*new css add 22-08-23*/
html { scroll-behavior: smooth; }
#main-content.main-full{}
.header.full-header { background: none; top: 70px;padding-bottom:0; }
.header.full-header.fixed-header { top:0; background:#fff;padding:0;}
.content-wrapper.full-wrapper { width: 100%; max-width: 100%; padding: 0; position:relative; }


.content-wrapper.full-wrapper .image img,
.content-wrapper.full-wrapper .image,
.content-wrapper.full-wrapper .video-img { border-radius: 0; }
.content-wrapper.full-wrapper .image { height: 100vh; min-height: 810px; }
.full-wrapper .banner-text { width: 100%; overflow: hidden; position: relative; height: 100%; }
.full-wrapper .banner-text .bannerText { position: relative; left: 0; top: 25%; -ms-transform: translateY(0%); transform: translateY(0%); }
.full-wrapper .banner-text .bannerText.banner-content.bannerText { padding:0 120px; left:0 }
.contentWrapper { position: absolute; left: 0; top: 0; width: 100%; padding:50px; z-index: 100; height: 100%;}
/*.contentWrapper:before {background-color: rgba(0, 0, 0, 0.3); position: absolute; top: 50px; left: 50px; right: 50px; bottom: 50px; content: ""; border-radius: 26px; }*/
.contentWrapper .bannerOverlay{ position: absolute; top: 50px; left: 50px; right: 50px; bottom: 50px; content: ""; border-radius: 26px; }
.banner-block .down { position: absolute; bottom: 60px; cursor: pointer; left: 50%; margin-left: -53px; z-index: 5; color: #fff; font-size: 16px; font-weight: 600; }
.banner-block .down span { display: block; font-size:18px;font-family: 'Darker Grotesque', sans-serif; font-weight:600; }
.banner-block .down .arrow {
  align-items: center; 
  justify-content: center;
  display: flex; 
  width: 42px; height: 42px;
  text-align: center;  color: #fff; margin-top: 5px;  
  margin: 8px auto;
}
#main-content.mainBody { padding-top: 0; }

.header.full-header .header-nav ul.menu__wrapper li a { background:transparent; box-shadow:none; color:#fff; padding: 0 10px; font-family: Galano Grotesque DEMO; }
.header.full-header .header-nav ul.menu__wrapper li a.menu__link--active-link,
.header.full-header .header-nav ul.menu__wrapper li a.active-link,
.header.full-header .header-nav ul.menu__wrapper li a:hover { color:#FF7000; }
.header.full-header .header-nav ul.menu__wrapper li ul li a.menu__link--active-link,
.header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a.menu__link--active-link
{color:#fff;}
header.full-header .header-nav ul.menu__wrapper li.menu__item--open> a{color:#FF7000; }
.header.full-header .nav-language { padding-top:0; position:relative; } 
.header.full-header.fixed-header .header-nav ul.menu__wrapper li a:hover,
.header.full-header.fixed-header .header-nav ul.menu__wrapper li a.menu__link--active-link{
  color: #FF7000;
}
.header.full-header.fixed-header .header-nav ul.menu__wrapper li a { color:#000000; padding-bottom: 15px;    padding-top: 15px;}
.header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a {color: #ffffff;padding-bottom: 0px;padding-top:0px;}
.header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a:hover {color: #000000;}
.header.full-header.fixed-header .header-nav ul.menu__wrapper li.menu__item--open> a { color:#FF7000; }
.header.full-header .header-language .header__language-switcher--label-current.secondLang{
  text-decoration: none;
  background-color: #ff7000;
}
.header.full-header .header-language .header__language-switcher--label-current { color: #fff; background: #232e4c; border-radius: 100%; width: 34px; height: 34px; margin: 0 0 0 20px; justify-content: center; text-decoration: none;}
.page .header.full-header .header__language-switcher--label-current:after { display:none; }
.header.full-header .header-language .header__language-switcher { padding-top:0; }
.header.full-header .header__logo--main { position:relative; }
.header.full-header.fixed-header .header__logo--main img.whiteLogo { opacity:0; visibility:hidden;}
.header.full-header .header__logo--main img.blackLogo  { opacity:0; visibility:hidden; position: absolute; left: 0; top: 0px; }
.header.full-header.fixed-header .header__logo--main img.blackLogo  { opacity:1; visibility:visible; }
.header.full-header.fixed-header .header__logo img { width: 100% !important; }
.searchIcon .searchIconInner { min-height: 34px; cursor:pointer; display: flex; align-items: center; }
.searchIcon .searchIconInner svg { width:20px; height:20px; fill:#fff; }
.searchIcon .searchInput { position:absolute; right:85px; top:0; max-width:200px; }
.searchIcon .searchInput button { display:none; }
.searchIcon .searchInput input[type=search] { border:none; border-radius: 30px; padding:0; width:0px; transition:all 0.5s ease; height:36px; outline:none; }
.searchIcon .searchInput .hs-search-field__suggestions-container .hs-search-field__suggestions { box-shadow:none; border-radius:10px; margin-top:10px; }
.searchIcon .searchInput .hs-search-field__suggestions-container .hs-search-field__suggestions li a { padding:4px 10px; text-decoration:none; }
.searchIcon.active .searchInput input[type=search] { border:none; padding:5px 15px; width:200px; }
.header.full-header.fixed-header .searchIcon .searchIconInner svg { fill:#000; }
.header.full-header.fixed-header .searchIcon.active .searchInput input[type=search] { background: #ebebeb; }
.content-wrapper.full-wrapper .banner-slider .slick-list { min-height:100vh; }
/*.page .header.full-header .header__language-switcher .lang_list_class { left: calc(100% - 32px); margin-top: 10px; background: #fff; padding:10px; }
.page .header.full-header .header__language-switcher .lang_list_class li { padding:4px 0; }*/
.header.full-header .lang_switcher_class { display:none; }
.header.full-header .header-language .header__language-switcher--label-current.secondLang.noLanguage {background-color: #232e4c;}
.banner-block.full-screen-banner .video-img .video{
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.banner-block.full-screen-banner .banner-video{
  min-width: 100%;
  min-height: 100vh;
  border-radius: 0;
  object-fit: cover;
}
.banner-block.full-screen-banner .color-select{
  height: 100vh !important;
  border-radius: 0;
}
.banner-block.full-screen-banner .banner-content{
  left: 120px;
}
.full-header .header__language-switcher--label{
  position: relative;
  width: 34px;
  height: 34px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  margin-left: 20px;
}
.header.full-header .header-language .header__language-switcher--label-current{
  margin-left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header.full-header .header-language .header__language-switcher--label-current.secondLang{
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateY(180deg);

}

.full-header .header-language:hover .header__language-switcher--label{
  transform: rotateY(180deg);
}
.baseHeader .full-header{
  top: 0;
  background: #232e4c;
  padding: 25px 0;
}
.baseHeader #main-content{
  padding-top: 120px;
}
.cta_orange{
  background:#ff7000 ;
  color: #fff;
  padding:0px 20px;
  line-height: 36px;
  border-radius: 20px;
  transition: all 0.5s linear;
  display: inline-block;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  font-weight: 300;
  text-decoration: none;
  font-size: 14px;
}
.cta_orange:hover{
  padding:0px 20px;
  transform: scale(1.05) perspective(1px);
  color: #fff;
}
.cta_blue{
  background:#00dbff ;
  color: #fff;
  padding:0px 20px;
  line-height: 36px;
  font-weight: 300;
  transition: all 0.5s linear;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
}
.cta_blue:hover{
  padding:0px 20px;
  transform: scale(1.05) perspective(1px);
  color: #fff;
}

.full-wrapper .banner-text .bannerText.banner-content.bannerText.bannerTwoColTextInner{
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: center;
  padding-top: 30px;
}
.bannerTwoColTextInner a{
  text-decoration: none;
}
.bannerTwoColTextInner .bannerheaderLP{
  margin-bottom: 40px;
}
.full-wrapper .banner-text .bannerText.banner-content.bannerText .bannerheaderLP h1{
  font-size: 100px;
}
.bannerTwoColTextInner  .dis-flex{
  margin: 0 -70px;
}
.bannerTwoColTextInner  .dis-flex .w50{
  padding: 0 70px;
}
.bannerTwoColTextInner .dis-flex .w50:last-child .bannerLeftImage img{
  max-width: 231px !important;
}
.bannerTwoColTextInner .bannerLeftImage{
  padding-bottom: 20px;
}
.bannerTwoColTextInner  p{
  color: #fff;
}
.bannerTwoColTextInner .button {
  font-size: 16px;
  padding: 2px 20px;
  transition: all .5s ease;
}
.bannerTwoColTextInner .button:hover{
  transform: scale(1.1) perspective(1px);
}

@media (max-width: 1350px) {
  .full-header .header__container{
    padding: 0 100px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText.bannerTwoColTextInner{
    padding: 0 100px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText{
    padding: 0 60px;
  }
}
@media (max-width: 1150px) {
  .full-wrapper .banner-text .bannerText.banner-content.bannerText.bannerTwoColTextInner{
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .header .header-nav ul.menu__wrapper li{
    padding-right: 0;
  }
  .full-header .header__container{
    padding: 0 50px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText{
    padding: 0 30px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText,
  .full-wrapper .banner-text .bannerText.banner-content{
    padding: 0 30px;
  }
  .contentWrapper{
    padding: 30px;
  }
  .contentWrapper .bannerOverlay{
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .header.full-header .header-nav ul.menu__wrapper li a{
    padding: 0 7px;
  }
  .banner-block.full-screen-banner .banner-content{
    left: 20px;
  }
}
@media (max-width: 767px) {
  .full-wrapper .banner-text { background: none; padding: 0; height: 100vh; border-radius:0; display:flex; align-items: flex-end; }
  .contentWrapper { padding: 0; }
  .full-wrapper .banner-block .image.bannerCardMobile .img
  .full-wrapper .banner-block .video-img .banner-content { border-radius: 0; }
  .banner-block .content-wrapper.full-wrapper .image.bannerCardMobile .img { height:100%; border-radius:0; }
  .banner-block .content-wrapper.full-wrapper .contentWrapper .banner-text .banner-content h1,
  .banner-block .content-wrapper.full-wrapper .contentWrapper .banner-text .banner-content .h1{
    height: 180px;
  }
  .banner-block .content-wrapper.full-wrapper .contentWrapper .banner-text .banner-content h1.h2{
    height: auto;
  }
  .banner-block .content-wrapper.full-wrapper .contentWrapper .banner-text .banner-content { bottom:195px; left:0; width:100%; border-radius:0; top: inherit; transform: none; }
  .header.full-header { top: 40px; }
  .header.full-header .searchIcon { margin-right: 50px; } 
  .searchIcon .searchIconInner { min-height:26px; }

  .banner-block .down { bottom:120px; }
  .banner-block.banner-text.full-screen-banner .down{
    bottom: 85px;
  }
  .content-wrapper.full-wrapper .image { min-height:400px; height:100vh; }
  .contentWrapper .bannerOverlay { display:none; }
  .content-wrapper.full-wrapper .banner-slider .slick-track { height:100vh; } 
  .content-wrapper.full-wrapper .banner-slider .slick-track .video-img { height:100% !important; padding:0; }
  .content-wrapper.full-wrapper .banner-slider .slick-track .video-img .image { height:100% !important; }
  .content-wrapper.full-wrapper .banner-slider .slick-track .video-img .image img { height:100%; }
  .full-wrapper .banner-text .bannerText.banner-content { padding: 0px 30px 100px 30px; }
  .header.full-header .header-nav ul.menu__wrapper li a{
    color:#FF7000 ;
  }
  .header.full-header .header-nav ul.menu__wrapper li a.menu__link--active-link, .header.full-header .header-nav ul.menu__wrapper li a.active-link, .header.full-header .header-nav ul.menu__wrapper li a:hover{
    color: #232e4c;
  }
  .header.full-header .header-nav ul.menu__wrapper li ul li a.menu__link--active-link,
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a.menu__link--active-link
  {
    color: #232e4c;
  }
  .header.full-header .header-nav ul.menu__wrapper li a{
    padding-right:25px;
  }
  .full-header .header__container{
    padding: 0 15px;
  }
  .header.full-header .lang_switcher_class{
    display: inline-block;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li a{
    color: #ff7000;padding:0;padding-right:25px;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a{
    padding-right: 0px;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li a:hover, .header.full-header.fixed-header .header-nav ul.menu__wrapper li a.menu__link--active-link{
    color: #232e4c;
  }
  header.full-header .header-nav ul.menu__wrapper li.menu__item--open> a,header.full-header .header-nav ul.menu__wrapper li.menu__item--open> a:hover {
    color: #232e4c;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a{
    color: #232e4c;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li ul li a:hover{
    color: #ff7000;
  }
  .header.full-header.fixed-header .header-nav ul.menu__wrapper li.menu__item--open> a ,.header.full-header.fixed-header .header-nav ul.menu__wrapper li.menu__item--open> a:hover {
    color: #232e4c;
  }
  .banner-block .full-wrapper .bannerText.banner-content h1, 
  .banner-block .full-wrapper .bannerText.banner-content .h1{
    font-size: 60px;
  }
  .banner-block.full-screen-banner .full-wrapper .banner-slider.banner-onlyoneslide .banner-content{
    bottom: 0;
  }
  .banner-block.full-screen-banner .full-wrapper .banner-slider.banner-onlyoneslide .banner-content.bannerTwoColTextInner{
    bottom:50px
  }
  .banner-block .down .arrow{
    padding-top: 0;
  }
  .full-header .header__language-switcher--label {
    width: 100%;
    padding-right: 7px;
  }
  .baseHeader #main-content{
    padding-top: 100px;
  }
  .baseHeader .header.full-header{
    top: 0;
  }
  .footer-bottom .partners-logo li:after {
    height: 30px;
  }
}

.banner404 .systemBannertext{
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction:column;
}
.banner404 .systemBannertext h1{
  width: 100%;
  font-size: 70px;
  margin-bottom: 40px;
  line-height: 1.2;
}
.banner404 .systemBannertext .systemPageButton{
  font-size: 16px;
  background: #ff7000;
  padding: 3px 25px;
  text-decoration: none;
  border-radius: 30px;
}
.banner404 .systemBannertext .systemPageButton:hover{
  background: #FFF;
  color: #ff7000;
}

@media (max-width: 767px) {
  .banner404 .systemBannertext h1{
    font-size: 36px;
  } 
  .banner404 .systemBannertext .systemPageButton{
    font-size: 18px;
    padding: 5px 25px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText .bannerheaderLP h1{
    font-size: 40px;
    min-height: inherit;
    height: auto;
  }
  .bannerTwoColTextInner .dis-flex .w50{
    width: 100%;
    padding-bottom: 50px;
  }
  .bannerTwoColTextInner .bannerLeftImage{
    padding-bottom: 10px;
  }
  .bannerTwoColTextInner p{
    margin-bottom: 10px;
  }
  .full-wrapper .banner-text .bannerText.banner-content.bannerText.bannerTwoColTextInner{
    padding: 0 15px;

  }
  .bannerTwoColTextInner p{
    line-height: 1.1;
  }
  .banner-text.full-screen-banner.bannerTwoColTextLP{
    margin-bottom: 0;
  }
  .bannerTwoColTextInner .bannerheaderLP{
    margin-bottom: 20px;
  }
  .image-content-card .rightContentTitle .blogTime{
    padding-bottom: 0;
  }
  .header.full-header.fixed-header {
    padding: 15px 0;
  }
}
.system404text:after,
.system500text:after{
  font-family: Galano Grotesque DEMO;
}
.button.printButton:hover{
  padding: 0 20px;
  transform: scale(1.1) perspective(1px);
}
.submitbutton .hs-button{
  box-shadow: none;
}

/* Maximum height */
@media (max-height: 862px) {
  .banner-block .bannerText.banner-content h1, .banner-block .bannerText.banner-content .h1{
    font-size: 155px;
  }
}

.imageContentRightCol .hs-blog-post-listing__post-tags span{color: #00dbff;}

@media (max-width: 640px) {
  .footer-bottom .partners-logo,.footer-bottom .partners h3{width:100%}
  .footer-bottom .partners-logo {padding-left:0px;margin-top: 20px;}
}
.overlay-color { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.hs_error_rollup{display:none;}
/* Image and Content Card */

.image-content-card .dis-flex { box-shadow: 2px 2px 11px rgba(0,0,0,0.3); border-radius: 32px;margin-bottom:20px; }
.image-content-card .left .image img { height: 100%!important; width: 100%; object-fit: cover; }
.image-content-card .image img ,.image-content-card iframe,.image-content-card video{ border-top-left-radius:32px; border-bottom-left-radius:32px; width:100%;}
.image-content-card .right .btn.btn-blue{color:#fff;}
.color-select { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.socialIcon img{width:32px;}
.image-content-card .video-cls .overlay-color { display: none;}
  
/* Divider */
.divider { height: 1px; }

/* Multistep Form */
.form-loaded .hs-richtext img{display:none;}
.ms-layout .header-container-wrapper{display:none;}
/* .form-step-content input[type="submit"]{width:0!important;padding:0!important;font-size:0!important;opacity:0;height:0;border:none!important;}
 */
.form-step-content{display:none;}
.form-step-content.step1{display:block;}
.imageContentRightCol{display:flex;flex-direction:column;justify-content:center;}

/* Four column*/
.blockInnerLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Two Columns Text Frame */
.bg-inner { padding: 30px; border-radius: 50px; }

/* Two Column with Button List */
.two-column-button-list .button-list ul { list-style: none; display: flex; justify-content: flex-end; }
.two-column-button-list .button-list li { padding: 0 0 0 12px; }
.two-column-button-list .button-list ul li a{text-decoration:none;background: #fff; border-radius: 30px; -webkit-box-shadow: 3px 3px 8px 1px rgba(0,0,0,.15); -moz-box-shadow: 3px 3px 8px 1px rgba(0,0,0,.15); box-shadow: 3px 3px 8px 1px rgba(0,0,0,.15); color: #87909f; display: block; font-size: 14.5px; font-weight: 300; line-height: 34px; padding: 0 25px; text-transform: none; transition: all .5s ease;}
.two-column-button-list .button-list ul li a:hover { background: #00dbff;}
.two-column-button-list .right video{width: 100%;}

/* Two Column Multiple Image And Text */
.imageAndTextTwoCol video{width:100%;}

/* blog card */
.blogCard{width:100%;height:100%;}

/* Image and Content Card */
.image-content-card .left .image { width: 100%; height: 100%;    overflow: hidden; }
.image-content-card .left .image img{height: 100%; object-fit: cover; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .5s ease; transition: .5s ease; width: 100%;}
/* .image-content-card .dis-flex:hover .image img{-webkit-transform: scale(1.11); transform: scale(1.11);} */
.image-content-card .dis-flex:hover .right { background: #f6f7f8; }
.image-content-card .dis-flex{transform: scale(1); -webkit-transition: .5s ease; transition: .5s ease;}
.image-content-card .dis-flex:hover{transform: scale(1.02);}
.image-content-card .dis-flex{text-decoration: none;}
.image-content-card .dis-flex button.btn { border: 0; padding: 0; margin: 0; }

.appointment-block input[type=checkbox]:checked{background: #232e4c;}
.appointment-block input[type=checkbox] { appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.appointment-form .step2 .hs-button.next-btn {position: relative;display: inline-block;right: 0; top: 0;}
.socialIcon .capital-logos img { width: 200px; max-height: 21px; }
.form-step-content.step2{display:none;}

.fourColBlockSection .fourBlockCTA {position: relative; z-index: 1;}
.texAndTwoColBlock .fourBlockCTA{position: relative; z-index: 1;}
@media (max-width: 767px){
.two-column-text .content-wrapper { padding-left: 30px; padding-right: 30px; }
.fullWidthContent .fullWidthContentInner p br{display:none;}
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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