/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section > .row-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.banner-section .DND_banner-row-0-force-full-width-section > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.banner-section .dnd-section > .row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1024px) {
  .dnd-section>.row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2.eot") format("embedded-opentype"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2.woff2") format("woff2"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Brands/FontAwesome5Brands-Regular.woff") format("woff"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Brands/FontAwesome5Brands-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.woff2.eot") format("embedded-opentype"),
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.woff2.woff2") format("woff2"),
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.woff") format("woff"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Font%20Awesome%205%20Free/FontAwesome5Free-Solid.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "cloudworks-icons";
  src: url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/cloudworks-icons/cloudworks-icons.woff2-2.eot") format("embedded-opentype"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/cloudworks-icons/cloudworks-icons.woff2-1.woff2") format("woff2"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/cloudworks-icons/cloudworks-icons.woff") format("woff"), 
    url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/cloudworks-icons/cloudworks-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Ultimate-Icons";
  src: url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Ultimate-Icons/Ultimate-Icons.ttf") format("truetype"), 
       url("https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/Cloudworks_April2020/Fonts/Ultimate-Icons/Ultimate-Icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@500&display=swap');

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family: "Open Sans", sans-serif;
  --font-family-heading: "Raleway", sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  font-family: var(--font-family);
  font-size: 18px;
  color: #000;
  line-height: 1.8rem;
  text-align: left;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: var(--font-family);
}

/* Anchor Links */
a {
  /* color: #000; */
  text-decoration: none;
  font-weight: 400;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
  font-style: normal;
  word-break: break-word;
  font-family: var(--font-family-heading);
  font-weight: normal;
}

h1 {
  font-size: 2.1rem;
  
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

ul li {
  line-height: 1.8rem;
  list-style-type: square;
  font-size: 18px;
}

ol li {
  line-height: 1.8rem;
  list-style-type: auto;
  font-size: 18px;
}

ul > ul > li  { 
  list-style-type: none;
}

ul > ul > li::before  { 
  font-size: 22px;
  list-style-type: none;
  content: "\25AB";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
 }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 20px 0 20px 0;
  padding: 10px 0 10px 40px;
  position: relative;
  color: #f06a54;
  font-weight: 400;
}

blockquote p{
  font-weight: 400 !important;
  font-size: 20px;
}

blockquote::before {
  content: "«";
  font-weight: 500;
  font-size: 60px;
  color: rgb(240, 106, 84);
  position: absolute;
  top: 10px;
  left: 0px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {
  body {
    line-height: 1.45;
  }

  ul li {
    line-height: 1.45;
    margin-top: .375rem;
  }

  .body-wrapper h1 {
    font-size: 36px;
  }

  blockquote::before {
    top: -26px;
  }

}

/* @media (max-width: 767px) {
html {
font-size: 18.0px
}
}

@media (max-width: 480px) {
html {
font-size: 14.399999999999999px
}
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:20px;
}

.hs-search-field {
  max-width: 500px;
  border:1px solid;
  padding: 20px;
}

.hs-form, .hs-search-field {
  line-height: 1.45;
  font-size: 16px;
}

.hs-search-field form {
  border: none !important;
  max-width: 100% !important;
  padding: 0 !important;
}

h3.form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: auto;
  white-space: normal;
  font-size: 16px;
  line-height: 1;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  border-style: solid;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  margin: 0;
  margin-top: 15px;
  position: relative;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
  color: #c05443;
}

.body-wrapper ul.no-list.hs-error-msgs.inputs-list li {
  line-height: inherit;
}

.body-wrapper .hs-error-msgs label {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  color: #c05443;
  margin: 0;
}

.body-wrapper .hs-input.invalid.error {
  border-color: #c05443;
}

.body-wrapper .hs-input.invalid.error:focus {
  border-color: #0a1c42;
}

.hs-form label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: .5rem;
  float: none;
  width: auto;
  padding-top: 0;
  text-align: left;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password {
  display: inline-block;
  vertical-align: middle;
  width: 100% !important;
  height: 44px;
  color: #2b2f2e;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  text-align: left;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  line-height: 1.428571429;
  background-image: none;
  -moz-transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  transition: all ease-in-out .15s;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hs-input:focus,
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus {
  outline:0;
}

.hs-input::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder {
  color: #bfb8af;
}

#hs-pwd-widget-password {
  height: 44px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

/* input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
border-color: #b9554d;
} */

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 14px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

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

  .hs-search-field {
    max-width:100%;
  }

}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.item-link .menu-item-text {
  font-size: 16px;
}

.custom-menu-primary .menu-item {
  list-style-type: none !important;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-container-wrapper {
  min-height: 72px;
}

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.custom-header {
  font-size: 16px;
  line-height: 1.45;
  font-family: "Open Sans",sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .4s ease-in-out,background-position 1ms;
  -moz-transition: all .4s ease-in-out,background-position 1ms;
  transition: all .4s ease-in-out,background-position 1ms;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-header .header__container {
  position: relative;
}

.custom-header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.custom-header-content:before,
.custom-header-content:after {
  display: block;
  clear: both;
  content: "";
}

.custom-logo {
  float: left;
  width: 33.4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.custom-logo > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out,background-position 1ms;
  -moz-transition: all .4s ease-in-out,background-position 1ms;
  transition: all .4s ease-in-out,background-position 1ms;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  background: transparent;
}

.header-logo {
  -webkit-transition: all .4s ease-in-out,background-position 1ms;
  -moz-transition: all .4s ease-in-out,background-position 1ms;
  transition: all .4s ease-in-out,background-position 1ms;
  margin: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.header-logo .fl-photo-align-left {
  line-height: 0;
  position: relative;
  text-align: left;
}

.header-logo .fl-photo-content {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
  width: 180px;
}

.header-logo .fl-photo-content a {
  text-decoration: none !important;
}

.header-logo .fl-photo-content a img {
  vertical-align: middle;
  border-style: none;
  max-height: 72px;
  display: inline;
  height: auto;
  max-width: 100%;
  -webkit-transition: all .4s ease-in-out,background-position 1ms;
  -moz-transition: all .4s ease-in-out,background-position 1ms;
  transition: all .4s ease-in-out,background-position 1ms;
  width: auto;
}

.IE .custom-logo > div {
  display:block;
}

@media (min-width: 1025px) {
  .scroll-header .custom-header {
    transition: all ease-in-out 1s;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.2);
  }

  .scroll-header .header-logo .fl-photo-content a img {
    max-height: 56px;
  }

  .custom-mobile-menu-group, .pp-menu-close-btn {
    display: none !important;
  }

  .custom-mobile-trigger-group, .mobile-trigger {
    display: none !important;
  }

}

@media (max-width: 1024px) {
  .custom-mobile-trigger-group {
    width: 66.6%;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: all 0.4s ease-in-out, background-position 1ms;
    -moz-transition: all 0.4s ease-in-out, background-position 1ms;
    transition: all 0.4s ease-in-out, background-position 1ms;
  }

  .mobile-trigger-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pp-advanced-menu-mobile-toggle {
    position: relative;
    padding: 8px;
    background-color: transparent;
    border: none;
    color: #333;
    border-radius: 0;
    cursor: pointer;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 20px 0;
    color: #f06a54;
    text-align: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    line-height: 0;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    width: 40px;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner, 
  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    background-color: #000;
    position: absolute;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    width: 40px;
    background-color: #f06a54;
    height: 3px;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    display: block;
    content: "";
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease;
    top: -8px;
  }

  .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.12s;
    bottom: -8px;
  }

  .custom-header-content {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-logo .fl-photo-content a img {
    max-height: none;
  }

  .custom-header {
    position: absolute;
    width: 100%;
    z-index: 100;
  }

  .custom-mobile-menu-group {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
    background-color: rgba(244, 241, 236, 1);
    transition-duration: 0.5s;
    font-size: 16px;
    line-height: 1.45;
  }

  .mobile-open .custom-mobile-menu-group {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
  }

  .pp-menu-close-btn {
    position: absolute;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    top: 35px;
    right: 50px;
    display: block;
    width: 40px;
    height: 40px;
  }

  .pp-menu-close-btn:before, .pp-menu-close-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 40px;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    height: 40px;
    background-color: #f06a54;
  }

  .pp-menu-close-btn:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }

}

@media (max-width: 767px) {
  .custom-header {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.45;
  }

  .pp-menu-close-btn {
    top: 30px;
    right: 30px;
  }

  .custom-logo {
    width: 66.6% !important;
    max-width: none;
    clear: none;
    float: left;
  }

  .custom-mobile-trigger-group {
    width: 33.3% !important;
    max-width: none;
    clear: none;
    float: left;
  }

}

@media (max-width: 340px) {
  .header-container-wrapper {
    background-color: rgba(10,28,66,1.0);
    min-height: 64px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 1.45;
}

.footer__main {
  width: 100%;
}

.col-footer {
  float: none !important;
  width: 100% !important;
  margin-left: 0 !important;
  display: flex;
  justify-content: space-between;
}

.footer_newsletter {
  text-align: center;
  margin-right: 200px;
}

.footer_newsletter p, .footer_newsletter strong{
  font-size: 18px;
}

.footer_newsletter_icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='210' height='165' version='1.1'%3E%3Cpath d='M0-5V100H200V-5L100-55ZM0,0 100,50 200,0' style='fill:none;stroke:%23ffffff;stroke-width:9' transform='translate(5,60)'/%3E%3C/svg%3E");
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 10px;
  }

  .footer-contact {
    position: relative;
  }

.custom-footer-address .footer-contact {
  padding: 20px;
  font-weight: 400;
  font-size: 14px;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  grid-gap: 55px;
  column-gap: 40px;
  row-gap: 0;
}

.custom-footer-address strong {
  font-weight:bold;
}
  

.custom-footer-address .footer-contact p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5rem;
  margin-bottom: 1.8rem;
}

.custom-footer-follow-us .pp-social-icons {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}

.custom-footer-follow-us .pp-social-icons .pp-social-icon {
  display: inline-block;
  line-height: 0;
  margin-right: 15px;
}

.custom-footer-follow-us .pp-social-icons .pp-social-icon a {
  text-decoration: none !important;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.custom-footer-follow-us .pp-social-icons .pp-social-icon a i {
  border-radius: 100px;
  text-align: center;
  float: left;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f39e";
}

.footer-newsletter-circle {
  background: #f06a54;
  border-radius: 50%;
  position: absolute;
  width: 150px;
  height: 150px;
  right: 15%;
  bottom: 28%;
}

.footer-circle-newsletter{
  margin-top: 45px;
  margin-bottom: 0 !important;
  text-align: center;
}

.footer-circle-register{
  margin: 0;
  text-align: center;
}

.footer-circle-newsletter a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .custom-footer-address .footer-contact {
    grid-template-columns: max-content max-content;
    grid-gap: 45px;
    column-gap: 45px;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer-circle-newsletter {
    margin-top: 35px;
  }
  .footer-newsletter-circle {
    bottom: 0;
    top: 60px;
    right: 7%;
    width: 125px;
    height: 125px;
  }
  .custom-footer {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 5px;
    background-attachment: scroll !important;
    background-image: url(https://7526128.fs1.hubspotusercontent-eu1.net/hubfs/7526128/raw_assets/public/Cloudworks_October2021/images/footer-bg-small.svg) !important;
    font-size: 14px;
    line-height: 1.45;
  }

  .custom-footer-address .footer-contact {
    padding-bottom: 0;

    grid-template-columns: max-content;
    grid-gap: 30px;
    column-gap: 30px;
    row-gap: 15px;
  }

  .custom-footer-address .footer-contact p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5rem;
    margin-bottom: 1.6rem;
  }

  .custom-footer-follow-us .pp-social-icons {
    padding: 0;
  }

  .custom-footer-follow-us {
    margin: 20px;
    margin-top: 20px;
    margin-bottom: 9px;
    margin-left: 20px !important;
    margin-right: 20px;
    width: auto !important;
  }

  .custom-footer {
    padding-bottom: 6px;
  }
  .col-footer  {
    display: block;
  }

  .footer_newsletter {
    text-align: left;
    padding: 20px;
    margin-right: 0;
  }

  .footer_newsletter_icon {
    margin: unset;
    margin-bottom: 10px;
    background-position: left;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

/* hs-blog-listing */

.custom-blog-content-group {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
  color: #2b2f2e;
}

.hs-blog-listing .custom-blog-content-group {
  width: 100%;
  display: block;
  padding: 20px;
  position: relative;
  padding-top: 0px;
}

.hs-blog-listing .custom-blog-content-group .content-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.blog-index {
  float: none;
  width: 100%;
  padding-top: 20px;
}

.blog-group-title {
  margin: 20px;
  margin-bottom: 10px;
}

.blog-group-title h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0px;
  color: #2b2f2e;
  font-style: normal;
}

.custom-post-content {
  padding: 20px;
  padding-top: 10px;
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 -15px;
}

.post-item {
  width: 33.33%;
  border-top: 0px solid #e5e5e5;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  vertical-align: top;
  float: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.podcast-item {
  width: 50%;
  border-top: 0px solid #e5e5e5;
  border-radius: 0px;
  position: relative;
  z-index: 1;
  vertical-align: top;
  float: left;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.post-item-inner {
  background: #f4f1ec;
  transition: all 0.3s linear;
  width: 100%;
}

.post-item-inner:hover {
  background-color: #E2E0D9;
}

.custom-featured-image {
  text-align: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.custom-featured-image .blog-index__post-image {
  text-decoration: none !important;
}

.custom-featured-image .blog-index__post-image img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  max-width: 100%;
  display: inline-block;
}

.custom-post-inner-content {
  opacity: 1;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-podcast-inner-content {
  opacity: 1;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-post-inner-content h2 {
  text-transform: none;
  font-style: normal;
  color: #2b2f2e;
  font-family: "Open Sans",sans-serif;
  letter-spacing: 0px;
  font-weight: 600;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
}

.textEllipsis {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.custom-post-inner-content h2 a {
  font: inherit;
  color: inherit;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 22px;
}

.blog-pagination {
  padding: 40px 0;
  text-align: center;
}

.blog-pagination .blog-pagination__link {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
  text-decoration: none !important;
  outline: none;
  color: #2b2f2e;
  background: #f4f1ec;
  margin-right: -4px;
}

.blog-pagination  .blog-pagination__next-link {
  margin-right: 0;
}

.blog-pagination .blog-pagination__link:hover {
  background: #bfb8af;
}

.blog-pagination .blog-pagination__link--active {
  color: #ffffff;
  background: #f06a54;
  pointer-events: none;
  cursor: text;
}

/* hs-blog-post */

.hs-blog-post .custom-blog-content-group {
  padding: 20px;
  position: relative;
  width: 100%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-post {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.hs-blog-post .custom-blog-content-group .content-wrapper {
  max-width: 900px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.post-featured-image-wrapper {
  display: block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}

.post-featured-image-wrapper img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.custom-blog-post-body-group {
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.custom-post-title h1 {
  line-height: 1.4;
  letter-spacing: 0;
  color: #2b2f2e;
  font-family: "Raleway",sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 45px;
  text-align: left;
  padding: 0 !important;
  margin: 0 !important;
}

.custom-post-title h1 span {
  display: inline-block;
  font-size: 45px;
}

.custom-post-subtitle {
  margin: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.custom-post-subtitle p {
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 18px !important;
  font-weight: 600;
}

.blog-post-author-section {
  margin-top: 30px;
}

.post-box {
  display: flex;
  align-items: center;
}

.author-img {
  float: left;
  padding-right: 15px;
}

.author-img img {
  border-radius: 35px;
  max-width: 70px;
  margin: 5px 20px 20px 0;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

.post-box .post-meta p {
  font-size: 16px;
  font-weight: 600;
}

.post-box .post-meta p .date {
  color: #575858;
  font-weight: 300;
  text-transform: lowercase;
}

.blog-post__body {
  position: relative;
  padding: 20px 0;
}

.podcast__timestamp {
  color: #D4725F;
  font-size: 15px;
  font-weight: 500;
}

.podcast-content-link {
  text-decoration: none;
  color: #2b2f2e;
}

.podcast-item-title {
  font-size: 33px;
  line-height: 38px;
}

.podcast-item-summary {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.podcast-content-link:hover {
  text-decoration: none;
  color: #2b2f2e;
}

.blog-post__body p {
  font-size: 18px;
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-weight: 300;
}

.custom-blog-social-share {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.custom-blog-social-share p.share-title {
  margin-bottom: 1rem;
}

.custom-blog-social-share p.share-title small {
  font-size: 80%;
  font-weight: 400;
}

.blog-post-social-share .uabb-social-share-link-wrap {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 6px;
}

.blog-post-social-share .uabb-social-share-link-wrap a.uabb-social-share-link {
  text-decoration: none !important;
  outline: 0;
}

.blog-post-social-share .uabb-social-share-link-wrap a.uabb-social-share-link .uabb-imgicon-wrap {
  text-align: left;
}

.uabb-icon-wrap {
  display: inline-block;
}

.uabb-imgicon-wrap .uabb-icon {
  display: block;
}

.ua-icon {
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post-social-share .uabb-social-share-link-wrap a.uabb-social-share-link i.ua-icon {
  display: block;
  color: #f06a54;
  font-size: 45px;
  height: auto;
  width: auto;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  float: none;
}

.blog-post-social-share .uabb-social-share-link-wrap a.uabb-social-share-link i.ua-icon:before {
  border: 0 !important;
  background: none !important;
  color: #f06a54;
  font-size: 45px;
  height: auto;
  width: auto;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
}

.ua-icon-linkedin-with-circle:before {
  content: "\e9d7";
}

.ua-icon-facebook-with-circle:before {
  content: "\e9cd";
}

.blog-post-social-share .uabb-social-share-link-wrap a.uabb-social-share-link .uabb-imgicon-wrap .uabb-icon:hover i.ua-icon:before {
  color: #c05443;
}

.custom-related-posts-slider {
  position: relative;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 60px;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.45;
}

.custom-featured-image .blog-index__post-image img {
  vertical-align: middle;
  height: auto;
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
  max-width: 100%;
  display: inline-block;
  height: 260px;
  max-height: 260px;
  object-fit: cover;
}

.body-wrapper .custom-related-posts-slider .page-center {
  padding-left: 0;
  padding-right: 0;
}

.slide-title {
  margin: 20px;
  margin-bottom: 0;
}

.slide-title h2.fl-heading {
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 !important;
  color: #2b2f2e;
  font-family: "Open Sans",sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  font-style: normal;
}

.slide-title h2.fl-heading .fl-heading-text {
  display: inline-block;
}

.related-slider-content {
  margin: 20px;
}

.related-slider-content .slick-list {
  margin: 0 -15px;
}

.related-post-item {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0 solid #e5e5e5;
  border-radius: 0;
  position: relative;
  z-index: 1;
  outline: 0;
  margin-bottom: 30px;
  vertical-align: top;
  height: 100%;
}

.related-post-item-inner {
  background: #f4f1ec;
  transition: all .3s linear;
  width: 100%;
}

.related-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-align: center;
  position: relative;
  text-align: left;
}

.related-image a {
  text-decoration: none !important;
}

.related-image a img {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.custom-related-post-content {
  opacity: 1;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.custom-related-post-content h4.related-title {
  color: #2b2f2e;
  font-family: "Open Sans",sans-serif;
  text-transform: none;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.custom-related-post-content h4.related-title a {
  font: inherit;
  color: inherit;
  text-decoration: none !important;
  outline: 0;
}

.related-post-item-inner:hover {
  background-color: #e2e0d9;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cloudworks-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.related-slider-content .slick-arrow {
  -webkit-appearance: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #f06a54;
  top: 50%;
}

.related-slider-content .slick-prev {
  left: -25px;
}

.related-slider-content .slick-next {
  right: -25px;
}

.related-slider-content .slick-prev:before,
.related-slider-content .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  font-size: 0;
  line-height: 0;
}

.related-slider-content .slick-arrow i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  box-sizing: content-box;
  outline: 0;
  color: #f4f1ec;
  background: #f06a54;
  font-size: 30px;
  margin: 0;
  background-color: transparent;
}

.icon-icon-cw-chevron-left:before {
  content: '\e80a';
}

.icon-icon-cw-chevron-right:before {
  content: '\e80b';
}

.related-slider-content .slick-arrow i:before {
  padding: 12px 0 !important;
  margin: 0;
}

.related-slider-content .slick-arrow:hover,
.related-slider-content .slick-arrow:focus {
  background-color: #c05443;
  outline: 0;
}

.related-slider-content .slick-arrow:hover i {
  color: #fff;
}

/* comment form style */

.comment-date {
  display: block !important;
  text-align: left !important;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.hs-blog-post .post-footer {
  margin: 35px 0;
}

/* hs blog listing with sidebar */

.hs-blog-listing .blog-listing-with-sidebar .post-listing {
  display: block;
}

.hs-blog-listing .blog-listing-with-sidebar .post-listing .post-item {
  float: none;
  width: 100%;
}

.blog-sidebar {
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .post-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  .blog-group-title h1 {
    font-size: 16px !important;
  }

  .hs-blog-post .custom-blog-content-group {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post {
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .custom-blog-post-body-group {
    padding-left: 20px;
    padding-right: 20px;
  }

  .related-slider-content .slick-prev {
    left: -15px;
  }

  .related-slider-content .slick-next {
    right: -15px;
  }

  .custom-related-post-content h4.related-title {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .custom-post-title {
    margin: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-post-author-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .blog-post__body {
    margin-left: 20px;
    margin-right: 20px;
  }

  .custom-blog-social-share {
    margin-left: 20px;
    margin-right: 20px;
  }

  .related-slider-content .slick-arrow i {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .custom-post-subtitle {
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media (max-width: 767px) {
  .hs-blog-listing .custom-blog-content-group {
    padding-left: 0;
    padding-right: 0;
  }

  .podcast-item-title {
    font-size: 28px;
    line-height: 35px;
  }

  .post-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .podcast-item {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  .custom-blog-content-group {
    font-size: 14px;
    line-height: 1.45;
  }

  .custom-related-posts-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-related-posts-slider {
    font-size: 14px;
    line-height: 1.45;
  }

  .custom-related-post-content h4.related-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .blog-comments {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .custom-blog-social-share {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post__body p {
    margin-bottom: 1.6rem;
    font-size: 14px;
    line-height: 1.45;
  }

  .custom-blog-post-body-group {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-post-title h1 {
    font-size: 45px !important;
    line-height: 1.4;
    letter-spacing: 0;
  }

  .related-post-item {
    margin-bottom: 0;
  }

  .blog-sidebar {
    padding: 0 20px;
  }

  .podcast-item-summary {
    font-size: 14px;
    line-height: 20px;
  }

}

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.body-wrapper .custom-substemp-form #email-prefs-form {
  border: none !important;
  max-width: 100% !important;
  width: 100% !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.body-wrapper .custom-substemp-form #email-prefs-form p.header {
  background-color: transparent !important;
}

.error-page_wrapper{
  padding: 0 20px;
  margin: 40px auto;
  max-width: 1280px;
}

@media (min-width: 767px) and (max-width: 1320px) {
  .error-page_wrapper{
    padding: 0 40px;
  }
}

@media (max-width: 767px){
  .error-page_wrapper h1{
    padding: 20px;
  }
  
  .error-page_wrapper{
    margin-bottom: 0;
    padding: 0;
  }
}

.error-page_heading{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: uppercase;
}

.error-page_inner-wrapper{
  width: 100%;
  background-color: #091c42;
  margin-top: 40px;
  padding: 60px 0;
  color: #fff;
  text-align: center;
}

.error-page_inner-wrapper img{
  max-width: 300px;
}

.error-page_inner-wrapper p{
  margin-top: 20px !important;
  padding: 0 20px;
}

.systems-page {
  padding: 30px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.body-wrapper .page-center, 
.body-wrapper .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.banner {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-top: -2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.45;
}



.banner-image img {
  display: inline;
  vertical-align: middle;
  width: 100%;
  /* max-height: 474px; */
  object-fit: cover;
}

.banner .banner-content.page-center {
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
}

.no-image-banner .banner-content.page-center {
  max-width: 900px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 184px;
}

.banner_text_bubbleBackground {
  position: absolute;
  color: white;
  text-align: center;
  display: block;
  width: 100%;
  top: 68px;
  font-size: 52px;
  font-family: "Raleway",sans-serif;
}

.banner-inner-content {
  position: relative;
  padding: 20px;
  background-color: #f4f1ec;
  margin-top: -84px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  min-height: 150px;
}

.blue {
  position: relative;
  padding: 20px;
  background-color: rgba(10,28,66,1.0);
  color: #fff;
  margin-top: -84px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 10px;
  min-height: 150px;
}

.blue .banner-title h1 {
  color: #fff;
}

.banner-text-group {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.banner-title {
  padding: 50px;
  padding-bottom: 0;
}
.banner-title.banner-title--pb {
  padding: 50px;
}

.banner-title h1 {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #2b2f2e;
  font-family: "Raleway",sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

.banner-text {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 20px;
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.banner-text p {
  line-height: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: 18px;
  text-align: center;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cloudworks-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow {
  -webkit-appearance: none;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 1;
  box-shadow: none;
  cursor: pointer;
  background-color: #f06a54;
  top: 50%;
}

.slick-prev::before,
.slick-next::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  font-size: 0;
  line-height: 0;
}

.slick-arrow i {
  text-align: center;
  box-sizing: content-box;
  outline: 0;
  color: #f4f1ec;
  background: #f06a54;
  font-size: 30px;
  margin: -5px;
  background-color: transparent;
}

.icon-icon-cw-chevron-left::before {
  content: '\e80a';
}

.icon-icon-cw-chevron-right::before {
  content: '\e80b';
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #c05443;
  outline: 0;
}

.slick-arrow:hover i {
  color: #fff;
}

a#back-to-top {
  display: block;
  background-color: rgba(0,0,0,0.2);
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 44px;
  height: 42px;
  text-align: center;
  z-index: 1003;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-decoration: none !important;
}

a#back-to-top:hover {
  background-color: rgba(0,0,0,0.3);
}

.scroll-header a#back-to-top {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: none;
}

a#back-to-top i {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}

.fa-chevron-up:before {
  content: "\f077";
}

.banner_wrapper {
  /* overflow-x: hidden; */
  overflow: hidden;
}

@keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0);
      opacity: 0;
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
      transform: translate3d(0,40px,0);
      opacity: 0;
  }

  to {
      transform: translate3d(0,0,0);
      opacity: 1;
  }
}

.animated-text {
  animation-duration: 4s;
  animation-fill-mode: both;
  -webkit-animation-duration: 4s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

.banner-bubbleBackground {
  background-color: rgb(10 28 66);
    padding-left: 0;
    padding-right: 0;
    padding-top: 183px;
    height: 300px;
    margin-bottom: 200px;
}

.noGreyBox {
  background-color: rgb(10 28 66);
  padding-left: 0;
  padding-right: 0;
  padding-top: 183px;
  height: 300px;
}

.banner-bubbleBackground  .banner-inner-content {
  margin-top: 30px;
  margin-bottom: 30px;
  z-index: 10;
  position: relative;
}

.banner_line {
  width: 100%;
  background: white;
  height: 124px;
  position: absolute;
  bottom: -124px;
  z-index: 9;
}

#scene{
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}

.banner .bubbleOne {
  position: absolute;
  display: block;
  background: #9ACDBE;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  bottom: -37px !important;
  left: -15px !important;
  top: unset !important;
  right: unset !important;
}

.banner .bubbleTwo {
  background: #FBD872;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  bottom: -54px !important;
  right: -97px !important;
  left: unset !important;
  top: unset !important;
}

.banner .bubbleThree {
  background: #9ACDBE;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  right: 0 !important;
  bottom: 20px !important;
  left: unset !important;
  top: unset !important;
}

.banner .bubbleFour {
  background: #1E3282;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 5px !important;
  right: 17px !important;
  bottom: unset !important;
  left: unset !important;
}

.banner .bubbleFive {
  background: #007681;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 70px !important;
  right: 153px !important;
  left: unset !important;
  top: unset !important;
}

.banner .bubbleSix {
  background: #007681;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  bottom: 46px !important;
  left: -23px !important;
  top: unset !important;
  right: unset !important;
}

.banner .bubbleSeven {
  background: #F06A54;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  bottom: 10px !important;
  right: 188px !important;
  top: unset !important;
  left: unset !important;
}


.no-image-banner {
  background-color: rgb(10 28 66);
  height: 274px;
  margin-bottom: 200px;
}

.no-image-banner .banner-inner-content {
  margin-top: 0px;
  margin-bottom: 30px;
}

.header__language-switcher--label {
  position: absolute;
  right: -5px;
  top: 32px;
}

.scroll-header .custom-header .header__language-switcher--label {
  top: 17px;
  transition: all ease-in-out 0.5s;
}

.scroll-header .custom-header .globe_class:before {
  color: #007581;
}

.header__language-switcher--label img{
  color: white;
  background: white;
}

.header__language-switcher--label ul li{
  list-style: none;
}

.globe_class {
  background-image:none !important;
}

.globe_class:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0ac';
  color: #9acdbe;
}
.header__language-switcher--label .lang_list_class li {
  background-color: #f3f1eb;
}

.header__language-switcher--label .lang_list_class li a:hover {
  color: #F16A54;
}

.footer-privacy {
    padding-bottom: 70px;
    align-self: end;
}

.footer-privacy a {
text-decoration: underline;
}



@media (max-width: 1024px) {

  .banner-title h1 {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
  }

  .body-wrapper .page-center, .body-wrapper .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

}

@media (max-width: 767px) {
  .footer-privacy {
    position: unset;
  }
  .banner_wrapper {
    height: 550px;
  }

  .globe_class .lang_list_class li a:hover {
    color: #F16A54;
  }

  .banner-bubbleBackground {
    padding-top: 55px;
  }

  .banner .bubbleTwo {
    width: 70px;
    height: 70px;
    bottom: 78px !important;
    right: -9px !important;
  }

  .banner .bubbleOne {
    width: 100px;
    height: 100px;
    bottom: 50px !important;
  }
  .banner .bubbleSix {
    width: 50px;
    height: 50px;
    bottom: 130px !important;
    left: -23px !important;
  }

  .banner .bubbleFour{
   width: 30px;
   height: 30px; 
   top: 62px !important;
   right: 17px !important;
  }

  .banner .bubbleFive {
    width: 30px;
    height: 30px;
    bottom: 118px !important;
    right: 76px !important;
  }

  .header__language-switcher--label {
    display: none;
  }
  .header__language-switcher--label-mobile {
    position: unset;
    padding-left: 12px;
    padding-top: 30px;
  }
  .header__language-switcher--label-mobile ul li {
    margin-top: 0;
    list-style: none;
  }
  .header__language-switcher--label-mobile .lang_list_class{
    left: 100%;
    top: unset;
    bottom: 25px;
  }
  .header__language-switcher--label-mobile .lang_list_class:before {
    top: 100%;
    border-top-color: #000;
    border-bottom-color: transparent;
  }
  .header__language-switcher--label-mobile .lang_list_class:after {
    top: 99%;
    border-top-color: #fff;
    border-bottom-color: transparent;
  }
  .header__language-switcher--label-mobile .globe_class:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0ac';
    /* color: #000; */
    color: #9ACDBE;
    font-size: 40px;
  }
  .banner-inner-content {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .banner_text_bubbleBackground {
    font-size: 28px;
  }

  .no-image-banner {
    height: 156px;
  }

  .banner .bubbleTwo {
    display: none;
  }

  .banner .banner-content.page-center{
    margin-top: 84px;
  }

  .banner-bubbleBackground .banner-content.page-center{
    margin-top: 123px;
  }

  .no-image-banner .banner-content.page-center{
    margin-top: 0;
  }

  .no-image-banner .banner-content.page-center {
    padding-top: 73px;
  }

  .banner-title {
    padding: 20px;
    padding-bottom: 0;
  }
  .banner-title.banner-title--pb {
    padding: 20px;
  }
  
  .banner-text p {
    line-height: inherit;
    margin-bottom: 0 !important;
    padding-bottom: 1.6rem;
    font-size: 16px;
  }

  .body-wrapper .page-center, .body-wrapper .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (max-width: 900px) {

  .banner .bubbleSeven{
    display: none !important;
  }

}

@media (max-width: 700px) {
  .banner .bubbleThree{
    display: none !important;
  }
}

#hs_form_target_widget_1642150368160 .hs-form, #hs_form_target_widget_1642150368160 .hs-form fieldset{
  max-width: none !important;
  padding: 0 !important;
}

#hs_form_target_widget_1642150368160 .hs-form textarea{
  height: 300px !important;
}

.grecaptcha-badge{
  margin: 8px 0 0 0;
}

.hs-cta-img {
  width: 100% !important;
  height: 100% !important;
}

#hs_cos_wrapper_widget_1642150368160 .hs-submit{
  margin-right: 8px;
}

.hsForm_822d9472-a647-4cbe-b2b2-ef789c5a5b83{
  margin-right: 12px;
}


/* blog post template cusomization: getonnet 2023 */
.blog-post__body p:last-child {
    margin: 0;
}
.custom-blog-post-body-group {
  padding-bottom: 20px;
}